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