SECI  1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
AddComponent.Designer.cs
Go to the documentation of this file.
1 namespace Sample_Environment_Control_Interface.Dialogs.Config
2 {
3  partial class AddComponent
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 
24  #region Windows Form Designer generated code
25 
30  private void InitializeComponent()
31  {
32  this.label1 = new System.Windows.Forms.Label();
33  this.txtFile = new System.Windows.Forms.TextBox();
34  this.btnBrowse = new System.Windows.Forms.Button();
35  this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
36  this.btnCancel = new System.Windows.Forms.Button();
37  this.btnAdd = new System.Windows.Forms.Button();
38  this.label2 = new System.Windows.Forms.Label();
39  this.SuspendLayout();
40  //
41  // label1
42  //
43  this.label1.AutoSize = true;
44  this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
45  this.label1.Location = new System.Drawing.Point(12, 9);
46  this.label1.Name = "label1";
47  this.label1.Size = new System.Drawing.Size(338, 16);
48  this.label1.TabIndex = 0;
49  this.label1.Text = "Select the component to add to the current configuration:";
50  //
51  // txtFile
52  //
53  this.txtFile.BackColor = System.Drawing.Color.White;
54  this.txtFile.Location = new System.Drawing.Point(12, 28);
55  this.txtFile.Name = "txtFile";
56  this.txtFile.ReadOnly = true;
57  this.txtFile.Size = new System.Drawing.Size(328, 20);
58  this.txtFile.TabIndex = 1;
59  //
60  // btnBrowse
61  //
62  this.btnBrowse.Location = new System.Drawing.Point(346, 26);
63  this.btnBrowse.Name = "btnBrowse";
64  this.btnBrowse.Size = new System.Drawing.Size(75, 23);
65  this.btnBrowse.TabIndex = 2;
66  this.btnBrowse.Text = "Browse";
67  this.btnBrowse.UseVisualStyleBackColor = true;
68  this.btnBrowse.Click += new System.EventHandler(this.btnBrowse_Click);
69  //
70  // openFileDialog1
71  //
72  this.openFileDialog1.Filter = "\"SECI Component|*.comp\"";
73  //
74  // btnCancel
75  //
76  this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
77  this.btnCancel.Location = new System.Drawing.Point(346, 56);
78  this.btnCancel.Name = "btnCancel";
79  this.btnCancel.Size = new System.Drawing.Size(75, 23);
80  this.btnCancel.TabIndex = 3;
81  this.btnCancel.Text = "Cancel";
82  this.btnCancel.UseVisualStyleBackColor = true;
83  //
84  // btnAdd
85  //
86  this.btnAdd.Location = new System.Drawing.Point(265, 56);
87  this.btnAdd.Name = "btnAdd";
88  this.btnAdd.Size = new System.Drawing.Size(75, 23);
89  this.btnAdd.TabIndex = 4;
90  this.btnAdd.Text = "Add";
91  this.btnAdd.UseVisualStyleBackColor = true;
92  this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
93  //
94  // label2
95  //
96  this.label2.AutoSize = true;
97  this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
98  this.label2.Location = new System.Drawing.Point(12, 59);
99  this.label2.Name = "label2";
100  this.label2.Size = new System.Drawing.Size(236, 16);
101  this.label2.TabIndex = 5;
102  this.label2.Text = "Note: this operation cannot be undone.";
103  this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
104  //
105  // AddComponent
106  //
107  this.AcceptButton = this.btnAdd;
108  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
109  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
110  this.CancelButton = this.btnCancel;
111  this.ClientSize = new System.Drawing.Size(435, 91);
112  this.ControlBox = false;
113  this.Controls.Add(this.label2);
114  this.Controls.Add(this.btnAdd);
115  this.Controls.Add(this.btnCancel);
116  this.Controls.Add(this.btnBrowse);
117  this.Controls.Add(this.txtFile);
118  this.Controls.Add(this.label1);
119  this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
120  this.Name = "AddComponent";
121  this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
122  this.Text = "Add Configuration";
123  this.ResumeLayout(false);
124  this.PerformLayout();
125 
126  }
127 
128  #endregion
129 
130  private System.Windows.Forms.Label label1;
131  private System.Windows.Forms.TextBox txtFile;
132  private System.Windows.Forms.Button btnBrowse;
133  private System.Windows.Forms.OpenFileDialog openFileDialog1;
134  private System.Windows.Forms.Button btnCancel;
135  private System.Windows.Forms.Button btnAdd;
136  private System.Windows.Forms.Label label2;
137  }
138 }
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.