SECI  1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
configureBlocks.Designer.cs
Go to the documentation of this file.
1 namespace Sample_Environment_Control_Interface.Dialogs.Blocks
2 {
3  partial class ConfigureBlocks
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  System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
32  System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
33  System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
34  this.btnAdd = new System.Windows.Forms.Button();
35  this.btnEdit = new System.Windows.Forms.Button();
36  this.btnDelete = new System.Windows.Forms.Button();
37  this.dataGridView1 = new System.Windows.Forms.DataGridView();
38  this.btnCancel = new System.Windows.Forms.Button();
39  this.btnOK = new System.Windows.Forms.Button();
40  this.label1 = new System.Windows.Forms.Label();
41  this.btnSetNexus = new System.Windows.Forms.Button();
42  this.colName = new System.Windows.Forms.DataGridViewTextBoxColumn();
43  this.colUnits = new System.Windows.Forms.DataGridViewTextBoxColumn();
44  this.colComponent = new System.Windows.Forms.DataGridViewTextBoxColumn();
45  this.ColVI = new System.Windows.Forms.DataGridViewTextBoxColumn();
46  this.colRuncontrol = new System.Windows.Forms.DataGridViewCheckBoxColumn();
47  this.colLower = new System.Windows.Forms.DataGridViewTextBoxColumn();
48  this.colUpper = new System.Windows.Forms.DataGridViewTextBoxColumn();
49  this.colEnabled = new System.Windows.Forms.DataGridViewCheckBoxColumn();
50  ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
51  this.SuspendLayout();
52  //
53  // btnAdd
54  //
55  this.btnAdd.Location = new System.Drawing.Point(12, 12);
56  this.btnAdd.Name = "btnAdd";
57  this.btnAdd.Size = new System.Drawing.Size(76, 23);
58  this.btnAdd.TabIndex = 0;
59  this.btnAdd.Text = "Add Block";
60  this.btnAdd.UseVisualStyleBackColor = true;
61  this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
62  //
63  // btnEdit
64  //
65  this.btnEdit.Location = new System.Drawing.Point(94, 12);
66  this.btnEdit.Name = "btnEdit";
67  this.btnEdit.Size = new System.Drawing.Size(76, 23);
68  this.btnEdit.TabIndex = 1;
69  this.btnEdit.Text = "Edit Block";
70  this.btnEdit.UseVisualStyleBackColor = true;
71  this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
72  //
73  // btnDelete
74  //
75  this.btnDelete.Location = new System.Drawing.Point(176, 12);
76  this.btnDelete.Name = "btnDelete";
77  this.btnDelete.Size = new System.Drawing.Size(76, 23);
78  this.btnDelete.TabIndex = 2;
79  this.btnDelete.Text = "Delete Block";
80  this.btnDelete.UseVisualStyleBackColor = true;
81  this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
82  //
83  // dataGridView1
84  //
85  this.dataGridView1.AllowUserToAddRows = false;
86  this.dataGridView1.AllowUserToDeleteRows = false;
87  this.dataGridView1.AllowUserToResizeColumns = false;
88  this.dataGridView1.AllowUserToResizeRows = false;
89  dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
90  dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
91  dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
92  dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
93  dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
94  dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
95  dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
96  this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
97  this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
98  this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
99  this.colName,
100  this.colUnits,
101  this.colComponent,
102  this.ColVI,
103  this.colRuncontrol,
104  this.colLower,
105  this.colUpper,
106  this.colEnabled});
107  dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
108  dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
109  dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
110  dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
111  dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
112  dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
113  dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
114  this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle2;
115  this.dataGridView1.Location = new System.Drawing.Point(12, 41);
116  this.dataGridView1.MultiSelect = false;
117  this.dataGridView1.Name = "dataGridView1";
118  dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
119  dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
120  dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
121  dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
122  dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
123  dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
124  dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
125  this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
126  this.dataGridView1.Size = new System.Drawing.Size(863, 356);
127  this.dataGridView1.TabIndex = 3;
128  this.dataGridView1.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellValidated);
129  //
130  // btnCancel
131  //
132  this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
133  this.btnCancel.Location = new System.Drawing.Point(800, 403);
134  this.btnCancel.Name = "btnCancel";
135  this.btnCancel.Size = new System.Drawing.Size(75, 23);
136  this.btnCancel.TabIndex = 6;
137  this.btnCancel.Text = "Cancel";
138  this.btnCancel.UseVisualStyleBackColor = true;
139  //
140  // btnOK
141  //
142  this.btnOK.Location = new System.Drawing.Point(719, 403);
143  this.btnOK.Name = "btnOK";
144  this.btnOK.Size = new System.Drawing.Size(75, 23);
145  this.btnOK.TabIndex = 7;
146  this.btnOK.Text = "OK";
147  this.btnOK.UseVisualStyleBackColor = true;
148  this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
149  //
150  // label1
151  //
152  this.label1.AutoSize = true;
153  this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
154  this.label1.Location = new System.Drawing.Point(12, 406);
155  this.label1.Name = "label1";
156  this.label1.Size = new System.Drawing.Size(297, 16);
157  this.label1.TabIndex = 8;
158  this.label1.Text = "Changes will only be actioned after OK is clicked.";
159  //
160  // btnSetNexus
161  //
162  this.btnSetNexus.Location = new System.Drawing.Point(768, 12);
163  this.btnSetNexus.Name = "btnSetNexus";
164  this.btnSetNexus.Size = new System.Drawing.Size(107, 23);
165  this.btnSetNexus.TabIndex = 9;
166  this.btnSetNexus.Text = "Set NeXus Names";
167  this.btnSetNexus.UseVisualStyleBackColor = true;
168  this.btnSetNexus.Click += new System.EventHandler(this.btnSetNexus_Click);
169  //
170  // colName
171  //
172  this.colName.HeaderText = "Block Name";
173  this.colName.Name = "colName";
174  this.colName.ReadOnly = true;
175  //
176  // colUnits
177  //
178  this.colUnits.HeaderText = "Units";
179  this.colUnits.Name = "colUnits";
180  this.colUnits.ReadOnly = true;
181  //
182  // colComponent
183  //
184  this.colComponent.HeaderText = "Component";
185  this.colComponent.Name = "colComponent";
186  this.colComponent.ReadOnly = true;
187  //
188  // ColVI
189  //
190  this.ColVI.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
191  this.ColVI.HeaderText = "VI";
192  this.ColVI.Name = "ColVI";
193  this.ColVI.ReadOnly = true;
194  //
195  // colRuncontrol
196  //
197  this.colRuncontrol.HeaderText = "Under Run-control";
198  this.colRuncontrol.Name = "colRuncontrol";
199  //
200  // colLower
201  //
202  this.colLower.HeaderText = "Lower Limit";
203  this.colLower.Name = "colLower";
204  //
205  // colUpper
206  //
207  this.colUpper.HeaderText = "Upper Limit";
208  this.colUpper.Name = "colUpper";
209  //
210  // colEnabled
211  //
212  this.colEnabled.HeaderText = "Enabled";
213  this.colEnabled.Name = "colEnabled";
214  //
215  // ConfigureBlocks
216  //
217  this.AcceptButton = this.btnOK;
218  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
219  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
220  this.CancelButton = this.btnCancel;
221  this.ClientSize = new System.Drawing.Size(892, 436);
222  this.ControlBox = false;
223  this.Controls.Add(this.btnSetNexus);
224  this.Controls.Add(this.label1);
225  this.Controls.Add(this.btnOK);
226  this.Controls.Add(this.btnCancel);
227  this.Controls.Add(this.dataGridView1);
228  this.Controls.Add(this.btnDelete);
229  this.Controls.Add(this.btnEdit);
230  this.Controls.Add(this.btnAdd);
231  this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
232  this.Name = "ConfigureBlocks";
233  this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
234  this.Text = "Configure Blocks";
235  this.Load += new System.EventHandler(this.configureBlocks_Load);
236  ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
237  this.ResumeLayout(false);
238  this.PerformLayout();
239 
240  }
241 
242  #endregion
243 
244  private System.Windows.Forms.Button btnAdd;
245  private System.Windows.Forms.Button btnEdit;
246  private System.Windows.Forms.Button btnDelete;
247  private System.Windows.Forms.DataGridView dataGridView1;
248  private System.Windows.Forms.Button btnCancel;
249  private System.Windows.Forms.Button btnOK;
250  private System.Windows.Forms.Label label1;
251  private System.Windows.Forms.Button btnSetNexus;
252  private System.Windows.Forms.DataGridViewTextBoxColumn colName;
253  private System.Windows.Forms.DataGridViewTextBoxColumn colUnits;
254  private System.Windows.Forms.DataGridViewTextBoxColumn colComponent;
255  private System.Windows.Forms.DataGridViewTextBoxColumn ColVI;
256  private System.Windows.Forms.DataGridViewCheckBoxColumn colRuncontrol;
257  private System.Windows.Forms.DataGridViewTextBoxColumn colLower;
258  private System.Windows.Forms.DataGridViewTextBoxColumn colUpper;
259  private System.Windows.Forms.DataGridViewCheckBoxColumn colEnabled;
260 
261  }
262 }
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.