1 namespace Sample_Environment_Control_Interface.Dialogs.Config
 
    3     partial class ComponentOrder
 
    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.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();
 
   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:";
 
   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;
 
   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);
 
   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);
 
   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;
 
   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);
 
   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();
 
  122         private System.Windows.Forms.Label 
label1;
 
  124         private System.Windows.Forms.Button 
btnUp;
 
  127         private System.Windows.Forms.Button 
btnOK;
 
System.Windows.Forms.Button btnDown
System.Windows.Forms.Button btnCancel
System.Windows.Forms.ListBox lstComponents
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. 
System.Windows.Forms.Button btnOK
System.Windows.Forms.Label label1
System.Windows.Forms.Button btnUp