1 namespace Sample_Environment_Control_Interface.Dialogs.Config
3 partial class AddComponent
8 private System.ComponentModel.IContainer components = null;
14 protected override void Dispose(
bool disposing)
16 if (disposing && (components != null))
20 base.Dispose(disposing);
24 #region Windows Form Designer generated code
32 this.label1 =
new System.Windows.Forms.Label();
33 this.txtFile =
new System.Windows.Forms.TextBox();
34 this.btnBrowse =
new System.Windows.Forms.Button();
35 this.openFileDialog1 =
new System.Windows.Forms.OpenFileDialog();
36 this.btnCancel =
new System.Windows.Forms.Button();
37 this.btnAdd =
new System.Windows.Forms.Button();
38 this.label2 =
new System.Windows.Forms.Label();
43 this.label1.AutoSize =
true;
44 this.label1.Font =
new System.Drawing.Font(
"Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
45 this.label1.Location =
new System.Drawing.Point(12, 9);
46 this.label1.Name =
"label1";
47 this.label1.Size =
new System.Drawing.Size(338, 16);
48 this.label1.TabIndex = 0;
49 this.label1.Text =
"Select the component to add to the current configuration:";
53 this.txtFile.BackColor = System.Drawing.Color.White;
54 this.txtFile.Location =
new System.Drawing.Point(12, 28);
55 this.txtFile.Name =
"txtFile";
56 this.txtFile.ReadOnly =
true;
57 this.txtFile.Size =
new System.Drawing.Size(328, 20);
58 this.txtFile.TabIndex = 1;
62 this.btnBrowse.Location =
new System.Drawing.Point(346, 26);
63 this.btnBrowse.Name =
"btnBrowse";
64 this.btnBrowse.Size =
new System.Drawing.Size(75, 23);
65 this.btnBrowse.TabIndex = 2;
66 this.btnBrowse.Text =
"Browse";
67 this.btnBrowse.UseVisualStyleBackColor =
true;
68 this.btnBrowse.Click +=
new System.EventHandler(this.btnBrowse_Click);
72 this.openFileDialog1.Filter =
"\"SECI Component|*.comp\"";
76 this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
77 this.btnCancel.Location =
new System.Drawing.Point(346, 56);
78 this.btnCancel.Name =
"btnCancel";
79 this.btnCancel.Size =
new System.Drawing.Size(75, 23);
80 this.btnCancel.TabIndex = 3;
81 this.btnCancel.Text =
"Cancel";
82 this.btnCancel.UseVisualStyleBackColor =
true;
86 this.btnAdd.Location =
new System.Drawing.Point(265, 56);
87 this.btnAdd.Name =
"btnAdd";
88 this.btnAdd.Size =
new System.Drawing.Size(75, 23);
89 this.btnAdd.TabIndex = 4;
90 this.btnAdd.Text =
"Add";
91 this.btnAdd.UseVisualStyleBackColor =
true;
92 this.btnAdd.Click +=
new System.EventHandler(this.btnAdd_Click);
96 this.label2.AutoSize =
true;
97 this.label2.Font =
new System.Drawing.Font(
"Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
98 this.label2.Location =
new System.Drawing.Point(12, 59);
99 this.label2.Name =
"label2";
100 this.label2.Size =
new System.Drawing.Size(236, 16);
101 this.label2.TabIndex = 5;
102 this.label2.Text =
"Note: this operation cannot be undone.";
103 this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
107 this.AcceptButton = this.btnAdd;
108 this.AutoScaleDimensions =
new System.Drawing.SizeF(6F, 13F);
109 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
110 this.CancelButton = this.btnCancel;
111 this.ClientSize =
new System.Drawing.Size(435, 91);
112 this.ControlBox =
false;
113 this.Controls.Add(this.label2);
114 this.Controls.Add(this.btnAdd);
115 this.Controls.Add(this.btnCancel);
116 this.Controls.Add(this.btnBrowse);
117 this.Controls.Add(this.txtFile);
118 this.Controls.Add(this.label1);
119 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
120 this.Name =
"AddComponent";
121 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
122 this.Text =
"Add Configuration";
123 this.ResumeLayout(
false);
124 this.PerformLayout();
130 private System.Windows.Forms.Label
label1;
135 private System.Windows.Forms.Button
btnAdd;
136 private System.Windows.Forms.Label
label2;
System.Windows.Forms.TextBox txtFile
System.Windows.Forms.OpenFileDialog openFileDialog1
void InitializeComponent()
Required method for Designer support - do not modify the contents of this method with the code editor...
System.Windows.Forms.Button btnAdd
override void Dispose(bool disposing)
Clean up any resources being used.
System.Windows.Forms.Label label2
System.Windows.Forms.Button btnCancel
System.Windows.Forms.Label label1
System.Windows.Forms.Button btnBrowse