1 namespace Sample_Environment_Control_Interface.Dialogs.Config
3 partial class RemoveComponent
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.label1 =
new System.Windows.Forms.Label();
32 this.lstComps =
new System.Windows.Forms.ListBox();
33 this.btnRemove =
new System.Windows.Forms.Button();
34 this.label2 =
new System.Windows.Forms.Label();
35 this.lstToRemove =
new System.Windows.Forms.ListBox();
36 this.btnUndo =
new System.Windows.Forms.Button();
37 this.btnCancel =
new System.Windows.Forms.Button();
38 this.btnOK =
new System.Windows.Forms.Button();
39 this.label3 =
new System.Windows.Forms.Label();
44 this.label1.AutoSize =
true;
45 this.label1.Font =
new System.Drawing.Font(
"Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
46 this.label1.Location =
new System.Drawing.Point(9, 9);
47 this.label1.Name =
"label1";
48 this.label1.Size =
new System.Drawing.Size(205, 16);
49 this.label1.TabIndex = 0;
50 this.label1.Text =
"Select Component(s) to Remove:";
54 this.lstComps.FormattingEnabled =
true;
55 this.lstComps.Location =
new System.Drawing.Point(12, 28);
56 this.lstComps.Name =
"lstComps";
57 this.lstComps.Size =
new System.Drawing.Size(360, 147);
58 this.lstComps.TabIndex = 1;
62 this.btnRemove.Location =
new System.Drawing.Point(378, 69);
63 this.btnRemove.Name =
"btnRemove";
64 this.btnRemove.Size =
new System.Drawing.Size(38, 23);
65 this.btnRemove.TabIndex = 2;
66 this.btnRemove.Text =
"-->";
67 this.btnRemove.UseVisualStyleBackColor =
true;
68 this.btnRemove.Click +=
new System.EventHandler(this.btnRemove_Click);
72 this.label2.AutoSize =
true;
73 this.label2.Font =
new System.Drawing.Font(
"Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
74 this.label2.Location =
new System.Drawing.Point(419, 9);
75 this.label2.Name =
"label2";
76 this.label2.Size =
new System.Drawing.Size(164, 16);
77 this.label2.TabIndex = 3;
78 this.label2.Text =
"Component(s) to Remove:";
82 this.lstToRemove.FormattingEnabled =
true;
83 this.lstToRemove.Location =
new System.Drawing.Point(422, 28);
84 this.lstToRemove.Name =
"lstToRemove";
85 this.lstToRemove.Size =
new System.Drawing.Size(360, 147);
86 this.lstToRemove.TabIndex = 4;
90 this.btnUndo.Location =
new System.Drawing.Point(378, 98);
91 this.btnUndo.Name =
"btnUndo";
92 this.btnUndo.Size =
new System.Drawing.Size(38, 23);
93 this.btnUndo.TabIndex = 5;
94 this.btnUndo.Text =
"<--";
95 this.btnUndo.UseVisualStyleBackColor =
true;
96 this.btnUndo.Click +=
new System.EventHandler(this.btnUndo_Click);
100 this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
101 this.btnCancel.Location =
new System.Drawing.Point(707, 183);
102 this.btnCancel.Name =
"btnCancel";
103 this.btnCancel.Size =
new System.Drawing.Size(75, 23);
104 this.btnCancel.TabIndex = 6;
105 this.btnCancel.Text =
"Cancel";
106 this.btnCancel.UseVisualStyleBackColor =
true;
110 this.btnOK.Location =
new System.Drawing.Point(626, 183);
111 this.btnOK.Name =
"btnOK";
112 this.btnOK.Size =
new System.Drawing.Size(75, 23);
113 this.btnOK.TabIndex = 7;
114 this.btnOK.Text =
"OK";
115 this.btnOK.UseVisualStyleBackColor =
true;
116 this.btnOK.Click +=
new System.EventHandler(this.btnOK_Click);
120 this.label3.AutoSize =
true;
121 this.label3.Font =
new System.Drawing.Font(
"Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
122 this.label3.Location =
new System.Drawing.Point(12, 186);
123 this.label3.Name =
"label3";
124 this.label3.Size =
new System.Drawing.Size(562, 16);
125 this.label3.TabIndex = 8;
126 this.label3.Text =
"Note: Removing a Component will remove all VIs, Blocks etc. associated with that " +
131 this.AcceptButton = this.btnOK;
132 this.AutoScaleDimensions =
new System.Drawing.SizeF(6F, 13F);
133 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
134 this.CancelButton = this.btnCancel;
135 this.ClientSize =
new System.Drawing.Size(795, 218);
136 this.ControlBox =
false;
137 this.Controls.Add(this.label3);
138 this.Controls.Add(this.btnOK);
139 this.Controls.Add(this.btnCancel);
140 this.Controls.Add(this.btnUndo);
141 this.Controls.Add(this.lstToRemove);
142 this.Controls.Add(this.label2);
143 this.Controls.Add(this.btnRemove);
144 this.Controls.Add(this.lstComps);
145 this.Controls.Add(this.label1);
146 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
147 this.Name =
"RemoveComponent";
148 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
149 this.Text =
"Remove Components";
150 this.Load +=
new System.EventHandler(this.RemoveComponent_Load);
151 this.ResumeLayout(
false);
152 this.PerformLayout();
158 private System.Windows.Forms.Label
label1;
161 private System.Windows.Forms.Label
label2;
165 private System.Windows.Forms.Button
btnOK;
166 private System.Windows.Forms.Label
label3;
System.Windows.Forms.Button btnOK
System.Windows.Forms.ListBox lstComps
System.Windows.Forms.Label label2
override void Dispose(bool disposing)
Clean up any resources being used.
System.Windows.Forms.Button btnUndo
System.Windows.Forms.Button btnRemove
System.Windows.Forms.Label label1
System.Windows.Forms.ListBox lstToRemove
System.Windows.Forms.Label label3
System.Windows.Forms.Button btnCancel
void InitializeComponent()
Required method for Designer support - do not modify the contents of this method with the code editor...