1 namespace Sample_Environment_Control_Interface.Dialogs.VI
3 partial class SetVIProperties
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 this.label1 =
new System.Windows.Forms.Label();
33 this.dataGridView1 =
new System.Windows.Forms.DataGridView();
34 this.btnCancel =
new System.Windows.Forms.Button();
35 this.btnOK =
new System.Windows.Forms.Button();
36 this.btnUp =
new System.Windows.Forms.Button();
37 this.btnDown =
new System.Windows.Forms.Button();
38 this.label2 =
new System.Windows.Forms.Label();
39 this.colName =
new System.Windows.Forms.DataGridViewTextBoxColumn();
40 this.colStart =
new System.Windows.Forms.DataGridViewCheckBoxColumn();
41 this.colVisible =
new System.Windows.Forms.DataGridViewCheckBoxColumn();
42 this.colDelayAfter =
new System.Windows.Forms.DataGridViewComboBoxColumn();
43 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
48 this.label1.AutoSize =
true;
49 this.label1.Font =
new System.Drawing.Font(
"Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
50 this.label1.Location =
new System.Drawing.Point(12, 9);
51 this.label1.Name =
"label1";
52 this.label1.Size =
new System.Drawing.Size(157, 16);
53 this.label1.TabIndex = 0;
54 this.label1.Text =
"Properties of Current VI\'s:";
58 this.dataGridView1.AllowUserToAddRows =
false;
59 this.dataGridView1.AllowUserToDeleteRows =
false;
60 this.dataGridView1.AllowUserToResizeColumns =
false;
61 this.dataGridView1.AllowUserToResizeRows =
false;
62 this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
63 this.dataGridView1.Columns.AddRange(
new System.Windows.Forms.DataGridViewColumn[] {
68 this.dataGridView1.Location =
new System.Drawing.Point(12, 28);
69 this.dataGridView1.Name =
"dataGridView1";
70 this.dataGridView1.Size =
new System.Drawing.Size(596, 381);
71 this.dataGridView1.TabIndex = 1;
75 this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
76 this.btnCancel.Location =
new System.Drawing.Point(614, 386);
77 this.btnCancel.Name =
"btnCancel";
78 this.btnCancel.Size =
new System.Drawing.Size(75, 23);
79 this.btnCancel.TabIndex = 2;
80 this.btnCancel.Text =
"Cancel";
81 this.btnCancel.UseVisualStyleBackColor =
true;
82 this.btnCancel.Click +=
new System.EventHandler(this.btnCancel_Click);
86 this.btnOK.Location =
new System.Drawing.Point(614, 357);
87 this.btnOK.Name =
"btnOK";
88 this.btnOK.Size =
new System.Drawing.Size(75, 23);
89 this.btnOK.TabIndex = 3;
90 this.btnOK.Text =
"OK";
91 this.btnOK.UseVisualStyleBackColor =
true;
92 this.btnOK.Click +=
new System.EventHandler(this.btnOK_Click);
96 this.btnUp.Location =
new System.Drawing.Point(614, 48);
97 this.btnUp.Name =
"btnUp";
98 this.btnUp.Size =
new System.Drawing.Size(73, 23);
99 this.btnUp.TabIndex = 4;
100 this.btnUp.Text =
"Move Up";
101 this.btnUp.UseVisualStyleBackColor =
true;
102 this.btnUp.Click +=
new System.EventHandler(this.btnUp_Click);
106 this.btnDown.Location =
new System.Drawing.Point(614, 77);
107 this.btnDown.Name =
"btnDown";
108 this.btnDown.Size =
new System.Drawing.Size(73, 23);
109 this.btnDown.TabIndex = 5;
110 this.btnDown.Text =
"Move Down";
111 this.btnDown.UseVisualStyleBackColor =
true;
112 this.btnDown.Click +=
new System.EventHandler(this.btnDown_Click);
116 this.label2.AutoSize =
true;
117 this.label2.Font =
new System.Drawing.Font(
"Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
118 this.label2.Location =
new System.Drawing.Point(9, 412);
119 this.label2.Name =
"label2";
120 this.label2.Size =
new System.Drawing.Size(231, 16);
121 this.label2.TabIndex = 6;
122 this.label2.Text =
"Start-up Order runs from top to bottom.";
126 this.colName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
127 this.colName.HeaderText =
"VI Name";
128 this.colName.Name =
"colName";
129 this.colName.ReadOnly =
true;
133 this.colStart.HeaderText =
"Run when Loaded?";
134 this.colStart.Name =
"colStart";
135 this.colStart.Width = 110;
139 this.colVisible.HeaderText =
"Always Visible?";
140 this.colVisible.Name =
"colVisible";
141 this.colVisible.Width = 110;
145 dataGridViewCellStyle1.NullValue =
"0";
146 this.colDelayAfter.DefaultCellStyle = dataGridViewCellStyle1;
147 this.colDelayAfter.HeaderText =
"Delay After Loading (s)";
148 this.colDelayAfter.Items.AddRange(
new object[] {
180 this.colDelayAfter.Name =
"colDelayAfter";
181 this.colDelayAfter.Resizable = System.Windows.Forms.DataGridViewTriState.True;
182 this.colDelayAfter.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
183 this.colDelayAfter.ToolTipText =
"The delay in seconds, which SECI will wait for after this VI is loaded";
184 this.colDelayAfter.Width = 140;
188 this.AcceptButton = this.btnOK;
189 this.AutoScaleDimensions =
new System.Drawing.SizeF(6F, 13F);
190 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
191 this.CancelButton = this.btnCancel;
192 this.ClientSize =
new System.Drawing.Size(700, 433);
193 this.ControlBox =
false;
194 this.Controls.Add(this.label2);
195 this.Controls.Add(this.btnDown);
196 this.Controls.Add(this.btnUp);
197 this.Controls.Add(this.btnOK);
198 this.Controls.Add(this.btnCancel);
199 this.Controls.Add(this.dataGridView1);
200 this.Controls.Add(this.label1);
201 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
202 this.Name =
"SetVIProperties";
203 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
204 this.Text =
"Set VI Properties";
205 this.Load +=
new System.EventHandler(this.SetVIProperties_Load);
206 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
207 this.ResumeLayout(
false);
208 this.PerformLayout();
214 private System.Windows.Forms.Label
label1;
217 private System.Windows.Forms.Button
btnOK;
218 private System.Windows.Forms.Button
btnUp;
220 private System.Windows.Forms.Label
label2;
221 private System.Windows.Forms.DataGridViewTextBoxColumn
colName;
222 private System.Windows.Forms.DataGridViewCheckBoxColumn
colStart;
223 private System.Windows.Forms.DataGridViewCheckBoxColumn
colVisible;
System.Windows.Forms.DataGridViewCheckBoxColumn colStart
System.Windows.Forms.DataGridViewComboBoxColumn colDelayAfter
System.Windows.Forms.Button btnUp
System.Windows.Forms.DataGridViewCheckBoxColumn colVisible
System.Windows.Forms.Button btnOK
System.Windows.Forms.Button btnCancel
System.Windows.Forms.DataGridViewTextBoxColumn colName
override void Dispose(bool disposing)
Clean up any resources being used.
System.Windows.Forms.Button btnDown
System.Windows.Forms.DataGridView dataGridView1
System.Windows.Forms.Label label1
System.Windows.Forms.Label label2
void InitializeComponent()
Required method for Designer support - do not modify the contents of this method with the code editor...