1 namespace Sample_Environment_Control_Interface.Dialogs.Layout.Groups
 
    3     partial class GroupProgs
 
    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.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();
 
   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:";
 
   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);
 
   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);
 
   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:";
 
   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;
 
   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);
 
   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;
 
  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);
 
  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);
 
  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();
 
  156         private System.Windows.Forms.Label 
label1;
 
  159         private System.Windows.Forms.Label 
label2;
 
  164         private System.Windows.Forms.Button 
btnOK;
 
void InitializeComponent()
Required method for Designer support - do not modify the contents of this method with the code editor...
System.Windows.Forms.Button btnCancel
System.Windows.Forms.Button btnEditGroup
System.Windows.Forms.ListBox lstMembers
System.Windows.Forms.Button btnAddGroup
System.Windows.Forms.ListBox lstGroups
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 btnDelete
System.Windows.Forms.Label label2