1 namespace SeciUserInterface.Dialogs.Tabs
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.label1 =
new System.Windows.Forms.Label();
33 this.lstTabs =
new System.Windows.Forms.ListBox();
34 this.btnExit =
new System.Windows.Forms.Button();
35 this.btnAdd =
new System.Windows.Forms.Button();
36 this.btnDelete =
new System.Windows.Forms.Button();
37 this.btnRename =
new System.Windows.Forms.Button();
38 this.label2 =
new System.Windows.Forms.Label();
39 this.lstVIs =
new System.Windows.Forms.ListBox();
40 this.btnAddVi =
new System.Windows.Forms.Button();
41 this.btnRemoveVi =
new System.Windows.Forms.Button();
42 this.btnUp =
new System.Windows.Forms.Button();
43 this.btnDown =
new System.Windows.Forms.Button();
44 this.toolTip1 =
new System.Windows.Forms.ToolTip(this.components);
49 this.label1.AutoSize =
true;
50 this.label1.Location =
new System.Drawing.Point(12, 9);
51 this.label1.Name =
"label1";
52 this.label1.Size =
new System.Drawing.Size(71, 13);
53 this.label1.TabIndex = 0;
54 this.label1.Text =
"Current Tabs:";
58 this.lstTabs.FormattingEnabled =
true;
59 this.lstTabs.Location =
new System.Drawing.Point(15, 25);
60 this.lstTabs.Name =
"lstTabs";
61 this.lstTabs.Size =
new System.Drawing.Size(120, 212);
62 this.lstTabs.TabIndex = 1;
63 this.toolTip1.SetToolTip(this.lstTabs,
"A list of existing tabs");
64 this.lstTabs.SelectedIndexChanged +=
new System.EventHandler(this.lstTabs_SelectedIndexChanged);
68 this.btnExit.Location =
new System.Drawing.Point(517, 249);
69 this.btnExit.Name =
"btnExit";
70 this.btnExit.Size =
new System.Drawing.Size(75, 23);
71 this.btnExit.TabIndex = 2;
72 this.btnExit.Text =
"Exit";
73 this.btnExit.UseVisualStyleBackColor =
true;
74 this.btnExit.Click +=
new System.EventHandler(this.btnExit_Click);
78 this.btnAdd.Location =
new System.Drawing.Point(141, 25);
79 this.btnAdd.Name =
"btnAdd";
80 this.btnAdd.Size =
new System.Drawing.Size(87, 23);
81 this.btnAdd.TabIndex = 3;
82 this.btnAdd.Text =
"Add Tab";
83 this.toolTip1.SetToolTip(this.btnAdd,
"Add a new tab");
84 this.btnAdd.UseVisualStyleBackColor =
true;
85 this.btnAdd.Click +=
new System.EventHandler(this.btnAdd_Click);
89 this.btnDelete.Location =
new System.Drawing.Point(141, 54);
90 this.btnDelete.Name =
"btnDelete";
91 this.btnDelete.Size =
new System.Drawing.Size(87, 23);
92 this.btnDelete.TabIndex = 4;
93 this.btnDelete.Text =
"Delete Tab";
94 this.toolTip1.SetToolTip(this.btnDelete,
"Delete the selected tab");
95 this.btnDelete.UseVisualStyleBackColor =
true;
96 this.btnDelete.Click +=
new System.EventHandler(this.btnDelete_Click);
100 this.btnRename.Location =
new System.Drawing.Point(141, 83);
101 this.btnRename.Name =
"btnRename";
102 this.btnRename.Size =
new System.Drawing.Size(87, 23);
103 this.btnRename.TabIndex = 5;
104 this.btnRename.Text =
"Rename Tab";
105 this.toolTip1.SetToolTip(this.btnRename,
"Rename the selected tab");
106 this.btnRename.UseVisualStyleBackColor =
true;
107 this.btnRename.Click +=
new System.EventHandler(this.btnRename_Click);
111 this.label2.AutoSize =
true;
112 this.label2.Location =
new System.Drawing.Point(259, 8);
113 this.label2.Name =
"label2";
114 this.label2.Size =
new System.Drawing.Size(62, 13);
115 this.label2.TabIndex = 6;
116 this.label2.Text =
"VIs on Tab:";
120 this.lstVIs.FormattingEnabled =
true;
121 this.lstVIs.HorizontalScrollbar =
true;
122 this.lstVIs.Location =
new System.Drawing.Point(262, 24);
123 this.lstVIs.Name =
"lstVIs";
124 this.lstVIs.Size =
new System.Drawing.Size(330, 95);
125 this.lstVIs.TabIndex = 7;
129 this.btnAddVi.Location =
new System.Drawing.Point(412, 125);
130 this.btnAddVi.Name =
"btnAddVi";
131 this.btnAddVi.Size =
new System.Drawing.Size(87, 23);
132 this.btnAddVi.TabIndex = 8;
133 this.btnAddVi.Text =
"Add VI";
134 this.toolTip1.SetToolTip(this.btnAddVi,
"Add a VI to the selected tab");
135 this.btnAddVi.UseVisualStyleBackColor =
true;
136 this.btnAddVi.Click +=
new System.EventHandler(this.btnAddVi_Click);
140 this.btnRemoveVi.Location =
new System.Drawing.Point(505, 125);
141 this.btnRemoveVi.Name =
"btnRemoveVi";
142 this.btnRemoveVi.Size =
new System.Drawing.Size(87, 23);
143 this.btnRemoveVi.TabIndex = 9;
144 this.btnRemoveVi.Text =
"Remove VI";
145 this.toolTip1.SetToolTip(this.btnRemoveVi,
"Remove the selected VI from the tab");
146 this.btnRemoveVi.UseVisualStyleBackColor =
true;
147 this.btnRemoveVi.Click +=
new System.EventHandler(this.btnRemoveVi_Click);
151 this.btnUp.Location =
new System.Drawing.Point(43, 243);
152 this.btnUp.Name =
"btnUp";
153 this.btnUp.Size =
new System.Drawing.Size(43, 23);
154 this.btnUp.TabIndex = 10;
155 this.btnUp.Text =
"Up";
156 this.toolTip1.SetToolTip(this.btnUp,
"Change the order of the tabs");
157 this.btnUp.UseVisualStyleBackColor =
true;
158 this.btnUp.Click +=
new System.EventHandler(this.btnUp_Click);
162 this.btnDown.Location =
new System.Drawing.Point(92, 243);
163 this.btnDown.Name =
"btnDown";
164 this.btnDown.Size =
new System.Drawing.Size(43, 23);
165 this.btnDown.TabIndex = 11;
166 this.btnDown.Text =
"Down";
167 this.toolTip1.SetToolTip(this.btnDown,
"Change the order of the tabs");
168 this.btnDown.UseVisualStyleBackColor =
true;
169 this.btnDown.Click +=
new System.EventHandler(this.btnDown_Click);
173 this.AutoScaleDimensions =
new System.Drawing.SizeF(6F, 13F);
174 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
175 this.ClientSize =
new System.Drawing.Size(604, 284);
176 this.ControlBox =
false;
177 this.Controls.Add(this.btnDown);
178 this.Controls.Add(this.btnUp);
179 this.Controls.Add(this.btnRemoveVi);
180 this.Controls.Add(this.btnAddVi);
181 this.Controls.Add(this.lstVIs);
182 this.Controls.Add(this.label2);
183 this.Controls.Add(this.btnRename);
184 this.Controls.Add(this.btnDelete);
185 this.Controls.Add(this.btnAdd);
186 this.Controls.Add(this.btnExit);
187 this.Controls.Add(this.lstTabs);
188 this.Controls.Add(this.label1);
189 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
190 this.Name =
"EditTabs";
191 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
192 this.Text =
"Configure Tabs - SECI";
193 this.Load +=
new System.EventHandler(this.EditTabs_Load);
194 this.ResumeLayout(
false);
195 this.PerformLayout();
201 private System.Windows.Forms.Label
label1;
204 private System.Windows.Forms.Button
btnAdd;
207 private System.Windows.Forms.Label
label2;
208 private System.Windows.Forms.ListBox
lstVIs;
211 private System.Windows.Forms.Button
btnUp;
System.Windows.Forms.ListBox lstVIs
System.Windows.Forms.Button btnUp
System.Windows.Forms.Button btnExit
System.Windows.Forms.Button btnRemoveVi
System.Windows.Forms.Button btnRename
System.Windows.Forms.Label label1
void InitializeComponent()
Required method for Designer support - do not modify the contents of this method with the code editor...
System.Windows.Forms.ListBox lstTabs
System.Windows.Forms.Button btnAdd
System.Windows.Forms.Button btnAddVi
System.Windows.Forms.Button btnDelete
System.Windows.Forms.ToolTip toolTip1
override void Dispose(bool disposing)
Clean up any resources being used.
System.Windows.Forms.Button btnDown
System.Windows.Forms.Label label2