SECI  1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
RemoveSubConfig.Designer.cs
Go to the documentation of this file.
1 namespace SeciUserInterface.Dialogs.SubConfigs
2 {
3  partial class RemoveSubConfig
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.SuspendLayout();
40  //
41  // label1
42  //
43  this.label1.AutoSize = true;
44  this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
45  this.label1.Location = new System.Drawing.Point(9, 9);
46  this.label1.Name = "label1";
47  this.label1.Size = new System.Drawing.Size(242, 16);
48  this.label1.TabIndex = 0;
49  this.label1.Text = "Select Sub-Configuration(s) to Remove:";
50  //
51  // lstProgs
52  //
53  this.lstProgs.FormattingEnabled = true;
54  this.lstProgs.Location = new System.Drawing.Point(12, 28);
55  this.lstProgs.Name = "lstProgs";
56  this.lstProgs.Size = new System.Drawing.Size(210, 134);
57  this.lstProgs.TabIndex = 1;
58  //
59  // btnRemove
60  //
61  this.btnRemove.Location = new System.Drawing.Point(228, 64);
62  this.btnRemove.Name = "btnRemove";
63  this.btnRemove.Size = new System.Drawing.Size(38, 23);
64  this.btnRemove.TabIndex = 2;
65  this.btnRemove.Text = "-->";
66  this.btnRemove.UseVisualStyleBackColor = true;
67  this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click);
68  //
69  // label2
70  //
71  this.label2.AutoSize = true;
72  this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
73  this.label2.Location = new System.Drawing.Point(269, 11);
74  this.label2.Name = "label2";
75  this.label2.Size = new System.Drawing.Size(201, 16);
76  this.label2.TabIndex = 3;
77  this.label2.Text = "Sub-Configuration(s) to Remove:";
78  //
79  // lstToRemove
80  //
81  this.lstToRemove.FormattingEnabled = true;
82  this.lstToRemove.Location = new System.Drawing.Point(272, 30);
83  this.lstToRemove.Name = "lstToRemove";
84  this.lstToRemove.Size = new System.Drawing.Size(210, 134);
85  this.lstToRemove.TabIndex = 4;
86  //
87  // btnUndo
88  //
89  this.btnUndo.Location = new System.Drawing.Point(228, 93);
90  this.btnUndo.Name = "btnUndo";
91  this.btnUndo.Size = new System.Drawing.Size(38, 23);
92  this.btnUndo.TabIndex = 5;
93  this.btnUndo.Text = "<--";
94  this.btnUndo.UseVisualStyleBackColor = true;
95  this.btnUndo.Click += new System.EventHandler(this.btnUndo_Click);
96  //
97  // btnCancel
98  //
99  this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
100  this.btnCancel.Location = new System.Drawing.Point(488, 141);
101  this.btnCancel.Name = "btnCancel";
102  this.btnCancel.Size = new System.Drawing.Size(75, 23);
103  this.btnCancel.TabIndex = 6;
104  this.btnCancel.Text = "Cancel";
105  this.btnCancel.UseVisualStyleBackColor = true;
106  //
107  // btnOK
108  //
109  this.btnOK.Location = new System.Drawing.Point(488, 112);
110  this.btnOK.Name = "btnOK";
111  this.btnOK.Size = new System.Drawing.Size(75, 23);
112  this.btnOK.TabIndex = 7;
113  this.btnOK.Text = "OK";
114  this.btnOK.UseVisualStyleBackColor = true;
115  this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
116  //
117  // RemoveSubConfig
118  //
119  this.AcceptButton = this.btnOK;
120  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
121  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
122  this.CancelButton = this.btnCancel;
123  this.ClientSize = new System.Drawing.Size(572, 183);
124  this.ControlBox = false;
125  this.Controls.Add(this.btnOK);
126  this.Controls.Add(this.btnCancel);
127  this.Controls.Add(this.btnUndo);
128  this.Controls.Add(this.lstToRemove);
129  this.Controls.Add(this.label2);
130  this.Controls.Add(this.btnRemove);
131  this.Controls.Add(this.lstProgs);
132  this.Controls.Add(this.label1);
133  this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
134  this.Name = "RemoveSubConfig";
135  this.ShowInTaskbar = false;
136  this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
137  this.Text = "Remove Sub-Configurations - SECI";
138  this.Load += new System.EventHandler(this.RemoveSubConfig_Load);
139  this.ResumeLayout(false);
140  this.PerformLayout();
141 
142  }
143 
144  #endregion
145 
146  private System.Windows.Forms.Label label1;
147  private System.Windows.Forms.ListBox lstProgs;
148  private System.Windows.Forms.Button btnRemove;
149  private System.Windows.Forms.Label label2;
150  private System.Windows.Forms.ListBox lstToRemove;
151  private System.Windows.Forms.Button btnUndo;
152  private System.Windows.Forms.Button btnCancel;
153  private System.Windows.Forms.Button btnOK;
154  }
155 }
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.