SECI  1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
RemoveAssoc.Designer.cs
Go to the documentation of this file.
1 namespace SeciUserInterface.Dialogs.AssocFiles
2 {
3  partial class RemoveFile
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.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.lstSubs = new System.Windows.Forms.ListBox();
40  this.label3 = new System.Windows.Forms.Label();
41  this.SuspendLayout();
42  //
43  // label1
44  //
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(158, 16);
50  this.label1.TabIndex = 0;
51  this.label1.Text = "Select File(s) to Remove:";
52  //
53  // lstProgs
54  //
55  this.lstProgs.FormattingEnabled = true;
56  this.lstProgs.Location = new System.Drawing.Point(12, 30);
57  this.lstProgs.Name = "lstProgs";
58  this.lstProgs.Size = new System.Drawing.Size(360, 95);
59  this.lstProgs.TabIndex = 1;
60  //
61  // btnRemove
62  //
63  this.btnRemove.Location = new System.Drawing.Point(378, 52);
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);
70  //
71  // label2
72  //
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(117, 16);
78  this.label2.TabIndex = 3;
79  this.label2.Text = "File(s) to Remove:";
80  //
81  // lstToRemove
82  //
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;
88  //
89  // btnUndo
90  //
91  this.btnUndo.Location = new System.Drawing.Point(378, 81);
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);
98  //
99  // btnCancel
100  //
101  this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
102  this.btnCancel.Location = new System.Drawing.Point(706, 218);
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;
108  //
109  // btnOK
110  //
111  this.btnOK.Location = new System.Drawing.Point(706, 189);
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);
118  //
119  // lstSubs
120  //
121  this.lstSubs.BackColor = System.Drawing.SystemColors.Control;
122  this.lstSubs.FormattingEnabled = true;
123  this.lstSubs.Location = new System.Drawing.Point(12, 147);
124  this.lstSubs.Name = "lstSubs";
125  this.lstSubs.Size = new System.Drawing.Size(360, 95);
126  this.lstSubs.TabIndex = 8;
127  //
128  // label3
129  //
130  this.label3.AutoSize = true;
131  this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
132  this.label3.Location = new System.Drawing.Point(9, 128);
133  this.label3.Name = "label3";
134  this.label3.Size = new System.Drawing.Size(327, 16);
135  this.label3.TabIndex = 9;
136  this.label3.Text = "File(s) in Sub-Configuration (cannot be removed here):";
137  //
138  // RemoveFile
139  //
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, 253);
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 = "RemoveFile";
158  this.ShowInTaskbar = false;
159  this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
160  this.Text = "Remove Associated File - SECI";
161  this.Load += new System.EventHandler(this.RemoveExe_Load);
162  this.ResumeLayout(false);
163  this.PerformLayout();
164 
165  }
166 
167  #endregion
168 
169  private System.Windows.Forms.Label label1;
170  private System.Windows.Forms.ListBox lstProgs;
171  private System.Windows.Forms.Button btnRemove;
172  private System.Windows.Forms.Label label2;
173  private System.Windows.Forms.ListBox lstToRemove;
174  private System.Windows.Forms.Button btnUndo;
175  private System.Windows.Forms.Button btnCancel;
176  private System.Windows.Forms.Button btnOK;
177  private System.Windows.Forms.ListBox lstSubs;
178  private System.Windows.Forms.Label label3;
179  }
180 }
void InitializeComponent()
Required method for Designer support - do not modify the contents of this method with the code editor...
override void Dispose(bool disposing)
Clean up any resources being used.