SECI  1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
AddVi.Designer.cs
Go to the documentation of this file.
1 namespace SeciUserInterface.Dialogs.Tabs
2 {
3  partial class AddVi
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.lstVIs = new System.Windows.Forms.ListBox();
33  this.btnOK = new System.Windows.Forms.Button();
34  this.btnCancel = new System.Windows.Forms.Button();
35  this.SuspendLayout();
36  //
37  // label1
38  //
39  this.label1.AutoSize = true;
40  this.label1.Location = new System.Drawing.Point(12, 9);
41  this.label1.Name = "label1";
42  this.label1.Size = new System.Drawing.Size(86, 13);
43  this.label1.TabIndex = 0;
44  this.label1.Text = "Select VI to add:";
45  //
46  // lstVIs
47  //
48  this.lstVIs.FormattingEnabled = true;
49  this.lstVIs.HorizontalScrollbar = true;
50  this.lstVIs.Location = new System.Drawing.Point(15, 25);
51  this.lstVIs.Name = "lstVIs";
52  this.lstVIs.SelectionMode = System.Windows.Forms.SelectionMode.MultiSimple;
53  this.lstVIs.Size = new System.Drawing.Size(360, 199);
54  this.lstVIs.TabIndex = 1;
55  //
56  // btnOK
57  //
58  this.btnOK.Location = new System.Drawing.Point(219, 231);
59  this.btnOK.Name = "btnOK";
60  this.btnOK.Size = new System.Drawing.Size(75, 23);
61  this.btnOK.TabIndex = 21;
62  this.btnOK.Text = "OK";
63  this.btnOK.UseVisualStyleBackColor = true;
64  this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
65  //
66  // btnCancel
67  //
68  this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
69  this.btnCancel.Location = new System.Drawing.Point(300, 231);
70  this.btnCancel.Name = "btnCancel";
71  this.btnCancel.Size = new System.Drawing.Size(75, 23);
72  this.btnCancel.TabIndex = 22;
73  this.btnCancel.Text = "Cancel";
74  this.btnCancel.UseVisualStyleBackColor = true;
75  //
76  // AddVi
77  //
78  this.AcceptButton = this.btnOK;
79  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
80  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
81  this.CancelButton = this.btnCancel;
82  this.ClientSize = new System.Drawing.Size(387, 266);
83  this.ControlBox = false;
84  this.Controls.Add(this.btnOK);
85  this.Controls.Add(this.btnCancel);
86  this.Controls.Add(this.lstVIs);
87  this.Controls.Add(this.label1);
88  this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
89  this.Name = "AddVi";
90  this.ShowInTaskbar = false;
91  this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
92  this.Text = "Add VI - SECI";
93  this.Load += new System.EventHandler(this.AddVi_Load);
94  this.ResumeLayout(false);
95  this.PerformLayout();
96 
97  }
98 
99  #endregion
100 
101  private System.Windows.Forms.Label label1;
102  private System.Windows.Forms.ListBox lstVIs;
103  internal System.Windows.Forms.Button btnOK;
104  internal System.Windows.Forms.Button btnCancel;
105  }
106 }
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...
System.Windows.Forms.ListBox lstVIs
System.Windows.Forms.Label label1