1 namespace KeePass.Forms
2 {
3 	partial class ProxyForm
4 	{
5 		/// <summary>
6 		/// Required designer variable.
7 		/// </summary>
8 		private System.ComponentModel.IContainer components = null;
9 
10 		/// <summary>
11 		/// Clean up any resources being used.
12 		/// </summary>
13 		/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
Dispose(bool disposing)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 
25 		/// <summary>
26 		/// Required method for Designer support - do not modify
27 		/// the contents of this method with the code editor.
28 		/// </summary>
InitializeComponent()29 		private void InitializeComponent()
30 		{
31 			this.m_btnOK = new System.Windows.Forms.Button();
32 			this.m_btnCancel = new System.Windows.Forms.Button();
33 			this.m_grpServer = new System.Windows.Forms.GroupBox();
34 			this.m_tbPort = new System.Windows.Forms.TextBox();
35 			this.m_lblPort = new System.Windows.Forms.Label();
36 			this.m_tbAddress = new System.Windows.Forms.TextBox();
37 			this.m_lblAddress = new System.Windows.Forms.Label();
38 			this.m_rbManualProxy = new System.Windows.Forms.RadioButton();
39 			this.m_rbSystemProxy = new System.Windows.Forms.RadioButton();
40 			this.m_rbNoProxy = new System.Windows.Forms.RadioButton();
41 			this.m_grpAuth = new System.Windows.Forms.GroupBox();
42 			this.m_rbAuthManual = new System.Windows.Forms.RadioButton();
43 			this.m_rbAuthDefault = new System.Windows.Forms.RadioButton();
44 			this.m_rbAuthNone = new System.Windows.Forms.RadioButton();
45 			this.m_tbPassword = new KeePass.UI.SecureTextBoxEx();
46 			this.m_lblPassword = new System.Windows.Forms.Label();
47 			this.m_tbUser = new System.Windows.Forms.TextBox();
48 			this.m_lblUser = new System.Windows.Forms.Label();
49 			this.m_grpServer.SuspendLayout();
50 			this.m_grpAuth.SuspendLayout();
51 			this.SuspendLayout();
52 			//
53 			// m_btnOK
54 			//
55 			this.m_btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
56 			this.m_btnOK.Location = new System.Drawing.Point(183, 297);
57 			this.m_btnOK.Name = "m_btnOK";
58 			this.m_btnOK.Size = new System.Drawing.Size(75, 23);
59 			this.m_btnOK.TabIndex = 2;
60 			this.m_btnOK.Text = "OK";
61 			this.m_btnOK.UseVisualStyleBackColor = true;
62 			this.m_btnOK.Click += new System.EventHandler(this.OnBtnOK);
63 			//
64 			// m_btnCancel
65 			//
66 			this.m_btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
67 			this.m_btnCancel.Location = new System.Drawing.Point(264, 297);
68 			this.m_btnCancel.Name = "m_btnCancel";
69 			this.m_btnCancel.Size = new System.Drawing.Size(75, 23);
70 			this.m_btnCancel.TabIndex = 3;
71 			this.m_btnCancel.Text = "Cancel";
72 			this.m_btnCancel.UseVisualStyleBackColor = true;
73 			//
74 			// m_grpServer
75 			//
76 			this.m_grpServer.Controls.Add(this.m_tbPort);
77 			this.m_grpServer.Controls.Add(this.m_lblPort);
78 			this.m_grpServer.Controls.Add(this.m_tbAddress);
79 			this.m_grpServer.Controls.Add(this.m_lblAddress);
80 			this.m_grpServer.Controls.Add(this.m_rbManualProxy);
81 			this.m_grpServer.Controls.Add(this.m_rbSystemProxy);
82 			this.m_grpServer.Controls.Add(this.m_rbNoProxy);
83 			this.m_grpServer.Location = new System.Drawing.Point(12, 12);
84 			this.m_grpServer.Name = "m_grpServer";
85 			this.m_grpServer.Size = new System.Drawing.Size(327, 120);
86 			this.m_grpServer.TabIndex = 0;
87 			this.m_grpServer.TabStop = false;
88 			this.m_grpServer.Text = "Server";
89 			//
90 			// m_tbPort
91 			//
92 			this.m_tbPort.Location = new System.Drawing.Point(266, 88);
93 			this.m_tbPort.Name = "m_tbPort";
94 			this.m_tbPort.Size = new System.Drawing.Size(50, 20);
95 			this.m_tbPort.TabIndex = 6;
96 			//
97 			// m_lblPort
98 			//
99 			this.m_lblPort.AutoSize = true;
100 			this.m_lblPort.Location = new System.Drawing.Point(231, 91);
101 			this.m_lblPort.Name = "m_lblPort";
102 			this.m_lblPort.Size = new System.Drawing.Size(29, 13);
103 			this.m_lblPort.TabIndex = 5;
104 			this.m_lblPort.Text = "Po&rt:";
105 			//
106 			// m_tbAddress
107 			//
108 			this.m_tbAddress.Location = new System.Drawing.Point(79, 88);
109 			this.m_tbAddress.Name = "m_tbAddress";
110 			this.m_tbAddress.Size = new System.Drawing.Size(145, 20);
111 			this.m_tbAddress.TabIndex = 4;
112 			this.m_tbAddress.TextChanged += new System.EventHandler(this.OnAddressTextChanged);
113 			//
114 			// m_lblAddress
115 			//
116 			this.m_lblAddress.AutoSize = true;
117 			this.m_lblAddress.Location = new System.Drawing.Point(25, 91);
118 			this.m_lblAddress.Name = "m_lblAddress";
119 			this.m_lblAddress.Size = new System.Drawing.Size(48, 13);
120 			this.m_lblAddress.TabIndex = 3;
121 			this.m_lblAddress.Text = "&Address:";
122 			//
123 			// m_rbManualProxy
124 			//
125 			this.m_rbManualProxy.AutoSize = true;
126 			this.m_rbManualProxy.Location = new System.Drawing.Point(9, 65);
127 			this.m_rbManualProxy.Name = "m_rbManualProxy";
128 			this.m_rbManualProxy.Size = new System.Drawing.Size(155, 17);
129 			this.m_rbManualProxy.TabIndex = 2;
130 			this.m_rbManualProxy.TabStop = true;
131 			this.m_rbManualProxy.Text = "&Manual proxy configuration:";
132 			this.m_rbManualProxy.UseVisualStyleBackColor = true;
133 			this.m_rbManualProxy.CheckedChanged += new System.EventHandler(this.OnManualProxyCheckedChanged);
134 			//
135 			// m_rbSystemProxy
136 			//
137 			this.m_rbSystemProxy.AutoSize = true;
138 			this.m_rbSystemProxy.Location = new System.Drawing.Point(9, 42);
139 			this.m_rbSystemProxy.Name = "m_rbSystemProxy";
140 			this.m_rbSystemProxy.Size = new System.Drawing.Size(146, 17);
141 			this.m_rbSystemProxy.TabIndex = 1;
142 			this.m_rbSystemProxy.TabStop = true;
143 			this.m_rbSystemProxy.Text = "Use &system proxy settings";
144 			this.m_rbSystemProxy.UseVisualStyleBackColor = true;
145 			this.m_rbSystemProxy.CheckedChanged += new System.EventHandler(this.OnSystemProxyCheckedChanged);
146 			//
147 			// m_rbNoProxy
148 			//
149 			this.m_rbNoProxy.AutoSize = true;
150 			this.m_rbNoProxy.Location = new System.Drawing.Point(9, 19);
151 			this.m_rbNoProxy.Name = "m_rbNoProxy";
152 			this.m_rbNoProxy.Size = new System.Drawing.Size(67, 17);
153 			this.m_rbNoProxy.TabIndex = 0;
154 			this.m_rbNoProxy.TabStop = true;
155 			this.m_rbNoProxy.Text = "&No proxy";
156 			this.m_rbNoProxy.UseVisualStyleBackColor = true;
157 			this.m_rbNoProxy.CheckedChanged += new System.EventHandler(this.OnNoProxyCheckedChanged);
158 			//
159 			// m_grpAuth
160 			//
161 			this.m_grpAuth.Controls.Add(this.m_rbAuthManual);
162 			this.m_grpAuth.Controls.Add(this.m_rbAuthDefault);
163 			this.m_grpAuth.Controls.Add(this.m_rbAuthNone);
164 			this.m_grpAuth.Controls.Add(this.m_tbPassword);
165 			this.m_grpAuth.Controls.Add(this.m_lblPassword);
166 			this.m_grpAuth.Controls.Add(this.m_tbUser);
167 			this.m_grpAuth.Controls.Add(this.m_lblUser);
168 			this.m_grpAuth.Location = new System.Drawing.Point(12, 138);
169 			this.m_grpAuth.Name = "m_grpAuth";
170 			this.m_grpAuth.Size = new System.Drawing.Size(327, 146);
171 			this.m_grpAuth.TabIndex = 1;
172 			this.m_grpAuth.TabStop = false;
173 			this.m_grpAuth.Text = "Authentication";
174 			//
175 			// m_rbAuthManual
176 			//
177 			this.m_rbAuthManual.AutoSize = true;
178 			this.m_rbAuthManual.Location = new System.Drawing.Point(9, 65);
179 			this.m_rbAuthManual.Name = "m_rbAuthManual";
180 			this.m_rbAuthManual.Size = new System.Drawing.Size(163, 17);
181 			this.m_rbAuthManual.TabIndex = 2;
182 			this.m_rbAuthManual.TabStop = true;
183 			this.m_rbAuthManual.Text = "Use the following &credentials:";
184 			this.m_rbAuthManual.UseVisualStyleBackColor = true;
185 			this.m_rbAuthManual.CheckedChanged += new System.EventHandler(this.OnAuthManualCheckedChanged);
186 			//
187 			// m_rbAuthDefault
188 			//
189 			this.m_rbAuthDefault.AutoSize = true;
190 			this.m_rbAuthDefault.Location = new System.Drawing.Point(9, 42);
191 			this.m_rbAuthDefault.Name = "m_rbAuthDefault";
192 			this.m_rbAuthDefault.Size = new System.Drawing.Size(113, 17);
193 			this.m_rbAuthDefault.TabIndex = 1;
194 			this.m_rbAuthDefault.TabStop = true;
195 			this.m_rbAuthDefault.Text = "&Default credentials";
196 			this.m_rbAuthDefault.UseVisualStyleBackColor = true;
197 			this.m_rbAuthDefault.CheckedChanged += new System.EventHandler(this.OnAuthDefaultCheckedChanged);
198 			//
199 			// m_rbAuthNone
200 			//
201 			this.m_rbAuthNone.AutoSize = true;
202 			this.m_rbAuthNone.Location = new System.Drawing.Point(9, 19);
203 			this.m_rbAuthNone.Name = "m_rbAuthNone";
204 			this.m_rbAuthNone.Size = new System.Drawing.Size(93, 17);
205 			this.m_rbAuthNone.TabIndex = 0;
206 			this.m_rbAuthNone.TabStop = true;
207 			this.m_rbAuthNone.Text = "N&o credentials";
208 			this.m_rbAuthNone.UseVisualStyleBackColor = true;
209 			this.m_rbAuthNone.CheckedChanged += new System.EventHandler(this.OnAuthNoneCheckedChanged);
210 			//
211 			// m_tbPassword
212 			//
213 			this.m_tbPassword.Location = new System.Drawing.Point(92, 114);
214 			this.m_tbPassword.Name = "m_tbPassword";
215 			this.m_tbPassword.Size = new System.Drawing.Size(224, 20);
216 			this.m_tbPassword.TabIndex = 6;
217 			this.m_tbPassword.UseSystemPasswordChar = true;
218 			//
219 			// m_lblPassword
220 			//
221 			this.m_lblPassword.AutoSize = true;
222 			this.m_lblPassword.Location = new System.Drawing.Point(25, 117);
223 			this.m_lblPassword.Name = "m_lblPassword";
224 			this.m_lblPassword.Size = new System.Drawing.Size(56, 13);
225 			this.m_lblPassword.TabIndex = 5;
226 			this.m_lblPassword.Text = "&Password:";
227 			//
228 			// m_tbUser
229 			//
230 			this.m_tbUser.Location = new System.Drawing.Point(92, 88);
231 			this.m_tbUser.Name = "m_tbUser";
232 			this.m_tbUser.Size = new System.Drawing.Size(224, 20);
233 			this.m_tbUser.TabIndex = 4;
234 			//
235 			// m_lblUser
236 			//
237 			this.m_lblUser.AutoSize = true;
238 			this.m_lblUser.Location = new System.Drawing.Point(25, 91);
239 			this.m_lblUser.Name = "m_lblUser";
240 			this.m_lblUser.Size = new System.Drawing.Size(61, 13);
241 			this.m_lblUser.TabIndex = 3;
242 			this.m_lblUser.Text = "&User name:";
243 			//
244 			// ProxyForm
245 			//
246 			this.AcceptButton = this.m_btnOK;
247 			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
248 			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
249 			this.CancelButton = this.m_btnCancel;
250 			this.ClientSize = new System.Drawing.Size(351, 332);
251 			this.Controls.Add(this.m_grpAuth);
252 			this.Controls.Add(this.m_grpServer);
253 			this.Controls.Add(this.m_btnCancel);
254 			this.Controls.Add(this.m_btnOK);
255 			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
256 			this.MaximizeBox = false;
257 			this.MinimizeBox = false;
258 			this.Name = "ProxyForm";
259 			this.ShowInTaskbar = false;
260 			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
261 			this.Text = "Proxy Settings";
262 			this.Load += new System.EventHandler(this.OnFormLoad);
263 			this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OnFormClosed);
264 			this.m_grpServer.ResumeLayout(false);
265 			this.m_grpServer.PerformLayout();
266 			this.m_grpAuth.ResumeLayout(false);
267 			this.m_grpAuth.PerformLayout();
268 			this.ResumeLayout(false);
269 
270 		}
271 
272 		#endregion
273 
274 		private System.Windows.Forms.Button m_btnOK;
275 		private System.Windows.Forms.Button m_btnCancel;
276 		private System.Windows.Forms.GroupBox m_grpServer;
277 		private System.Windows.Forms.RadioButton m_rbSystemProxy;
278 		private System.Windows.Forms.RadioButton m_rbNoProxy;
279 		private System.Windows.Forms.GroupBox m_grpAuth;
280 		private KeePass.UI.SecureTextBoxEx m_tbPassword;
281 		private System.Windows.Forms.Label m_lblPassword;
282 		private System.Windows.Forms.TextBox m_tbUser;
283 		private System.Windows.Forms.Label m_lblUser;
284 		private System.Windows.Forms.TextBox m_tbPort;
285 		private System.Windows.Forms.Label m_lblPort;
286 		private System.Windows.Forms.TextBox m_tbAddress;
287 		private System.Windows.Forms.Label m_lblAddress;
288 		private System.Windows.Forms.RadioButton m_rbManualProxy;
289 		private System.Windows.Forms.RadioButton m_rbAuthDefault;
290 		private System.Windows.Forms.RadioButton m_rbAuthNone;
291 		private System.Windows.Forms.RadioButton m_rbAuthManual;
292 	}
293 }