SECI  1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
ComponentOrder.Designer.cs
Go to the documentation of this file.
1 namespace Sample_Environment_Control_Interface.Dialogs.Config
2 {
3  partial class ComponentOrder
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.lstComponents = new System.Windows.Forms.ListBox();
33  this.btnUp = new System.Windows.Forms.Button();
34  this.btnDown = new System.Windows.Forms.Button();
35  this.btnCancel = new System.Windows.Forms.Button();
36  this.btnOK = new System.Windows.Forms.Button();
37  this.SuspendLayout();
38  //
39  // label1
40  //
41  this.label1.AutoSize = true;
42  this.label1.Location = new System.Drawing.Point(12, 9);
43  this.label1.Name = "label1";
44  this.label1.Size = new System.Drawing.Size(93, 13);
45  this.label1.TabIndex = 0;
46  this.label1.Text = "Component Order:";
47  //
48  // lstComponents
49  //
50  this.lstComponents.FormattingEnabled = true;
51  this.lstComponents.Location = new System.Drawing.Point(15, 25);
52  this.lstComponents.Name = "lstComponents";
53  this.lstComponents.Size = new System.Drawing.Size(195, 238);
54  this.lstComponents.TabIndex = 1;
55  //
56  // btnUp
57  //
58  this.btnUp.Location = new System.Drawing.Point(216, 25);
59  this.btnUp.Name = "btnUp";
60  this.btnUp.Size = new System.Drawing.Size(45, 23);
61  this.btnUp.TabIndex = 2;
62  this.btnUp.Text = "Up";
63  this.btnUp.UseVisualStyleBackColor = true;
64  this.btnUp.Click += new System.EventHandler(this.btnUp_Click);
65  //
66  // btnDown
67  //
68  this.btnDown.Location = new System.Drawing.Point(216, 54);
69  this.btnDown.Name = "btnDown";
70  this.btnDown.Size = new System.Drawing.Size(45, 23);
71  this.btnDown.TabIndex = 3;
72  this.btnDown.Text = "Down";
73  this.btnDown.UseVisualStyleBackColor = true;
74  this.btnDown.Click += new System.EventHandler(this.btnDown_Click);
75  //
76  // btnCancel
77  //
78  this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
79  this.btnCancel.Location = new System.Drawing.Point(216, 240);
80  this.btnCancel.Name = "btnCancel";
81  this.btnCancel.Size = new System.Drawing.Size(75, 23);
82  this.btnCancel.TabIndex = 4;
83  this.btnCancel.Text = "Cancel";
84  this.btnCancel.UseVisualStyleBackColor = true;
85  //
86  // btnOK
87  //
88  this.btnOK.Location = new System.Drawing.Point(216, 211);
89  this.btnOK.Name = "btnOK";
90  this.btnOK.Size = new System.Drawing.Size(75, 23);
91  this.btnOK.TabIndex = 5;
92  this.btnOK.Text = "OK";
93  this.btnOK.UseVisualStyleBackColor = true;
94  this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
95  //
96  // ComponentOrder
97  //
98  this.AcceptButton = this.btnOK;
99  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
100  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
101  this.CancelButton = this.btnCancel;
102  this.ClientSize = new System.Drawing.Size(304, 276);
103  this.ControlBox = false;
104  this.Controls.Add(this.btnOK);
105  this.Controls.Add(this.btnCancel);
106  this.Controls.Add(this.btnDown);
107  this.Controls.Add(this.btnUp);
108  this.Controls.Add(this.lstComponents);
109  this.Controls.Add(this.label1);
110  this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
111  this.Name = "ComponentOrder";
112  this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
113  this.Text = "Set Component Load Order";
114  this.Load += new System.EventHandler(this.ComponentOrder_Load);
115  this.ResumeLayout(false);
116  this.PerformLayout();
117 
118  }
119 
120  #endregion
121 
122  private System.Windows.Forms.Label label1;
123  private System.Windows.Forms.ListBox lstComponents;
124  private System.Windows.Forms.Button btnUp;
125  private System.Windows.Forms.Button btnDown;
126  private System.Windows.Forms.Button btnCancel;
127  private System.Windows.Forms.Button btnOK;
128  }
129 }
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.