SECI  1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
ConfigureBlocks.designer.cs
Go to the documentation of this file.
1 namespace SeciUserInterface.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  this.components = new System.ComponentModel.Container();
32  System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
33  System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
34  System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
35  this.btnAdd = new System.Windows.Forms.Button();
36  this.btnEdit = new System.Windows.Forms.Button();
37  this.btnDelete = new System.Windows.Forms.Button();
38  this.dgv1 = new System.Windows.Forms.DataGridView();
39  this.colName = new System.Windows.Forms.DataGridViewTextBoxColumn();
40  this.colUnits = new System.Windows.Forms.DataGridViewTextBoxColumn();
41  this.colComponent = new System.Windows.Forms.DataGridViewTextBoxColumn();
42  this.ColVI = new System.Windows.Forms.DataGridViewTextBoxColumn();
43  this.colRuncontrol = new System.Windows.Forms.DataGridViewCheckBoxColumn();
44  this.colLower = new System.Windows.Forms.DataGridViewTextBoxColumn();
45  this.colUpper = new System.Windows.Forms.DataGridViewTextBoxColumn();
46  this.colEnabled = new System.Windows.Forms.DataGridViewCheckBoxColumn();
47  this.colGroup = new System.Windows.Forms.DataGridViewComboBoxColumn();
48  this.btnCancel = new System.Windows.Forms.Button();
49  this.btnOK = new System.Windows.Forms.Button();
50  this.label1 = new System.Windows.Forms.Label();
51  this.btnSetNexus = new System.Windows.Forms.Button();
52  this.btnDown = new System.Windows.Forms.Button();
53  this.btnUp = new System.Windows.Forms.Button();
54  this.btnAddGroup = new System.Windows.Forms.Button();
55  this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
56  this.btnOrderGroups = new System.Windows.Forms.Button();
57  ((System.ComponentModel.ISupportInitialize)(this.dgv1)).BeginInit();
58  this.SuspendLayout();
59  //
60  // btnAdd
61  //
62  this.btnAdd.Location = new System.Drawing.Point(12, 12);
63  this.btnAdd.Name = "btnAdd";
64  this.btnAdd.Size = new System.Drawing.Size(76, 23);
65  this.btnAdd.TabIndex = 0;
66  this.btnAdd.Text = "Add Block";
67  this.toolTip1.SetToolTip(this.btnAdd, "Add a new Block");
68  this.btnAdd.UseVisualStyleBackColor = true;
69  this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
70  //
71  // btnEdit
72  //
73  this.btnEdit.Location = new System.Drawing.Point(94, 12);
74  this.btnEdit.Name = "btnEdit";
75  this.btnEdit.Size = new System.Drawing.Size(76, 23);
76  this.btnEdit.TabIndex = 1;
77  this.btnEdit.Text = "Edit Block";
78  this.toolTip1.SetToolTip(this.btnEdit, "Edit a selected Block");
79  this.btnEdit.UseVisualStyleBackColor = true;
80  this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
81  //
82  // btnDelete
83  //
84  this.btnDelete.Location = new System.Drawing.Point(176, 12);
85  this.btnDelete.Name = "btnDelete";
86  this.btnDelete.Size = new System.Drawing.Size(76, 23);
87  this.btnDelete.TabIndex = 2;
88  this.btnDelete.Text = "Delete Block";
89  this.toolTip1.SetToolTip(this.btnDelete, "Delete the selected Block");
90  this.btnDelete.UseVisualStyleBackColor = true;
91  this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
92  //
93  // dgv1
94  //
95  this.dgv1.AllowUserToAddRows = false;
96  this.dgv1.AllowUserToDeleteRows = false;
97  this.dgv1.AllowUserToResizeColumns = false;
98  this.dgv1.AllowUserToResizeRows = false;
99  dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
100  dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
101  dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
102  dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
103  dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
104  dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
105  dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
106  this.dgv1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
107  this.dgv1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
108  this.dgv1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
109  this.colName,
110  this.colUnits,
111  this.colComponent,
112  this.ColVI,
113  this.colRuncontrol,
114  this.colLower,
115  this.colUpper,
116  this.colEnabled,
117  this.colGroup});
118  dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
119  dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
120  dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
121  dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
122  dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
123  dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
124  dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
125  this.dgv1.DefaultCellStyle = dataGridViewCellStyle2;
126  this.dgv1.Location = new System.Drawing.Point(12, 41);
127  this.dgv1.MultiSelect = false;
128  this.dgv1.Name = "dgv1";
129  dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
130  dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
131  dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
132  dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
133  dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
134  dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
135  dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
136  this.dgv1.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
137  this.dgv1.Size = new System.Drawing.Size(863, 356);
138  this.dgv1.TabIndex = 3;
139  this.dgv1.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellValidated);
140  //
141  // colName
142  //
143  this.colName.HeaderText = "Block Name";
144  this.colName.Name = "colName";
145  this.colName.ReadOnly = true;
146  //
147  // colUnits
148  //
149  this.colUnits.HeaderText = "Units";
150  this.colUnits.Name = "colUnits";
151  this.colUnits.ReadOnly = true;
152  //
153  // colComponent
154  //
155  this.colComponent.HeaderText = "Sub-Configuration";
156  this.colComponent.Name = "colComponent";
157  this.colComponent.ReadOnly = true;
158  //
159  // ColVI
160  //
161  this.ColVI.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
162  this.ColVI.HeaderText = "VI";
163  this.ColVI.Name = "ColVI";
164  this.ColVI.ReadOnly = true;
165  //
166  // colRuncontrol
167  //
168  this.colRuncontrol.HeaderText = "Under Run-Control";
169  this.colRuncontrol.Name = "colRuncontrol";
170  //
171  // colLower
172  //
173  this.colLower.HeaderText = "Lower Limit";
174  this.colLower.Name = "colLower";
175  //
176  // colUpper
177  //
178  this.colUpper.HeaderText = "Upper Limit";
179  this.colUpper.Name = "colUpper";
180  //
181  // colEnabled
182  //
183  this.colEnabled.HeaderText = "Enabled";
184  this.colEnabled.Name = "colEnabled";
185  this.colEnabled.Visible = false;
186  //
187  // colGroup
188  //
189  this.colGroup.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.ComboBox;
190  this.colGroup.HeaderText = "Group";
191  this.colGroup.Items.AddRange(new object[] {
192  "None"});
193  this.colGroup.Name = "colGroup";
194  //
195  // btnCancel
196  //
197  this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
198  this.btnCancel.Location = new System.Drawing.Point(889, 403);
199  this.btnCancel.Name = "btnCancel";
200  this.btnCancel.Size = new System.Drawing.Size(75, 23);
201  this.btnCancel.TabIndex = 6;
202  this.btnCancel.Text = "Cancel";
203  this.btnCancel.UseVisualStyleBackColor = true;
204  //
205  // btnOK
206  //
207  this.btnOK.Location = new System.Drawing.Point(808, 403);
208  this.btnOK.Name = "btnOK";
209  this.btnOK.Size = new System.Drawing.Size(75, 23);
210  this.btnOK.TabIndex = 7;
211  this.btnOK.Text = "OK";
212  this.btnOK.UseVisualStyleBackColor = true;
213  this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
214  //
215  // label1
216  //
217  this.label1.AutoSize = true;
218  this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
219  this.label1.Location = new System.Drawing.Point(12, 406);
220  this.label1.Name = "label1";
221  this.label1.Size = new System.Drawing.Size(297, 16);
222  this.label1.TabIndex = 8;
223  this.label1.Text = "Changes will only be actioned after OK is clicked.";
224  //
225  // btnSetNexus
226  //
227  this.btnSetNexus.Location = new System.Drawing.Point(768, 12);
228  this.btnSetNexus.Name = "btnSetNexus";
229  this.btnSetNexus.Size = new System.Drawing.Size(107, 23);
230  this.btnSetNexus.TabIndex = 9;
231  this.btnSetNexus.Text = "Set NeXus Names";
232  this.btnSetNexus.UseVisualStyleBackColor = true;
233  this.btnSetNexus.Visible = false;
234  this.btnSetNexus.Click += new System.EventHandler(this.btnSetNexus_Click);
235  //
236  // btnDown
237  //
238  this.btnDown.Location = new System.Drawing.Point(882, 207);
239  this.btnDown.Name = "btnDown";
240  this.btnDown.Size = new System.Drawing.Size(43, 23);
241  this.btnDown.TabIndex = 10;
242  this.btnDown.Text = "Down";
243  this.toolTip1.SetToolTip(this.btnDown, "Changes the Block order");
244  this.btnDown.UseVisualStyleBackColor = true;
245  this.btnDown.Click += new System.EventHandler(this.btnDown_Click);
246  //
247  // btnUp
248  //
249  this.btnUp.Location = new System.Drawing.Point(881, 178);
250  this.btnUp.Name = "btnUp";
251  this.btnUp.Size = new System.Drawing.Size(43, 23);
252  this.btnUp.TabIndex = 11;
253  this.btnUp.Text = "Up";
254  this.toolTip1.SetToolTip(this.btnUp, "Changes the Block order");
255  this.btnUp.UseVisualStyleBackColor = true;
256  this.btnUp.Click += new System.EventHandler(this.btnUp_Click);
257  //
258  // btnAddGroup
259  //
260  this.btnAddGroup.Location = new System.Drawing.Point(881, 41);
261  this.btnAddGroup.Name = "btnAddGroup";
262  this.btnAddGroup.Size = new System.Drawing.Size(83, 23);
263  this.btnAddGroup.TabIndex = 12;
264  this.btnAddGroup.Text = "Add Group";
265  this.toolTip1.SetToolTip(this.btnAddGroup, "Add a Block group");
266  this.btnAddGroup.UseVisualStyleBackColor = true;
267  this.btnAddGroup.Click += new System.EventHandler(this.btnAddGroup_Click);
268  //
269  // btnOrderGroups
270  //
271  this.btnOrderGroups.Location = new System.Drawing.Point(882, 70);
272  this.btnOrderGroups.Name = "btnOrderGroups";
273  this.btnOrderGroups.Size = new System.Drawing.Size(83, 23);
274  this.btnOrderGroups.TabIndex = 13;
275  this.btnOrderGroups.Text = "Order Groups";
276  this.toolTip1.SetToolTip(this.btnOrderGroups, "Add a Block group");
277  this.btnOrderGroups.UseVisualStyleBackColor = true;
278  this.btnOrderGroups.Click += new System.EventHandler(this.btnOrderGroups_Click);
279  //
280  // ConfigureBlocks
281  //
282  this.AcceptButton = this.btnOK;
283  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
284  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
285  this.CancelButton = this.btnCancel;
286  this.ClientSize = new System.Drawing.Size(976, 436);
287  this.ControlBox = false;
288  this.Controls.Add(this.btnOrderGroups);
289  this.Controls.Add(this.btnAddGroup);
290  this.Controls.Add(this.btnUp);
291  this.Controls.Add(this.btnDown);
292  this.Controls.Add(this.btnSetNexus);
293  this.Controls.Add(this.label1);
294  this.Controls.Add(this.btnOK);
295  this.Controls.Add(this.btnCancel);
296  this.Controls.Add(this.dgv1);
297  this.Controls.Add(this.btnDelete);
298  this.Controls.Add(this.btnEdit);
299  this.Controls.Add(this.btnAdd);
300  this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
301  this.Name = "ConfigureBlocks";
302  this.ShowInTaskbar = false;
303  this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
304  this.Text = "Configure Blocks - SECI";
305  this.Load += new System.EventHandler(this.configureBlocks_Load);
306  ((System.ComponentModel.ISupportInitialize)(this.dgv1)).EndInit();
307  this.ResumeLayout(false);
308  this.PerformLayout();
309 
310  }
311 
312  #endregion
313 
314  private System.Windows.Forms.Button btnAdd;
315  private System.Windows.Forms.Button btnEdit;
316  private System.Windows.Forms.Button btnDelete;
317  private System.Windows.Forms.DataGridView dgv1;
318  private System.Windows.Forms.Button btnCancel;
319  private System.Windows.Forms.Button btnOK;
320  private System.Windows.Forms.Label label1;
321  private System.Windows.Forms.Button btnSetNexus;
322  private System.Windows.Forms.Button btnDown;
323  private System.Windows.Forms.Button btnUp;
324  private System.Windows.Forms.Button btnAddGroup;
325  private System.Windows.Forms.ToolTip toolTip1;
326  private System.Windows.Forms.DataGridViewTextBoxColumn colName;
327  private System.Windows.Forms.DataGridViewTextBoxColumn colUnits;
328  private System.Windows.Forms.DataGridViewTextBoxColumn colComponent;
329  private System.Windows.Forms.DataGridViewTextBoxColumn ColVI;
330  private System.Windows.Forms.DataGridViewCheckBoxColumn colRuncontrol;
331  private System.Windows.Forms.DataGridViewTextBoxColumn colLower;
332  private System.Windows.Forms.DataGridViewTextBoxColumn colUpper;
333  private System.Windows.Forms.DataGridViewCheckBoxColumn colEnabled;
334  private System.Windows.Forms.DataGridViewComboBoxColumn colGroup;
335  private System.Windows.Forms.Button btnOrderGroups;
336 
337  }
338 }
System.Windows.Forms.DataGridViewTextBoxColumn colUpper
System.Windows.Forms.DataGridViewTextBoxColumn colLower
System.Windows.Forms.DataGridViewCheckBoxColumn colEnabled
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...
System.Windows.Forms.DataGridViewTextBoxColumn colComponent
System.Windows.Forms.DataGridViewTextBoxColumn ColVI
System.Windows.Forms.DataGridViewTextBoxColumn colUnits
System.Windows.Forms.DataGridViewCheckBoxColumn colRuncontrol
System.Windows.Forms.DataGridViewComboBoxColumn colGroup
System.Windows.Forms.DataGridViewTextBoxColumn colName