1 namespace SeciUserInterface.Dialogs.AssocFiles
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.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();
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:";
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;
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);
70 this.browseDialog.Filter =
"All files|*.*";
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;
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);
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 =
"AddFile";
105 this.ShowInTaskbar =
false;
106 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
107 this.Text =
"Add File - SECI";
108 this.ResumeLayout(
false);
109 this.PerformLayout();
115 private System.Windows.Forms.Label
label1;
116 private System.Windows.Forms.TextBox
txtExe;
120 private System.Windows.Forms.Button
btnAdd;
void InitializeComponent()
Required method for Designer support - do not modify the contents of this method with the code editor...
System.Windows.Forms.OpenFileDialog browseDialog
override void Dispose(bool disposing)
Clean up any resources being used.
System.Windows.Forms.TextBox txtExe
System.Windows.Forms.Button btnAdd
System.Windows.Forms.Button btnBrowse
System.Windows.Forms.Label label1
System.Windows.Forms.Button btnCancel