SECI  1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
EditRunControl.Designer.cs
Go to the documentation of this file.
1 namespace SeciUserInterface.Forms
2 {
3  partial class EditRunControl
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.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);
41  this.SuspendLayout();
42  //
43  // txtName
44  //
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: ";
51  //
52  // chkUnderRC
53  //
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;
62  //
63  // txtLower
64  //
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;
69  //
70  // lblLower
71  //
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:";
78  //
79  // lblUpper
80  //
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:";
87  //
88  // txtUpper
89  //
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;
94  //
95  // btnCancel
96  //
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;
104  //
105  // btnOK
106  //
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);
114  //
115  // EditRunControl
116  //
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();
139 
140  }
141 
142  #endregion
143 
144  private System.Windows.Forms.Label txtName;
145  private System.Windows.Forms.CheckBox chkUnderRC;
146  private System.Windows.Forms.TextBox txtLower;
147  private System.Windows.Forms.Label lblLower;
148  private System.Windows.Forms.Label lblUpper;
149  private System.Windows.Forms.TextBox txtUpper;
150  private System.Windows.Forms.Button btnCancel;
151  private System.Windows.Forms.Button btnOK;
152  private System.Windows.Forms.ToolTip toolTip1;
153  }
154 }
override void Dispose(bool disposing)
Clean up any resources being used.
void InitializeComponent()
Required method for Designer support - do not modify the contents of this method with the code editor...