1 namespace KeePass.Forms
2 {
3 	partial class OptionsForm
4 	{
5 		/// <summary>
6 		/// Erforderliche Designervariable.
7 		/// </summary>
8 		private System.ComponentModel.IContainer components = null;
9 
10 		/// <summary>
11 		/// Verwendete Ressourcen bereinigen.
12 		/// </summary>
13 		/// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls 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 Vom Windows Form-Designer generierter Code
24 
25 		/// <summary>
26 		/// Erforderliche Methode für die Designerunterstützung.
27 		/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
28 		/// </summary>
InitializeComponent()29 		private void InitializeComponent()
30 		{
31 			this.components = new System.ComponentModel.Container();
32 			this.m_bannerImage = new System.Windows.Forms.PictureBox();
33 			this.m_btnOK = new System.Windows.Forms.Button();
34 			this.m_btnCancel = new System.Windows.Forms.Button();
35 			this.m_tabMain = new System.Windows.Forms.TabControl();
36 			this.m_tabSecurity = new System.Windows.Forms.TabPage();
37 			this.m_linkSecOptAdm = new System.Windows.Forms.LinkLabel();
38 			this.m_linkSecOptEx = new System.Windows.Forms.LinkLabel();
39 			this.m_lblSecOpt = new System.Windows.Forms.Label();
40 			this.m_numLockAfterGlobalTime = new System.Windows.Forms.NumericUpDown();
41 			this.m_cbLockAfterGlobalTime = new System.Windows.Forms.CheckBox();
42 			this.m_lvSecurityOptions = new KeePass.UI.CustomListViewEx();
43 			this.m_numClipClearTime = new System.Windows.Forms.NumericUpDown();
44 			this.m_cbClipClearTime = new System.Windows.Forms.CheckBox();
45 			this.m_numDefaultExpireDays = new System.Windows.Forms.NumericUpDown();
46 			this.m_cbDefaultExpireDays = new System.Windows.Forms.CheckBox();
47 			this.m_cbLockAfterTime = new System.Windows.Forms.CheckBox();
48 			this.m_numLockAfterTime = new System.Windows.Forms.NumericUpDown();
49 			this.m_tabPolicy = new System.Windows.Forms.TabPage();
50 			this.m_lvPolicy = new KeePass.UI.CustomListViewEx();
51 			this.m_linkPolicyInfo = new System.Windows.Forms.LinkLabel();
52 			this.m_lblPolicyMore = new System.Windows.Forms.Label();
53 			this.m_lblPolicyRestart = new System.Windows.Forms.Label();
54 			this.m_lblPolicyIntro = new System.Windows.Forms.Label();
55 			this.m_tabGui = new System.Windows.Forms.TabPage();
56 			this.m_cmbEscAction = new System.Windows.Forms.ComboBox();
57 			this.m_lblEscAction = new System.Windows.Forms.Label();
58 			this.m_btnCustomAltColor = new System.Windows.Forms.Button();
59 			this.m_cbCustomAltColor = new System.Windows.Forms.CheckBox();
60 			this.m_cmbMenuStyle = new System.Windows.Forms.ComboBox();
61 			this.m_lblMenuStyle = new System.Windows.Forms.Label();
62 			this.m_btnSelPwFont = new System.Windows.Forms.Button();
63 			this.m_numMruCount = new System.Windows.Forms.NumericUpDown();
64 			this.m_lblMruCount = new System.Windows.Forms.Label();
65 			this.m_btnSelFont = new System.Windows.Forms.Button();
66 			this.m_lvGuiOptions = new KeePass.UI.CustomListViewEx();
67 			this.m_lblBannerStyle = new System.Windows.Forms.Label();
68 			this.m_cmbBannerStyle = new System.Windows.Forms.ComboBox();
69 			this.m_tabIntegration = new System.Windows.Forms.TabPage();
70 			this.m_btnHelpSource = new System.Windows.Forms.Button();
71 			this.m_btnSchemeOverrides = new System.Windows.Forms.Button();
72 			this.m_cbAutoRun = new System.Windows.Forms.CheckBox();
73 			this.m_grpFileExt = new System.Windows.Forms.GroupBox();
74 			this.m_btnFileExtRemove = new System.Windows.Forms.Button();
75 			this.m_btnFileExtCreate = new System.Windows.Forms.Button();
76 			this.m_lblFileExtHint = new System.Windows.Forms.Label();
77 			this.m_grpHotKeys = new System.Windows.Forms.GroupBox();
78 			this.m_lblAutoTypePassword = new System.Windows.Forms.Label();
79 			this.m_hkAutoTypePassword = new KeePass.UI.HotKeyControlEx();
80 			this.m_linkHotKeyHelp = new System.Windows.Forms.LinkLabel();
81 			this.m_lblAutoTypeSelected = new System.Windows.Forms.Label();
82 			this.m_hkAutoTypeSelected = new KeePass.UI.HotKeyControlEx();
83 			this.m_hkShowWindow = new KeePass.UI.HotKeyControlEx();
84 			this.m_lblAutoType = new System.Windows.Forms.Label();
85 			this.m_lblShowWindow = new System.Windows.Forms.Label();
86 			this.m_hkAutoType = new KeePass.UI.HotKeyControlEx();
87 			this.m_tabAdvanced = new System.Windows.Forms.TabPage();
88 			this.m_btnProxy = new System.Windows.Forms.Button();
89 			this.m_lvAdvanced = new KeePass.UI.CustomListViewEx();
90 			this.m_ttRect = new System.Windows.Forms.ToolTip(this.components);
91 			((System.ComponentModel.ISupportInitialize)(this.m_bannerImage)).BeginInit();
92 			this.m_tabMain.SuspendLayout();
93 			this.m_tabSecurity.SuspendLayout();
94 			((System.ComponentModel.ISupportInitialize)(this.m_numLockAfterGlobalTime)).BeginInit();
95 			((System.ComponentModel.ISupportInitialize)(this.m_numClipClearTime)).BeginInit();
96 			((System.ComponentModel.ISupportInitialize)(this.m_numDefaultExpireDays)).BeginInit();
97 			((System.ComponentModel.ISupportInitialize)(this.m_numLockAfterTime)).BeginInit();
98 			this.m_tabPolicy.SuspendLayout();
99 			this.m_tabGui.SuspendLayout();
100 			((System.ComponentModel.ISupportInitialize)(this.m_numMruCount)).BeginInit();
101 			this.m_tabIntegration.SuspendLayout();
102 			this.m_grpFileExt.SuspendLayout();
103 			this.m_grpHotKeys.SuspendLayout();
104 			this.m_tabAdvanced.SuspendLayout();
105 			this.SuspendLayout();
106 			//
107 			// m_bannerImage
108 			//
109 			this.m_bannerImage.Dock = System.Windows.Forms.DockStyle.Top;
110 			this.m_bannerImage.Location = new System.Drawing.Point(0, 0);
111 			this.m_bannerImage.Name = "m_bannerImage";
112 			this.m_bannerImage.Size = new System.Drawing.Size(586, 60);
113 			this.m_bannerImage.TabIndex = 0;
114 			this.m_bannerImage.TabStop = false;
115 			//
116 			// m_btnOK
117 			//
118 			this.m_btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
119 			this.m_btnOK.Location = new System.Drawing.Point(418, 436);
120 			this.m_btnOK.Name = "m_btnOK";
121 			this.m_btnOK.Size = new System.Drawing.Size(75, 23);
122 			this.m_btnOK.TabIndex = 0;
123 			this.m_btnOK.Text = "OK";
124 			this.m_btnOK.UseVisualStyleBackColor = true;
125 			this.m_btnOK.Click += new System.EventHandler(this.OnBtnOK);
126 			//
127 			// m_btnCancel
128 			//
129 			this.m_btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
130 			this.m_btnCancel.Location = new System.Drawing.Point(499, 436);
131 			this.m_btnCancel.Name = "m_btnCancel";
132 			this.m_btnCancel.Size = new System.Drawing.Size(75, 23);
133 			this.m_btnCancel.TabIndex = 1;
134 			this.m_btnCancel.Text = "Cancel";
135 			this.m_btnCancel.UseVisualStyleBackColor = true;
136 			this.m_btnCancel.Click += new System.EventHandler(this.OnBtnCancel);
137 			//
138 			// m_tabMain
139 			//
140 			this.m_tabMain.Controls.Add(this.m_tabSecurity);
141 			this.m_tabMain.Controls.Add(this.m_tabPolicy);
142 			this.m_tabMain.Controls.Add(this.m_tabGui);
143 			this.m_tabMain.Controls.Add(this.m_tabIntegration);
144 			this.m_tabMain.Controls.Add(this.m_tabAdvanced);
145 			this.m_tabMain.Location = new System.Drawing.Point(12, 66);
146 			this.m_tabMain.Name = "m_tabMain";
147 			this.m_tabMain.SelectedIndex = 0;
148 			this.m_tabMain.Size = new System.Drawing.Size(562, 364);
149 			this.m_tabMain.TabIndex = 2;
150 			//
151 			// m_tabSecurity
152 			//
153 			this.m_tabSecurity.Controls.Add(this.m_linkSecOptAdm);
154 			this.m_tabSecurity.Controls.Add(this.m_linkSecOptEx);
155 			this.m_tabSecurity.Controls.Add(this.m_lblSecOpt);
156 			this.m_tabSecurity.Controls.Add(this.m_numLockAfterGlobalTime);
157 			this.m_tabSecurity.Controls.Add(this.m_cbLockAfterGlobalTime);
158 			this.m_tabSecurity.Controls.Add(this.m_lvSecurityOptions);
159 			this.m_tabSecurity.Controls.Add(this.m_numClipClearTime);
160 			this.m_tabSecurity.Controls.Add(this.m_cbClipClearTime);
161 			this.m_tabSecurity.Controls.Add(this.m_numDefaultExpireDays);
162 			this.m_tabSecurity.Controls.Add(this.m_cbDefaultExpireDays);
163 			this.m_tabSecurity.Controls.Add(this.m_cbLockAfterTime);
164 			this.m_tabSecurity.Controls.Add(this.m_numLockAfterTime);
165 			this.m_tabSecurity.Location = new System.Drawing.Point(4, 22);
166 			this.m_tabSecurity.Name = "m_tabSecurity";
167 			this.m_tabSecurity.Padding = new System.Windows.Forms.Padding(3);
168 			this.m_tabSecurity.Size = new System.Drawing.Size(554, 338);
169 			this.m_tabSecurity.TabIndex = 0;
170 			this.m_tabSecurity.Text = "Security";
171 			this.m_tabSecurity.UseVisualStyleBackColor = true;
172 			//
173 			// m_linkSecOptAdm
174 			//
175 			this.m_linkSecOptAdm.AutoSize = true;
176 			this.m_linkSecOptAdm.Location = new System.Drawing.Point(184, 316);
177 			this.m_linkSecOptAdm.Name = "m_linkSecOptAdm";
178 			this.m_linkSecOptAdm.Size = new System.Drawing.Size(89, 13);
179 			this.m_linkSecOptAdm.TabIndex = 11;
180 			this.m_linkSecOptAdm.TabStop = true;
181 			this.m_linkSecOptAdm.Text = "For administrators";
182 			this.m_linkSecOptAdm.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.OnSecOptAdmLinkClicked);
183 			//
184 			// m_linkSecOptEx
185 			//
186 			this.m_linkSecOptEx.AutoSize = true;
187 			this.m_linkSecOptEx.Location = new System.Drawing.Point(119, 316);
188 			this.m_linkSecOptEx.Name = "m_linkSecOptEx";
189 			this.m_linkSecOptEx.Size = new System.Drawing.Size(59, 13);
190 			this.m_linkSecOptEx.TabIndex = 10;
191 			this.m_linkSecOptEx.TabStop = true;
192 			this.m_linkSecOptEx.Text = "For experts";
193 			this.m_linkSecOptEx.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.OnSecOptExLinkClicked);
194 			//
195 			// m_lblSecOpt
196 			//
197 			this.m_lblSecOpt.AutoSize = true;
198 			this.m_lblSecOpt.Location = new System.Drawing.Point(3, 316);
199 			this.m_lblSecOpt.Name = "m_lblSecOpt";
200 			this.m_lblSecOpt.Size = new System.Drawing.Size(110, 13);
201 			this.m_lblSecOpt.TabIndex = 9;
202 			this.m_lblSecOpt.Text = "More security options:";
203 			//
204 			// m_numLockAfterGlobalTime
205 			//
206 			this.m_numLockAfterGlobalTime.Location = new System.Drawing.Point(327, 37);
207 			this.m_numLockAfterGlobalTime.Maximum = new decimal(new int[] {
208             1209600,
209             0,
210             0,
211             0});
212 			this.m_numLockAfterGlobalTime.Name = "m_numLockAfterGlobalTime";
213 			this.m_numLockAfterGlobalTime.Size = new System.Drawing.Size(66, 20);
214 			this.m_numLockAfterGlobalTime.TabIndex = 3;
215 			//
216 			// m_cbLockAfterGlobalTime
217 			//
218 			this.m_cbLockAfterGlobalTime.AutoSize = true;
219 			this.m_cbLockAfterGlobalTime.Location = new System.Drawing.Point(6, 38);
220 			this.m_cbLockAfterGlobalTime.Name = "m_cbLockAfterGlobalTime";
221 			this.m_cbLockAfterGlobalTime.Size = new System.Drawing.Size(279, 17);
222 			this.m_cbLockAfterGlobalTime.TabIndex = 2;
223 			this.m_cbLockAfterGlobalTime.Text = "L&ock workspace after global user inactivity (seconds):";
224 			this.m_cbLockAfterGlobalTime.UseVisualStyleBackColor = true;
225 			this.m_cbLockAfterGlobalTime.CheckedChanged += new System.EventHandler(this.OnLockAfterGlobalTimeCheckedChanged);
226 			//
227 			// m_lvSecurityOptions
228 			//
229 			this.m_lvSecurityOptions.CheckBoxes = true;
230 			this.m_lvSecurityOptions.FullRowSelect = true;
231 			this.m_lvSecurityOptions.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
232 			this.m_lvSecurityOptions.Location = new System.Drawing.Point(6, 115);
233 			this.m_lvSecurityOptions.Name = "m_lvSecurityOptions";
234 			this.m_lvSecurityOptions.ShowItemToolTips = true;
235 			this.m_lvSecurityOptions.Size = new System.Drawing.Size(540, 194);
236 			this.m_lvSecurityOptions.TabIndex = 8;
237 			this.m_lvSecurityOptions.UseCompatibleStateImageBehavior = false;
238 			this.m_lvSecurityOptions.View = System.Windows.Forms.View.Details;
239 			//
240 			// m_numClipClearTime
241 			//
242 			this.m_numClipClearTime.Location = new System.Drawing.Point(327, 63);
243 			this.m_numClipClearTime.Maximum = new decimal(new int[] {
244             1209600,
245             0,
246             0,
247             0});
248 			this.m_numClipClearTime.Name = "m_numClipClearTime";
249 			this.m_numClipClearTime.Size = new System.Drawing.Size(66, 20);
250 			this.m_numClipClearTime.TabIndex = 5;
251 			//
252 			// m_cbClipClearTime
253 			//
254 			this.m_cbClipClearTime.AutoSize = true;
255 			this.m_cbClipClearTime.Location = new System.Drawing.Point(6, 64);
256 			this.m_cbClipClearTime.Name = "m_cbClipClearTime";
257 			this.m_cbClipClearTime.Size = new System.Drawing.Size(263, 17);
258 			this.m_cbClipClearTime.TabIndex = 4;
259 			this.m_cbClipClearTime.Text = "&Clipboard auto-clear time (seconds; main entry list):";
260 			this.m_cbClipClearTime.UseVisualStyleBackColor = true;
261 			this.m_cbClipClearTime.CheckedChanged += new System.EventHandler(this.OnClipboardClearTimeCheckedChanged);
262 			//
263 			// m_numDefaultExpireDays
264 			//
265 			this.m_numDefaultExpireDays.Location = new System.Drawing.Point(327, 89);
266 			this.m_numDefaultExpireDays.Maximum = new decimal(new int[] {
267             2920,
268             0,
269             0,
270             0});
271 			this.m_numDefaultExpireDays.Name = "m_numDefaultExpireDays";
272 			this.m_numDefaultExpireDays.Size = new System.Drawing.Size(66, 20);
273 			this.m_numDefaultExpireDays.TabIndex = 7;
274 			//
275 			// m_cbDefaultExpireDays
276 			//
277 			this.m_cbDefaultExpireDays.AutoSize = true;
278 			this.m_cbDefaultExpireDays.Location = new System.Drawing.Point(6, 90);
279 			this.m_cbDefaultExpireDays.Name = "m_cbDefaultExpireDays";
280 			this.m_cbDefaultExpireDays.Size = new System.Drawing.Size(315, 17);
281 			this.m_cbDefaultExpireDays.TabIndex = 6;
282 			this.m_cbDefaultExpireDays.Text = "By default, &new entries expire in the following number of days:";
283 			this.m_cbDefaultExpireDays.UseVisualStyleBackColor = true;
284 			this.m_cbDefaultExpireDays.CheckedChanged += new System.EventHandler(this.OnDefaultExpireDaysCheckedChanged);
285 			//
286 			// m_cbLockAfterTime
287 			//
288 			this.m_cbLockAfterTime.AutoSize = true;
289 			this.m_cbLockAfterTime.Location = new System.Drawing.Point(6, 12);
290 			this.m_cbLockAfterTime.Name = "m_cbLockAfterTime";
291 			this.m_cbLockAfterTime.Size = new System.Drawing.Size(270, 17);
292 			this.m_cbLockAfterTime.TabIndex = 0;
293 			this.m_cbLockAfterTime.Text = "&Lock workspace after KeePass inactivity (seconds):";
294 			this.m_cbLockAfterTime.UseVisualStyleBackColor = true;
295 			this.m_cbLockAfterTime.CheckedChanged += new System.EventHandler(this.OnLockAfterTimeCheckedChanged);
296 			//
297 			// m_numLockAfterTime
298 			//
299 			this.m_numLockAfterTime.Location = new System.Drawing.Point(327, 11);
300 			this.m_numLockAfterTime.Maximum = new decimal(new int[] {
301             1209600,
302             0,
303             0,
304             0});
305 			this.m_numLockAfterTime.Name = "m_numLockAfterTime";
306 			this.m_numLockAfterTime.Size = new System.Drawing.Size(66, 20);
307 			this.m_numLockAfterTime.TabIndex = 1;
308 			//
309 			// m_tabPolicy
310 			//
311 			this.m_tabPolicy.Controls.Add(this.m_lvPolicy);
312 			this.m_tabPolicy.Controls.Add(this.m_linkPolicyInfo);
313 			this.m_tabPolicy.Controls.Add(this.m_lblPolicyMore);
314 			this.m_tabPolicy.Controls.Add(this.m_lblPolicyRestart);
315 			this.m_tabPolicy.Controls.Add(this.m_lblPolicyIntro);
316 			this.m_tabPolicy.Location = new System.Drawing.Point(4, 22);
317 			this.m_tabPolicy.Name = "m_tabPolicy";
318 			this.m_tabPolicy.Size = new System.Drawing.Size(554, 338);
319 			this.m_tabPolicy.TabIndex = 3;
320 			this.m_tabPolicy.Text = "Policy";
321 			this.m_tabPolicy.UseVisualStyleBackColor = true;
322 			//
323 			// m_lvPolicy
324 			//
325 			this.m_lvPolicy.CheckBoxes = true;
326 			this.m_lvPolicy.FullRowSelect = true;
327 			this.m_lvPolicy.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
328 			this.m_lvPolicy.Location = new System.Drawing.Point(6, 46);
329 			this.m_lvPolicy.Name = "m_lvPolicy";
330 			this.m_lvPolicy.ShowItemToolTips = true;
331 			this.m_lvPolicy.Size = new System.Drawing.Size(540, 263);
332 			this.m_lvPolicy.TabIndex = 3;
333 			this.m_lvPolicy.UseCompatibleStateImageBehavior = false;
334 			this.m_lvPolicy.View = System.Windows.Forms.View.Details;
335 			//
336 			// m_linkPolicyInfo
337 			//
338 			this.m_linkPolicyInfo.AutoSize = true;
339 			this.m_linkPolicyInfo.Location = new System.Drawing.Point(97, 26);
340 			this.m_linkPolicyInfo.Name = "m_linkPolicyInfo";
341 			this.m_linkPolicyInfo.Size = new System.Drawing.Size(115, 13);
342 			this.m_linkPolicyInfo.TabIndex = 2;
343 			this.m_linkPolicyInfo.TabStop = true;
344 			this.m_linkPolicyInfo.Text = "Application Policy Help";
345 			this.m_linkPolicyInfo.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.OnPolicyInfoLinkClicked);
346 			//
347 			// m_lblPolicyMore
348 			//
349 			this.m_lblPolicyMore.AutoSize = true;
350 			this.m_lblPolicyMore.Location = new System.Drawing.Point(3, 26);
351 			this.m_lblPolicyMore.Name = "m_lblPolicyMore";
352 			this.m_lblPolicyMore.Size = new System.Drawing.Size(88, 13);
353 			this.m_lblPolicyMore.TabIndex = 1;
354 			this.m_lblPolicyMore.Text = "More information:";
355 			//
356 			// m_lblPolicyRestart
357 			//
358 			this.m_lblPolicyRestart.AutoSize = true;
359 			this.m_lblPolicyRestart.Location = new System.Drawing.Point(3, 316);
360 			this.m_lblPolicyRestart.Name = "m_lblPolicyRestart";
361 			this.m_lblPolicyRestart.Size = new System.Drawing.Size(241, 13);
362 			this.m_lblPolicyRestart.TabIndex = 4;
363 			this.m_lblPolicyRestart.Text = "* Changing the policy requires restarting KeePass.";
364 			//
365 			// m_lblPolicyIntro
366 			//
367 			this.m_lblPolicyIntro.Location = new System.Drawing.Point(3, 9);
368 			this.m_lblPolicyIntro.Name = "m_lblPolicyIntro";
369 			this.m_lblPolicyIntro.Size = new System.Drawing.Size(548, 14);
370 			this.m_lblPolicyIntro.TabIndex = 0;
371 			this.m_lblPolicyIntro.Text = "The application policy defines which security-critical operations are allowed and" +
372 				" which are not.";
373 			//
374 			// m_tabGui
375 			//
376 			this.m_tabGui.Controls.Add(this.m_cmbEscAction);
377 			this.m_tabGui.Controls.Add(this.m_lblEscAction);
378 			this.m_tabGui.Controls.Add(this.m_btnCustomAltColor);
379 			this.m_tabGui.Controls.Add(this.m_cbCustomAltColor);
380 			this.m_tabGui.Controls.Add(this.m_cmbMenuStyle);
381 			this.m_tabGui.Controls.Add(this.m_lblMenuStyle);
382 			this.m_tabGui.Controls.Add(this.m_btnSelPwFont);
383 			this.m_tabGui.Controls.Add(this.m_numMruCount);
384 			this.m_tabGui.Controls.Add(this.m_lblMruCount);
385 			this.m_tabGui.Controls.Add(this.m_btnSelFont);
386 			this.m_tabGui.Controls.Add(this.m_lvGuiOptions);
387 			this.m_tabGui.Controls.Add(this.m_lblBannerStyle);
388 			this.m_tabGui.Controls.Add(this.m_cmbBannerStyle);
389 			this.m_tabGui.Location = new System.Drawing.Point(4, 22);
390 			this.m_tabGui.Name = "m_tabGui";
391 			this.m_tabGui.Size = new System.Drawing.Size(554, 338);
392 			this.m_tabGui.TabIndex = 2;
393 			this.m_tabGui.Text = "Interface";
394 			this.m_tabGui.UseVisualStyleBackColor = true;
395 			//
396 			// m_cmbEscAction
397 			//
398 			this.m_cmbEscAction.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
399 			this.m_cmbEscAction.FormattingEnabled = true;
400 			this.m_cmbEscAction.Location = new System.Drawing.Point(157, 281);
401 			this.m_cmbEscAction.Name = "m_cmbEscAction";
402 			this.m_cmbEscAction.Size = new System.Drawing.Size(162, 21);
403 			this.m_cmbEscAction.TabIndex = 8;
404 			//
405 			// m_lblEscAction
406 			//
407 			this.m_lblEscAction.AutoSize = true;
408 			this.m_lblEscAction.Location = new System.Drawing.Point(3, 284);
409 			this.m_lblEscAction.Name = "m_lblEscAction";
410 			this.m_lblEscAction.Size = new System.Drawing.Size(148, 13);
411 			this.m_lblEscAction.TabIndex = 7;
412 			this.m_lblEscAction.Text = "&Esc keypress in main window:";
413 			//
414 			// m_btnCustomAltColor
415 			//
416 			this.m_btnCustomAltColor.Location = new System.Drawing.Point(499, 307);
417 			this.m_btnCustomAltColor.Name = "m_btnCustomAltColor";
418 			this.m_btnCustomAltColor.Size = new System.Drawing.Size(48, 23);
419 			this.m_btnCustomAltColor.TabIndex = 12;
420 			this.m_btnCustomAltColor.UseVisualStyleBackColor = true;
421 			this.m_btnCustomAltColor.Click += new System.EventHandler(this.OnBtnCustomAltColor);
422 			//
423 			// m_cbCustomAltColor
424 			//
425 			this.m_cbCustomAltColor.AutoSize = true;
426 			this.m_cbCustomAltColor.Location = new System.Drawing.Point(366, 311);
427 			this.m_cbCustomAltColor.Name = "m_cbCustomAltColor";
428 			this.m_cbCustomAltColor.Size = new System.Drawing.Size(129, 17);
429 			this.m_cbCustomAltColor.TabIndex = 11;
430 			this.m_cbCustomAltColor.Text = "&Custom alt. item color:";
431 			this.m_cbCustomAltColor.UseVisualStyleBackColor = true;
432 			this.m_cbCustomAltColor.CheckedChanged += new System.EventHandler(this.OnCustomAltColorCheckedChanged);
433 			//
434 			// m_cmbMenuStyle
435 			//
436 			this.m_cmbMenuStyle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
437 			this.m_cmbMenuStyle.FormattingEnabled = true;
438 			this.m_cmbMenuStyle.Location = new System.Drawing.Point(157, 227);
439 			this.m_cmbMenuStyle.Name = "m_cmbMenuStyle";
440 			this.m_cmbMenuStyle.Size = new System.Drawing.Size(162, 21);
441 			this.m_cmbMenuStyle.TabIndex = 2;
442 			//
443 			// m_lblMenuStyle
444 			//
445 			this.m_lblMenuStyle.AutoSize = true;
446 			this.m_lblMenuStyle.Location = new System.Drawing.Point(3, 230);
447 			this.m_lblMenuStyle.Name = "m_lblMenuStyle";
448 			this.m_lblMenuStyle.Size = new System.Drawing.Size(117, 13);
449 			this.m_lblMenuStyle.TabIndex = 1;
450 			this.m_lblMenuStyle.Text = "&Menu and toolbar style:";
451 			//
452 			// m_btnSelPwFont
453 			//
454 			this.m_btnSelPwFont.Location = new System.Drawing.Point(414, 253);
455 			this.m_btnSelPwFont.Name = "m_btnSelPwFont";
456 			this.m_btnSelPwFont.Size = new System.Drawing.Size(133, 23);
457 			this.m_btnSelPwFont.TabIndex = 6;
458 			this.m_btnSelPwFont.Text = "Select &Password Font";
459 			this.m_btnSelPwFont.UseVisualStyleBackColor = true;
460 			this.m_btnSelPwFont.Click += new System.EventHandler(this.OnBtnSelPwFont);
461 			//
462 			// m_numMruCount
463 			//
464 			this.m_numMruCount.Location = new System.Drawing.Point(157, 308);
465 			this.m_numMruCount.Maximum = new decimal(new int[] {
466             120,
467             0,
468             0,
469             0});
470 			this.m_numMruCount.Name = "m_numMruCount";
471 			this.m_numMruCount.Size = new System.Drawing.Size(53, 20);
472 			this.m_numMruCount.TabIndex = 10;
473 			this.m_numMruCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
474 			//
475 			// m_lblMruCount
476 			//
477 			this.m_lblMruCount.AutoSize = true;
478 			this.m_lblMruCount.Location = new System.Drawing.Point(3, 310);
479 			this.m_lblMruCount.Name = "m_lblMruCount";
480 			this.m_lblMruCount.Size = new System.Drawing.Size(148, 13);
481 			this.m_lblMruCount.TabIndex = 9;
482 			this.m_lblMruCount.Text = "&Remember recently used files:";
483 			//
484 			// m_btnSelFont
485 			//
486 			this.m_btnSelFont.Location = new System.Drawing.Point(414, 226);
487 			this.m_btnSelFont.Name = "m_btnSelFont";
488 			this.m_btnSelFont.Size = new System.Drawing.Size(133, 23);
489 			this.m_btnSelFont.TabIndex = 3;
490 			this.m_btnSelFont.Text = "Select &List Font";
491 			this.m_btnSelFont.UseVisualStyleBackColor = true;
492 			this.m_btnSelFont.Click += new System.EventHandler(this.OnBtnSelListFont);
493 			//
494 			// m_lvGuiOptions
495 			//
496 			this.m_lvGuiOptions.CheckBoxes = true;
497 			this.m_lvGuiOptions.FullRowSelect = true;
498 			this.m_lvGuiOptions.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
499 			this.m_lvGuiOptions.Location = new System.Drawing.Point(6, 12);
500 			this.m_lvGuiOptions.Name = "m_lvGuiOptions";
501 			this.m_lvGuiOptions.ShowItemToolTips = true;
502 			this.m_lvGuiOptions.Size = new System.Drawing.Size(540, 209);
503 			this.m_lvGuiOptions.TabIndex = 0;
504 			this.m_lvGuiOptions.UseCompatibleStateImageBehavior = false;
505 			this.m_lvGuiOptions.View = System.Windows.Forms.View.Details;
506 			//
507 			// m_lblBannerStyle
508 			//
509 			this.m_lblBannerStyle.AutoSize = true;
510 			this.m_lblBannerStyle.Location = new System.Drawing.Point(3, 257);
511 			this.m_lblBannerStyle.Name = "m_lblBannerStyle";
512 			this.m_lblBannerStyle.Size = new System.Drawing.Size(100, 13);
513 			this.m_lblBannerStyle.TabIndex = 4;
514 			this.m_lblBannerStyle.Text = "&Dialog banner style:";
515 			//
516 			// m_cmbBannerStyle
517 			//
518 			this.m_cmbBannerStyle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
519 			this.m_cmbBannerStyle.FormattingEnabled = true;
520 			this.m_cmbBannerStyle.Location = new System.Drawing.Point(157, 254);
521 			this.m_cmbBannerStyle.Name = "m_cmbBannerStyle";
522 			this.m_cmbBannerStyle.Size = new System.Drawing.Size(162, 21);
523 			this.m_cmbBannerStyle.TabIndex = 5;
524 			this.m_cmbBannerStyle.SelectedValueChanged += new System.EventHandler(this.OnBannerStyleSelectedChanged);
525 			//
526 			// m_tabIntegration
527 			//
528 			this.m_tabIntegration.Controls.Add(this.m_btnHelpSource);
529 			this.m_tabIntegration.Controls.Add(this.m_btnSchemeOverrides);
530 			this.m_tabIntegration.Controls.Add(this.m_cbAutoRun);
531 			this.m_tabIntegration.Controls.Add(this.m_grpFileExt);
532 			this.m_tabIntegration.Controls.Add(this.m_grpHotKeys);
533 			this.m_tabIntegration.Location = new System.Drawing.Point(4, 22);
534 			this.m_tabIntegration.Name = "m_tabIntegration";
535 			this.m_tabIntegration.Size = new System.Drawing.Size(554, 338);
536 			this.m_tabIntegration.TabIndex = 4;
537 			this.m_tabIntegration.Text = "Integration";
538 			this.m_tabIntegration.UseVisualStyleBackColor = true;
539 			//
540 			// m_btnHelpSource
541 			//
542 			this.m_btnHelpSource.Location = new System.Drawing.Point(435, 307);
543 			this.m_btnHelpSource.Name = "m_btnHelpSource";
544 			this.m_btnHelpSource.Size = new System.Drawing.Size(112, 23);
545 			this.m_btnHelpSource.TabIndex = 4;
546 			this.m_btnHelpSource.Text = "&Help Source...";
547 			this.m_btnHelpSource.UseVisualStyleBackColor = true;
548 			this.m_btnHelpSource.Click += new System.EventHandler(this.OnBtnHelpSource);
549 			//
550 			// m_btnSchemeOverrides
551 			//
552 			this.m_btnSchemeOverrides.Location = new System.Drawing.Point(317, 307);
553 			this.m_btnSchemeOverrides.Name = "m_btnSchemeOverrides";
554 			this.m_btnSchemeOverrides.Size = new System.Drawing.Size(112, 23);
555 			this.m_btnSchemeOverrides.TabIndex = 3;
556 			this.m_btnSchemeOverrides.Text = "URL &Overrides...";
557 			this.m_btnSchemeOverrides.UseVisualStyleBackColor = true;
558 			this.m_btnSchemeOverrides.Click += new System.EventHandler(this.OnBtnUrlOverrides);
559 			//
560 			// m_cbAutoRun
561 			//
562 			this.m_cbAutoRun.AutoSize = true;
563 			this.m_cbAutoRun.Location = new System.Drawing.Point(6, 247);
564 			this.m_cbAutoRun.Name = "m_cbAutoRun";
565 			this.m_cbAutoRun.Size = new System.Drawing.Size(250, 17);
566 			this.m_cbAutoRun.TabIndex = 2;
567 			this.m_cbAutoRun.Text = "R&un KeePass at Windows startup (current user)";
568 			this.m_cbAutoRun.UseVisualStyleBackColor = true;
569 			this.m_cbAutoRun.CheckedChanged += new System.EventHandler(this.OnCheckedChangedAutoRun);
570 			//
571 			// m_grpFileExt
572 			//
573 			this.m_grpFileExt.Controls.Add(this.m_btnFileExtRemove);
574 			this.m_grpFileExt.Controls.Add(this.m_btnFileExtCreate);
575 			this.m_grpFileExt.Controls.Add(this.m_lblFileExtHint);
576 			this.m_grpFileExt.Location = new System.Drawing.Point(6, 149);
577 			this.m_grpFileExt.Name = "m_grpFileExt";
578 			this.m_grpFileExt.Size = new System.Drawing.Size(540, 85);
579 			this.m_grpFileExt.TabIndex = 1;
580 			this.m_grpFileExt.TabStop = false;
581 			this.m_grpFileExt.Text = "KDBX file association";
582 			//
583 			// m_btnFileExtRemove
584 			//
585 			this.m_btnFileExtRemove.FlatStyle = System.Windows.Forms.FlatStyle.System;
586 			this.m_btnFileExtRemove.Location = new System.Drawing.Point(146, 52);
587 			this.m_btnFileExtRemove.Name = "m_btnFileExtRemove";
588 			this.m_btnFileExtRemove.Size = new System.Drawing.Size(135, 23);
589 			this.m_btnFileExtRemove.TabIndex = 2;
590 			this.m_btnFileExtRemove.Text = "&Remove Association";
591 			this.m_btnFileExtRemove.UseVisualStyleBackColor = true;
592 			this.m_btnFileExtRemove.Click += new System.EventHandler(this.OnBtnFileExtRemove);
593 			//
594 			// m_btnFileExtCreate
595 			//
596 			this.m_btnFileExtCreate.FlatStyle = System.Windows.Forms.FlatStyle.System;
597 			this.m_btnFileExtCreate.Location = new System.Drawing.Point(9, 52);
598 			this.m_btnFileExtCreate.Name = "m_btnFileExtCreate";
599 			this.m_btnFileExtCreate.Size = new System.Drawing.Size(131, 23);
600 			this.m_btnFileExtCreate.TabIndex = 1;
601 			this.m_btnFileExtCreate.Text = "&Create Association";
602 			this.m_btnFileExtCreate.UseVisualStyleBackColor = true;
603 			this.m_btnFileExtCreate.Click += new System.EventHandler(this.OnBtnFileExtCreate);
604 			//
605 			// m_lblFileExtHint
606 			//
607 			this.m_lblFileExtHint.Location = new System.Drawing.Point(6, 21);
608 			this.m_lblFileExtHint.Name = "m_lblFileExtHint";
609 			this.m_lblFileExtHint.Size = new System.Drawing.Size(525, 28);
610 			this.m_lblFileExtHint.TabIndex = 0;
611 			this.m_lblFileExtHint.Text = "KDBX files can be associated with KeePass. When you double-click a KDBX file in W" +
612 				"indows Explorer, they will automatically be opened by KeePass.";
613 			//
614 			// m_grpHotKeys
615 			//
616 			this.m_grpHotKeys.Controls.Add(this.m_lblAutoTypePassword);
617 			this.m_grpHotKeys.Controls.Add(this.m_hkAutoTypePassword);
618 			this.m_grpHotKeys.Controls.Add(this.m_linkHotKeyHelp);
619 			this.m_grpHotKeys.Controls.Add(this.m_lblAutoTypeSelected);
620 			this.m_grpHotKeys.Controls.Add(this.m_hkAutoTypeSelected);
621 			this.m_grpHotKeys.Controls.Add(this.m_hkShowWindow);
622 			this.m_grpHotKeys.Controls.Add(this.m_lblAutoType);
623 			this.m_grpHotKeys.Controls.Add(this.m_lblShowWindow);
624 			this.m_grpHotKeys.Controls.Add(this.m_hkAutoType);
625 			this.m_grpHotKeys.Location = new System.Drawing.Point(6, 12);
626 			this.m_grpHotKeys.Name = "m_grpHotKeys";
627 			this.m_grpHotKeys.Size = new System.Drawing.Size(540, 129);
628 			this.m_grpHotKeys.TabIndex = 0;
629 			this.m_grpHotKeys.TabStop = false;
630 			this.m_grpHotKeys.Text = "System-wide hot keys";
631 			//
632 			// m_lblAutoTypePassword
633 			//
634 			this.m_lblAutoTypePassword.AutoSize = true;
635 			this.m_lblAutoTypePassword.Location = new System.Drawing.Point(6, 47);
636 			this.m_lblAutoTypePassword.Name = "m_lblAutoTypePassword";
637 			this.m_lblAutoTypePassword.Size = new System.Drawing.Size(163, 13);
638 			this.m_lblAutoTypePassword.TabIndex = 3;
639 			this.m_lblAutoTypePassword.Text = "Global auto-type - password only:";
640 			//
641 			// m_hkAutoTypePassword
642 			//
643 			this.m_hkAutoTypePassword.Location = new System.Drawing.Point(175, 44);
644 			this.m_hkAutoTypePassword.Name = "m_hkAutoTypePassword";
645 			this.m_hkAutoTypePassword.Size = new System.Drawing.Size(166, 20);
646 			this.m_hkAutoTypePassword.TabIndex = 4;
647 			//
648 			// m_linkHotKeyHelp
649 			//
650 			this.m_linkHotKeyHelp.AutoSize = true;
651 			this.m_linkHotKeyHelp.Location = new System.Drawing.Point(354, 21);
652 			this.m_linkHotKeyHelp.Name = "m_linkHotKeyHelp";
653 			this.m_linkHotKeyHelp.Size = new System.Drawing.Size(177, 13);
654 			this.m_linkHotKeyHelp.TabIndex = 2;
655 			this.m_linkHotKeyHelp.TabStop = true;
656 			this.m_linkHotKeyHelp.Text = "Help: Creating system-wide hot keys";
657 			this.m_linkHotKeyHelp.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.OnHotKeyHelpLinkClicked);
658 			//
659 			// m_lblAutoTypeSelected
660 			//
661 			this.m_lblAutoTypeSelected.AutoSize = true;
662 			this.m_lblAutoTypeSelected.Location = new System.Drawing.Point(6, 73);
663 			this.m_lblAutoTypeSelected.Name = "m_lblAutoTypeSelected";
664 			this.m_lblAutoTypeSelected.Size = new System.Drawing.Size(124, 13);
665 			this.m_lblAutoTypeSelected.TabIndex = 5;
666 			this.m_lblAutoTypeSelected.Text = "Auto-type selected entry:";
667 			//
668 			// m_hkAutoTypeSelected
669 			//
670 			this.m_hkAutoTypeSelected.Location = new System.Drawing.Point(175, 70);
671 			this.m_hkAutoTypeSelected.Name = "m_hkAutoTypeSelected";
672 			this.m_hkAutoTypeSelected.Size = new System.Drawing.Size(166, 20);
673 			this.m_hkAutoTypeSelected.TabIndex = 6;
674 			//
675 			// m_hkShowWindow
676 			//
677 			this.m_hkShowWindow.Location = new System.Drawing.Point(175, 96);
678 			this.m_hkShowWindow.Name = "m_hkShowWindow";
679 			this.m_hkShowWindow.Size = new System.Drawing.Size(166, 20);
680 			this.m_hkShowWindow.TabIndex = 8;
681 			//
682 			// m_lblAutoType
683 			//
684 			this.m_lblAutoType.AutoSize = true;
685 			this.m_lblAutoType.Location = new System.Drawing.Point(6, 21);
686 			this.m_lblAutoType.Name = "m_lblAutoType";
687 			this.m_lblAutoType.Size = new System.Drawing.Size(87, 13);
688 			this.m_lblAutoType.TabIndex = 0;
689 			this.m_lblAutoType.Text = "Global auto-type:";
690 			//
691 			// m_lblShowWindow
692 			//
693 			this.m_lblShowWindow.AutoSize = true;
694 			this.m_lblShowWindow.Location = new System.Drawing.Point(6, 99);
695 			this.m_lblShowWindow.Name = "m_lblShowWindow";
696 			this.m_lblShowWindow.Size = new System.Drawing.Size(121, 13);
697 			this.m_lblShowWindow.TabIndex = 7;
698 			this.m_lblShowWindow.Text = "Show KeePass window:";
699 			//
700 			// m_hkAutoType
701 			//
702 			this.m_hkAutoType.Location = new System.Drawing.Point(175, 18);
703 			this.m_hkAutoType.Name = "m_hkAutoType";
704 			this.m_hkAutoType.Size = new System.Drawing.Size(166, 20);
705 			this.m_hkAutoType.TabIndex = 1;
706 			//
707 			// m_tabAdvanced
708 			//
709 			this.m_tabAdvanced.Controls.Add(this.m_btnProxy);
710 			this.m_tabAdvanced.Controls.Add(this.m_lvAdvanced);
711 			this.m_tabAdvanced.Location = new System.Drawing.Point(4, 22);
712 			this.m_tabAdvanced.Name = "m_tabAdvanced";
713 			this.m_tabAdvanced.Padding = new System.Windows.Forms.Padding(3);
714 			this.m_tabAdvanced.Size = new System.Drawing.Size(554, 338);
715 			this.m_tabAdvanced.TabIndex = 1;
716 			this.m_tabAdvanced.Text = "Advanced";
717 			this.m_tabAdvanced.UseVisualStyleBackColor = true;
718 			//
719 			// m_btnProxy
720 			//
721 			this.m_btnProxy.Location = new System.Drawing.Point(472, 307);
722 			this.m_btnProxy.Name = "m_btnProxy";
723 			this.m_btnProxy.Size = new System.Drawing.Size(75, 23);
724 			this.m_btnProxy.TabIndex = 1;
725 			this.m_btnProxy.Text = "&Proxy...";
726 			this.m_btnProxy.UseVisualStyleBackColor = true;
727 			this.m_btnProxy.Click += new System.EventHandler(this.OnBtnProxy);
728 			//
729 			// m_lvAdvanced
730 			//
731 			this.m_lvAdvanced.CheckBoxes = true;
732 			this.m_lvAdvanced.FullRowSelect = true;
733 			this.m_lvAdvanced.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
734 			this.m_lvAdvanced.Location = new System.Drawing.Point(6, 12);
735 			this.m_lvAdvanced.Name = "m_lvAdvanced";
736 			this.m_lvAdvanced.ShowItemToolTips = true;
737 			this.m_lvAdvanced.Size = new System.Drawing.Size(540, 289);
738 			this.m_lvAdvanced.TabIndex = 0;
739 			this.m_lvAdvanced.UseCompatibleStateImageBehavior = false;
740 			this.m_lvAdvanced.View = System.Windows.Forms.View.Details;
741 			//
742 			// OptionsForm
743 			//
744 			this.AcceptButton = this.m_btnOK;
745 			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
746 			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
747 			this.CancelButton = this.m_btnCancel;
748 			this.ClientSize = new System.Drawing.Size(586, 471);
749 			this.Controls.Add(this.m_tabMain);
750 			this.Controls.Add(this.m_btnCancel);
751 			this.Controls.Add(this.m_btnOK);
752 			this.Controls.Add(this.m_bannerImage);
753 			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
754 			this.MaximizeBox = false;
755 			this.MinimizeBox = false;
756 			this.Name = "OptionsForm";
757 			this.ShowInTaskbar = false;
758 			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
759 			this.Text = "Options";
760 			this.Load += new System.EventHandler(this.OnFormLoad);
761 			this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OnFormClosed);
762 			((System.ComponentModel.ISupportInitialize)(this.m_bannerImage)).EndInit();
763 			this.m_tabMain.ResumeLayout(false);
764 			this.m_tabSecurity.ResumeLayout(false);
765 			this.m_tabSecurity.PerformLayout();
766 			((System.ComponentModel.ISupportInitialize)(this.m_numLockAfterGlobalTime)).EndInit();
767 			((System.ComponentModel.ISupportInitialize)(this.m_numClipClearTime)).EndInit();
768 			((System.ComponentModel.ISupportInitialize)(this.m_numDefaultExpireDays)).EndInit();
769 			((System.ComponentModel.ISupportInitialize)(this.m_numLockAfterTime)).EndInit();
770 			this.m_tabPolicy.ResumeLayout(false);
771 			this.m_tabPolicy.PerformLayout();
772 			this.m_tabGui.ResumeLayout(false);
773 			this.m_tabGui.PerformLayout();
774 			((System.ComponentModel.ISupportInitialize)(this.m_numMruCount)).EndInit();
775 			this.m_tabIntegration.ResumeLayout(false);
776 			this.m_tabIntegration.PerformLayout();
777 			this.m_grpFileExt.ResumeLayout(false);
778 			this.m_grpHotKeys.ResumeLayout(false);
779 			this.m_grpHotKeys.PerformLayout();
780 			this.m_tabAdvanced.ResumeLayout(false);
781 			this.ResumeLayout(false);
782 
783 		}
784 
785 		#endregion
786 
787 		private System.Windows.Forms.PictureBox m_bannerImage;
788 		private System.Windows.Forms.Button m_btnOK;
789 		private System.Windows.Forms.Button m_btnCancel;
790 		private System.Windows.Forms.TabControl m_tabMain;
791 		private System.Windows.Forms.TabPage m_tabSecurity;
792 		private System.Windows.Forms.TabPage m_tabAdvanced;
793 		private System.Windows.Forms.TabPage m_tabGui;
794 		private System.Windows.Forms.ComboBox m_cmbBannerStyle;
795 		private System.Windows.Forms.Label m_lblBannerStyle;
796 		private System.Windows.Forms.CheckBox m_cbLockAfterTime;
797 		private System.Windows.Forms.NumericUpDown m_numLockAfterTime;
798 		private System.Windows.Forms.TabPage m_tabPolicy;
799 		private System.Windows.Forms.LinkLabel m_linkPolicyInfo;
800 		private System.Windows.Forms.Label m_lblPolicyMore;
801 		private System.Windows.Forms.Label m_lblPolicyRestart;
802 		private System.Windows.Forms.Label m_lblPolicyIntro;
803 		private KeePass.UI.CustomListViewEx m_lvPolicy;
804 		private KeePass.UI.CustomListViewEx m_lvGuiOptions;
805 		private System.Windows.Forms.Button m_btnSelFont;
806 		private System.Windows.Forms.TabPage m_tabIntegration;
807 		private KeePass.UI.HotKeyControlEx m_hkAutoType;
808 		private System.Windows.Forms.Label m_lblAutoType;
809 		private System.Windows.Forms.GroupBox m_grpHotKeys;
810 		private KeePass.UI.HotKeyControlEx m_hkShowWindow;
811 		private System.Windows.Forms.Label m_lblShowWindow;
812 		private System.Windows.Forms.CheckBox m_cbDefaultExpireDays;
813 		private System.Windows.Forms.NumericUpDown m_numDefaultExpireDays;
814 		private System.Windows.Forms.NumericUpDown m_numClipClearTime;
815 		private System.Windows.Forms.CheckBox m_cbClipClearTime;
816 		private System.Windows.Forms.Button m_btnFileExtRemove;
817 		private System.Windows.Forms.GroupBox m_grpFileExt;
818 		private System.Windows.Forms.Button m_btnFileExtCreate;
819 		private System.Windows.Forms.Label m_lblFileExtHint;
820 		private System.Windows.Forms.CheckBox m_cbAutoRun;
821 		private KeePass.UI.CustomListViewEx m_lvAdvanced;
822 		private KeePass.UI.CustomListViewEx m_lvSecurityOptions;
823 		private System.Windows.Forms.NumericUpDown m_numMruCount;
824 		private System.Windows.Forms.Label m_lblMruCount;
825 		private System.Windows.Forms.Button m_btnSchemeOverrides;
826 		private System.Windows.Forms.Label m_lblAutoTypeSelected;
827 		private KeePass.UI.HotKeyControlEx m_hkAutoTypeSelected;
828 		private System.Windows.Forms.Button m_btnSelPwFont;
829 		private System.Windows.Forms.LinkLabel m_linkHotKeyHelp;
830 		private System.Windows.Forms.CheckBox m_cbLockAfterGlobalTime;
831 		private System.Windows.Forms.NumericUpDown m_numLockAfterGlobalTime;
832 		private System.Windows.Forms.Button m_btnProxy;
833 		private System.Windows.Forms.ComboBox m_cmbMenuStyle;
834 		private System.Windows.Forms.Label m_lblMenuStyle;
835 		private System.Windows.Forms.Button m_btnCustomAltColor;
836 		private System.Windows.Forms.CheckBox m_cbCustomAltColor;
837 		private System.Windows.Forms.ComboBox m_cmbEscAction;
838 		private System.Windows.Forms.Label m_lblEscAction;
839 		private System.Windows.Forms.ToolTip m_ttRect;
840 		private System.Windows.Forms.Label m_lblAutoTypePassword;
841 		private KeePass.UI.HotKeyControlEx m_hkAutoTypePassword;
842 		private System.Windows.Forms.Button m_btnHelpSource;
843 		private System.Windows.Forms.Label m_lblSecOpt;
844 		private System.Windows.Forms.LinkLabel m_linkSecOptAdm;
845 		private System.Windows.Forms.LinkLabel m_linkSecOptEx;
846 	}
847 }