SECI  1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
AddFiles.Designer.cs
Go to the documentation of this file.
1 namespace Sample_Environment_Control_Interface.Dialogs.Associated_Files
2 {
3  partial class AddFiles
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.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
32  this.btnAdd = new System.Windows.Forms.Button();
33  this.label1 = new System.Windows.Forms.Label();
34  this.lstFiles = new System.Windows.Forms.ListBox();
35  this.btnCancel = new System.Windows.Forms.Button();
36  this.btnOK = new System.Windows.Forms.Button();
37  this.SuspendLayout();
38  //
39  // openFileDialog1
40  //
41  this.openFileDialog1.Multiselect = true;
42  //
43  // btnAdd
44  //
45  this.btnAdd.Location = new System.Drawing.Point(12, 12);
46  this.btnAdd.Name = "btnAdd";
47  this.btnAdd.Size = new System.Drawing.Size(75, 23);
48  this.btnAdd.TabIndex = 0;
49  this.btnAdd.Text = "Add File(s)";
50  this.btnAdd.UseVisualStyleBackColor = true;
51  this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
52  //
53  // label1
54  //
55  this.label1.AutoSize = true;
56  this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
57  this.label1.Location = new System.Drawing.Point(12, 38);
58  this.label1.Name = "label1";
59  this.label1.Size = new System.Drawing.Size(116, 16);
60  this.label1.TabIndex = 1;
61  this.label1.Text = "Files to be added:";
62  //
63  // lstFiles
64  //
65  this.lstFiles.FormattingEnabled = true;
66  this.lstFiles.Location = new System.Drawing.Point(15, 57);
67  this.lstFiles.Name = "lstFiles";
68  this.lstFiles.Size = new System.Drawing.Size(332, 108);
69  this.lstFiles.TabIndex = 2;
70  //
71  // btnCancel
72  //
73  this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
74  this.btnCancel.Location = new System.Drawing.Point(272, 172);
75  this.btnCancel.Name = "btnCancel";
76  this.btnCancel.Size = new System.Drawing.Size(75, 23);
77  this.btnCancel.TabIndex = 3;
78  this.btnCancel.Text = "Cancel";
79  this.btnCancel.UseVisualStyleBackColor = true;
80  //
81  // btnOK
82  //
83  this.btnOK.Location = new System.Drawing.Point(191, 172);
84  this.btnOK.Name = "btnOK";
85  this.btnOK.Size = new System.Drawing.Size(75, 23);
86  this.btnOK.TabIndex = 4;
87  this.btnOK.Text = "OK";
88  this.btnOK.UseVisualStyleBackColor = true;
89  this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
90  //
91  // AddFiles
92  //
93  this.AcceptButton = this.btnOK;
94  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
95  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
96  this.CancelButton = this.btnCancel;
97  this.ClientSize = new System.Drawing.Size(359, 207);
98  this.ControlBox = false;
99  this.Controls.Add(this.btnOK);
100  this.Controls.Add(this.btnCancel);
101  this.Controls.Add(this.lstFiles);
102  this.Controls.Add(this.label1);
103  this.Controls.Add(this.btnAdd);
104  this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
105  this.Name = "AddFiles";
106  this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
107  this.Text = "Add Associated Files";
108  this.ResumeLayout(false);
109  this.PerformLayout();
110 
111  }
112 
113  #endregion
114 
115  private System.Windows.Forms.OpenFileDialog openFileDialog1;
116  private System.Windows.Forms.Button btnAdd;
117  private System.Windows.Forms.Label label1;
118  private System.Windows.Forms.ListBox lstFiles;
119  private System.Windows.Forms.Button btnCancel;
120  private System.Windows.Forms.Button btnOK;
121  }
122 }
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.