3 partial class UserPasswordForm
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 29 private void InitializeComponent()
32 this.groupBox1 =
new System.Windows.Forms.GroupBox();
33 this.textBox_Password =
new System.Windows.Forms.TextBox();
34 this.label1 =
new System.Windows.Forms.Label();
35 this.button_Ok =
new System.Windows.Forms.Button();
36 this.groupBox2 =
new System.Windows.Forms.GroupBox();
37 this.label_UserName =
new System.Windows.Forms.Label();
38 this.label_ProcessName =
new System.Windows.Forms.Label();
39 this.label_FileName =
new System.Windows.Forms.Label();
40 this.button_Cancel =
new System.Windows.Forms.Button();
41 this.groupBox1.SuspendLayout();
42 this.groupBox2.SuspendLayout();
47 this.groupBox1.Controls.Add(this.textBox_Password);
48 this.groupBox1.Controls.Add(this.label1);
49 this.groupBox1.Location =
new System.Drawing.Point(12, 152);
50 this.groupBox1.Name =
"groupBox1";
51 this.groupBox1.Size =
new System.Drawing.Size(372, 71);
52 this.groupBox1.TabIndex = 0;
53 this.groupBox1.TabStop =
false;
57 this.textBox_Password.Location =
new System.Drawing.Point(136, 19);
58 this.textBox_Password.Name =
"textBox_Password";
59 this.textBox_Password.Size =
new System.Drawing.Size(177, 20);
60 this.textBox_Password.TabIndex = 1;
61 this.textBox_Password.UseSystemPasswordChar =
true;
65 this.label1.AutoSize =
true;
66 this.label1.Location =
new System.Drawing.Point(21, 19);
67 this.label1.Name =
"label1";
68 this.label1.Size =
new System.Drawing.Size(81, 13);
69 this.label1.TabIndex = 0;
70 this.label1.Text =
"Enter Password";
74 this.button_Ok.DialogResult =
System.Windows.Forms.DialogResult.OK;
75 this.button_Ok.Location =
new System.Drawing.Point(148, 238);
76 this.button_Ok.Name =
"button_Ok";
77 this.button_Ok.Size =
new System.Drawing.Size(75, 23);
78 this.button_Ok.TabIndex = 1;
79 this.button_Ok.Text =
"Ok";
80 this.button_Ok.UseVisualStyleBackColor =
true;
81 this.button_Ok.Click +=
new System.EventHandler(this.button_Ok_Click);
85 this.groupBox2.Controls.Add(this.label_UserName);
86 this.groupBox2.Controls.Add(this.label_ProcessName);
87 this.groupBox2.Controls.Add(this.label_FileName);
88 this.groupBox2.Location =
new System.Drawing.Point(12, 6);
89 this.groupBox2.Name =
"groupBox2";
90 this.groupBox2.Size =
new System.Drawing.Size(372, 140);
91 this.groupBox2.TabIndex = 4;
92 this.groupBox2.TabStop =
false;
93 this.groupBox2.Text =
"User Information";
97 this.label_UserName.AutoSize =
true;
98 this.label_UserName.Location =
new System.Drawing.Point(9, 37);
99 this.label_UserName.Name =
"label_UserName";
100 this.label_UserName.Size =
new System.Drawing.Size(63, 13);
101 this.label_UserName.TabIndex = 3;
102 this.label_UserName.Text =
"User Name:";
106 this.label_ProcessName.AutoSize =
true;
107 this.label_ProcessName.Location =
new System.Drawing.Point(9, 65);
108 this.label_ProcessName.Name =
"label_ProcessName";
109 this.label_ProcessName.Size =
new System.Drawing.Size(79, 13);
110 this.label_ProcessName.TabIndex = 2;
111 this.label_ProcessName.Text =
"Process Name:";
115 this.label_FileName.AutoSize =
true;
116 this.label_FileName.Location =
new System.Drawing.Point(9, 101);
117 this.label_FileName.Name =
"label_FileName";
118 this.label_FileName.Size =
new System.Drawing.Size(57, 13);
119 this.label_FileName.TabIndex = 0;
120 this.label_FileName.Text =
"File Name:";
124 this.button_Cancel.DialogResult =
System.Windows.Forms.DialogResult.Cancel;
125 this.button_Cancel.Location =
new System.Drawing.Point(309, 238);
126 this.button_Cancel.Name =
"button_Cancel";
127 this.button_Cancel.Size =
new System.Drawing.Size(75, 23);
128 this.button_Cancel.TabIndex = 5;
129 this.button_Cancel.Text =
"Cancel";
130 this.button_Cancel.UseVisualStyleBackColor =
true;
131 this.button_Cancel.Click +=
new System.EventHandler(this.button_Cancel_Click);
135 this.AutoScaleDimensions =
new System.Drawing.SizeF(6F, 13F);
136 this.AutoScaleMode =
System.Windows.Forms.AutoScaleMode.Font;
137 this.ClientSize =
new System.Drawing.Size(396, 283);
138 this.Controls.Add(this.button_Cancel);
139 this.Controls.Add(this.groupBox2);
140 this.Controls.Add(this.button_Ok);
141 this.Controls.Add(this.groupBox1);
142 this.Icon = ((
System.Drawing.Icon)(resources.GetObject(
"$this.Icon")));
143 this.MaximizeBox =
false;
144 this.MinimizeBox =
false;
145 this.Name =
"UserPasswordForm";
146 this.Text =
"Request User Password";
148 this.Load +=
new System.EventHandler(this.UserPasswordForm_Load);
149 this.groupBox1.ResumeLayout(
false);
150 this.groupBox1.PerformLayout();
151 this.groupBox2.ResumeLayout(
false);
152 this.groupBox2.PerformLayout();
153 this.ResumeLayout(
false);
159 private System.Windows.Forms.GroupBox groupBox1;
160 private System.Windows.Forms.TextBox textBox_Password;
161 private System.Windows.Forms.Label label1;
162 private System.Windows.Forms.Button button_Ok;
163 private System.Windows.Forms.GroupBox groupBox2;
164 private System.Windows.Forms.Label label_UserName;
165 private System.Windows.Forms.Label label_ProcessName;
166 private System.Windows.Forms.Label label_FileName;
167 private System.Windows.Forms.Button button_Cancel;