mirror of
https://github.com/reactos/RosTE.git
synced 2024-11-23 03:29:57 +00:00
missed adding the files for the blank netcard form
svn path=/trunk/tools/RosTE/; revision=286
This commit is contained in:
parent
49f80dd5d6
commit
07530134c3
114
GUI/NewNetCardForm.Designer.cs
generated
Normal file
114
GUI/NewNetCardForm.Designer.cs
generated
Normal file
@ -0,0 +1,114 @@
|
||||
namespace RosTEGUI
|
||||
{
|
||||
partial class NewNetCardForm
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// Clean up any resources being used.
|
||||
/// </summary>
|
||||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region Windows Form Designer generated code
|
||||
|
||||
/// <summary>
|
||||
/// Required method for Designer support - do not modify
|
||||
/// the contents of this method with the code editor.
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NewNetCardForm));
|
||||
this.newhdHeaderpanel = new System.Windows.Forms.Panel();
|
||||
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
||||
this.label5 = new System.Windows.Forms.Label();
|
||||
this.newhdSepLight = new System.Windows.Forms.Panel();
|
||||
this.newhdSepDark = new System.Windows.Forms.Panel();
|
||||
this.newhdHeaderpanel.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// newhdHeaderpanel
|
||||
//
|
||||
this.newhdHeaderpanel.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
||||
this.newhdHeaderpanel.Controls.Add(this.pictureBox1);
|
||||
this.newhdHeaderpanel.Controls.Add(this.label5);
|
||||
this.newhdHeaderpanel.Location = new System.Drawing.Point(0, 0);
|
||||
this.newhdHeaderpanel.Name = "newhdHeaderpanel";
|
||||
this.newhdHeaderpanel.Size = new System.Drawing.Size(292, 44);
|
||||
this.newhdHeaderpanel.TabIndex = 21;
|
||||
//
|
||||
// pictureBox1
|
||||
//
|
||||
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
|
||||
this.pictureBox1.Location = new System.Drawing.Point(3, 6);
|
||||
this.pictureBox1.Name = "pictureBox1";
|
||||
this.pictureBox1.Size = new System.Drawing.Size(45, 31);
|
||||
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
||||
this.pictureBox1.TabIndex = 12;
|
||||
this.pictureBox1.TabStop = false;
|
||||
//
|
||||
// label5
|
||||
//
|
||||
this.label5.AutoSize = true;
|
||||
this.label5.Location = new System.Drawing.Point(56, 8);
|
||||
this.label5.Name = "label5";
|
||||
this.label5.Size = new System.Drawing.Size(132, 26);
|
||||
this.label5.TabIndex = 13;
|
||||
this.label5.Text = "Add a new netcard for use\r\nwith your virtual machine";
|
||||
//
|
||||
// newhdSepLight
|
||||
//
|
||||
this.newhdSepLight.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
|
||||
this.newhdSepLight.Location = new System.Drawing.Point(-2, 45);
|
||||
this.newhdSepLight.Name = "newhdSepLight";
|
||||
this.newhdSepLight.Size = new System.Drawing.Size(292, 1);
|
||||
this.newhdSepLight.TabIndex = 20;
|
||||
//
|
||||
// newhdSepDark
|
||||
//
|
||||
this.newhdSepDark.BackColor = System.Drawing.SystemColors.ControlDarkDark;
|
||||
this.newhdSepDark.Location = new System.Drawing.Point(-2, 44);
|
||||
this.newhdSepDark.Name = "newhdSepDark";
|
||||
this.newhdSepDark.Size = new System.Drawing.Size(292, 1);
|
||||
this.newhdSepDark.TabIndex = 19;
|
||||
//
|
||||
// NewNetCardForm
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(292, 266);
|
||||
this.Controls.Add(this.newhdHeaderpanel);
|
||||
this.Controls.Add(this.newhdSepLight);
|
||||
this.Controls.Add(this.newhdSepDark);
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "NewNetCardForm";
|
||||
this.ShowIcon = false;
|
||||
this.Text = "New Netcard";
|
||||
this.newhdHeaderpanel.ResumeLayout(false);
|
||||
this.newhdHeaderpanel.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.Panel newhdHeaderpanel;
|
||||
private System.Windows.Forms.PictureBox pictureBox1;
|
||||
private System.Windows.Forms.Label label5;
|
||||
private System.Windows.Forms.Panel newhdSepLight;
|
||||
private System.Windows.Forms.Panel newhdSepDark;
|
||||
}
|
||||
}
|
18
GUI/NewNetCardForm.cs
Normal file
18
GUI/NewNetCardForm.cs
Normal file
@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace RosTEGUI
|
||||
{
|
||||
public partial class NewNetCardForm : Form
|
||||
{
|
||||
public NewNetCardForm()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
152
GUI/NewNetCardForm.resx
Normal file
152
GUI/NewNetCardForm.resx
Normal file
@ -0,0 +1,152 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="pictureBox1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
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
|
||||
</value>
|
||||
</data>
|
||||
</root>
|
Loading…
Reference in New Issue
Block a user