1 namespace SeciUserInterface.Forms
 
    3     partial class EditRunControl
 
    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.txtName = 
new System.Windows.Forms.Label();
 
   33             this.chkUnderRC = 
new System.Windows.Forms.CheckBox();
 
   34             this.txtLower = 
new System.Windows.Forms.TextBox();
 
   35             this.lblLower = 
new System.Windows.Forms.Label();
 
   36             this.lblUpper = 
new System.Windows.Forms.Label();
 
   37             this.txtUpper = 
new System.Windows.Forms.TextBox();
 
   38             this.btnCancel = 
new System.Windows.Forms.Button();
 
   39             this.btnOK = 
new System.Windows.Forms.Button();
 
   40             this.toolTip1 = 
new System.Windows.Forms.ToolTip(this.components);
 
   45             this.txtName.AutoSize = 
true;
 
   46             this.txtName.Location = 
new System.Drawing.Point(12, 9);
 
   47             this.txtName.Name = 
"txtName";
 
   48             this.txtName.Size = 
new System.Drawing.Size(71, 13);
 
   49             this.txtName.TabIndex = 0;
 
   50             this.txtName.Text = 
"Block Name: ";
 
   54             this.chkUnderRC.AutoSize = 
true;
 
   55             this.chkUnderRC.Location = 
new System.Drawing.Point(15, 29);
 
   56             this.chkUnderRC.Name = 
"chkUnderRC";
 
   57             this.chkUnderRC.Size = 
new System.Drawing.Size(114, 17);
 
   58             this.chkUnderRC.TabIndex = 1;
 
   59             this.chkUnderRC.Text = 
"Under Run-Control";
 
   60             this.toolTip1.SetToolTip(this.chkUnderRC, 
"Enable or disable run-control");
 
   61             this.chkUnderRC.UseVisualStyleBackColor = 
true;
 
   65             this.txtLower.Location = 
new System.Drawing.Point(81, 52);
 
   66             this.txtLower.Name = 
"txtLower";
 
   67             this.txtLower.Size = 
new System.Drawing.Size(56, 20);
 
   68             this.txtLower.TabIndex = 2;
 
   72             this.lblLower.AutoSize = 
true;
 
   73             this.lblLower.Location = 
new System.Drawing.Point(12, 55);
 
   74             this.lblLower.Name = 
"lblLower";
 
   75             this.lblLower.Size = 
new System.Drawing.Size(63, 13);
 
   76             this.lblLower.TabIndex = 3;
 
   77             this.lblLower.Text = 
"Lower Limit:";
 
   81             this.lblUpper.AutoSize = 
true;
 
   82             this.lblUpper.Location = 
new System.Drawing.Point(12, 81);
 
   83             this.lblUpper.Name = 
"lblUpper";
 
   84             this.lblUpper.Size = 
new System.Drawing.Size(63, 13);
 
   85             this.lblUpper.TabIndex = 5;
 
   86             this.lblUpper.Text = 
"Upper Limit:";
 
   90             this.txtUpper.Location = 
new System.Drawing.Point(81, 78);
 
   91             this.txtUpper.Name = 
"txtUpper";
 
   92             this.txtUpper.Size = 
new System.Drawing.Size(56, 20);
 
   93             this.txtUpper.TabIndex = 4;
 
   97             this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
 
   98             this.btnCancel.Location = 
new System.Drawing.Point(178, 75);
 
   99             this.btnCancel.Name = 
"btnCancel";
 
  100             this.btnCancel.Size = 
new System.Drawing.Size(75, 23);
 
  101             this.btnCancel.TabIndex = 6;
 
  102             this.btnCancel.Text = 
"Cancel";
 
  103             this.btnCancel.UseVisualStyleBackColor = 
true;
 
  107             this.btnOK.Location = 
new System.Drawing.Point(178, 46);
 
  108             this.btnOK.Name = 
"btnOK";
 
  109             this.btnOK.Size = 
new System.Drawing.Size(75, 23);
 
  110             this.btnOK.TabIndex = 7;
 
  111             this.btnOK.Text = 
"OK";
 
  112             this.btnOK.UseVisualStyleBackColor = 
true;
 
  113             this.btnOK.Click += 
new System.EventHandler(this.btnOK_Click);
 
  117             this.AcceptButton = this.btnOK;
 
  118             this.AutoScaleDimensions = 
new System.Drawing.SizeF(6F, 13F);
 
  119             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 
  120             this.CancelButton = this.btnCancel;
 
  121             this.ClientSize = 
new System.Drawing.Size(265, 110);
 
  122             this.ControlBox = 
false;
 
  123             this.Controls.Add(this.btnOK);
 
  124             this.Controls.Add(this.btnCancel);
 
  125             this.Controls.Add(this.lblUpper);
 
  126             this.Controls.Add(this.txtUpper);
 
  127             this.Controls.Add(this.lblLower);
 
  128             this.Controls.Add(this.txtLower);
 
  129             this.Controls.Add(this.chkUnderRC);
 
  130             this.Controls.Add(this.txtName);
 
  131             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
 
  132             this.Name = 
"EditRunControl";
 
  133             this.ShowInTaskbar = 
false;
 
  134             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
 
  135             this.Text = 
"Edit Run-Control - SECI";
 
  136             this.Load += 
new System.EventHandler(this.EditRunControl_Load);
 
  137             this.ResumeLayout(
false);
 
  138             this.PerformLayout();
 
  151         private System.Windows.Forms.Button 
btnOK;