SECI  1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
OrderGroups.Designer.cs
Go to the documentation of this file.
1 namespace SeciUserInterface.Dialogs.Blocks
2 {
3  partial class OrderGroups
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.btnOK = new System.Windows.Forms.Button();
32  this.btnCancel = new System.Windows.Forms.Button();
33  this.lstGroups = new System.Windows.Forms.ListBox();
34  this.btnUp = new System.Windows.Forms.Button();
35  this.btnDown = new System.Windows.Forms.Button();
36  this.SuspendLayout();
37  //
38  // btnOK
39  //
40  this.btnOK.Location = new System.Drawing.Point(116, 227);
41  this.btnOK.Name = "btnOK";
42  this.btnOK.Size = new System.Drawing.Size(75, 23);
43  this.btnOK.TabIndex = 21;
44  this.btnOK.Text = "OK";
45  this.btnOK.UseVisualStyleBackColor = true;
46  this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
47  //
48  // btnCancel
49  //
50  this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
51  this.btnCancel.Location = new System.Drawing.Point(197, 227);
52  this.btnCancel.Name = "btnCancel";
53  this.btnCancel.Size = new System.Drawing.Size(75, 23);
54  this.btnCancel.TabIndex = 22;
55  this.btnCancel.Text = "Cancel";
56  this.btnCancel.UseVisualStyleBackColor = true;
57  this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
58  //
59  // lstGroups
60  //
61  this.lstGroups.FormattingEnabled = true;
62  this.lstGroups.Location = new System.Drawing.Point(12, 12);
63  this.lstGroups.Name = "lstGroups";
64  this.lstGroups.Size = new System.Drawing.Size(179, 186);
65  this.lstGroups.TabIndex = 23;
66  //
67  // btnUp
68  //
69  this.btnUp.Location = new System.Drawing.Point(197, 12);
70  this.btnUp.Name = "btnUp";
71  this.btnUp.Size = new System.Drawing.Size(75, 23);
72  this.btnUp.TabIndex = 24;
73  this.btnUp.Text = "Up";
74  this.btnUp.UseVisualStyleBackColor = true;
75  this.btnUp.Click += new System.EventHandler(this.btnUp_Click);
76  //
77  // btnDown
78  //
79  this.btnDown.Location = new System.Drawing.Point(197, 41);
80  this.btnDown.Name = "btnDown";
81  this.btnDown.Size = new System.Drawing.Size(75, 23);
82  this.btnDown.TabIndex = 25;
83  this.btnDown.Text = "Down";
84  this.btnDown.UseVisualStyleBackColor = true;
85  this.btnDown.Click += new System.EventHandler(this.btnDown_Click);
86  //
87  // OrderGroups
88  //
89  this.AcceptButton = this.btnOK;
90  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
91  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
92  this.CancelButton = this.btnCancel;
93  this.ClientSize = new System.Drawing.Size(284, 262);
94  this.ControlBox = false;
95  this.Controls.Add(this.btnDown);
96  this.Controls.Add(this.btnUp);
97  this.Controls.Add(this.lstGroups);
98  this.Controls.Add(this.btnOK);
99  this.Controls.Add(this.btnCancel);
100  this.MaximizeBox = false;
101  this.MinimizeBox = false;
102  this.Name = "OrderGroups";
103  this.ShowIcon = false;
104  this.ShowInTaskbar = false;
105  this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
106  this.Text = "Order Groups - SECI";
107  this.Load += new System.EventHandler(this.OrderGroups_Load);
108  this.ResumeLayout(false);
109 
110  }
111 
112  #endregion
113 
114  internal System.Windows.Forms.Button btnOK;
115  internal System.Windows.Forms.Button btnCancel;
116  private System.Windows.Forms.ListBox lstGroups;
117  internal System.Windows.Forms.Button btnUp;
118  internal System.Windows.Forms.Button btnDown;
119  }
120 }
override void Dispose(bool disposing)
Clean up any resources being used.
void InitializeComponent()
Required method for Designer support - do not modify the contents of this method with the code editor...