SECI  1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
AddExe.Designer.cs
Go to the documentation of this file.
1 namespace Sample_Environment_Control_Interface.Dialogs.Exe
2 {
3  partial class AddExe
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.txtExe = new System.Windows.Forms.TextBox();
33  this.btnBrowse = new System.Windows.Forms.Button();
34  this.browseDialog = new System.Windows.Forms.OpenFileDialog();
35  this.btnCancel = new System.Windows.Forms.Button();
36  this.btnAdd = new System.Windows.Forms.Button();
37  this.SuspendLayout();
38  //
39  // label1
40  //
41  this.label1.AutoSize = true;
42  this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
43  this.label1.Location = new System.Drawing.Point(26, 13);
44  this.label1.Name = "label1";
45  this.label1.Size = new System.Drawing.Size(33, 16);
46  this.label1.TabIndex = 0;
47  this.label1.Text = "File:";
48  //
49  // txtExe
50  //
51  this.txtExe.BackColor = System.Drawing.Color.White;
52  this.txtExe.Location = new System.Drawing.Point(65, 12);
53  this.txtExe.Name = "txtExe";
54  this.txtExe.ReadOnly = true;
55  this.txtExe.Size = new System.Drawing.Size(260, 20);
56  this.txtExe.TabIndex = 1;
57  //
58  // btnBrowse
59  //
60  this.btnBrowse.Location = new System.Drawing.Point(331, 10);
61  this.btnBrowse.Name = "btnBrowse";
62  this.btnBrowse.Size = new System.Drawing.Size(72, 23);
63  this.btnBrowse.TabIndex = 2;
64  this.btnBrowse.Text = "Browse";
65  this.btnBrowse.UseVisualStyleBackColor = true;
66  this.btnBrowse.Click += new System.EventHandler(this.btnBrowse_Click);
67  //
68  // browseDialog
69  //
70  this.browseDialog.Filter = "Exe|*.exe|All files|*.*";
71  //
72  // btnCancel
73  //
74  this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
75  this.btnCancel.Location = new System.Drawing.Point(328, 38);
76  this.btnCancel.Name = "btnCancel";
77  this.btnCancel.Size = new System.Drawing.Size(75, 23);
78  this.btnCancel.TabIndex = 4;
79  this.btnCancel.Text = "Cancel";
80  this.btnCancel.UseVisualStyleBackColor = true;
81  //
82  // btnAdd
83  //
84  this.btnAdd.Location = new System.Drawing.Point(247, 38);
85  this.btnAdd.Name = "btnAdd";
86  this.btnAdd.Size = new System.Drawing.Size(75, 23);
87  this.btnAdd.TabIndex = 5;
88  this.btnAdd.Text = "Add";
89  this.btnAdd.UseVisualStyleBackColor = true;
90  this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
91  //
92  // AddExe
93  //
94  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
95  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
96  this.ClientSize = new System.Drawing.Size(416, 70);
97  this.ControlBox = false;
98  this.Controls.Add(this.btnAdd);
99  this.Controls.Add(this.btnCancel);
100  this.Controls.Add(this.btnBrowse);
101  this.Controls.Add(this.txtExe);
102  this.Controls.Add(this.label1);
103  this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
104  this.Name = "AddExe";
105  this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
106  this.Text = "Add Programme";
107  this.ResumeLayout(false);
108  this.PerformLayout();
109 
110  }
111 
112  #endregion
113 
114  private System.Windows.Forms.Label label1;
115  private System.Windows.Forms.TextBox txtExe;
116  private System.Windows.Forms.Button btnBrowse;
117  private System.Windows.Forms.OpenFileDialog browseDialog;
118  private System.Windows.Forms.Button btnCancel;
119  private System.Windows.Forms.Button btnAdd;
120  }
121 }
System.Windows.Forms.OpenFileDialog browseDialog
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...