1 namespace Sample_Environment_Control_Interface.Dialogs.Blocks
3 partial class ConfigureBlocks
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 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();
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);
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);
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);
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[] {
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);
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;
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);
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.";
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);
172 this.colName.HeaderText =
"Block Name";
173 this.colName.Name =
"colName";
174 this.colName.ReadOnly =
true;
178 this.colUnits.HeaderText =
"Units";
179 this.colUnits.Name =
"colUnits";
180 this.colUnits.ReadOnly =
true;
184 this.colComponent.HeaderText =
"Component";
185 this.colComponent.Name =
"colComponent";
186 this.colComponent.ReadOnly =
true;
190 this.ColVI.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
191 this.ColVI.HeaderText =
"VI";
192 this.ColVI.Name =
"ColVI";
193 this.ColVI.ReadOnly =
true;
197 this.colRuncontrol.HeaderText =
"Under Run-control";
198 this.colRuncontrol.Name =
"colRuncontrol";
202 this.colLower.HeaderText =
"Lower Limit";
203 this.colLower.Name =
"colLower";
207 this.colUpper.HeaderText =
"Upper Limit";
208 this.colUpper.Name =
"colUpper";
212 this.colEnabled.HeaderText =
"Enabled";
213 this.colEnabled.Name =
"colEnabled";
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();
244 private System.Windows.Forms.Button
btnAdd;
249 private System.Windows.Forms.Button
btnOK;
250 private System.Windows.Forms.Label
label1;
252 private System.Windows.Forms.DataGridViewTextBoxColumn
colName;
253 private System.Windows.Forms.DataGridViewTextBoxColumn
colUnits;
255 private System.Windows.Forms.DataGridViewTextBoxColumn
ColVI;
257 private System.Windows.Forms.DataGridViewTextBoxColumn
colLower;
258 private System.Windows.Forms.DataGridViewTextBoxColumn
colUpper;
259 private System.Windows.Forms.DataGridViewCheckBoxColumn
colEnabled;