SECI  1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
RunControlViewer.Designer.cs
Go to the documentation of this file.
1 namespace Sample_Environment_Control_Interface.Dialogs.Blocks
2 {
3  partial class RunControlViewer
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  this.dataGridView1 = new System.Windows.Forms.DataGridView();
33  this.colBlock = new System.Windows.Forms.DataGridViewTextBoxColumn();
34  this.colRunControl = new System.Windows.Forms.DataGridViewCheckBoxColumn();
35  this.colLower = new System.Windows.Forms.DataGridViewTextBoxColumn();
36  this.colUpper = new System.Windows.Forms.DataGridViewTextBoxColumn();
37  this.colCurrent = new System.Windows.Forms.DataGridViewTextBoxColumn();
38  this.colInRange = new System.Windows.Forms.DataGridViewTextBoxColumn();
39  this.colComp = new System.Windows.Forms.DataGridViewTextBoxColumn();
40  this.btnCancel = new System.Windows.Forms.Button();
41  this.btnOK = new System.Windows.Forms.Button();
42  this.label1 = new System.Windows.Forms.Label();
43  this.timer1 = new System.Windows.Forms.Timer(this.components);
44  ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
45  this.SuspendLayout();
46  //
47  // dataGridView1
48  //
49  this.dataGridView1.AllowUserToAddRows = false;
50  this.dataGridView1.AllowUserToDeleteRows = false;
51  this.dataGridView1.AllowUserToResizeColumns = false;
52  this.dataGridView1.AllowUserToResizeRows = false;
53  this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
54  | System.Windows.Forms.AnchorStyles.Left)
55  | System.Windows.Forms.AnchorStyles.Right)));
56  this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
57  this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
58  this.colBlock,
59  this.colRunControl,
60  this.colLower,
61  this.colUpper,
62  this.colCurrent,
63  this.colInRange,
64  this.colComp});
65  this.dataGridView1.Location = new System.Drawing.Point(12, 12);
66  this.dataGridView1.MultiSelect = false;
67  this.dataGridView1.Name = "dataGridView1";
68  this.dataGridView1.Size = new System.Drawing.Size(589, 328);
69  this.dataGridView1.TabIndex = 0;
70  this.dataGridView1.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellValidated);
71  //
72  // colBlock
73  //
74  this.colBlock.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
75  this.colBlock.HeaderText = "Block";
76  this.colBlock.Name = "colBlock";
77  this.colBlock.ReadOnly = true;
78  //
79  // colRunControl
80  //
81  this.colRunControl.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
82  this.colRunControl.HeaderText = "Under Run Control?";
83  this.colRunControl.Name = "colRunControl";
84  this.colRunControl.Width = 96;
85  //
86  // colLower
87  //
88  this.colLower.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
89  this.colLower.HeaderText = "Lower Limit";
90  this.colLower.Name = "colLower";
91  this.colLower.Width = 79;
92  //
93  // colUpper
94  //
95  this.colUpper.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
96  this.colUpper.HeaderText = "Upper Limit";
97  this.colUpper.Name = "colUpper";
98  this.colUpper.Width = 79;
99  //
100  // colCurrent
101  //
102  this.colCurrent.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
103  this.colCurrent.HeaderText = "Current Value";
104  this.colCurrent.Name = "colCurrent";
105  this.colCurrent.ReadOnly = true;
106  this.colCurrent.Width = 88;
107  //
108  // colInRange
109  //
110  this.colInRange.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
111  this.colInRange.HeaderText = "In Range?";
112  this.colInRange.Name = "colInRange";
113  this.colInRange.ReadOnly = true;
114  this.colInRange.Width = 76;
115  //
116  // colComp
117  //
118  this.colComp.HeaderText = "Component?";
119  this.colComp.Name = "colComp";
120  this.colComp.ReadOnly = true;
121  this.colComp.Resizable = System.Windows.Forms.DataGridViewTriState.True;
122  this.colComp.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
123  this.colComp.Visible = false;
124  //
125  // btnCancel
126  //
127  this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
128  this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
129  this.btnCancel.Location = new System.Drawing.Point(526, 348);
130  this.btnCancel.Name = "btnCancel";
131  this.btnCancel.Size = new System.Drawing.Size(75, 23);
132  this.btnCancel.TabIndex = 1;
133  this.btnCancel.Text = "Cancel";
134  this.btnCancel.UseVisualStyleBackColor = true;
135  this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
136  //
137  // btnOK
138  //
139  this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
140  this.btnOK.Location = new System.Drawing.Point(445, 348);
141  this.btnOK.Name = "btnOK";
142  this.btnOK.Size = new System.Drawing.Size(75, 23);
143  this.btnOK.TabIndex = 2;
144  this.btnOK.Text = "OK";
145  this.btnOK.UseVisualStyleBackColor = true;
146  this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
147  //
148  // label1
149  //
150  this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
151  this.label1.AutoSize = true;
152  this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
153  this.label1.Location = new System.Drawing.Point(12, 351);
154  this.label1.Name = "label1";
155  this.label1.Size = new System.Drawing.Size(425, 16);
156  this.label1.TabIndex = 3;
157  this.label1.Text = "Changes to run-control settings will only be actioned after OK is clicked.";
158  //
159  // timer1
160  //
161  this.timer1.Interval = 5000;
162  this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
163  //
164  // RunControlViewer
165  //
166  this.AcceptButton = this.btnOK;
167  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
168  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
169  this.CancelButton = this.btnCancel;
170  this.ClientSize = new System.Drawing.Size(613, 383);
171  this.Controls.Add(this.label1);
172  this.Controls.Add(this.btnOK);
173  this.Controls.Add(this.btnCancel);
174  this.Controls.Add(this.dataGridView1);
175  this.Name = "RunControlViewer";
176  this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
177  this.Text = "Run Control Information";
178  this.Load += new System.EventHandler(this.RunControlViewer_Load);
179  ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
180  this.ResumeLayout(false);
181  this.PerformLayout();
182 
183  }
184 
185  #endregion
186 
187  private System.Windows.Forms.DataGridView dataGridView1;
188  private System.Windows.Forms.Button btnCancel;
189  private System.Windows.Forms.Button btnOK;
190  private System.Windows.Forms.DataGridViewTextBoxColumn colBlock;
191  private System.Windows.Forms.DataGridViewCheckBoxColumn colRunControl;
192  private System.Windows.Forms.DataGridViewTextBoxColumn colLower;
193  private System.Windows.Forms.DataGridViewTextBoxColumn colUpper;
194  private System.Windows.Forms.DataGridViewTextBoxColumn colCurrent;
195  private System.Windows.Forms.DataGridViewTextBoxColumn colInRange;
196  private System.Windows.Forms.DataGridViewTextBoxColumn colComp;
197  private System.Windows.Forms.Label label1;
198  private System.Windows.Forms.Timer timer1;
199  }
200 }
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.