SECI  1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
NewConfig.Designer.cs
Go to the documentation of this file.
1 namespace Sample_Environment_Control_Interface.Dialogs.Config
2 {
3  partial class NewConfig
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.groupBox1 = new System.Windows.Forms.GroupBox();
32  this.radComp = new System.Windows.Forms.RadioButton();
33  this.radConfig = new System.Windows.Forms.RadioButton();
34  this.label1 = new System.Windows.Forms.Label();
35  this.label2 = new System.Windows.Forms.Label();
36  this.btnOK = new System.Windows.Forms.Button();
37  this.btnCancel = new System.Windows.Forms.Button();
38  this.groupBox1.SuspendLayout();
39  this.SuspendLayout();
40  //
41  // groupBox1
42  //
43  this.groupBox1.Controls.Add(this.radComp);
44  this.groupBox1.Controls.Add(this.radConfig);
45  this.groupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
46  this.groupBox1.Location = new System.Drawing.Point(67, 12);
47  this.groupBox1.Name = "groupBox1";
48  this.groupBox1.Size = new System.Drawing.Size(147, 71);
49  this.groupBox1.TabIndex = 0;
50  this.groupBox1.TabStop = false;
51  this.groupBox1.Text = "Configuration Type";
52  //
53  // radComp
54  //
55  this.radComp.AutoSize = true;
56  this.radComp.Location = new System.Drawing.Point(6, 47);
57  this.radComp.Name = "radComp";
58  this.radComp.Size = new System.Drawing.Size(95, 20);
59  this.radComp.TabIndex = 1;
60  this.radComp.Text = "Component";
61  this.radComp.UseVisualStyleBackColor = true;
62  //
63  // radConfig
64  //
65  this.radConfig.AutoSize = true;
66  this.radConfig.Checked = true;
67  this.radConfig.Location = new System.Drawing.Point(6, 21);
68  this.radConfig.Name = "radConfig";
69  this.radConfig.Size = new System.Drawing.Size(104, 20);
70  this.radConfig.TabIndex = 0;
71  this.radConfig.TabStop = true;
72  this.radConfig.Text = "Configuration";
73  this.radConfig.UseVisualStyleBackColor = true;
74  //
75  // label1
76  //
77  this.label1.AutoSize = true;
78  this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
79  this.label1.Location = new System.Drawing.Point(13, 98);
80  this.label1.Name = "label1";
81  this.label1.Size = new System.Drawing.Size(253, 16);
82  this.label1.TabIndex = 1;
83  this.label1.Text = "Note: A component is a mini-configuration";
84  //
85  // label2
86  //
87  this.label2.AutoSize = true;
88  this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
89  this.label2.Location = new System.Drawing.Point(13, 114);
90  this.label2.Name = "label2";
91  this.label2.Size = new System.Drawing.Size(257, 16);
92  this.label2.TabIndex = 2;
93  this.label2.Text = "that can be used as part of a configuration.";
94  //
95  // btnOK
96  //
97  this.btnOK.Location = new System.Drawing.Point(110, 142);
98  this.btnOK.Name = "btnOK";
99  this.btnOK.Size = new System.Drawing.Size(75, 23);
100  this.btnOK.TabIndex = 3;
101  this.btnOK.Text = "OK";
102  this.btnOK.UseVisualStyleBackColor = true;
103  this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
104  //
105  // btnCancel
106  //
107  this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
108  this.btnCancel.Location = new System.Drawing.Point(191, 142);
109  this.btnCancel.Name = "btnCancel";
110  this.btnCancel.Size = new System.Drawing.Size(75, 23);
111  this.btnCancel.TabIndex = 4;
112  this.btnCancel.Text = "Cancel";
113  this.btnCancel.UseVisualStyleBackColor = true;
114  //
115  // NewConfig
116  //
117  this.AcceptButton = this.btnOK;
118  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
119  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
120  this.CancelButton = this.btnCancel;
121  this.ClientSize = new System.Drawing.Size(280, 181);
122  this.ControlBox = false;
123  this.Controls.Add(this.btnCancel);
124  this.Controls.Add(this.btnOK);
125  this.Controls.Add(this.label2);
126  this.Controls.Add(this.label1);
127  this.Controls.Add(this.groupBox1);
128  this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
129  this.Name = "NewConfig";
130  this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
131  this.Text = "Select type of Configuration";
132  this.groupBox1.ResumeLayout(false);
133  this.groupBox1.PerformLayout();
134  this.ResumeLayout(false);
135  this.PerformLayout();
136 
137  }
138 
139  #endregion
140 
141  private System.Windows.Forms.GroupBox groupBox1;
142  private System.Windows.Forms.RadioButton radComp;
143  private System.Windows.Forms.RadioButton radConfig;
144  private System.Windows.Forms.Label label1;
145  private System.Windows.Forms.Label label2;
146  private System.Windows.Forms.Button btnOK;
147  private System.Windows.Forms.Button btnCancel;
148  }
149 }
override void Dispose(bool disposing)
Clean up any resources being used.
void InitializeComponent()
Required method for Designer support - do not modify the contents of this method with the code editor...