1 namespace Sample_Environment_Control_Interface.Dialogs.Associated_Files
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.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();
41 this.openFileDialog1.Multiselect =
true;
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);
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:";
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;
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;
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);
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();
116 private System.Windows.Forms.Button
btnAdd;
117 private System.Windows.Forms.Label
label1;
120 private System.Windows.Forms.Button
btnOK;
System.Windows.Forms.ListBox lstFiles
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.OpenFileDialog openFileDialog1
System.Windows.Forms.Button btnAdd
System.Windows.Forms.Button btnCancel
override void Dispose(bool disposing)
Clean up any resources being used.
System.Windows.Forms.Label label1