SECI  1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
GroupProgs.Designer.cs
Go to the documentation of this file.
1 namespace Sample_Environment_Control_Interface.Dialogs.Layout.Groups
2 {
3  partial class GroupProgs
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.lstGroups = new System.Windows.Forms.ListBox();
33  this.btnAddGroup = new System.Windows.Forms.Button();
34  this.label2 = new System.Windows.Forms.Label();
35  this.lstMembers = new System.Windows.Forms.ListBox();
36  this.btnEditGroup = new System.Windows.Forms.Button();
37  this.btnCancel = new System.Windows.Forms.Button();
38  this.btnDelete = new System.Windows.Forms.Button();
39  this.btnOK = new System.Windows.Forms.Button();
40  this.SuspendLayout();
41  //
42  // label1
43  //
44  this.label1.AutoSize = true;
45  this.label1.Location = new System.Drawing.Point(12, 9);
46  this.label1.Name = "label1";
47  this.label1.Size = new System.Drawing.Size(79, 13);
48  this.label1.TabIndex = 0;
49  this.label1.Text = "Existing Pages:";
50  //
51  // lstGroups
52  //
53  this.lstGroups.FormattingEnabled = true;
54  this.lstGroups.Location = new System.Drawing.Point(12, 25);
55  this.lstGroups.Name = "lstGroups";
56  this.lstGroups.Size = new System.Drawing.Size(120, 134);
57  this.lstGroups.TabIndex = 1;
58  this.lstGroups.SelectedIndexChanged += new System.EventHandler(this.lstGroups_SelectedIndexChanged);
59  //
60  // btnAddGroup
61  //
62  this.btnAddGroup.Location = new System.Drawing.Point(514, 25);
63  this.btnAddGroup.Name = "btnAddGroup";
64  this.btnAddGroup.Size = new System.Drawing.Size(88, 23);
65  this.btnAddGroup.TabIndex = 2;
66  this.btnAddGroup.Text = "Add Page";
67  this.btnAddGroup.UseVisualStyleBackColor = true;
68  this.btnAddGroup.Click += new System.EventHandler(this.btnAddGroup_Click);
69  //
70  // label2
71  //
72  this.label2.AutoSize = true;
73  this.label2.Location = new System.Drawing.Point(145, 9);
74  this.label2.Name = "label2";
75  this.label2.Size = new System.Drawing.Size(93, 13);
76  this.label2.TabIndex = 4;
77  this.label2.Text = "Members of Page:";
78  //
79  // lstMembers
80  //
81  this.lstMembers.FormattingEnabled = true;
82  this.lstMembers.Location = new System.Drawing.Point(148, 25);
83  this.lstMembers.Name = "lstMembers";
84  this.lstMembers.Size = new System.Drawing.Size(360, 134);
85  this.lstMembers.TabIndex = 5;
86  //
87  // btnEditGroup
88  //
89  this.btnEditGroup.Location = new System.Drawing.Point(514, 54);
90  this.btnEditGroup.Name = "btnEditGroup";
91  this.btnEditGroup.Size = new System.Drawing.Size(88, 23);
92  this.btnEditGroup.TabIndex = 6;
93  this.btnEditGroup.Text = "Edit Page";
94  this.btnEditGroup.UseVisualStyleBackColor = true;
95  this.btnEditGroup.Click += new System.EventHandler(this.btnEditGroup_Click);
96  //
97  // btnCancel
98  //
99  this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
100  this.btnCancel.Location = new System.Drawing.Point(527, 170);
101  this.btnCancel.Name = "btnCancel";
102  this.btnCancel.Size = new System.Drawing.Size(75, 23);
103  this.btnCancel.TabIndex = 8;
104  this.btnCancel.Text = "Cancel";
105  this.btnCancel.UseVisualStyleBackColor = true;
106  //
107  // btnDelete
108  //
109  this.btnDelete.Location = new System.Drawing.Point(514, 83);
110  this.btnDelete.Name = "btnDelete";
111  this.btnDelete.Size = new System.Drawing.Size(88, 23);
112  this.btnDelete.TabIndex = 9;
113  this.btnDelete.Text = "Delete Page";
114  this.btnDelete.UseVisualStyleBackColor = true;
115  this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
116  //
117  // btnOK
118  //
119  this.btnOK.Location = new System.Drawing.Point(527, 141);
120  this.btnOK.Name = "btnOK";
121  this.btnOK.Size = new System.Drawing.Size(75, 23);
122  this.btnOK.TabIndex = 10;
123  this.btnOK.Text = "OK";
124  this.btnOK.UseVisualStyleBackColor = true;
125  this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
126  //
127  // GroupProgs
128  //
129  this.AcceptButton = this.btnOK;
130  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
131  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
132  this.CancelButton = this.btnCancel;
133  this.ClientSize = new System.Drawing.Size(614, 205);
134  this.ControlBox = false;
135  this.Controls.Add(this.btnOK);
136  this.Controls.Add(this.btnDelete);
137  this.Controls.Add(this.btnCancel);
138  this.Controls.Add(this.btnEditGroup);
139  this.Controls.Add(this.lstMembers);
140  this.Controls.Add(this.label2);
141  this.Controls.Add(this.btnAddGroup);
142  this.Controls.Add(this.lstGroups);
143  this.Controls.Add(this.label1);
144  this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
145  this.Name = "GroupProgs";
146  this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
147  this.Text = "Group VIs and Programmes";
148  this.Load += new System.EventHandler(this.GroupVIs_Load);
149  this.ResumeLayout(false);
150  this.PerformLayout();
151 
152  }
153 
154  #endregion
155 
156  private System.Windows.Forms.Label label1;
157  private System.Windows.Forms.ListBox lstGroups;
158  private System.Windows.Forms.Button btnAddGroup;
159  private System.Windows.Forms.Label label2;
160  private System.Windows.Forms.ListBox lstMembers;
161  private System.Windows.Forms.Button btnEditGroup;
162  private System.Windows.Forms.Button btnCancel;
163  private System.Windows.Forms.Button btnDelete;
164  private System.Windows.Forms.Button btnOK;
165  }
166 }
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.