SECI  1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
AddConfig.Designer.cs
Go to the documentation of this file.
1 namespace Sample_Environment_Control_Interface.Dialogs.Config
2 {
3  partial class AddConfig
4  {
8  private System.ComponentModel.IContainer components = null;
9 
14  protected override void Dispose(bool disposing)
15  {
16  if (disposing && (components != null))
17  {
18  components.Dispose();
19  }
20  base.Dispose(disposing);
21  }
22 
23  #region Windows Form Designer generated code
24 
29  private void InitializeComponent()
30  {
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();
38  this.SuspendLayout();
39  //
40  // label1
41  //
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:";
49  //
50  // txtFile
51  //
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;
58  //
59  // btnBrowse
60  //
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);
68  //
69  // openFileDialog1
70  //
71  this.openFileDialog1.Filter = "SECI Configuration|*.conf";
72  //
73  // btnCancel
74  //
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;
82  //
83  // btnAdd
84  //
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);
92  //
93  // label2
94  //
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;
103  //
104  // AddConfig
105  //
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();
124 
125  }
126 
127  #endregion
128 
129  private System.Windows.Forms.Label label1;
130  private System.Windows.Forms.TextBox txtFile;
131  private System.Windows.Forms.Button btnBrowse;
132  private System.Windows.Forms.OpenFileDialog openFileDialog1;
133  private System.Windows.Forms.Button btnCancel;
134  private System.Windows.Forms.Button btnAdd;
135  private System.Windows.Forms.Label label2;
136  }
137 }
void InitializeComponent()
Required method for Designer support - do not modify the contents of this method with the code editor...
override void Dispose(bool disposing)
Clean up any resources being used.