1 namespace SeciUserInterface.Dialogs.Exes
3 partial class RemoveExe
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.lstProgs =
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();
40 this.lstSubs =
new System.Windows.Forms.ListBox();
45 this.label1.AutoSize =
true;
46 this.label1.Font =
new System.Drawing.Font(
"Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
47 this.label1.Location =
new System.Drawing.Point(9, 9);
48 this.label1.Name =
"label1";
49 this.label1.Size =
new System.Drawing.Size(188, 16);
50 this.label1.TabIndex = 0;
51 this.label1.Text =
"Select Program(s) to Remove:";
55 this.lstProgs.FormattingEnabled =
true;
56 this.lstProgs.Location =
new System.Drawing.Point(12, 28);
57 this.lstProgs.Name =
"lstProgs";
58 this.lstProgs.Size =
new System.Drawing.Size(360, 95);
59 this.lstProgs.TabIndex = 1;
63 this.btnRemove.Location =
new System.Drawing.Point(378, 51);
64 this.btnRemove.Name =
"btnRemove";
65 this.btnRemove.Size =
new System.Drawing.Size(38, 23);
66 this.btnRemove.TabIndex = 2;
67 this.btnRemove.Text =
"-->";
68 this.btnRemove.UseVisualStyleBackColor =
true;
69 this.btnRemove.Click +=
new System.EventHandler(this.btnRemove_Click);
73 this.label2.AutoSize =
true;
74 this.label2.Font =
new System.Drawing.Font(
"Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
75 this.label2.Location =
new System.Drawing.Point(419, 11);
76 this.label2.Name =
"label2";
77 this.label2.Size =
new System.Drawing.Size(147, 16);
78 this.label2.TabIndex = 3;
79 this.label2.Text =
"Program(s) to Remove:";
83 this.lstToRemove.FormattingEnabled =
true;
84 this.lstToRemove.Location =
new System.Drawing.Point(422, 30);
85 this.lstToRemove.Name =
"lstToRemove";
86 this.lstToRemove.Size =
new System.Drawing.Size(360, 95);
87 this.lstToRemove.TabIndex = 4;
91 this.btnUndo.Location =
new System.Drawing.Point(378, 80);
92 this.btnUndo.Name =
"btnUndo";
93 this.btnUndo.Size =
new System.Drawing.Size(38, 23);
94 this.btnUndo.TabIndex = 5;
95 this.btnUndo.Text =
"<--";
96 this.btnUndo.UseVisualStyleBackColor =
true;
97 this.btnUndo.Click +=
new System.EventHandler(this.btnUndo_Click);
101 this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
102 this.btnCancel.Location =
new System.Drawing.Point(706, 223);
103 this.btnCancel.Name =
"btnCancel";
104 this.btnCancel.Size =
new System.Drawing.Size(75, 23);
105 this.btnCancel.TabIndex = 6;
106 this.btnCancel.Text =
"Cancel";
107 this.btnCancel.UseVisualStyleBackColor =
true;
111 this.btnOK.Location =
new System.Drawing.Point(706, 194);
112 this.btnOK.Name =
"btnOK";
113 this.btnOK.Size =
new System.Drawing.Size(75, 23);
114 this.btnOK.TabIndex = 7;
115 this.btnOK.Text =
"OK";
116 this.btnOK.UseVisualStyleBackColor =
true;
117 this.btnOK.Click +=
new System.EventHandler(this.btnOK_Click);
121 this.label3.AutoSize =
true;
122 this.label3.Font =
new System.Drawing.Font(
"Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
123 this.label3.Location =
new System.Drawing.Point(12, 126);
124 this.label3.Name =
"label3";
125 this.label3.Size =
new System.Drawing.Size(349, 16);
126 this.label3.TabIndex = 11;
127 this.label3.Text =
"Programs in Sub-Configuration (cannot be removed here):";
131 this.lstSubs.BackColor = System.Drawing.SystemColors.Control;
132 this.lstSubs.FormattingEnabled =
true;
133 this.lstSubs.Location =
new System.Drawing.Point(15, 145);
134 this.lstSubs.Name =
"lstSubs";
135 this.lstSubs.Size =
new System.Drawing.Size(360, 95);
136 this.lstSubs.TabIndex = 10;
140 this.AcceptButton = this.btnOK;
141 this.AutoScaleDimensions =
new System.Drawing.SizeF(6F, 13F);
142 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
143 this.CancelButton = this.btnCancel;
144 this.ClientSize =
new System.Drawing.Size(793, 258);
145 this.ControlBox =
false;
146 this.Controls.Add(this.label3);
147 this.Controls.Add(this.lstSubs);
148 this.Controls.Add(this.btnOK);
149 this.Controls.Add(this.btnCancel);
150 this.Controls.Add(this.btnUndo);
151 this.Controls.Add(this.lstToRemove);
152 this.Controls.Add(this.label2);
153 this.Controls.Add(this.btnRemove);
154 this.Controls.Add(this.lstProgs);
155 this.Controls.Add(this.label1);
156 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
157 this.Name =
"RemoveExe";
158 this.ShowInTaskbar =
false;
159 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
160 this.Text =
"Remove Executables - SECI";
161 this.Load +=
new System.EventHandler(this.RemoveExe_Load);
162 this.ResumeLayout(
false);
163 this.PerformLayout();
169 private System.Windows.Forms.Label
label1;
172 private System.Windows.Forms.Label
label2;
176 private System.Windows.Forms.Button
btnOK;
177 private System.Windows.Forms.Label
label3;
System.Windows.Forms.Button btnOK
System.Windows.Forms.ListBox lstToRemove
System.Windows.Forms.ListBox lstSubs
System.Windows.Forms.Label label2
System.Windows.Forms.ListBox lstProgs
System.Windows.Forms.Button btnCancel
System.Windows.Forms.Label label1
System.Windows.Forms.Button btnRemove
override void Dispose(bool disposing)
Clean up any resources being used.
System.Windows.Forms.Button btnUndo
void InitializeComponent()
Required method for Designer support - do not modify the contents of this method with the code editor...
System.Windows.Forms.Label label3