1 namespace KeePass.Forms
2 {
3 	partial class DatabaseSettingsForm
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_grpEncAlgo = new System.Windows.Forms.GroupBox();
36 			this.m_lblEncAlgoDesc = new System.Windows.Forms.Label();
37 			this.m_cmbEncAlgo = new System.Windows.Forms.ComboBox();
38 			this.m_lblKdfIntro = new System.Windows.Forms.Label();
39 			this.m_lblKdfIt = new System.Windows.Forms.Label();
40 			this.m_lblKdfInfo = new System.Windows.Forms.Label();
41 			this.m_grpKeyTrans = new System.Windows.Forms.GroupBox();
42 			this.m_lblKdfPar = new System.Windows.Forms.Label();
43 			this.m_numKdfPar = new System.Windows.Forms.NumericUpDown();
44 			this.m_btnKdfTest = new System.Windows.Forms.Button();
45 			this.m_numKdfMem = new System.Windows.Forms.NumericUpDown();
46 			this.m_pbKdf = new System.Windows.Forms.ProgressBar();
47 			this.m_btnKdf1Sec = new System.Windows.Forms.Button();
48 			this.m_lblKdfMem = new System.Windows.Forms.Label();
49 			this.m_cmbKdfMem = new System.Windows.Forms.ComboBox();
50 			this.m_cmbKdf = new System.Windows.Forms.ComboBox();
51 			this.m_lblKdf = new System.Windows.Forms.Label();
52 			this.m_numKdfIt = new System.Windows.Forms.NumericUpDown();
53 			this.m_btnHelp = new System.Windows.Forms.Button();
54 			this.m_ttRect = new System.Windows.Forms.ToolTip(this.components);
55 			this.m_lblCompressionIntro = new System.Windows.Forms.Label();
56 			this.m_tabMain = new System.Windows.Forms.TabControl();
57 			this.m_tabGeneral = new System.Windows.Forms.TabPage();
58 			this.m_cbColor = new System.Windows.Forms.CheckBox();
59 			this.m_btnColor = new System.Windows.Forms.Button();
60 			this.m_tbDefaultUser = new System.Windows.Forms.TextBox();
61 			this.m_lblDefaultUser = new System.Windows.Forms.Label();
62 			this.m_tbDbDesc = new KeePass.UI.PromptedTextBox();
63 			this.m_lblDbDesc = new System.Windows.Forms.Label();
64 			this.m_tbDbName = new KeePass.UI.PromptedTextBox();
65 			this.m_lblDbName = new System.Windows.Forms.Label();
66 			this.m_tabSecurity = new System.Windows.Forms.TabPage();
67 			this.m_lblSecIntro = new System.Windows.Forms.Label();
68 			this.m_tabCompression = new System.Windows.Forms.TabPage();
69 			this.m_lblHeaderCpAlgo = new System.Windows.Forms.Label();
70 			this.m_lblCpGZipPerf = new System.Windows.Forms.Label();
71 			this.m_lblCpGZipCp = new System.Windows.Forms.Label();
72 			this.m_lblCpNonePerf = new System.Windows.Forms.Label();
73 			this.m_lblCpNoneCp = new System.Windows.Forms.Label();
74 			this.m_lblHeaderPerf = new System.Windows.Forms.Label();
75 			this.m_lblHeaderCp = new System.Windows.Forms.Label();
76 			this.m_rbGZip = new System.Windows.Forms.RadioButton();
77 			this.m_rbNone = new System.Windows.Forms.RadioButton();
78 			this.m_tabRecycleBin = new System.Windows.Forms.TabPage();
79 			this.m_cmbRecycleBin = new System.Windows.Forms.ComboBox();
80 			this.m_lblRecycleBinGroup = new System.Windows.Forms.Label();
81 			this.m_lblRecycleBinInfo = new System.Windows.Forms.Label();
82 			this.m_cbRecycleBin = new System.Windows.Forms.CheckBox();
83 			this.m_tabAdvanced = new System.Windows.Forms.TabPage();
84 			this.m_grpHistory = new System.Windows.Forms.GroupBox();
85 			this.m_numHistoryMaxSize = new System.Windows.Forms.NumericUpDown();
86 			this.m_numHistoryMaxItems = new System.Windows.Forms.NumericUpDown();
87 			this.m_cbHistoryMaxSize = new System.Windows.Forms.CheckBox();
88 			this.m_cbHistoryMaxItems = new System.Windows.Forms.CheckBox();
89 			this.m_grpMasterKey = new System.Windows.Forms.GroupBox();
90 			this.m_cbKeyForceOnce = new System.Windows.Forms.CheckBox();
91 			this.m_cbKeyForce = new System.Windows.Forms.CheckBox();
92 			this.m_cbKeyRec = new System.Windows.Forms.CheckBox();
93 			this.m_numKeyForceDays = new System.Windows.Forms.NumericUpDown();
94 			this.m_numKeyRecDays = new System.Windows.Forms.NumericUpDown();
95 			this.m_grpTemplates = new System.Windows.Forms.GroupBox();
96 			this.m_cmbEntryTemplates = new System.Windows.Forms.ComboBox();
97 			this.m_lblTemplatesHint = new System.Windows.Forms.Label();
98 			this.m_lblEntryTemplatesGroup = new System.Windows.Forms.Label();
99 			this.m_btnCancelOp = new System.Windows.Forms.Button();
100 			((System.ComponentModel.ISupportInitialize)(this.m_bannerImage)).BeginInit();
101 			this.m_grpEncAlgo.SuspendLayout();
102 			this.m_grpKeyTrans.SuspendLayout();
103 			((System.ComponentModel.ISupportInitialize)(this.m_numKdfPar)).BeginInit();
104 			((System.ComponentModel.ISupportInitialize)(this.m_numKdfMem)).BeginInit();
105 			((System.ComponentModel.ISupportInitialize)(this.m_numKdfIt)).BeginInit();
106 			this.m_tabMain.SuspendLayout();
107 			this.m_tabGeneral.SuspendLayout();
108 			this.m_tabSecurity.SuspendLayout();
109 			this.m_tabCompression.SuspendLayout();
110 			this.m_tabRecycleBin.SuspendLayout();
111 			this.m_tabAdvanced.SuspendLayout();
112 			this.m_grpHistory.SuspendLayout();
113 			((System.ComponentModel.ISupportInitialize)(this.m_numHistoryMaxSize)).BeginInit();
114 			((System.ComponentModel.ISupportInitialize)(this.m_numHistoryMaxItems)).BeginInit();
115 			this.m_grpMasterKey.SuspendLayout();
116 			((System.ComponentModel.ISupportInitialize)(this.m_numKeyForceDays)).BeginInit();
117 			((System.ComponentModel.ISupportInitialize)(this.m_numKeyRecDays)).BeginInit();
118 			this.m_grpTemplates.SuspendLayout();
119 			this.SuspendLayout();
120 			//
121 			// m_bannerImage
122 			//
123 			this.m_bannerImage.Dock = System.Windows.Forms.DockStyle.Top;
124 			this.m_bannerImage.Location = new System.Drawing.Point(0, 0);
125 			this.m_bannerImage.Name = "m_bannerImage";
126 			this.m_bannerImage.Size = new System.Drawing.Size(486, 60);
127 			this.m_bannerImage.TabIndex = 0;
128 			this.m_bannerImage.TabStop = false;
129 			//
130 			// m_btnOK
131 			//
132 			this.m_btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
133 			this.m_btnOK.Location = new System.Drawing.Point(318, 425);
134 			this.m_btnOK.Name = "m_btnOK";
135 			this.m_btnOK.Size = new System.Drawing.Size(75, 23);
136 			this.m_btnOK.TabIndex = 0;
137 			this.m_btnOK.Text = "OK";
138 			this.m_btnOK.UseVisualStyleBackColor = true;
139 			this.m_btnOK.Click += new System.EventHandler(this.OnBtnOK);
140 			//
141 			// m_btnCancel
142 			//
143 			this.m_btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
144 			this.m_btnCancel.Location = new System.Drawing.Point(399, 425);
145 			this.m_btnCancel.Name = "m_btnCancel";
146 			this.m_btnCancel.Size = new System.Drawing.Size(75, 23);
147 			this.m_btnCancel.TabIndex = 1;
148 			this.m_btnCancel.Text = "Cancel";
149 			this.m_btnCancel.UseVisualStyleBackColor = true;
150 			this.m_btnCancel.Click += new System.EventHandler(this.OnBtnCancel);
151 			//
152 			// m_grpEncAlgo
153 			//
154 			this.m_grpEncAlgo.Controls.Add(this.m_lblEncAlgoDesc);
155 			this.m_grpEncAlgo.Controls.Add(this.m_cmbEncAlgo);
156 			this.m_grpEncAlgo.Location = new System.Drawing.Point(6, 37);
157 			this.m_grpEncAlgo.Name = "m_grpEncAlgo";
158 			this.m_grpEncAlgo.Size = new System.Drawing.Size(440, 53);
159 			this.m_grpEncAlgo.TabIndex = 1;
160 			this.m_grpEncAlgo.TabStop = false;
161 			this.m_grpEncAlgo.Text = "Encryption";
162 			//
163 			// m_lblEncAlgoDesc
164 			//
165 			this.m_lblEncAlgoDesc.AutoSize = true;
166 			this.m_lblEncAlgoDesc.Location = new System.Drawing.Point(6, 22);
167 			this.m_lblEncAlgoDesc.Name = "m_lblEncAlgoDesc";
168 			this.m_lblEncAlgoDesc.Size = new System.Drawing.Size(169, 13);
169 			this.m_lblEncAlgoDesc.TabIndex = 0;
170 			this.m_lblEncAlgoDesc.Text = "&Database file encryption algorithm:";
171 			//
172 			// m_cmbEncAlgo
173 			//
174 			this.m_cmbEncAlgo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
175 			this.m_cmbEncAlgo.FormattingEnabled = true;
176 			this.m_cmbEncAlgo.Location = new System.Drawing.Point(211, 19);
177 			this.m_cmbEncAlgo.Name = "m_cmbEncAlgo";
178 			this.m_cmbEncAlgo.Size = new System.Drawing.Size(219, 21);
179 			this.m_cmbEncAlgo.TabIndex = 1;
180 			//
181 			// m_lblKdfIntro
182 			//
183 			this.m_lblKdfIntro.Location = new System.Drawing.Point(6, 18);
184 			this.m_lblKdfIntro.Name = "m_lblKdfIntro";
185 			this.m_lblKdfIntro.Size = new System.Drawing.Size(428, 28);
186 			this.m_lblKdfIntro.TabIndex = 0;
187 			this.m_lblKdfIntro.Text = "The master key is transformed using a key derivation function. This adds a work f" +
188 				"actor and makes dictionary and guessing attacks harder.";
189 			//
190 			// m_lblKdfIt
191 			//
192 			this.m_lblKdfIt.AutoSize = true;
193 			this.m_lblKdfIt.Location = new System.Drawing.Point(6, 80);
194 			this.m_lblKdfIt.Name = "m_lblKdfIt";
195 			this.m_lblKdfIt.Size = new System.Drawing.Size(53, 13);
196 			this.m_lblKdfIt.TabIndex = 3;
197 			this.m_lblKdfIt.Text = "&Iterations:";
198 			//
199 			// m_lblKdfInfo
200 			//
201 			this.m_lblKdfInfo.Location = new System.Drawing.Point(6, 155);
202 			this.m_lblKdfInfo.Name = "m_lblKdfInfo";
203 			this.m_lblKdfInfo.Size = new System.Drawing.Size(428, 28);
204 			this.m_lblKdfInfo.TabIndex = 10;
205 			this.m_lblKdfInfo.Text = "The more iterations, the harder are dictionary and guessing attacks, but also dat" +
206 				"abase loading/saving takes more time.";
207 			//
208 			// m_grpKeyTrans
209 			//
210 			this.m_grpKeyTrans.Controls.Add(this.m_lblKdfPar);
211 			this.m_grpKeyTrans.Controls.Add(this.m_numKdfPar);
212 			this.m_grpKeyTrans.Controls.Add(this.m_btnKdfTest);
213 			this.m_grpKeyTrans.Controls.Add(this.m_numKdfMem);
214 			this.m_grpKeyTrans.Controls.Add(this.m_pbKdf);
215 			this.m_grpKeyTrans.Controls.Add(this.m_btnKdf1Sec);
216 			this.m_grpKeyTrans.Controls.Add(this.m_lblKdfMem);
217 			this.m_grpKeyTrans.Controls.Add(this.m_cmbKdfMem);
218 			this.m_grpKeyTrans.Controls.Add(this.m_cmbKdf);
219 			this.m_grpKeyTrans.Controls.Add(this.m_lblKdf);
220 			this.m_grpKeyTrans.Controls.Add(this.m_numKdfIt);
221 			this.m_grpKeyTrans.Controls.Add(this.m_lblKdfIntro);
222 			this.m_grpKeyTrans.Controls.Add(this.m_lblKdfInfo);
223 			this.m_grpKeyTrans.Controls.Add(this.m_lblKdfIt);
224 			this.m_grpKeyTrans.Location = new System.Drawing.Point(6, 96);
225 			this.m_grpKeyTrans.Name = "m_grpKeyTrans";
226 			this.m_grpKeyTrans.Size = new System.Drawing.Size(440, 218);
227 			this.m_grpKeyTrans.TabIndex = 2;
228 			this.m_grpKeyTrans.TabStop = false;
229 			this.m_grpKeyTrans.Text = "Key transformation";
230 			//
231 			// m_lblKdfPar
232 			//
233 			this.m_lblKdfPar.AutoSize = true;
234 			this.m_lblKdfPar.Location = new System.Drawing.Point(6, 132);
235 			this.m_lblKdfPar.Name = "m_lblKdfPar";
236 			this.m_lblKdfPar.Size = new System.Drawing.Size(59, 13);
237 			this.m_lblKdfPar.TabIndex = 8;
238 			this.m_lblKdfPar.Text = "&Parallelism:";
239 			//
240 			// m_numKdfPar
241 			//
242 			this.m_numKdfPar.Location = new System.Drawing.Point(211, 131);
243 			this.m_numKdfPar.Name = "m_numKdfPar";
244 			this.m_numKdfPar.Size = new System.Drawing.Size(219, 20);
245 			this.m_numKdfPar.TabIndex = 9;
246 			this.m_numKdfPar.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
247 			//
248 			// m_btnKdfTest
249 			//
250 			this.m_btnKdfTest.Location = new System.Drawing.Point(356, 186);
251 			this.m_btnKdfTest.Name = "m_btnKdfTest";
252 			this.m_btnKdfTest.Size = new System.Drawing.Size(75, 23);
253 			this.m_btnKdfTest.TabIndex = 13;
254 			this.m_btnKdfTest.Text = "&Test";
255 			this.m_btnKdfTest.UseVisualStyleBackColor = true;
256 			this.m_btnKdfTest.Click += new System.EventHandler(this.OnBtnKdfTest);
257 			//
258 			// m_numKdfMem
259 			//
260 			this.m_numKdfMem.Location = new System.Drawing.Point(211, 105);
261 			this.m_numKdfMem.Name = "m_numKdfMem";
262 			this.m_numKdfMem.Size = new System.Drawing.Size(160, 20);
263 			this.m_numKdfMem.TabIndex = 6;
264 			this.m_numKdfMem.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
265 			//
266 			// m_pbKdf
267 			//
268 			this.m_pbKdf.Location = new System.Drawing.Point(9, 190);
269 			this.m_pbKdf.Name = "m_pbKdf";
270 			this.m_pbKdf.Size = new System.Drawing.Size(195, 15);
271 			this.m_pbKdf.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
272 			this.m_pbKdf.TabIndex = 11;
273 			this.m_pbKdf.Visible = false;
274 			//
275 			// m_btnKdf1Sec
276 			//
277 			this.m_btnKdf1Sec.Location = new System.Drawing.Point(210, 186);
278 			this.m_btnKdf1Sec.Name = "m_btnKdf1Sec";
279 			this.m_btnKdf1Sec.Size = new System.Drawing.Size(140, 23);
280 			this.m_btnKdf1Sec.TabIndex = 12;
281 			this.m_btnKdf1Sec.Text = "1 &Second Delay";
282 			this.m_btnKdf1Sec.UseVisualStyleBackColor = true;
283 			this.m_btnKdf1Sec.Click += new System.EventHandler(this.OnBtnKdf1Sec);
284 			//
285 			// m_lblKdfMem
286 			//
287 			this.m_lblKdfMem.AutoSize = true;
288 			this.m_lblKdfMem.Location = new System.Drawing.Point(6, 106);
289 			this.m_lblKdfMem.Name = "m_lblKdfMem";
290 			this.m_lblKdfMem.Size = new System.Drawing.Size(47, 13);
291 			this.m_lblKdfMem.TabIndex = 5;
292 			this.m_lblKdfMem.Text = "&Memory:";
293 			//
294 			// m_cmbKdfMem
295 			//
296 			this.m_cmbKdfMem.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
297 			this.m_cmbKdfMem.FormattingEnabled = true;
298 			this.m_cmbKdfMem.Location = new System.Drawing.Point(377, 104);
299 			this.m_cmbKdfMem.MaxDropDownItems = 16;
300 			this.m_cmbKdfMem.Name = "m_cmbKdfMem";
301 			this.m_cmbKdfMem.Size = new System.Drawing.Size(53, 21);
302 			this.m_cmbKdfMem.TabIndex = 7;
303 			//
304 			// m_cmbKdf
305 			//
306 			this.m_cmbKdf.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
307 			this.m_cmbKdf.FormattingEnabled = true;
308 			this.m_cmbKdf.Location = new System.Drawing.Point(211, 51);
309 			this.m_cmbKdf.MaxDropDownItems = 16;
310 			this.m_cmbKdf.Name = "m_cmbKdf";
311 			this.m_cmbKdf.Size = new System.Drawing.Size(219, 21);
312 			this.m_cmbKdf.TabIndex = 2;
313 			this.m_cmbKdf.SelectedIndexChanged += new System.EventHandler(this.OnKdfSelectedIndexChanged);
314 			//
315 			// m_lblKdf
316 			//
317 			this.m_lblKdf.AutoSize = true;
318 			this.m_lblKdf.Location = new System.Drawing.Point(6, 54);
319 			this.m_lblKdf.Name = "m_lblKdf";
320 			this.m_lblKdf.Size = new System.Drawing.Size(118, 13);
321 			this.m_lblKdf.TabIndex = 1;
322 			this.m_lblKdf.Text = "&Key derivation function:";
323 			//
324 			// m_numKdfIt
325 			//
326 			this.m_numKdfIt.Location = new System.Drawing.Point(211, 78);
327 			this.m_numKdfIt.Name = "m_numKdfIt";
328 			this.m_numKdfIt.Size = new System.Drawing.Size(219, 20);
329 			this.m_numKdfIt.TabIndex = 4;
330 			this.m_numKdfIt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
331 			//
332 			// m_btnHelp
333 			//
334 			this.m_btnHelp.Location = new System.Drawing.Point(11, 425);
335 			this.m_btnHelp.Name = "m_btnHelp";
336 			this.m_btnHelp.Size = new System.Drawing.Size(75, 23);
337 			this.m_btnHelp.TabIndex = 3;
338 			this.m_btnHelp.Text = "&Help";
339 			this.m_btnHelp.UseVisualStyleBackColor = true;
340 			this.m_btnHelp.Click += new System.EventHandler(this.OnBtnHelp);
341 			//
342 			// m_lblCompressionIntro
343 			//
344 			this.m_lblCompressionIntro.Location = new System.Drawing.Point(3, 12);
345 			this.m_lblCompressionIntro.Name = "m_lblCompressionIntro";
346 			this.m_lblCompressionIntro.Size = new System.Drawing.Size(435, 15);
347 			this.m_lblCompressionIntro.TabIndex = 0;
348 			this.m_lblCompressionIntro.Text = "Data compression reduces the size of the database.";
349 			//
350 			// m_tabMain
351 			//
352 			this.m_tabMain.Controls.Add(this.m_tabGeneral);
353 			this.m_tabMain.Controls.Add(this.m_tabSecurity);
354 			this.m_tabMain.Controls.Add(this.m_tabCompression);
355 			this.m_tabMain.Controls.Add(this.m_tabRecycleBin);
356 			this.m_tabMain.Controls.Add(this.m_tabAdvanced);
357 			this.m_tabMain.Location = new System.Drawing.Point(12, 67);
358 			this.m_tabMain.Name = "m_tabMain";
359 			this.m_tabMain.SelectedIndex = 0;
360 			this.m_tabMain.Size = new System.Drawing.Size(463, 346);
361 			this.m_tabMain.TabIndex = 2;
362 			//
363 			// m_tabGeneral
364 			//
365 			this.m_tabGeneral.Controls.Add(this.m_cbColor);
366 			this.m_tabGeneral.Controls.Add(this.m_btnColor);
367 			this.m_tabGeneral.Controls.Add(this.m_tbDefaultUser);
368 			this.m_tabGeneral.Controls.Add(this.m_lblDefaultUser);
369 			this.m_tabGeneral.Controls.Add(this.m_tbDbDesc);
370 			this.m_tabGeneral.Controls.Add(this.m_lblDbDesc);
371 			this.m_tabGeneral.Controls.Add(this.m_tbDbName);
372 			this.m_tabGeneral.Controls.Add(this.m_lblDbName);
373 			this.m_tabGeneral.Location = new System.Drawing.Point(4, 22);
374 			this.m_tabGeneral.Name = "m_tabGeneral";
375 			this.m_tabGeneral.Padding = new System.Windows.Forms.Padding(3);
376 			this.m_tabGeneral.Size = new System.Drawing.Size(455, 320);
377 			this.m_tabGeneral.TabIndex = 0;
378 			this.m_tabGeneral.Text = "General";
379 			this.m_tabGeneral.UseVisualStyleBackColor = true;
380 			//
381 			// m_cbColor
382 			//
383 			this.m_cbColor.AutoSize = true;
384 			this.m_cbColor.Location = new System.Drawing.Point(6, 295);
385 			this.m_cbColor.Name = "m_cbColor";
386 			this.m_cbColor.Size = new System.Drawing.Size(137, 17);
387 			this.m_cbColor.TabIndex = 6;
388 			this.m_cbColor.Text = "Cu&stom database color:";
389 			this.m_cbColor.UseVisualStyleBackColor = true;
390 			this.m_cbColor.CheckedChanged += new System.EventHandler(this.OnColorCheckedChanged);
391 			//
392 			// m_btnColor
393 			//
394 			this.m_btnColor.Location = new System.Drawing.Point(176, 291);
395 			this.m_btnColor.Name = "m_btnColor";
396 			this.m_btnColor.Size = new System.Drawing.Size(48, 23);
397 			this.m_btnColor.TabIndex = 7;
398 			this.m_btnColor.UseVisualStyleBackColor = true;
399 			this.m_btnColor.Click += new System.EventHandler(this.OnBtnColor);
400 			//
401 			// m_tbDefaultUser
402 			//
403 			this.m_tbDefaultUser.Location = new System.Drawing.Point(177, 265);
404 			this.m_tbDefaultUser.Name = "m_tbDefaultUser";
405 			this.m_tbDefaultUser.Size = new System.Drawing.Size(269, 20);
406 			this.m_tbDefaultUser.TabIndex = 5;
407 			//
408 			// m_lblDefaultUser
409 			//
410 			this.m_lblDefaultUser.AutoSize = true;
411 			this.m_lblDefaultUser.Location = new System.Drawing.Point(3, 268);
412 			this.m_lblDefaultUser.Name = "m_lblDefaultUser";
413 			this.m_lblDefaultUser.Size = new System.Drawing.Size(168, 13);
414 			this.m_lblDefaultUser.TabIndex = 4;
415 			this.m_lblDefaultUser.Text = "Default &user name for new entries:";
416 			//
417 			// m_tbDbDesc
418 			//
419 			this.m_tbDbDesc.AcceptsReturn = true;
420 			this.m_tbDbDesc.Location = new System.Drawing.Point(6, 57);
421 			this.m_tbDbDesc.Multiline = true;
422 			this.m_tbDbDesc.Name = "m_tbDbDesc";
423 			this.m_tbDbDesc.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
424 			this.m_tbDbDesc.Size = new System.Drawing.Size(440, 201);
425 			this.m_tbDbDesc.TabIndex = 3;
426 			//
427 			// m_lblDbDesc
428 			//
429 			this.m_lblDbDesc.AutoSize = true;
430 			this.m_lblDbDesc.Location = new System.Drawing.Point(3, 41);
431 			this.m_lblDbDesc.Name = "m_lblDbDesc";
432 			this.m_lblDbDesc.Size = new System.Drawing.Size(110, 13);
433 			this.m_lblDbDesc.TabIndex = 2;
434 			this.m_lblDbDesc.Text = "&Database description:";
435 			//
436 			// m_tbDbName
437 			//
438 			this.m_tbDbName.Location = new System.Drawing.Point(94, 9);
439 			this.m_tbDbName.Name = "m_tbDbName";
440 			this.m_tbDbName.Size = new System.Drawing.Size(352, 20);
441 			this.m_tbDbName.TabIndex = 1;
442 			//
443 			// m_lblDbName
444 			//
445 			this.m_lblDbName.AutoSize = true;
446 			this.m_lblDbName.Location = new System.Drawing.Point(3, 12);
447 			this.m_lblDbName.Name = "m_lblDbName";
448 			this.m_lblDbName.Size = new System.Drawing.Size(85, 13);
449 			this.m_lblDbName.TabIndex = 0;
450 			this.m_lblDbName.Text = "Database &name:";
451 			//
452 			// m_tabSecurity
453 			//
454 			this.m_tabSecurity.Controls.Add(this.m_lblSecIntro);
455 			this.m_tabSecurity.Controls.Add(this.m_grpEncAlgo);
456 			this.m_tabSecurity.Controls.Add(this.m_grpKeyTrans);
457 			this.m_tabSecurity.Location = new System.Drawing.Point(4, 22);
458 			this.m_tabSecurity.Name = "m_tabSecurity";
459 			this.m_tabSecurity.Padding = new System.Windows.Forms.Padding(3);
460 			this.m_tabSecurity.Size = new System.Drawing.Size(455, 320);
461 			this.m_tabSecurity.TabIndex = 1;
462 			this.m_tabSecurity.Text = "Security";
463 			this.m_tabSecurity.UseVisualStyleBackColor = true;
464 			//
465 			// m_lblSecIntro
466 			//
467 			this.m_lblSecIntro.AutoSize = true;
468 			this.m_lblSecIntro.Location = new System.Drawing.Point(3, 12);
469 			this.m_lblSecIntro.Name = "m_lblSecIntro";
470 			this.m_lblSecIntro.Size = new System.Drawing.Size(277, 13);
471 			this.m_lblSecIntro.TabIndex = 0;
472 			this.m_lblSecIntro.Text = "On this page you can configure file-level security settings.";
473 			//
474 			// m_tabCompression
475 			//
476 			this.m_tabCompression.Controls.Add(this.m_lblHeaderCpAlgo);
477 			this.m_tabCompression.Controls.Add(this.m_lblCpGZipPerf);
478 			this.m_tabCompression.Controls.Add(this.m_lblCpGZipCp);
479 			this.m_tabCompression.Controls.Add(this.m_lblCpNonePerf);
480 			this.m_tabCompression.Controls.Add(this.m_lblCpNoneCp);
481 			this.m_tabCompression.Controls.Add(this.m_lblHeaderPerf);
482 			this.m_tabCompression.Controls.Add(this.m_lblHeaderCp);
483 			this.m_tabCompression.Controls.Add(this.m_rbGZip);
484 			this.m_tabCompression.Controls.Add(this.m_rbNone);
485 			this.m_tabCompression.Controls.Add(this.m_lblCompressionIntro);
486 			this.m_tabCompression.Location = new System.Drawing.Point(4, 22);
487 			this.m_tabCompression.Name = "m_tabCompression";
488 			this.m_tabCompression.Size = new System.Drawing.Size(455, 320);
489 			this.m_tabCompression.TabIndex = 2;
490 			this.m_tabCompression.Text = "Compression";
491 			this.m_tabCompression.UseVisualStyleBackColor = true;
492 			//
493 			// m_lblHeaderCpAlgo
494 			//
495 			this.m_lblHeaderCpAlgo.AutoSize = true;
496 			this.m_lblHeaderCpAlgo.Location = new System.Drawing.Point(23, 56);
497 			this.m_lblHeaderCpAlgo.Name = "m_lblHeaderCpAlgo";
498 			this.m_lblHeaderCpAlgo.Size = new System.Drawing.Size(50, 13);
499 			this.m_lblHeaderCpAlgo.TabIndex = 1;
500 			this.m_lblHeaderCpAlgo.Text = "Algorithm";
501 			//
502 			// m_lblCpGZipPerf
503 			//
504 			this.m_lblCpGZipPerf.AutoSize = true;
505 			this.m_lblCpGZipPerf.Location = new System.Drawing.Point(189, 101);
506 			this.m_lblCpGZipPerf.Name = "m_lblCpGZipPerf";
507 			this.m_lblCpGZipPerf.Size = new System.Drawing.Size(55, 13);
508 			this.m_lblCpGZipPerf.TabIndex = 9;
509 			this.m_lblCpGZipPerf.Text = "Very good";
510 			//
511 			// m_lblCpGZipCp
512 			//
513 			this.m_lblCpGZipCp.AutoSize = true;
514 			this.m_lblCpGZipCp.Location = new System.Drawing.Point(91, 101);
515 			this.m_lblCpGZipCp.Name = "m_lblCpGZipCp";
516 			this.m_lblCpGZipCp.Size = new System.Drawing.Size(52, 13);
517 			this.m_lblCpGZipCp.TabIndex = 8;
518 			this.m_lblCpGZipCp.Text = "Moderate";
519 			//
520 			// m_lblCpNonePerf
521 			//
522 			this.m_lblCpNonePerf.AutoSize = true;
523 			this.m_lblCpNonePerf.Location = new System.Drawing.Point(189, 78);
524 			this.m_lblCpNonePerf.Name = "m_lblCpNonePerf";
525 			this.m_lblCpNonePerf.Size = new System.Drawing.Size(52, 13);
526 			this.m_lblCpNonePerf.TabIndex = 6;
527 			this.m_lblCpNonePerf.Text = "Moderate";
528 			//
529 			// m_lblCpNoneCp
530 			//
531 			this.m_lblCpNoneCp.AutoSize = true;
532 			this.m_lblCpNoneCp.Location = new System.Drawing.Point(91, 78);
533 			this.m_lblCpNoneCp.Name = "m_lblCpNoneCp";
534 			this.m_lblCpNoneCp.Size = new System.Drawing.Size(83, 13);
535 			this.m_lblCpNoneCp.TabIndex = 5;
536 			this.m_lblCpNoneCp.Text = "No compression";
537 			//
538 			// m_lblHeaderPerf
539 			//
540 			this.m_lblHeaderPerf.AutoSize = true;
541 			this.m_lblHeaderPerf.Location = new System.Drawing.Point(189, 56);
542 			this.m_lblHeaderPerf.Name = "m_lblHeaderPerf";
543 			this.m_lblHeaderPerf.Size = new System.Drawing.Size(67, 13);
544 			this.m_lblHeaderPerf.TabIndex = 3;
545 			this.m_lblHeaderPerf.Text = "Performance";
546 			//
547 			// m_lblHeaderCp
548 			//
549 			this.m_lblHeaderCp.AutoSize = true;
550 			this.m_lblHeaderCp.Location = new System.Drawing.Point(91, 56);
551 			this.m_lblHeaderCp.Name = "m_lblHeaderCp";
552 			this.m_lblHeaderCp.Size = new System.Drawing.Size(67, 13);
553 			this.m_lblHeaderCp.TabIndex = 2;
554 			this.m_lblHeaderCp.Text = "Compression";
555 			//
556 			// m_rbGZip
557 			//
558 			this.m_rbGZip.AutoSize = true;
559 			this.m_rbGZip.Location = new System.Drawing.Point(6, 99);
560 			this.m_rbGZip.Name = "m_rbGZip";
561 			this.m_rbGZip.Size = new System.Drawing.Size(48, 17);
562 			this.m_rbGZip.TabIndex = 7;
563 			this.m_rbGZip.TabStop = true;
564 			this.m_rbGZip.Text = "&GZip";
565 			this.m_rbGZip.UseVisualStyleBackColor = true;
566 			//
567 			// m_rbNone
568 			//
569 			this.m_rbNone.AutoSize = true;
570 			this.m_rbNone.Location = new System.Drawing.Point(6, 76);
571 			this.m_rbNone.Name = "m_rbNone";
572 			this.m_rbNone.Size = new System.Drawing.Size(51, 17);
573 			this.m_rbNone.TabIndex = 4;
574 			this.m_rbNone.TabStop = true;
575 			this.m_rbNone.Text = "&None";
576 			this.m_rbNone.UseVisualStyleBackColor = true;
577 			//
578 			// m_tabRecycleBin
579 			//
580 			this.m_tabRecycleBin.Controls.Add(this.m_cmbRecycleBin);
581 			this.m_tabRecycleBin.Controls.Add(this.m_lblRecycleBinGroup);
582 			this.m_tabRecycleBin.Controls.Add(this.m_lblRecycleBinInfo);
583 			this.m_tabRecycleBin.Controls.Add(this.m_cbRecycleBin);
584 			this.m_tabRecycleBin.Location = new System.Drawing.Point(4, 22);
585 			this.m_tabRecycleBin.Name = "m_tabRecycleBin";
586 			this.m_tabRecycleBin.Padding = new System.Windows.Forms.Padding(3);
587 			this.m_tabRecycleBin.Size = new System.Drawing.Size(455, 320);
588 			this.m_tabRecycleBin.TabIndex = 4;
589 			this.m_tabRecycleBin.Text = "Recycle Bin";
590 			this.m_tabRecycleBin.UseVisualStyleBackColor = true;
591 			//
592 			// m_cmbRecycleBin
593 			//
594 			this.m_cmbRecycleBin.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
595 			this.m_cmbRecycleBin.FormattingEnabled = true;
596 			this.m_cmbRecycleBin.Location = new System.Drawing.Point(6, 99);
597 			this.m_cmbRecycleBin.Name = "m_cmbRecycleBin";
598 			this.m_cmbRecycleBin.Size = new System.Drawing.Size(440, 21);
599 			this.m_cmbRecycleBin.TabIndex = 3;
600 			//
601 			// m_lblRecycleBinGroup
602 			//
603 			this.m_lblRecycleBinGroup.AutoSize = true;
604 			this.m_lblRecycleBinGroup.Location = new System.Drawing.Point(3, 83);
605 			this.m_lblRecycleBinGroup.Name = "m_lblRecycleBinGroup";
606 			this.m_lblRecycleBinGroup.Size = new System.Drawing.Size(96, 13);
607 			this.m_lblRecycleBinGroup.TabIndex = 2;
608 			this.m_lblRecycleBinGroup.Text = "&Recycle bin group:";
609 			//
610 			// m_lblRecycleBinInfo
611 			//
612 			this.m_lblRecycleBinInfo.Location = new System.Drawing.Point(22, 32);
613 			this.m_lblRecycleBinInfo.Name = "m_lblRecycleBinInfo";
614 			this.m_lblRecycleBinInfo.Size = new System.Drawing.Size(424, 40);
615 			this.m_lblRecycleBinInfo.TabIndex = 1;
616 			this.m_lblRecycleBinInfo.Text = "If this option is enabled, KeePass moves entries/groups to the recycle bin group " +
617 				"instead of deleting them. Deleting an entry/group from the recycle bin will perm" +
618 				"anently remove it.";
619 			//
620 			// m_cbRecycleBin
621 			//
622 			this.m_cbRecycleBin.AutoSize = true;
623 			this.m_cbRecycleBin.Location = new System.Drawing.Point(6, 12);
624 			this.m_cbRecycleBin.Name = "m_cbRecycleBin";
625 			this.m_cbRecycleBin.Size = new System.Drawing.Size(108, 17);
626 			this.m_cbRecycleBin.TabIndex = 0;
627 			this.m_cbRecycleBin.Text = "&Use a recycle bin";
628 			this.m_cbRecycleBin.UseVisualStyleBackColor = true;
629 			//
630 			// m_tabAdvanced
631 			//
632 			this.m_tabAdvanced.Controls.Add(this.m_grpHistory);
633 			this.m_tabAdvanced.Controls.Add(this.m_grpMasterKey);
634 			this.m_tabAdvanced.Controls.Add(this.m_grpTemplates);
635 			this.m_tabAdvanced.Location = new System.Drawing.Point(4, 22);
636 			this.m_tabAdvanced.Name = "m_tabAdvanced";
637 			this.m_tabAdvanced.Size = new System.Drawing.Size(455, 320);
638 			this.m_tabAdvanced.TabIndex = 5;
639 			this.m_tabAdvanced.Text = "Advanced";
640 			this.m_tabAdvanced.UseVisualStyleBackColor = true;
641 			//
642 			// m_grpHistory
643 			//
644 			this.m_grpHistory.Controls.Add(this.m_numHistoryMaxSize);
645 			this.m_grpHistory.Controls.Add(this.m_numHistoryMaxItems);
646 			this.m_grpHistory.Controls.Add(this.m_cbHistoryMaxSize);
647 			this.m_grpHistory.Controls.Add(this.m_cbHistoryMaxItems);
648 			this.m_grpHistory.Location = new System.Drawing.Point(6, 117);
649 			this.m_grpHistory.Name = "m_grpHistory";
650 			this.m_grpHistory.Size = new System.Drawing.Size(440, 74);
651 			this.m_grpHistory.TabIndex = 1;
652 			this.m_grpHistory.TabStop = false;
653 			this.m_grpHistory.Text = "Automatic entry history maintenance";
654 			//
655 			// m_numHistoryMaxSize
656 			//
657 			this.m_numHistoryMaxSize.Location = new System.Drawing.Point(349, 43);
658 			this.m_numHistoryMaxSize.Name = "m_numHistoryMaxSize";
659 			this.m_numHistoryMaxSize.Size = new System.Drawing.Size(81, 20);
660 			this.m_numHistoryMaxSize.TabIndex = 3;
661 			this.m_numHistoryMaxSize.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
662 			//
663 			// m_numHistoryMaxItems
664 			//
665 			this.m_numHistoryMaxItems.Location = new System.Drawing.Point(349, 18);
666 			this.m_numHistoryMaxItems.Name = "m_numHistoryMaxItems";
667 			this.m_numHistoryMaxItems.Size = new System.Drawing.Size(81, 20);
668 			this.m_numHistoryMaxItems.TabIndex = 1;
669 			this.m_numHistoryMaxItems.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
670 			//
671 			// m_cbHistoryMaxSize
672 			//
673 			this.m_cbHistoryMaxSize.AutoSize = true;
674 			this.m_cbHistoryMaxSize.Location = new System.Drawing.Point(9, 44);
675 			this.m_cbHistoryMaxSize.Name = "m_cbHistoryMaxSize";
676 			this.m_cbHistoryMaxSize.Size = new System.Drawing.Size(173, 17);
677 			this.m_cbHistoryMaxSize.TabIndex = 2;
678 			this.m_cbHistoryMaxSize.Text = "Li&mit history size per entry (MB):";
679 			this.m_cbHistoryMaxSize.UseVisualStyleBackColor = true;
680 			this.m_cbHistoryMaxSize.CheckedChanged += new System.EventHandler(this.OnHistoryMaxSizeCheckedChanged);
681 			//
682 			// m_cbHistoryMaxItems
683 			//
684 			this.m_cbHistoryMaxItems.AutoSize = true;
685 			this.m_cbHistoryMaxItems.Location = new System.Drawing.Point(9, 19);
686 			this.m_cbHistoryMaxItems.Name = "m_cbHistoryMaxItems";
687 			this.m_cbHistoryMaxItems.Size = new System.Drawing.Size(204, 17);
688 			this.m_cbHistoryMaxItems.TabIndex = 0;
689 			this.m_cbHistoryMaxItems.Text = "&Limit number of history items per entry:";
690 			this.m_cbHistoryMaxItems.UseVisualStyleBackColor = true;
691 			this.m_cbHistoryMaxItems.CheckedChanged += new System.EventHandler(this.OnHistoryMaxItemsCheckedChanged);
692 			//
693 			// m_grpMasterKey
694 			//
695 			this.m_grpMasterKey.Controls.Add(this.m_cbKeyForceOnce);
696 			this.m_grpMasterKey.Controls.Add(this.m_cbKeyForce);
697 			this.m_grpMasterKey.Controls.Add(this.m_cbKeyRec);
698 			this.m_grpMasterKey.Controls.Add(this.m_numKeyForceDays);
699 			this.m_grpMasterKey.Controls.Add(this.m_numKeyRecDays);
700 			this.m_grpMasterKey.Location = new System.Drawing.Point(6, 197);
701 			this.m_grpMasterKey.Name = "m_grpMasterKey";
702 			this.m_grpMasterKey.Size = new System.Drawing.Size(440, 99);
703 			this.m_grpMasterKey.TabIndex = 2;
704 			this.m_grpMasterKey.TabStop = false;
705 			this.m_grpMasterKey.Text = "Master key";
706 			//
707 			// m_cbKeyForceOnce
708 			//
709 			this.m_cbKeyForceOnce.AutoSize = true;
710 			this.m_cbKeyForceOnce.Location = new System.Drawing.Point(9, 69);
711 			this.m_cbKeyForceOnce.Name = "m_cbKeyForceOnce";
712 			this.m_cbKeyForceOnce.Size = new System.Drawing.Size(268, 17);
713 			this.m_cbKeyForceOnce.TabIndex = 4;
714 			this.m_cbKeyForceOnce.Text = "F&orce changing the master key the next time (once)";
715 			this.m_cbKeyForceOnce.UseVisualStyleBackColor = true;
716 			//
717 			// m_cbKeyForce
718 			//
719 			this.m_cbKeyForce.AutoSize = true;
720 			this.m_cbKeyForce.Location = new System.Drawing.Point(9, 44);
721 			this.m_cbKeyForce.Name = "m_cbKeyForce";
722 			this.m_cbKeyForce.Size = new System.Drawing.Size(206, 17);
723 			this.m_cbKeyForce.TabIndex = 2;
724 			this.m_cbKeyForce.Text = "&Force changing the master key (days):";
725 			this.m_cbKeyForce.UseVisualStyleBackColor = true;
726 			this.m_cbKeyForce.CheckedChanged += new System.EventHandler(this.OnKeyForceCheckedChanged);
727 			//
728 			// m_cbKeyRec
729 			//
730 			this.m_cbKeyRec.AutoSize = true;
731 			this.m_cbKeyRec.Location = new System.Drawing.Point(9, 19);
732 			this.m_cbKeyRec.Name = "m_cbKeyRec";
733 			this.m_cbKeyRec.Size = new System.Drawing.Size(239, 17);
734 			this.m_cbKeyRec.TabIndex = 0;
735 			this.m_cbKeyRec.Text = "&Recommend changing the master key (days):";
736 			this.m_cbKeyRec.UseVisualStyleBackColor = true;
737 			this.m_cbKeyRec.CheckedChanged += new System.EventHandler(this.OnKeyRecCheckedChanged);
738 			//
739 			// m_numKeyForceDays
740 			//
741 			this.m_numKeyForceDays.Location = new System.Drawing.Point(349, 43);
742 			this.m_numKeyForceDays.Name = "m_numKeyForceDays";
743 			this.m_numKeyForceDays.Size = new System.Drawing.Size(81, 20);
744 			this.m_numKeyForceDays.TabIndex = 3;
745 			this.m_numKeyForceDays.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
746 			//
747 			// m_numKeyRecDays
748 			//
749 			this.m_numKeyRecDays.Location = new System.Drawing.Point(349, 18);
750 			this.m_numKeyRecDays.Name = "m_numKeyRecDays";
751 			this.m_numKeyRecDays.Size = new System.Drawing.Size(81, 20);
752 			this.m_numKeyRecDays.TabIndex = 1;
753 			this.m_numKeyRecDays.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
754 			//
755 			// m_grpTemplates
756 			//
757 			this.m_grpTemplates.Controls.Add(this.m_cmbEntryTemplates);
758 			this.m_grpTemplates.Controls.Add(this.m_lblTemplatesHint);
759 			this.m_grpTemplates.Controls.Add(this.m_lblEntryTemplatesGroup);
760 			this.m_grpTemplates.Location = new System.Drawing.Point(6, 7);
761 			this.m_grpTemplates.Name = "m_grpTemplates";
762 			this.m_grpTemplates.Size = new System.Drawing.Size(440, 104);
763 			this.m_grpTemplates.TabIndex = 0;
764 			this.m_grpTemplates.TabStop = false;
765 			this.m_grpTemplates.Text = "Templates";
766 			//
767 			// m_cmbEntryTemplates
768 			//
769 			this.m_cmbEntryTemplates.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
770 			this.m_cmbEntryTemplates.FormattingEnabled = true;
771 			this.m_cmbEntryTemplates.Location = new System.Drawing.Point(9, 35);
772 			this.m_cmbEntryTemplates.Name = "m_cmbEntryTemplates";
773 			this.m_cmbEntryTemplates.Size = new System.Drawing.Size(421, 21);
774 			this.m_cmbEntryTemplates.TabIndex = 1;
775 			//
776 			// m_lblTemplatesHint
777 			//
778 			this.m_lblTemplatesHint.Location = new System.Drawing.Point(6, 68);
779 			this.m_lblTemplatesHint.Name = "m_lblTemplatesHint";
780 			this.m_lblTemplatesHint.Size = new System.Drawing.Size(424, 28);
781 			this.m_lblTemplatesHint.TabIndex = 2;
782 			this.m_lblTemplatesHint.Text = "Click the drop-down arrow of the \'Add Entry\' toolbar button in the main window to" +
783 				" create a new entry based on a template in the group above.";
784 			//
785 			// m_lblEntryTemplatesGroup
786 			//
787 			this.m_lblEntryTemplatesGroup.AutoSize = true;
788 			this.m_lblEntryTemplatesGroup.Location = new System.Drawing.Point(6, 19);
789 			this.m_lblEntryTemplatesGroup.Name = "m_lblEntryTemplatesGroup";
790 			this.m_lblEntryTemplatesGroup.Size = new System.Drawing.Size(112, 13);
791 			this.m_lblEntryTemplatesGroup.TabIndex = 0;
792 			this.m_lblEntryTemplatesGroup.Text = "&Entry templates group:";
793 			//
794 			// m_btnCancelOp
795 			//
796 			this.m_btnCancelOp.Location = new System.Drawing.Point(180, 425);
797 			this.m_btnCancelOp.Name = "m_btnCancelOp";
798 			this.m_btnCancelOp.Size = new System.Drawing.Size(132, 23);
799 			this.m_btnCancelOp.TabIndex = 4;
800 			this.m_btnCancelOp.Text = "&Cancel Operation";
801 			this.m_btnCancelOp.UseVisualStyleBackColor = true;
802 			this.m_btnCancelOp.Click += new System.EventHandler(this.OnBtnCancelOp);
803 			//
804 			// DatabaseSettingsForm
805 			//
806 			this.AcceptButton = this.m_btnOK;
807 			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
808 			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
809 			this.CancelButton = this.m_btnCancel;
810 			this.ClientSize = new System.Drawing.Size(486, 460);
811 			this.Controls.Add(this.m_btnCancelOp);
812 			this.Controls.Add(this.m_tabMain);
813 			this.Controls.Add(this.m_btnHelp);
814 			this.Controls.Add(this.m_bannerImage);
815 			this.Controls.Add(this.m_btnOK);
816 			this.Controls.Add(this.m_btnCancel);
817 			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
818 			this.MaximizeBox = false;
819 			this.MinimizeBox = false;
820 			this.Name = "DatabaseSettingsForm";
821 			this.ShowInTaskbar = false;
822 			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
823 			this.Text = "<DYN>";
824 			this.Load += new System.EventHandler(this.OnFormLoad);
825 			this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OnFormClosed);
826 			((System.ComponentModel.ISupportInitialize)(this.m_bannerImage)).EndInit();
827 			this.m_grpEncAlgo.ResumeLayout(false);
828 			this.m_grpEncAlgo.PerformLayout();
829 			this.m_grpKeyTrans.ResumeLayout(false);
830 			this.m_grpKeyTrans.PerformLayout();
831 			((System.ComponentModel.ISupportInitialize)(this.m_numKdfPar)).EndInit();
832 			((System.ComponentModel.ISupportInitialize)(this.m_numKdfMem)).EndInit();
833 			((System.ComponentModel.ISupportInitialize)(this.m_numKdfIt)).EndInit();
834 			this.m_tabMain.ResumeLayout(false);
835 			this.m_tabGeneral.ResumeLayout(false);
836 			this.m_tabGeneral.PerformLayout();
837 			this.m_tabSecurity.ResumeLayout(false);
838 			this.m_tabSecurity.PerformLayout();
839 			this.m_tabCompression.ResumeLayout(false);
840 			this.m_tabCompression.PerformLayout();
841 			this.m_tabRecycleBin.ResumeLayout(false);
842 			this.m_tabRecycleBin.PerformLayout();
843 			this.m_tabAdvanced.ResumeLayout(false);
844 			this.m_grpHistory.ResumeLayout(false);
845 			this.m_grpHistory.PerformLayout();
846 			((System.ComponentModel.ISupportInitialize)(this.m_numHistoryMaxSize)).EndInit();
847 			((System.ComponentModel.ISupportInitialize)(this.m_numHistoryMaxItems)).EndInit();
848 			this.m_grpMasterKey.ResumeLayout(false);
849 			this.m_grpMasterKey.PerformLayout();
850 			((System.ComponentModel.ISupportInitialize)(this.m_numKeyForceDays)).EndInit();
851 			((System.ComponentModel.ISupportInitialize)(this.m_numKeyRecDays)).EndInit();
852 			this.m_grpTemplates.ResumeLayout(false);
853 			this.m_grpTemplates.PerformLayout();
854 			this.ResumeLayout(false);
855 
856 		}
857 
858 		#endregion
859 
860 		private System.Windows.Forms.PictureBox m_bannerImage;
861 		private System.Windows.Forms.Button m_btnOK;
862 		private System.Windows.Forms.Button m_btnCancel;
863 		private System.Windows.Forms.GroupBox m_grpEncAlgo;
864 		private System.Windows.Forms.ComboBox m_cmbEncAlgo;
865 		private System.Windows.Forms.Label m_lblEncAlgoDesc;
866 		private System.Windows.Forms.Label m_lblKdfIt;
867 		private System.Windows.Forms.Label m_lblKdfIntro;
868 		private System.Windows.Forms.Label m_lblKdfInfo;
869 		private System.Windows.Forms.GroupBox m_grpKeyTrans;
870 		private System.Windows.Forms.NumericUpDown m_numKdfIt;
871 		private System.Windows.Forms.Button m_btnHelp;
872 		private System.Windows.Forms.ToolTip m_ttRect;
873 		private System.Windows.Forms.Label m_lblCompressionIntro;
874 		private System.Windows.Forms.TabControl m_tabMain;
875 		private System.Windows.Forms.TabPage m_tabGeneral;
876 		private System.Windows.Forms.TabPage m_tabSecurity;
877 		private System.Windows.Forms.TabPage m_tabCompression;
878 		private KeePass.UI.PromptedTextBox m_tbDbDesc;
879 		private System.Windows.Forms.Label m_lblDbDesc;
880 		private KeePass.UI.PromptedTextBox m_tbDbName;
881 		private System.Windows.Forms.Label m_lblDbName;
882 		private System.Windows.Forms.Label m_lblSecIntro;
883 		private System.Windows.Forms.RadioButton m_rbGZip;
884 		private System.Windows.Forms.RadioButton m_rbNone;
885 		private System.Windows.Forms.Label m_lblCpNonePerf;
886 		private System.Windows.Forms.Label m_lblCpNoneCp;
887 		private System.Windows.Forms.Label m_lblHeaderPerf;
888 		private System.Windows.Forms.Label m_lblHeaderCp;
889 		private System.Windows.Forms.Label m_lblCpGZipPerf;
890 		private System.Windows.Forms.Label m_lblCpGZipCp;
891 		private System.Windows.Forms.Label m_lblHeaderCpAlgo;
892 		private System.Windows.Forms.TextBox m_tbDefaultUser;
893 		private System.Windows.Forms.Label m_lblDefaultUser;
894 		private System.Windows.Forms.TabPage m_tabRecycleBin;
895 		private System.Windows.Forms.Label m_lblRecycleBinInfo;
896 		private System.Windows.Forms.CheckBox m_cbRecycleBin;
897 		private System.Windows.Forms.ComboBox m_cmbRecycleBin;
898 		private System.Windows.Forms.Label m_lblRecycleBinGroup;
899 		private System.Windows.Forms.TabPage m_tabAdvanced;
900 		private System.Windows.Forms.ComboBox m_cmbEntryTemplates;
901 		private System.Windows.Forms.Label m_lblEntryTemplatesGroup;
902 		private System.Windows.Forms.Label m_lblTemplatesHint;
903 		private System.Windows.Forms.GroupBox m_grpTemplates;
904 		private System.Windows.Forms.GroupBox m_grpMasterKey;
905 		private System.Windows.Forms.CheckBox m_cbKeyForce;
906 		private System.Windows.Forms.CheckBox m_cbKeyRec;
907 		private System.Windows.Forms.NumericUpDown m_numKeyForceDays;
908 		private System.Windows.Forms.NumericUpDown m_numKeyRecDays;
909 		private System.Windows.Forms.GroupBox m_grpHistory;
910 		private System.Windows.Forms.CheckBox m_cbHistoryMaxItems;
911 		private System.Windows.Forms.NumericUpDown m_numHistoryMaxSize;
912 		private System.Windows.Forms.NumericUpDown m_numHistoryMaxItems;
913 		private System.Windows.Forms.CheckBox m_cbHistoryMaxSize;
914 		private System.Windows.Forms.Button m_btnColor;
915 		private System.Windows.Forms.CheckBox m_cbColor;
916 		private System.Windows.Forms.ComboBox m_cmbKdf;
917 		private System.Windows.Forms.Label m_lblKdf;
918 		private System.Windows.Forms.Button m_btnKdf1Sec;
919 		private System.Windows.Forms.Label m_lblKdfMem;
920 		private System.Windows.Forms.ComboBox m_cmbKdfMem;
921 		private System.Windows.Forms.ProgressBar m_pbKdf;
922 		private System.Windows.Forms.NumericUpDown m_numKdfMem;
923 		private System.Windows.Forms.Button m_btnKdfTest;
924 		private System.Windows.Forms.Button m_btnCancelOp;
925 		private System.Windows.Forms.Label m_lblKdfPar;
926 		private System.Windows.Forms.NumericUpDown m_numKdfPar;
927 		private System.Windows.Forms.CheckBox m_cbKeyForceOnce;
928 	}
929 }