1 namespace Sample_Environment_Control_Interface.Dialogs.Blocks
 
    3     partial class RunControlViewer
 
    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             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();
 
   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[] {
 
   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);
 
   74             this.colBlock.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
 
   75             this.colBlock.HeaderText = 
"Block";
 
   76             this.colBlock.Name = 
"colBlock";
 
   77             this.colBlock.ReadOnly = 
true;
 
   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;
 
   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;
 
   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;
 
  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;
 
  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;
 
  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;
 
  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);
 
  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);
 
  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.";
 
  161             this.timer1.Interval = 5000;
 
  162             this.timer1.Tick += 
new System.EventHandler(this.timer1_Tick);
 
  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();
 
  189         private System.Windows.Forms.Button 
btnOK;
 
  190         private System.Windows.Forms.DataGridViewTextBoxColumn 
colBlock;
 
  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;
 
void InitializeComponent()
Required method for Designer support - do not modify the contents of this method with the code editor...
System.Windows.Forms.DataGridViewTextBoxColumn colInRange
System.Windows.Forms.Button btnCancel
System.Windows.Forms.DataGridViewTextBoxColumn colUpper
System.Windows.Forms.DataGridViewTextBoxColumn colBlock
System.Windows.Forms.DataGridViewTextBoxColumn colComp
System.Windows.Forms.Timer timer1
System.Windows.Forms.DataGridViewCheckBoxColumn colRunControl
System.Windows.Forms.DataGridView dataGridView1
System.Windows.Forms.Button btnOK
System.Windows.Forms.Label label1
override void Dispose(bool disposing)
Clean up any resources being used. 
System.Windows.Forms.DataGridViewTextBoxColumn colLower
System.Windows.Forms.DataGridViewTextBoxColumn colCurrent