1 namespace KeePass.Forms
2 {
3 	partial class PwEntryForm
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_lblUserName = new System.Windows.Forms.Label();
33 			this.m_lblPassword = new System.Windows.Forms.Label();
34 			this.m_lblTitle = new System.Windows.Forms.Label();
35 			this.m_lblPasswordRepeat = new System.Windows.Forms.Label();
36 			this.m_lblUrl = new System.Windows.Forms.Label();
37 			this.m_lblNotes = new System.Windows.Forms.Label();
38 			this.m_lblQuality = new System.Windows.Forms.Label();
39 			this.m_tbTitle = new System.Windows.Forms.TextBox();
40 			this.m_btnIcon = new System.Windows.Forms.Button();
41 			this.m_lblIcon = new System.Windows.Forms.Label();
42 			this.m_tbUserName = new System.Windows.Forms.TextBox();
43 			this.m_tbUrl = new System.Windows.Forms.TextBox();
44 			this.m_cbExpires = new System.Windows.Forms.CheckBox();
45 			this.m_dtExpireDateTime = new System.Windows.Forms.DateTimePicker();
46 			this.m_btnOK = new System.Windows.Forms.Button();
47 			this.m_btnCancel = new System.Windows.Forms.Button();
48 			this.m_lblQualityInfo = new System.Windows.Forms.Label();
49 			this.m_ttRect = new System.Windows.Forms.ToolTip(this.components);
50 			this.m_btnGenPw = new System.Windows.Forms.Button();
51 			this.m_cbHidePassword = new System.Windows.Forms.CheckBox();
52 			this.m_lblSeparator = new System.Windows.Forms.Label();
53 			this.m_ttBalloon = new System.Windows.Forms.ToolTip(this.components);
54 			this.m_tabMain = new System.Windows.Forms.TabControl();
55 			this.m_tabEntry = new System.Windows.Forms.TabPage();
56 			this.m_cbQualityCheck = new System.Windows.Forms.CheckBox();
57 			this.m_rtNotes = new KeePass.UI.CustomRichTextBoxEx();
58 			this.m_pbQuality = new KeePass.UI.QualityProgressBar();
59 			this.m_tbRepeatPassword = new KeePass.UI.SecureTextBoxEx();
60 			this.m_tbPassword = new KeePass.UI.SecureTextBoxEx();
61 			this.m_btnStandardExpires = new System.Windows.Forms.Button();
62 			this.m_ctxDefaultTimes = new KeePass.UI.CustomContextMenuStripEx(this.components);
63 			this.m_menuExpireNow = new System.Windows.Forms.ToolStripMenuItem();
64 			this.m_menuExpireSep0 = new System.Windows.Forms.ToolStripSeparator();
65 			this.m_menuExpire1Week = new System.Windows.Forms.ToolStripMenuItem();
66 			this.m_menuExpire2Weeks = new System.Windows.Forms.ToolStripMenuItem();
67 			this.m_menuExpireSep1 = new System.Windows.Forms.ToolStripSeparator();
68 			this.m_menuExpire1Month = new System.Windows.Forms.ToolStripMenuItem();
69 			this.m_menuExpire3Months = new System.Windows.Forms.ToolStripMenuItem();
70 			this.m_menuExpire6Months = new System.Windows.Forms.ToolStripMenuItem();
71 			this.m_menuExpireSep2 = new System.Windows.Forms.ToolStripSeparator();
72 			this.m_menuExpire1Year = new System.Windows.Forms.ToolStripMenuItem();
73 			this.m_tabAdvanced = new System.Windows.Forms.TabPage();
74 			this.m_grpAttachments = new System.Windows.Forms.GroupBox();
75 			this.m_btnBinOpen = new KeePass.UI.SplitButtonEx();
76 			this.m_btnBinSave = new System.Windows.Forms.Button();
77 			this.m_btnBinDelete = new System.Windows.Forms.Button();
78 			this.m_btnBinAdd = new System.Windows.Forms.Button();
79 			this.m_lvBinaries = new KeePass.UI.CustomListViewEx();
80 			this.m_grpStringFields = new System.Windows.Forms.GroupBox();
81 			this.m_btnStrMore = new System.Windows.Forms.Button();
82 			this.m_btnStrAdd = new System.Windows.Forms.Button();
83 			this.m_btnStrEdit = new System.Windows.Forms.Button();
84 			this.m_btnStrDelete = new System.Windows.Forms.Button();
85 			this.m_lvStrings = new KeePass.UI.CustomListViewEx();
86 			this.m_ctxStr = new KeePass.UI.CustomContextMenuStripEx(this.components);
87 			this.m_ctxStrCopyName = new System.Windows.Forms.ToolStripMenuItem();
88 			this.m_ctxStrCopyValue = new System.Windows.Forms.ToolStripMenuItem();
89 			this.m_ctxStrSep0 = new System.Windows.Forms.ToolStripSeparator();
90 			this.m_ctxStrCopyItem = new System.Windows.Forms.ToolStripMenuItem();
91 			this.m_ctxStrPasteItem = new System.Windows.Forms.ToolStripMenuItem();
92 			this.m_ctxStrSep1 = new System.Windows.Forms.ToolStripSeparator();
93 			this.m_ctxStrSelectAll = new System.Windows.Forms.ToolStripMenuItem();
94 			this.m_ctxStrSep2 = new System.Windows.Forms.ToolStripSeparator();
95 			this.m_ctxStrMoveTo = new System.Windows.Forms.ToolStripMenuItem();
96 			this.m_ctxStrMoveToTitle = new System.Windows.Forms.ToolStripMenuItem();
97 			this.m_ctxStrMoveToUserName = new System.Windows.Forms.ToolStripMenuItem();
98 			this.m_ctxStrMoveToPassword = new System.Windows.Forms.ToolStripMenuItem();
99 			this.m_ctxStrMoveToUrl = new System.Windows.Forms.ToolStripMenuItem();
100 			this.m_ctxStrMoveToNotes = new System.Windows.Forms.ToolStripMenuItem();
101 			this.m_tabProperties = new System.Windows.Forms.TabPage();
102 			this.m_btnTags = new System.Windows.Forms.Button();
103 			this.m_linkTagsInh = new System.Windows.Forms.LinkLabel();
104 			this.m_lblCustomData = new System.Windows.Forms.Label();
105 			this.m_btnCDDel = new System.Windows.Forms.Button();
106 			this.m_lvCustomData = new KeePass.UI.CustomListViewEx();
107 			this.m_tbTags = new System.Windows.Forms.TextBox();
108 			this.m_lblTags = new System.Windows.Forms.Label();
109 			this.m_btnPickFgColor = new System.Windows.Forms.Button();
110 			this.m_cbCustomForegroundColor = new System.Windows.Forms.CheckBox();
111 			this.m_tbUuid = new System.Windows.Forms.TextBox();
112 			this.m_lblUuid = new System.Windows.Forms.Label();
113 			this.m_lblOverrideUrl = new System.Windows.Forms.Label();
114 			this.m_cbCustomBackgroundColor = new System.Windows.Forms.CheckBox();
115 			this.m_btnPickBgColor = new System.Windows.Forms.Button();
116 			this.m_cmbOverrideUrl = new KeePass.UI.ImageComboBoxEx();
117 			this.m_tabAutoType = new System.Windows.Forms.TabPage();
118 			this.m_btnAutoTypeMore = new System.Windows.Forms.Button();
119 			this.m_btnAutoTypeDown = new System.Windows.Forms.Button();
120 			this.m_btnAutoTypeUp = new System.Windows.Forms.Button();
121 			this.m_linkAutoTypeObfuscation = new System.Windows.Forms.LinkLabel();
122 			this.m_cbAutoTypeObfuscation = new System.Windows.Forms.CheckBox();
123 			this.m_btnAutoTypeEditDefault = new System.Windows.Forms.Button();
124 			this.m_rbAutoTypeOverride = new System.Windows.Forms.RadioButton();
125 			this.m_rbAutoTypeSeqInherit = new System.Windows.Forms.RadioButton();
126 			this.m_lblCustomAutoType = new System.Windows.Forms.Label();
127 			this.m_cbAutoTypeEnabled = new System.Windows.Forms.CheckBox();
128 			this.m_tbDefaultAutoTypeSeq = new System.Windows.Forms.TextBox();
129 			this.m_btnAutoTypeEdit = new System.Windows.Forms.Button();
130 			this.m_btnAutoTypeAdd = new System.Windows.Forms.Button();
131 			this.m_btnAutoTypeDelete = new System.Windows.Forms.Button();
132 			this.m_lvAutoType = new KeePass.UI.CustomListViewEx();
133 			this.m_ctxAutoType = new KeePass.UI.CustomContextMenuStripEx(this.components);
134 			this.m_ctxAutoTypeCopyWnd = new System.Windows.Forms.ToolStripMenuItem();
135 			this.m_ctxAutoTypeCopySeq = new System.Windows.Forms.ToolStripMenuItem();
136 			this.m_ctxAutoTypeSep0 = new System.Windows.Forms.ToolStripSeparator();
137 			this.m_ctxAutoTypeCopyItem = new System.Windows.Forms.ToolStripMenuItem();
138 			this.m_ctxAutoTypePasteItem = new System.Windows.Forms.ToolStripMenuItem();
139 			this.m_ctxAutoTypeDup = new System.Windows.Forms.ToolStripMenuItem();
140 			this.m_ctxAutoTypeSep1 = new System.Windows.Forms.ToolStripSeparator();
141 			this.m_ctxAutoTypeSelectAll = new System.Windows.Forms.ToolStripMenuItem();
142 			this.m_tabHistory = new System.Windows.Forms.TabPage();
143 			this.m_lblPrev = new System.Windows.Forms.Label();
144 			this.m_lblModifiedData = new System.Windows.Forms.Label();
145 			this.m_lblModified = new System.Windows.Forms.Label();
146 			this.m_lblCreatedData = new System.Windows.Forms.Label();
147 			this.m_lblCreated = new System.Windows.Forms.Label();
148 			this.m_btnHistoryDelete = new System.Windows.Forms.Button();
149 			this.m_btnHistoryView = new System.Windows.Forms.Button();
150 			this.m_btnHistoryRestore = new System.Windows.Forms.Button();
151 			this.m_lvHistory = new KeePass.UI.CustomListViewEx();
152 			this.m_btnTools = new System.Windows.Forms.Button();
153 			this.m_bannerImage = new System.Windows.Forms.PictureBox();
154 			this.m_ctxPwGen = new KeePass.UI.CustomContextMenuStripEx(this.components);
155 			this.m_ctxPwGenOpen = new System.Windows.Forms.ToolStripMenuItem();
156 			this.m_ctxTools = new KeePass.UI.CustomContextMenuStripEx(this.components);
157 			this.m_ctxToolsHelp = new System.Windows.Forms.ToolStripMenuItem();
158 			this.m_ctxToolsSep0 = new System.Windows.Forms.ToolStripSeparator();
159 			this.m_ctxToolsUrlHelp = new System.Windows.Forms.ToolStripMenuItem();
160 			this.m_ctxToolsUrlSelApp = new System.Windows.Forms.ToolStripMenuItem();
161 			this.m_ctxToolsUrlSelDoc = new System.Windows.Forms.ToolStripMenuItem();
162 			this.m_ctxToolsSep1 = new System.Windows.Forms.ToolStripSeparator();
163 			this.m_ctxToolsFieldRefs = new System.Windows.Forms.ToolStripMenuItem();
164 			this.m_ctxToolsFieldRefsInTitle = new System.Windows.Forms.ToolStripMenuItem();
165 			this.m_ctxToolsFieldRefsInUserName = new System.Windows.Forms.ToolStripMenuItem();
166 			this.m_ctxToolsFieldRefsInPassword = new System.Windows.Forms.ToolStripMenuItem();
167 			this.m_ctxToolsFieldRefsInUrl = new System.Windows.Forms.ToolStripMenuItem();
168 			this.m_ctxToolsFieldRefsInNotes = new System.Windows.Forms.ToolStripMenuItem();
169 			this.m_ctxBinAttach = new KeePass.UI.CustomContextMenuStripEx(this.components);
170 			this.m_ctxBinImportFile = new System.Windows.Forms.ToolStripMenuItem();
171 			this.m_ctxBinSep0 = new System.Windows.Forms.ToolStripSeparator();
172 			this.m_ctxBinNew = new System.Windows.Forms.ToolStripMenuItem();
173 			this.m_tabMain.SuspendLayout();
174 			this.m_tabEntry.SuspendLayout();
175 			this.m_ctxDefaultTimes.SuspendLayout();
176 			this.m_tabAdvanced.SuspendLayout();
177 			this.m_grpAttachments.SuspendLayout();
178 			this.m_grpStringFields.SuspendLayout();
179 			this.m_ctxStr.SuspendLayout();
180 			this.m_tabProperties.SuspendLayout();
181 			this.m_tabAutoType.SuspendLayout();
182 			this.m_ctxAutoType.SuspendLayout();
183 			this.m_tabHistory.SuspendLayout();
184 			((System.ComponentModel.ISupportInitialize)(this.m_bannerImage)).BeginInit();
185 			this.m_ctxPwGen.SuspendLayout();
186 			this.m_ctxTools.SuspendLayout();
187 			this.m_ctxBinAttach.SuspendLayout();
188 			this.SuspendLayout();
189 			//
190 			// m_lblUserName
191 			//
192 			this.m_lblUserName.AutoSize = true;
193 			this.m_lblUserName.Location = new System.Drawing.Point(6, 40);
194 			this.m_lblUserName.Name = "m_lblUserName";
195 			this.m_lblUserName.Size = new System.Drawing.Size(61, 13);
196 			this.m_lblUserName.TabIndex = 4;
197 			this.m_lblUserName.Text = "&User name:";
198 			//
199 			// m_lblPassword
200 			//
201 			this.m_lblPassword.AutoSize = true;
202 			this.m_lblPassword.Location = new System.Drawing.Point(6, 67);
203 			this.m_lblPassword.Name = "m_lblPassword";
204 			this.m_lblPassword.Size = new System.Drawing.Size(56, 13);
205 			this.m_lblPassword.TabIndex = 6;
206 			this.m_lblPassword.Text = "&Password:";
207 			//
208 			// m_lblTitle
209 			//
210 			this.m_lblTitle.AutoSize = true;
211 			this.m_lblTitle.Location = new System.Drawing.Point(6, 13);
212 			this.m_lblTitle.Name = "m_lblTitle";
213 			this.m_lblTitle.Size = new System.Drawing.Size(30, 13);
214 			this.m_lblTitle.TabIndex = 0;
215 			this.m_lblTitle.Text = "&Title:";
216 			//
217 			// m_lblPasswordRepeat
218 			//
219 			this.m_lblPasswordRepeat.AutoSize = true;
220 			this.m_lblPasswordRepeat.Location = new System.Drawing.Point(6, 94);
221 			this.m_lblPasswordRepeat.Name = "m_lblPasswordRepeat";
222 			this.m_lblPasswordRepeat.Size = new System.Drawing.Size(45, 13);
223 			this.m_lblPasswordRepeat.TabIndex = 9;
224 			this.m_lblPasswordRepeat.Text = "&Repeat:";
225 			//
226 			// m_lblUrl
227 			//
228 			this.m_lblUrl.AutoSize = true;
229 			this.m_lblUrl.Location = new System.Drawing.Point(6, 144);
230 			this.m_lblUrl.Name = "m_lblUrl";
231 			this.m_lblUrl.Size = new System.Drawing.Size(32, 13);
232 			this.m_lblUrl.TabIndex = 16;
233 			this.m_lblUrl.Text = "UR&L:";
234 			//
235 			// m_lblNotes
236 			//
237 			this.m_lblNotes.AutoSize = true;
238 			this.m_lblNotes.Location = new System.Drawing.Point(6, 171);
239 			this.m_lblNotes.Name = "m_lblNotes";
240 			this.m_lblNotes.Size = new System.Drawing.Size(38, 13);
241 			this.m_lblNotes.TabIndex = 18;
242 			this.m_lblNotes.Text = "&Notes:";
243 			//
244 			// m_lblQuality
245 			//
246 			this.m_lblQuality.AutoSize = true;
247 			this.m_lblQuality.Location = new System.Drawing.Point(6, 119);
248 			this.m_lblQuality.Name = "m_lblQuality";
249 			this.m_lblQuality.Size = new System.Drawing.Size(42, 13);
250 			this.m_lblQuality.TabIndex = 12;
251 			this.m_lblQuality.Text = "Quality:";
252 			//
253 			// m_tbTitle
254 			//
255 			this.m_tbTitle.Location = new System.Drawing.Point(81, 10);
256 			this.m_tbTitle.Name = "m_tbTitle";
257 			this.m_tbTitle.Size = new System.Drawing.Size(294, 20);
258 			this.m_tbTitle.TabIndex = 1;
259 			//
260 			// m_btnIcon
261 			//
262 			this.m_btnIcon.Location = new System.Drawing.Point(424, 8);
263 			this.m_btnIcon.Name = "m_btnIcon";
264 			this.m_btnIcon.Size = new System.Drawing.Size(32, 23);
265 			this.m_btnIcon.TabIndex = 3;
266 			this.m_btnIcon.UseVisualStyleBackColor = true;
267 			this.m_btnIcon.Click += new System.EventHandler(this.OnBtnPickIcon);
268 			//
269 			// m_lblIcon
270 			//
271 			this.m_lblIcon.AutoSize = true;
272 			this.m_lblIcon.Location = new System.Drawing.Point(387, 13);
273 			this.m_lblIcon.Name = "m_lblIcon";
274 			this.m_lblIcon.Size = new System.Drawing.Size(31, 13);
275 			this.m_lblIcon.TabIndex = 2;
276 			this.m_lblIcon.Text = "&Icon:";
277 			//
278 			// m_tbUserName
279 			//
280 			this.m_tbUserName.Location = new System.Drawing.Point(81, 37);
281 			this.m_tbUserName.Name = "m_tbUserName";
282 			this.m_tbUserName.Size = new System.Drawing.Size(374, 20);
283 			this.m_tbUserName.TabIndex = 5;
284 			//
285 			// m_tbUrl
286 			//
287 			this.m_tbUrl.Location = new System.Drawing.Point(81, 141);
288 			this.m_tbUrl.Name = "m_tbUrl";
289 			this.m_tbUrl.Size = new System.Drawing.Size(374, 20);
290 			this.m_tbUrl.TabIndex = 17;
291 			this.m_tbUrl.TextChanged += new System.EventHandler(this.OnUrlTextChanged);
292 			//
293 			// m_cbExpires
294 			//
295 			this.m_cbExpires.AutoSize = true;
296 			this.m_cbExpires.Location = new System.Drawing.Point(9, 315);
297 			this.m_cbExpires.Name = "m_cbExpires";
298 			this.m_cbExpires.Size = new System.Drawing.Size(63, 17);
299 			this.m_cbExpires.TabIndex = 20;
300 			this.m_cbExpires.Text = "&Expires:";
301 			this.m_cbExpires.UseVisualStyleBackColor = true;
302 			//
303 			// m_dtExpireDateTime
304 			//
305 			this.m_dtExpireDateTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
306 			this.m_dtExpireDateTime.Location = new System.Drawing.Point(81, 313);
307 			this.m_dtExpireDateTime.Name = "m_dtExpireDateTime";
308 			this.m_dtExpireDateTime.Size = new System.Drawing.Size(336, 20);
309 			this.m_dtExpireDateTime.TabIndex = 21;
310 			//
311 			// m_btnOK
312 			//
313 			this.m_btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
314 			this.m_btnOK.Location = new System.Drawing.Point(313, 453);
315 			this.m_btnOK.Name = "m_btnOK";
316 			this.m_btnOK.Size = new System.Drawing.Size(80, 23);
317 			this.m_btnOK.TabIndex = 0;
318 			this.m_btnOK.Text = "OK";
319 			this.m_btnOK.UseVisualStyleBackColor = true;
320 			this.m_btnOK.Click += new System.EventHandler(this.OnBtnOK);
321 			//
322 			// m_btnCancel
323 			//
324 			this.m_btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
325 			this.m_btnCancel.Location = new System.Drawing.Point(399, 453);
326 			this.m_btnCancel.Name = "m_btnCancel";
327 			this.m_btnCancel.Size = new System.Drawing.Size(80, 23);
328 			this.m_btnCancel.TabIndex = 1;
329 			this.m_btnCancel.Text = "Cancel";
330 			this.m_btnCancel.UseVisualStyleBackColor = true;
331 			this.m_btnCancel.Click += new System.EventHandler(this.OnBtnCancel);
332 			//
333 			// m_lblQualityInfo
334 			//
335 			this.m_lblQualityInfo.Location = new System.Drawing.Point(371, 119);
336 			this.m_lblQualityInfo.Name = "m_lblQualityInfo";
337 			this.m_lblQualityInfo.Size = new System.Drawing.Size(50, 13);
338 			this.m_lblQualityInfo.TabIndex = 14;
339 			this.m_lblQualityInfo.Text = "0 ch.";
340 			this.m_lblQualityInfo.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
341 			//
342 			// m_btnGenPw
343 			//
344 			this.m_btnGenPw.Location = new System.Drawing.Point(424, 89);
345 			this.m_btnGenPw.Name = "m_btnGenPw";
346 			this.m_btnGenPw.Size = new System.Drawing.Size(32, 23);
347 			this.m_btnGenPw.TabIndex = 11;
348 			this.m_btnGenPw.UseVisualStyleBackColor = true;
349 			this.m_btnGenPw.Click += new System.EventHandler(this.OnPwGenClick);
350 			//
351 			// m_cbHidePassword
352 			//
353 			this.m_cbHidePassword.Appearance = System.Windows.Forms.Appearance.Button;
354 			this.m_cbHidePassword.Location = new System.Drawing.Point(424, 62);
355 			this.m_cbHidePassword.Name = "m_cbHidePassword";
356 			this.m_cbHidePassword.Size = new System.Drawing.Size(32, 23);
357 			this.m_cbHidePassword.TabIndex = 8;
358 			this.m_cbHidePassword.Text = "***";
359 			this.m_cbHidePassword.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
360 			this.m_cbHidePassword.UseVisualStyleBackColor = true;
361 			//
362 			// m_lblSeparator
363 			//
364 			this.m_lblSeparator.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
365 			this.m_lblSeparator.Location = new System.Drawing.Point(0, 445);
366 			this.m_lblSeparator.Name = "m_lblSeparator";
367 			this.m_lblSeparator.Size = new System.Drawing.Size(489, 2);
368 			this.m_lblSeparator.TabIndex = 3;
369 			//
370 			// m_ttBalloon
371 			//
372 			this.m_ttBalloon.IsBalloon = true;
373 			//
374 			// m_tabMain
375 			//
376 			this.m_tabMain.Controls.Add(this.m_tabEntry);
377 			this.m_tabMain.Controls.Add(this.m_tabAdvanced);
378 			this.m_tabMain.Controls.Add(this.m_tabProperties);
379 			this.m_tabMain.Controls.Add(this.m_tabAutoType);
380 			this.m_tabMain.Controls.Add(this.m_tabHistory);
381 			this.m_tabMain.Location = new System.Drawing.Point(8, 66);
382 			this.m_tabMain.Name = "m_tabMain";
383 			this.m_tabMain.SelectedIndex = 0;
384 			this.m_tabMain.Size = new System.Drawing.Size(475, 368);
385 			this.m_tabMain.TabIndex = 2;
386 			//
387 			// m_tabEntry
388 			//
389 			this.m_tabEntry.Controls.Add(this.m_cbQualityCheck);
390 			this.m_tabEntry.Controls.Add(this.m_lblTitle);
391 			this.m_tabEntry.Controls.Add(this.m_rtNotes);
392 			this.m_tabEntry.Controls.Add(this.m_cbExpires);
393 			this.m_tabEntry.Controls.Add(this.m_lblQualityInfo);
394 			this.m_tabEntry.Controls.Add(this.m_tbUrl);
395 			this.m_tabEntry.Controls.Add(this.m_btnGenPw);
396 			this.m_tabEntry.Controls.Add(this.m_cbHidePassword);
397 			this.m_tabEntry.Controls.Add(this.m_pbQuality);
398 			this.m_tabEntry.Controls.Add(this.m_lblIcon);
399 			this.m_tabEntry.Controls.Add(this.m_btnIcon);
400 			this.m_tabEntry.Controls.Add(this.m_tbRepeatPassword);
401 			this.m_tabEntry.Controls.Add(this.m_tbPassword);
402 			this.m_tabEntry.Controls.Add(this.m_lblNotes);
403 			this.m_tabEntry.Controls.Add(this.m_dtExpireDateTime);
404 			this.m_tabEntry.Controls.Add(this.m_btnStandardExpires);
405 			this.m_tabEntry.Controls.Add(this.m_tbTitle);
406 			this.m_tabEntry.Controls.Add(this.m_lblUrl);
407 			this.m_tabEntry.Controls.Add(this.m_lblQuality);
408 			this.m_tabEntry.Controls.Add(this.m_lblPassword);
409 			this.m_tabEntry.Controls.Add(this.m_lblPasswordRepeat);
410 			this.m_tabEntry.Controls.Add(this.m_lblUserName);
411 			this.m_tabEntry.Controls.Add(this.m_tbUserName);
412 			this.m_tabEntry.Location = new System.Drawing.Point(4, 22);
413 			this.m_tabEntry.Name = "m_tabEntry";
414 			this.m_tabEntry.Padding = new System.Windows.Forms.Padding(3);
415 			this.m_tabEntry.Size = new System.Drawing.Size(467, 342);
416 			this.m_tabEntry.TabIndex = 0;
417 			this.m_tabEntry.Text = "General";
418 			this.m_tabEntry.UseVisualStyleBackColor = true;
419 			//
420 			// m_cbQualityCheck
421 			//
422 			this.m_cbQualityCheck.Appearance = System.Windows.Forms.Appearance.Button;
423 			this.m_cbQualityCheck.Location = new System.Drawing.Point(424, 116);
424 			this.m_cbQualityCheck.Name = "m_cbQualityCheck";
425 			this.m_cbQualityCheck.Size = new System.Drawing.Size(32, 20);
426 			this.m_cbQualityCheck.TabIndex = 15;
427 			this.m_cbQualityCheck.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
428 			this.m_cbQualityCheck.UseVisualStyleBackColor = true;
429 			this.m_cbQualityCheck.CheckedChanged += new System.EventHandler(this.OnQualityCheckCheckedChanged);
430 			//
431 			// m_rtNotes
432 			//
433 			this.m_rtNotes.Location = new System.Drawing.Point(81, 168);
434 			this.m_rtNotes.Name = "m_rtNotes";
435 			this.m_rtNotes.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
436 			this.m_rtNotes.Size = new System.Drawing.Size(375, 139);
437 			this.m_rtNotes.TabIndex = 19;
438 			this.m_rtNotes.Text = "";
439 			//
440 			// m_pbQuality
441 			//
442 			this.m_pbQuality.Location = new System.Drawing.Point(81, 118);
443 			this.m_pbQuality.Name = "m_pbQuality";
444 			this.m_pbQuality.Size = new System.Drawing.Size(287, 16);
445 			this.m_pbQuality.TabIndex = 13;
446 			this.m_pbQuality.TabStop = false;
447 			//
448 			// m_tbRepeatPassword
449 			//
450 			this.m_tbRepeatPassword.Location = new System.Drawing.Point(81, 91);
451 			this.m_tbRepeatPassword.Name = "m_tbRepeatPassword";
452 			this.m_tbRepeatPassword.Size = new System.Drawing.Size(337, 20);
453 			this.m_tbRepeatPassword.TabIndex = 10;
454 			//
455 			// m_tbPassword
456 			//
457 			this.m_tbPassword.Location = new System.Drawing.Point(81, 64);
458 			this.m_tbPassword.Name = "m_tbPassword";
459 			this.m_tbPassword.Size = new System.Drawing.Size(337, 20);
460 			this.m_tbPassword.TabIndex = 7;
461 			//
462 			// m_btnStandardExpires
463 			//
464 			this.m_btnStandardExpires.ContextMenuStrip = this.m_ctxDefaultTimes;
465 			this.m_btnStandardExpires.Location = new System.Drawing.Point(424, 311);
466 			this.m_btnStandardExpires.Name = "m_btnStandardExpires";
467 			this.m_btnStandardExpires.Size = new System.Drawing.Size(32, 23);
468 			this.m_btnStandardExpires.TabIndex = 22;
469 			this.m_btnStandardExpires.UseVisualStyleBackColor = true;
470 			this.m_btnStandardExpires.Click += new System.EventHandler(this.OnBtnStandardExpiresClick);
471 			//
472 			// m_ctxDefaultTimes
473 			//
474 			this.m_ctxDefaultTimes.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
475             this.m_menuExpireNow,
476             this.m_menuExpireSep0,
477             this.m_menuExpire1Week,
478             this.m_menuExpire2Weeks,
479             this.m_menuExpireSep1,
480             this.m_menuExpire1Month,
481             this.m_menuExpire3Months,
482             this.m_menuExpire6Months,
483             this.m_menuExpireSep2,
484             this.m_menuExpire1Year});
485 			this.m_ctxDefaultTimes.Name = "m_ctxDefaultTimes";
486 			this.m_ctxDefaultTimes.Size = new System.Drawing.Size(125, 176);
487 			//
488 			// m_menuExpireNow
489 			//
490 			this.m_menuExpireNow.Name = "m_menuExpireNow";
491 			this.m_menuExpireNow.Size = new System.Drawing.Size(124, 22);
492 			this.m_menuExpireNow.Text = "&Now";
493 			this.m_menuExpireNow.Click += new System.EventHandler(this.OnMenuExpireNow);
494 			//
495 			// m_menuExpireSep0
496 			//
497 			this.m_menuExpireSep0.Name = "m_menuExpireSep0";
498 			this.m_menuExpireSep0.Size = new System.Drawing.Size(121, 6);
499 			//
500 			// m_menuExpire1Week
501 			//
502 			this.m_menuExpire1Week.Name = "m_menuExpire1Week";
503 			this.m_menuExpire1Week.Size = new System.Drawing.Size(124, 22);
504 			this.m_menuExpire1Week.Text = "&1 Week";
505 			this.m_menuExpire1Week.Click += new System.EventHandler(this.OnMenuExpire1Week);
506 			//
507 			// m_menuExpire2Weeks
508 			//
509 			this.m_menuExpire2Weeks.Name = "m_menuExpire2Weeks";
510 			this.m_menuExpire2Weeks.Size = new System.Drawing.Size(124, 22);
511 			this.m_menuExpire2Weeks.Text = "&2 Weeks";
512 			this.m_menuExpire2Weeks.Click += new System.EventHandler(this.OnMenuExpire2Weeks);
513 			//
514 			// m_menuExpireSep1
515 			//
516 			this.m_menuExpireSep1.Name = "m_menuExpireSep1";
517 			this.m_menuExpireSep1.Size = new System.Drawing.Size(121, 6);
518 			//
519 			// m_menuExpire1Month
520 			//
521 			this.m_menuExpire1Month.Name = "m_menuExpire1Month";
522 			this.m_menuExpire1Month.Size = new System.Drawing.Size(124, 22);
523 			this.m_menuExpire1Month.Text = "1 &Month";
524 			this.m_menuExpire1Month.Click += new System.EventHandler(this.OnMenuExpire1Month);
525 			//
526 			// m_menuExpire3Months
527 			//
528 			this.m_menuExpire3Months.Name = "m_menuExpire3Months";
529 			this.m_menuExpire3Months.Size = new System.Drawing.Size(124, 22);
530 			this.m_menuExpire3Months.Text = "&3 Months";
531 			this.m_menuExpire3Months.Click += new System.EventHandler(this.OnMenuExpire3Months);
532 			//
533 			// m_menuExpire6Months
534 			//
535 			this.m_menuExpire6Months.Name = "m_menuExpire6Months";
536 			this.m_menuExpire6Months.Size = new System.Drawing.Size(124, 22);
537 			this.m_menuExpire6Months.Text = "&6 Months";
538 			this.m_menuExpire6Months.Click += new System.EventHandler(this.OnMenuExpire6Months);
539 			//
540 			// m_menuExpireSep2
541 			//
542 			this.m_menuExpireSep2.Name = "m_menuExpireSep2";
543 			this.m_menuExpireSep2.Size = new System.Drawing.Size(121, 6);
544 			//
545 			// m_menuExpire1Year
546 			//
547 			this.m_menuExpire1Year.Name = "m_menuExpire1Year";
548 			this.m_menuExpire1Year.Size = new System.Drawing.Size(124, 22);
549 			this.m_menuExpire1Year.Text = "1 &Year";
550 			this.m_menuExpire1Year.Click += new System.EventHandler(this.OnMenuExpire1Year);
551 			//
552 			// m_tabAdvanced
553 			//
554 			this.m_tabAdvanced.Controls.Add(this.m_grpAttachments);
555 			this.m_tabAdvanced.Controls.Add(this.m_grpStringFields);
556 			this.m_tabAdvanced.Location = new System.Drawing.Point(4, 22);
557 			this.m_tabAdvanced.Name = "m_tabAdvanced";
558 			this.m_tabAdvanced.Padding = new System.Windows.Forms.Padding(3);
559 			this.m_tabAdvanced.Size = new System.Drawing.Size(467, 342);
560 			this.m_tabAdvanced.TabIndex = 1;
561 			this.m_tabAdvanced.Text = "Advanced";
562 			this.m_tabAdvanced.UseVisualStyleBackColor = true;
563 			//
564 			// m_grpAttachments
565 			//
566 			this.m_grpAttachments.Controls.Add(this.m_btnBinOpen);
567 			this.m_grpAttachments.Controls.Add(this.m_btnBinSave);
568 			this.m_grpAttachments.Controls.Add(this.m_btnBinDelete);
569 			this.m_grpAttachments.Controls.Add(this.m_btnBinAdd);
570 			this.m_grpAttachments.Controls.Add(this.m_lvBinaries);
571 			this.m_grpAttachments.Location = new System.Drawing.Point(6, 174);
572 			this.m_grpAttachments.Name = "m_grpAttachments";
573 			this.m_grpAttachments.Size = new System.Drawing.Size(455, 162);
574 			this.m_grpAttachments.TabIndex = 1;
575 			this.m_grpAttachments.TabStop = false;
576 			this.m_grpAttachments.Text = "File attachments";
577 			//
578 			// m_btnBinOpen
579 			//
580 			this.m_btnBinOpen.Location = new System.Drawing.Point(374, 104);
581 			this.m_btnBinOpen.Name = "m_btnBinOpen";
582 			this.m_btnBinOpen.Size = new System.Drawing.Size(75, 23);
583 			this.m_btnBinOpen.TabIndex = 3;
584 			this.m_btnBinOpen.Text = "Ope&n";
585 			this.m_btnBinOpen.UseVisualStyleBackColor = true;
586 			this.m_btnBinOpen.Click += new System.EventHandler(this.OnBtnBinOpen);
587 			//
588 			// m_btnBinSave
589 			//
590 			this.m_btnBinSave.Location = new System.Drawing.Point(374, 133);
591 			this.m_btnBinSave.Name = "m_btnBinSave";
592 			this.m_btnBinSave.Size = new System.Drawing.Size(75, 23);
593 			this.m_btnBinSave.TabIndex = 4;
594 			this.m_btnBinSave.Text = "&Save";
595 			this.m_btnBinSave.UseVisualStyleBackColor = true;
596 			this.m_btnBinSave.Click += new System.EventHandler(this.OnBtnBinSave);
597 			//
598 			// m_btnBinDelete
599 			//
600 			this.m_btnBinDelete.Location = new System.Drawing.Point(374, 48);
601 			this.m_btnBinDelete.Name = "m_btnBinDelete";
602 			this.m_btnBinDelete.Size = new System.Drawing.Size(75, 23);
603 			this.m_btnBinDelete.TabIndex = 2;
604 			this.m_btnBinDelete.Text = "De&lete";
605 			this.m_btnBinDelete.UseVisualStyleBackColor = true;
606 			this.m_btnBinDelete.Click += new System.EventHandler(this.OnBtnBinDelete);
607 			//
608 			// m_btnBinAdd
609 			//
610 			this.m_btnBinAdd.Location = new System.Drawing.Point(374, 19);
611 			this.m_btnBinAdd.Name = "m_btnBinAdd";
612 			this.m_btnBinAdd.Size = new System.Drawing.Size(75, 23);
613 			this.m_btnBinAdd.TabIndex = 1;
614 			this.m_btnBinAdd.Text = "A&ttach";
615 			this.m_btnBinAdd.UseVisualStyleBackColor = true;
616 			this.m_btnBinAdd.Click += new System.EventHandler(this.OnBtnBinAdd);
617 			//
618 			// m_lvBinaries
619 			//
620 			this.m_lvBinaries.AllowDrop = true;
621 			this.m_lvBinaries.FullRowSelect = true;
622 			this.m_lvBinaries.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
623 			this.m_lvBinaries.HideSelection = false;
624 			this.m_lvBinaries.LabelEdit = true;
625 			this.m_lvBinaries.Location = new System.Drawing.Point(6, 20);
626 			this.m_lvBinaries.Name = "m_lvBinaries";
627 			this.m_lvBinaries.ShowItemToolTips = true;
628 			this.m_lvBinaries.Size = new System.Drawing.Size(362, 135);
629 			this.m_lvBinaries.TabIndex = 0;
630 			this.m_lvBinaries.UseCompatibleStateImageBehavior = false;
631 			this.m_lvBinaries.View = System.Windows.Forms.View.Details;
632 			this.m_lvBinaries.ItemActivate += new System.EventHandler(this.OnBinariesItemActivate);
633 			this.m_lvBinaries.AfterLabelEdit += new System.Windows.Forms.LabelEditEventHandler(this.OnBinAfterLabelEdit);
634 			this.m_lvBinaries.SelectedIndexChanged += new System.EventHandler(this.OnBinariesSelectedIndexChanged);
635 			this.m_lvBinaries.DragDrop += new System.Windows.Forms.DragEventHandler(this.OnBinDragDrop);
636 			this.m_lvBinaries.DragEnter += new System.Windows.Forms.DragEventHandler(this.OnBinDragEnter);
637 			this.m_lvBinaries.DragOver += new System.Windows.Forms.DragEventHandler(this.OnBinDragOver);
638 			//
639 			// m_grpStringFields
640 			//
641 			this.m_grpStringFields.Controls.Add(this.m_btnStrMore);
642 			this.m_grpStringFields.Controls.Add(this.m_btnStrAdd);
643 			this.m_grpStringFields.Controls.Add(this.m_btnStrEdit);
644 			this.m_grpStringFields.Controls.Add(this.m_btnStrDelete);
645 			this.m_grpStringFields.Controls.Add(this.m_lvStrings);
646 			this.m_grpStringFields.Location = new System.Drawing.Point(6, 6);
647 			this.m_grpStringFields.Name = "m_grpStringFields";
648 			this.m_grpStringFields.Size = new System.Drawing.Size(455, 162);
649 			this.m_grpStringFields.TabIndex = 0;
650 			this.m_grpStringFields.TabStop = false;
651 			this.m_grpStringFields.Text = "String fields";
652 			//
653 			// m_btnStrMore
654 			//
655 			this.m_btnStrMore.Location = new System.Drawing.Point(374, 133);
656 			this.m_btnStrMore.Name = "m_btnStrMore";
657 			this.m_btnStrMore.Size = new System.Drawing.Size(75, 23);
658 			this.m_btnStrMore.TabIndex = 4;
659 			this.m_btnStrMore.Text = "&More";
660 			this.m_btnStrMore.UseVisualStyleBackColor = true;
661 			this.m_btnStrMore.Click += new System.EventHandler(this.OnBtnStrMore);
662 			//
663 			// m_btnStrAdd
664 			//
665 			this.m_btnStrAdd.Location = new System.Drawing.Point(374, 19);
666 			this.m_btnStrAdd.Name = "m_btnStrAdd";
667 			this.m_btnStrAdd.Size = new System.Drawing.Size(75, 23);
668 			this.m_btnStrAdd.TabIndex = 1;
669 			this.m_btnStrAdd.Text = "&Add";
670 			this.m_btnStrAdd.UseVisualStyleBackColor = true;
671 			this.m_btnStrAdd.Click += new System.EventHandler(this.OnBtnStrAdd);
672 			//
673 			// m_btnStrEdit
674 			//
675 			this.m_btnStrEdit.Location = new System.Drawing.Point(374, 48);
676 			this.m_btnStrEdit.Name = "m_btnStrEdit";
677 			this.m_btnStrEdit.Size = new System.Drawing.Size(75, 23);
678 			this.m_btnStrEdit.TabIndex = 2;
679 			this.m_btnStrEdit.Text = "&Edit";
680 			this.m_btnStrEdit.UseVisualStyleBackColor = true;
681 			this.m_btnStrEdit.Click += new System.EventHandler(this.OnBtnStrEdit);
682 			//
683 			// m_btnStrDelete
684 			//
685 			this.m_btnStrDelete.Location = new System.Drawing.Point(374, 77);
686 			this.m_btnStrDelete.Name = "m_btnStrDelete";
687 			this.m_btnStrDelete.Size = new System.Drawing.Size(75, 23);
688 			this.m_btnStrDelete.TabIndex = 3;
689 			this.m_btnStrDelete.Text = "&Delete";
690 			this.m_btnStrDelete.UseVisualStyleBackColor = true;
691 			this.m_btnStrDelete.Click += new System.EventHandler(this.OnBtnStrDelete);
692 			//
693 			// m_lvStrings
694 			//
695 			this.m_lvStrings.ContextMenuStrip = this.m_ctxStr;
696 			this.m_lvStrings.FullRowSelect = true;
697 			this.m_lvStrings.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
698 			this.m_lvStrings.HideSelection = false;
699 			this.m_lvStrings.Location = new System.Drawing.Point(6, 20);
700 			this.m_lvStrings.Name = "m_lvStrings";
701 			this.m_lvStrings.ShowItemToolTips = true;
702 			this.m_lvStrings.Size = new System.Drawing.Size(362, 135);
703 			this.m_lvStrings.TabIndex = 0;
704 			this.m_lvStrings.UseCompatibleStateImageBehavior = false;
705 			this.m_lvStrings.View = System.Windows.Forms.View.Details;
706 			this.m_lvStrings.ItemActivate += new System.EventHandler(this.OnStringsItemActivate);
707 			this.m_lvStrings.SelectedIndexChanged += new System.EventHandler(this.OnStringsSelectedIndexChanged);
708 			//
709 			// m_ctxStr
710 			//
711 			this.m_ctxStr.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
712             this.m_ctxStrCopyName,
713             this.m_ctxStrCopyValue,
714             this.m_ctxStrSep0,
715             this.m_ctxStrCopyItem,
716             this.m_ctxStrPasteItem,
717             this.m_ctxStrSep1,
718             this.m_ctxStrSelectAll,
719             this.m_ctxStrSep2,
720             this.m_ctxStrMoveTo});
721 			this.m_ctxStr.Name = "m_ctxStr";
722 			this.m_ctxStr.Size = new System.Drawing.Size(151, 154);
723 			this.m_ctxStr.Opening += new System.ComponentModel.CancelEventHandler(this.OnCtxStrOpening);
724 			//
725 			// m_ctxStrCopyName
726 			//
727 			this.m_ctxStrCopyName.Image = global::KeePass.Properties.Resources.B16x16_EditCopy;
728 			this.m_ctxStrCopyName.Name = "m_ctxStrCopyName";
729 			this.m_ctxStrCopyName.Size = new System.Drawing.Size(150, 22);
730 			this.m_ctxStrCopyName.Text = "Copy &Name(s)";
731 			this.m_ctxStrCopyName.Click += new System.EventHandler(this.OnCtxStrCopyName);
732 			//
733 			// m_ctxStrCopyValue
734 			//
735 			this.m_ctxStrCopyValue.Image = global::KeePass.Properties.Resources.B16x16_EditCopy;
736 			this.m_ctxStrCopyValue.Name = "m_ctxStrCopyValue";
737 			this.m_ctxStrCopyValue.Size = new System.Drawing.Size(150, 22);
738 			this.m_ctxStrCopyValue.Text = "Copy &Value(s)";
739 			this.m_ctxStrCopyValue.Click += new System.EventHandler(this.OnCtxStrCopyValue);
740 			//
741 			// m_ctxStrSep0
742 			//
743 			this.m_ctxStrSep0.Name = "m_ctxStrSep0";
744 			this.m_ctxStrSep0.Size = new System.Drawing.Size(147, 6);
745 			//
746 			// m_ctxStrCopyItem
747 			//
748 			this.m_ctxStrCopyItem.Image = global::KeePass.Properties.Resources.B16x16_EditCopy;
749 			this.m_ctxStrCopyItem.Name = "m_ctxStrCopyItem";
750 			this.m_ctxStrCopyItem.Size = new System.Drawing.Size(150, 22);
751 			this.m_ctxStrCopyItem.Text = "&Copy Item(s)";
752 			this.m_ctxStrCopyItem.Click += new System.EventHandler(this.OnCtxStrCopyItem);
753 			//
754 			// m_ctxStrPasteItem
755 			//
756 			this.m_ctxStrPasteItem.Image = global::KeePass.Properties.Resources.B16x16_EditPaste;
757 			this.m_ctxStrPasteItem.Name = "m_ctxStrPasteItem";
758 			this.m_ctxStrPasteItem.Size = new System.Drawing.Size(150, 22);
759 			this.m_ctxStrPasteItem.Text = "&Paste Item(s)";
760 			this.m_ctxStrPasteItem.Click += new System.EventHandler(this.OnCtxStrPasteItem);
761 			//
762 			// m_ctxStrSep1
763 			//
764 			this.m_ctxStrSep1.Name = "m_ctxStrSep1";
765 			this.m_ctxStrSep1.Size = new System.Drawing.Size(147, 6);
766 			//
767 			// m_ctxStrSelectAll
768 			//
769 			this.m_ctxStrSelectAll.Name = "m_ctxStrSelectAll";
770 			this.m_ctxStrSelectAll.Size = new System.Drawing.Size(150, 22);
771 			this.m_ctxStrSelectAll.Text = "&Select All";
772 			this.m_ctxStrSelectAll.Click += new System.EventHandler(this.OnCtxStrSelectAll);
773 			//
774 			// m_ctxStrSep2
775 			//
776 			this.m_ctxStrSep2.Name = "m_ctxStrSep2";
777 			this.m_ctxStrSep2.Size = new System.Drawing.Size(147, 6);
778 			//
779 			// m_ctxStrMoveTo
780 			//
781 			this.m_ctxStrMoveTo.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
782             this.m_ctxStrMoveToTitle,
783             this.m_ctxStrMoveToUserName,
784             this.m_ctxStrMoveToPassword,
785             this.m_ctxStrMoveToUrl,
786             this.m_ctxStrMoveToNotes});
787 			this.m_ctxStrMoveTo.Name = "m_ctxStrMoveTo";
788 			this.m_ctxStrMoveTo.Size = new System.Drawing.Size(150, 22);
789 			this.m_ctxStrMoveTo.Text = "&Move To";
790 			//
791 			// m_ctxStrMoveToTitle
792 			//
793 			this.m_ctxStrMoveToTitle.Name = "m_ctxStrMoveToTitle";
794 			this.m_ctxStrMoveToTitle.Size = new System.Drawing.Size(132, 22);
795 			this.m_ctxStrMoveToTitle.Text = "&Title";
796 			this.m_ctxStrMoveToTitle.Click += new System.EventHandler(this.OnCtxStrMoveToTitle);
797 			//
798 			// m_ctxStrMoveToUserName
799 			//
800 			this.m_ctxStrMoveToUserName.Name = "m_ctxStrMoveToUserName";
801 			this.m_ctxStrMoveToUserName.Size = new System.Drawing.Size(132, 22);
802 			this.m_ctxStrMoveToUserName.Text = "&User Name";
803 			this.m_ctxStrMoveToUserName.Click += new System.EventHandler(this.OnCtxStrMoveToUserName);
804 			//
805 			// m_ctxStrMoveToPassword
806 			//
807 			this.m_ctxStrMoveToPassword.Name = "m_ctxStrMoveToPassword";
808 			this.m_ctxStrMoveToPassword.Size = new System.Drawing.Size(132, 22);
809 			this.m_ctxStrMoveToPassword.Text = "&Password";
810 			this.m_ctxStrMoveToPassword.Click += new System.EventHandler(this.OnCtxStrMoveToPassword);
811 			//
812 			// m_ctxStrMoveToUrl
813 			//
814 			this.m_ctxStrMoveToUrl.Name = "m_ctxStrMoveToUrl";
815 			this.m_ctxStrMoveToUrl.Size = new System.Drawing.Size(132, 22);
816 			this.m_ctxStrMoveToUrl.Text = "UR&L";
817 			this.m_ctxStrMoveToUrl.Click += new System.EventHandler(this.OnCtxStrMoveToUrl);
818 			//
819 			// m_ctxStrMoveToNotes
820 			//
821 			this.m_ctxStrMoveToNotes.Name = "m_ctxStrMoveToNotes";
822 			this.m_ctxStrMoveToNotes.Size = new System.Drawing.Size(132, 22);
823 			this.m_ctxStrMoveToNotes.Text = "&Notes";
824 			this.m_ctxStrMoveToNotes.Click += new System.EventHandler(this.OnCtxStrMoveToNotes);
825 			//
826 			// m_tabProperties
827 			//
828 			this.m_tabProperties.Controls.Add(this.m_btnTags);
829 			this.m_tabProperties.Controls.Add(this.m_linkTagsInh);
830 			this.m_tabProperties.Controls.Add(this.m_lblCustomData);
831 			this.m_tabProperties.Controls.Add(this.m_btnCDDel);
832 			this.m_tabProperties.Controls.Add(this.m_lvCustomData);
833 			this.m_tabProperties.Controls.Add(this.m_tbTags);
834 			this.m_tabProperties.Controls.Add(this.m_lblTags);
835 			this.m_tabProperties.Controls.Add(this.m_btnPickFgColor);
836 			this.m_tabProperties.Controls.Add(this.m_cbCustomForegroundColor);
837 			this.m_tabProperties.Controls.Add(this.m_tbUuid);
838 			this.m_tabProperties.Controls.Add(this.m_lblUuid);
839 			this.m_tabProperties.Controls.Add(this.m_lblOverrideUrl);
840 			this.m_tabProperties.Controls.Add(this.m_cbCustomBackgroundColor);
841 			this.m_tabProperties.Controls.Add(this.m_btnPickBgColor);
842 			this.m_tabProperties.Controls.Add(this.m_cmbOverrideUrl);
843 			this.m_tabProperties.Location = new System.Drawing.Point(4, 22);
844 			this.m_tabProperties.Name = "m_tabProperties";
845 			this.m_tabProperties.Size = new System.Drawing.Size(467, 342);
846 			this.m_tabProperties.TabIndex = 4;
847 			this.m_tabProperties.Text = "Properties";
848 			this.m_tabProperties.UseVisualStyleBackColor = true;
849 			//
850 			// m_btnTags
851 			//
852 			this.m_btnTags.Location = new System.Drawing.Point(424, 90);
853 			this.m_btnTags.Name = "m_btnTags";
854 			this.m_btnTags.Size = new System.Drawing.Size(32, 23);
855 			this.m_btnTags.TabIndex = 7;
856 			this.m_btnTags.UseVisualStyleBackColor = true;
857 			//
858 			// m_linkTagsInh
859 			//
860 			this.m_linkTagsInh.Location = new System.Drawing.Point(199, 74);
861 			this.m_linkTagsInh.Name = "m_linkTagsInh";
862 			this.m_linkTagsInh.Size = new System.Drawing.Size(260, 14);
863 			this.m_linkTagsInh.TabIndex = 4;
864 			this.m_linkTagsInh.TabStop = true;
865 			this.m_linkTagsInh.Text = "<DYN>";
866 			this.m_linkTagsInh.TextAlign = System.Drawing.ContentAlignment.TopRight;
867 			//
868 			// m_lblCustomData
869 			//
870 			this.m_lblCustomData.AutoSize = true;
871 			this.m_lblCustomData.Location = new System.Drawing.Point(6, 175);
872 			this.m_lblCustomData.Name = "m_lblCustomData";
873 			this.m_lblCustomData.Size = new System.Drawing.Size(63, 13);
874 			this.m_lblCustomData.TabIndex = 10;
875 			this.m_lblCustomData.Text = "&Plugin data:";
876 			//
877 			// m_btnCDDel
878 			//
879 			this.m_btnCDDel.Location = new System.Drawing.Point(381, 192);
880 			this.m_btnCDDel.Name = "m_btnCDDel";
881 			this.m_btnCDDel.Size = new System.Drawing.Size(75, 23);
882 			this.m_btnCDDel.TabIndex = 12;
883 			this.m_btnCDDel.Text = "&Delete";
884 			this.m_btnCDDel.UseVisualStyleBackColor = true;
885 			this.m_btnCDDel.Click += new System.EventHandler(this.OnBtnCDDel);
886 			//
887 			// m_lvCustomData
888 			//
889 			this.m_lvCustomData.FullRowSelect = true;
890 			this.m_lvCustomData.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
891 			this.m_lvCustomData.HideSelection = false;
892 			this.m_lvCustomData.Location = new System.Drawing.Point(9, 193);
893 			this.m_lvCustomData.Name = "m_lvCustomData";
894 			this.m_lvCustomData.ShowItemToolTips = true;
895 			this.m_lvCustomData.Size = new System.Drawing.Size(366, 101);
896 			this.m_lvCustomData.TabIndex = 11;
897 			this.m_lvCustomData.UseCompatibleStateImageBehavior = false;
898 			this.m_lvCustomData.View = System.Windows.Forms.View.Details;
899 			this.m_lvCustomData.SelectedIndexChanged += new System.EventHandler(this.OnCustomDataSelectedIndexChanged);
900 			//
901 			// m_tbTags
902 			//
903 			this.m_tbTags.Location = new System.Drawing.Point(9, 92);
904 			this.m_tbTags.Name = "m_tbTags";
905 			this.m_tbTags.Size = new System.Drawing.Size(409, 20);
906 			this.m_tbTags.TabIndex = 6;
907 			//
908 			// m_lblTags
909 			//
910 			this.m_lblTags.AutoSize = true;
911 			this.m_lblTags.Location = new System.Drawing.Point(6, 74);
912 			this.m_lblTags.Name = "m_lblTags";
913 			this.m_lblTags.Size = new System.Drawing.Size(34, 13);
914 			this.m_lblTags.TabIndex = 5;
915 			this.m_lblTags.Text = "&Tags:";
916 			//
917 			// m_btnPickFgColor
918 			//
919 			this.m_btnPickFgColor.Location = new System.Drawing.Point(165, 9);
920 			this.m_btnPickFgColor.Name = "m_btnPickFgColor";
921 			this.m_btnPickFgColor.Size = new System.Drawing.Size(48, 23);
922 			this.m_btnPickFgColor.TabIndex = 1;
923 			this.m_btnPickFgColor.UseVisualStyleBackColor = true;
924 			this.m_btnPickFgColor.Click += new System.EventHandler(this.OnPickForegroundColor);
925 			//
926 			// m_cbCustomForegroundColor
927 			//
928 			this.m_cbCustomForegroundColor.AutoSize = true;
929 			this.m_cbCustomForegroundColor.Location = new System.Drawing.Point(9, 13);
930 			this.m_cbCustomForegroundColor.Name = "m_cbCustomForegroundColor";
931 			this.m_cbCustomForegroundColor.Size = new System.Drawing.Size(144, 17);
932 			this.m_cbCustomForegroundColor.TabIndex = 0;
933 			this.m_cbCustomForegroundColor.Text = "Custom &foreground color:";
934 			this.m_cbCustomForegroundColor.UseVisualStyleBackColor = true;
935 			this.m_cbCustomForegroundColor.CheckedChanged += new System.EventHandler(this.OnCustomForegroundColorCheckedChanged);
936 			//
937 			// m_tbUuid
938 			//
939 			this.m_tbUuid.Location = new System.Drawing.Point(49, 309);
940 			this.m_tbUuid.Name = "m_tbUuid";
941 			this.m_tbUuid.ReadOnly = true;
942 			this.m_tbUuid.Size = new System.Drawing.Size(407, 20);
943 			this.m_tbUuid.TabIndex = 14;
944 			//
945 			// m_lblUuid
946 			//
947 			this.m_lblUuid.AutoSize = true;
948 			this.m_lblUuid.Location = new System.Drawing.Point(6, 312);
949 			this.m_lblUuid.Name = "m_lblUuid";
950 			this.m_lblUuid.Size = new System.Drawing.Size(37, 13);
951 			this.m_lblUuid.TabIndex = 13;
952 			this.m_lblUuid.Text = "&UUID:";
953 			//
954 			// m_lblOverrideUrl
955 			//
956 			this.m_lblOverrideUrl.AutoSize = true;
957 			this.m_lblOverrideUrl.Location = new System.Drawing.Point(6, 124);
958 			this.m_lblOverrideUrl.Name = "m_lblOverrideUrl";
959 			this.m_lblOverrideUrl.Size = new System.Drawing.Size(222, 13);
960 			this.m_lblOverrideUrl.TabIndex = 8;
961 			this.m_lblOverrideUrl.Text = "O&verride URL (e.g. to use a specific browser):";
962 			//
963 			// m_cbCustomBackgroundColor
964 			//
965 			this.m_cbCustomBackgroundColor.AutoSize = true;
966 			this.m_cbCustomBackgroundColor.Location = new System.Drawing.Point(9, 42);
967 			this.m_cbCustomBackgroundColor.Name = "m_cbCustomBackgroundColor";
968 			this.m_cbCustomBackgroundColor.Size = new System.Drawing.Size(150, 17);
969 			this.m_cbCustomBackgroundColor.TabIndex = 2;
970 			this.m_cbCustomBackgroundColor.Text = "Custom &background color:";
971 			this.m_cbCustomBackgroundColor.UseVisualStyleBackColor = true;
972 			this.m_cbCustomBackgroundColor.CheckedChanged += new System.EventHandler(this.OnCustomBackgroundColorCheckedChanged);
973 			//
974 			// m_btnPickBgColor
975 			//
976 			this.m_btnPickBgColor.Location = new System.Drawing.Point(165, 38);
977 			this.m_btnPickBgColor.Name = "m_btnPickBgColor";
978 			this.m_btnPickBgColor.Size = new System.Drawing.Size(48, 23);
979 			this.m_btnPickBgColor.TabIndex = 3;
980 			this.m_btnPickBgColor.UseVisualStyleBackColor = true;
981 			this.m_btnPickBgColor.Click += new System.EventHandler(this.OnPickBackgroundColor);
982 			//
983 			// m_cmbOverrideUrl
984 			//
985 			this.m_cmbOverrideUrl.IntegralHeight = false;
986 			this.m_cmbOverrideUrl.Location = new System.Drawing.Point(9, 142);
987 			this.m_cmbOverrideUrl.MaxDropDownItems = 16;
988 			this.m_cmbOverrideUrl.Name = "m_cmbOverrideUrl";
989 			this.m_cmbOverrideUrl.Size = new System.Drawing.Size(447, 21);
990 			this.m_cmbOverrideUrl.TabIndex = 9;
991 			this.m_cmbOverrideUrl.TextChanged += new System.EventHandler(this.OnUrlOverrideTextChanged);
992 			//
993 			// m_tabAutoType
994 			//
995 			this.m_tabAutoType.Controls.Add(this.m_btnAutoTypeMore);
996 			this.m_tabAutoType.Controls.Add(this.m_btnAutoTypeDown);
997 			this.m_tabAutoType.Controls.Add(this.m_btnAutoTypeUp);
998 			this.m_tabAutoType.Controls.Add(this.m_linkAutoTypeObfuscation);
999 			this.m_tabAutoType.Controls.Add(this.m_cbAutoTypeObfuscation);
1000 			this.m_tabAutoType.Controls.Add(this.m_btnAutoTypeEditDefault);
1001 			this.m_tabAutoType.Controls.Add(this.m_rbAutoTypeOverride);
1002 			this.m_tabAutoType.Controls.Add(this.m_rbAutoTypeSeqInherit);
1003 			this.m_tabAutoType.Controls.Add(this.m_lblCustomAutoType);
1004 			this.m_tabAutoType.Controls.Add(this.m_cbAutoTypeEnabled);
1005 			this.m_tabAutoType.Controls.Add(this.m_tbDefaultAutoTypeSeq);
1006 			this.m_tabAutoType.Controls.Add(this.m_btnAutoTypeEdit);
1007 			this.m_tabAutoType.Controls.Add(this.m_btnAutoTypeAdd);
1008 			this.m_tabAutoType.Controls.Add(this.m_btnAutoTypeDelete);
1009 			this.m_tabAutoType.Controls.Add(this.m_lvAutoType);
1010 			this.m_tabAutoType.Location = new System.Drawing.Point(4, 22);
1011 			this.m_tabAutoType.Name = "m_tabAutoType";
1012 			this.m_tabAutoType.Size = new System.Drawing.Size(467, 342);
1013 			this.m_tabAutoType.TabIndex = 2;
1014 			this.m_tabAutoType.Text = "Auto-Type";
1015 			this.m_tabAutoType.UseVisualStyleBackColor = true;
1016 			//
1017 			// m_btnAutoTypeMore
1018 			//
1019 			this.m_btnAutoTypeMore.Location = new System.Drawing.Point(382, 285);
1020 			this.m_btnAutoTypeMore.Name = "m_btnAutoTypeMore";
1021 			this.m_btnAutoTypeMore.Size = new System.Drawing.Size(75, 23);
1022 			this.m_btnAutoTypeMore.TabIndex = 12;
1023 			this.m_btnAutoTypeMore.Text = "&More";
1024 			this.m_btnAutoTypeMore.UseVisualStyleBackColor = true;
1025 			this.m_btnAutoTypeMore.Click += new System.EventHandler(this.OnBtnAutoTypeMore);
1026 			//
1027 			// m_btnAutoTypeDown
1028 			//
1029 			this.m_btnAutoTypeDown.Image = global::KeePass.Properties.Resources.B16x16_1DownArrow;
1030 			this.m_btnAutoTypeDown.Location = new System.Drawing.Point(382, 249);
1031 			this.m_btnAutoTypeDown.Name = "m_btnAutoTypeDown";
1032 			this.m_btnAutoTypeDown.Size = new System.Drawing.Size(75, 23);
1033 			this.m_btnAutoTypeDown.TabIndex = 11;
1034 			this.m_btnAutoTypeDown.UseVisualStyleBackColor = true;
1035 			this.m_btnAutoTypeDown.Click += new System.EventHandler(this.OnBtnAutoTypeDown);
1036 			//
1037 			// m_btnAutoTypeUp
1038 			//
1039 			this.m_btnAutoTypeUp.Image = global::KeePass.Properties.Resources.B16x16_1UpArrow;
1040 			this.m_btnAutoTypeUp.Location = new System.Drawing.Point(382, 220);
1041 			this.m_btnAutoTypeUp.Name = "m_btnAutoTypeUp";
1042 			this.m_btnAutoTypeUp.Size = new System.Drawing.Size(75, 23);
1043 			this.m_btnAutoTypeUp.TabIndex = 10;
1044 			this.m_btnAutoTypeUp.UseVisualStyleBackColor = true;
1045 			this.m_btnAutoTypeUp.Click += new System.EventHandler(this.OnBtnAutoTypeUp);
1046 			//
1047 			// m_linkAutoTypeObfuscation
1048 			//
1049 			this.m_linkAutoTypeObfuscation.AutoSize = true;
1050 			this.m_linkAutoTypeObfuscation.Location = new System.Drawing.Point(208, 317);
1051 			this.m_linkAutoTypeObfuscation.Name = "m_linkAutoTypeObfuscation";
1052 			this.m_linkAutoTypeObfuscation.Size = new System.Drawing.Size(68, 13);
1053 			this.m_linkAutoTypeObfuscation.TabIndex = 14;
1054 			this.m_linkAutoTypeObfuscation.TabStop = true;
1055 			this.m_linkAutoTypeObfuscation.Text = "What is this?";
1056 			this.m_linkAutoTypeObfuscation.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.OnAutoTypeObfuscationLink);
1057 			//
1058 			// m_cbAutoTypeObfuscation
1059 			//
1060 			this.m_cbAutoTypeObfuscation.AutoSize = true;
1061 			this.m_cbAutoTypeObfuscation.Location = new System.Drawing.Point(9, 316);
1062 			this.m_cbAutoTypeObfuscation.Name = "m_cbAutoTypeObfuscation";
1063 			this.m_cbAutoTypeObfuscation.Size = new System.Drawing.Size(193, 17);
1064 			this.m_cbAutoTypeObfuscation.TabIndex = 13;
1065 			this.m_cbAutoTypeObfuscation.Text = "Two-&channel auto-type obfuscation";
1066 			this.m_cbAutoTypeObfuscation.UseVisualStyleBackColor = true;
1067 			this.m_cbAutoTypeObfuscation.CheckedChanged += new System.EventHandler(this.OnAutoTypeObfuscationCheckedChanged);
1068 			//
1069 			// m_btnAutoTypeEditDefault
1070 			//
1071 			this.m_btnAutoTypeEditDefault.Location = new System.Drawing.Point(382, 82);
1072 			this.m_btnAutoTypeEditDefault.Name = "m_btnAutoTypeEditDefault";
1073 			this.m_btnAutoTypeEditDefault.Size = new System.Drawing.Size(75, 23);
1074 			this.m_btnAutoTypeEditDefault.TabIndex = 4;
1075 			this.m_btnAutoTypeEditDefault.Text = "Edi&t";
1076 			this.m_btnAutoTypeEditDefault.UseVisualStyleBackColor = true;
1077 			this.m_btnAutoTypeEditDefault.Click += new System.EventHandler(this.OnBtnAutoTypeEditDefault);
1078 			//
1079 			// m_rbAutoTypeOverride
1080 			//
1081 			this.m_rbAutoTypeOverride.AutoSize = true;
1082 			this.m_rbAutoTypeOverride.Location = new System.Drawing.Point(9, 63);
1083 			this.m_rbAutoTypeOverride.Name = "m_rbAutoTypeOverride";
1084 			this.m_rbAutoTypeOverride.Size = new System.Drawing.Size(153, 17);
1085 			this.m_rbAutoTypeOverride.TabIndex = 2;
1086 			this.m_rbAutoTypeOverride.TabStop = true;
1087 			this.m_rbAutoTypeOverride.Text = "O&verride default sequence:";
1088 			this.m_rbAutoTypeOverride.UseVisualStyleBackColor = true;
1089 			//
1090 			// m_rbAutoTypeSeqInherit
1091 			//
1092 			this.m_rbAutoTypeSeqInherit.AutoSize = true;
1093 			this.m_rbAutoTypeSeqInherit.Location = new System.Drawing.Point(9, 42);
1094 			this.m_rbAutoTypeSeqInherit.Name = "m_rbAutoTypeSeqInherit";
1095 			this.m_rbAutoTypeSeqInherit.Size = new System.Drawing.Size(239, 17);
1096 			this.m_rbAutoTypeSeqInherit.TabIndex = 1;
1097 			this.m_rbAutoTypeSeqInherit.TabStop = true;
1098 			this.m_rbAutoTypeSeqInherit.Text = "&Inherit default auto-type sequence from group";
1099 			this.m_rbAutoTypeSeqInherit.UseVisualStyleBackColor = true;
1100 			this.m_rbAutoTypeSeqInherit.CheckedChanged += new System.EventHandler(this.OnAutoTypeSeqInheritCheckedChanged);
1101 			//
1102 			// m_lblCustomAutoType
1103 			//
1104 			this.m_lblCustomAutoType.AutoSize = true;
1105 			this.m_lblCustomAutoType.Location = new System.Drawing.Point(6, 118);
1106 			this.m_lblCustomAutoType.Name = "m_lblCustomAutoType";
1107 			this.m_lblCustomAutoType.Size = new System.Drawing.Size(219, 13);
1108 			this.m_lblCustomAutoType.TabIndex = 5;
1109 			this.m_lblCustomAutoType.Text = "&Use custom sequences for specific windows:";
1110 			//
1111 			// m_cbAutoTypeEnabled
1112 			//
1113 			this.m_cbAutoTypeEnabled.AutoSize = true;
1114 			this.m_cbAutoTypeEnabled.Location = new System.Drawing.Point(9, 13);
1115 			this.m_cbAutoTypeEnabled.Name = "m_cbAutoTypeEnabled";
1116 			this.m_cbAutoTypeEnabled.Size = new System.Drawing.Size(166, 17);
1117 			this.m_cbAutoTypeEnabled.TabIndex = 0;
1118 			this.m_cbAutoTypeEnabled.Text = "E&nable auto-type for this entry";
1119 			this.m_cbAutoTypeEnabled.UseVisualStyleBackColor = true;
1120 			this.m_cbAutoTypeEnabled.CheckedChanged += new System.EventHandler(this.OnAutoTypeEnableCheckedChanged);
1121 			//
1122 			// m_tbDefaultAutoTypeSeq
1123 			//
1124 			this.m_tbDefaultAutoTypeSeq.Location = new System.Drawing.Point(28, 84);
1125 			this.m_tbDefaultAutoTypeSeq.Name = "m_tbDefaultAutoTypeSeq";
1126 			this.m_tbDefaultAutoTypeSeq.Size = new System.Drawing.Size(348, 20);
1127 			this.m_tbDefaultAutoTypeSeq.TabIndex = 3;
1128 			//
1129 			// m_btnAutoTypeEdit
1130 			//
1131 			this.m_btnAutoTypeEdit.Location = new System.Drawing.Point(382, 162);
1132 			this.m_btnAutoTypeEdit.Name = "m_btnAutoTypeEdit";
1133 			this.m_btnAutoTypeEdit.Size = new System.Drawing.Size(75, 23);
1134 			this.m_btnAutoTypeEdit.TabIndex = 8;
1135 			this.m_btnAutoTypeEdit.Text = "&Edit";
1136 			this.m_btnAutoTypeEdit.UseVisualStyleBackColor = true;
1137 			this.m_btnAutoTypeEdit.Click += new System.EventHandler(this.OnBtnAutoTypeEdit);
1138 			//
1139 			// m_btnAutoTypeAdd
1140 			//
1141 			this.m_btnAutoTypeAdd.Location = new System.Drawing.Point(382, 133);
1142 			this.m_btnAutoTypeAdd.Name = "m_btnAutoTypeAdd";
1143 			this.m_btnAutoTypeAdd.Size = new System.Drawing.Size(75, 23);
1144 			this.m_btnAutoTypeAdd.TabIndex = 7;
1145 			this.m_btnAutoTypeAdd.Text = "&Add";
1146 			this.m_btnAutoTypeAdd.UseVisualStyleBackColor = true;
1147 			this.m_btnAutoTypeAdd.Click += new System.EventHandler(this.OnBtnAutoTypeAdd);
1148 			//
1149 			// m_btnAutoTypeDelete
1150 			//
1151 			this.m_btnAutoTypeDelete.Location = new System.Drawing.Point(382, 191);
1152 			this.m_btnAutoTypeDelete.Name = "m_btnAutoTypeDelete";
1153 			this.m_btnAutoTypeDelete.Size = new System.Drawing.Size(75, 23);
1154 			this.m_btnAutoTypeDelete.TabIndex = 9;
1155 			this.m_btnAutoTypeDelete.Text = "&Delete";
1156 			this.m_btnAutoTypeDelete.UseVisualStyleBackColor = true;
1157 			this.m_btnAutoTypeDelete.Click += new System.EventHandler(this.OnBtnAutoTypeDelete);
1158 			//
1159 			// m_lvAutoType
1160 			//
1161 			this.m_lvAutoType.ContextMenuStrip = this.m_ctxAutoType;
1162 			this.m_lvAutoType.FullRowSelect = true;
1163 			this.m_lvAutoType.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
1164 			this.m_lvAutoType.HideSelection = false;
1165 			this.m_lvAutoType.Location = new System.Drawing.Point(9, 134);
1166 			this.m_lvAutoType.Name = "m_lvAutoType";
1167 			this.m_lvAutoType.ShowItemToolTips = true;
1168 			this.m_lvAutoType.Size = new System.Drawing.Size(367, 173);
1169 			this.m_lvAutoType.TabIndex = 6;
1170 			this.m_lvAutoType.UseCompatibleStateImageBehavior = false;
1171 			this.m_lvAutoType.View = System.Windows.Forms.View.Details;
1172 			this.m_lvAutoType.ItemActivate += new System.EventHandler(this.OnAutoTypeItemActivate);
1173 			this.m_lvAutoType.SelectedIndexChanged += new System.EventHandler(this.OnAutoTypeSelectedIndexChanged);
1174 			//
1175 			// m_ctxAutoType
1176 			//
1177 			this.m_ctxAutoType.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
1178             this.m_ctxAutoTypeCopyWnd,
1179             this.m_ctxAutoTypeCopySeq,
1180             this.m_ctxAutoTypeSep0,
1181             this.m_ctxAutoTypeCopyItem,
1182             this.m_ctxAutoTypePasteItem,
1183             this.m_ctxAutoTypeDup,
1184             this.m_ctxAutoTypeSep1,
1185             this.m_ctxAutoTypeSelectAll});
1186 			this.m_ctxAutoType.Name = "m_ctxAutoType";
1187 			this.m_ctxAutoType.Size = new System.Drawing.Size(198, 148);
1188 			this.m_ctxAutoType.Opening += new System.ComponentModel.CancelEventHandler(this.OnCtxAutoTypeOpening);
1189 			//
1190 			// m_ctxAutoTypeCopyWnd
1191 			//
1192 			this.m_ctxAutoTypeCopyWnd.Image = global::KeePass.Properties.Resources.B16x16_EditCopy;
1193 			this.m_ctxAutoTypeCopyWnd.Name = "m_ctxAutoTypeCopyWnd";
1194 			this.m_ctxAutoTypeCopyWnd.Size = new System.Drawing.Size(197, 22);
1195 			this.m_ctxAutoTypeCopyWnd.Text = "Copy &Target Window(s)";
1196 			this.m_ctxAutoTypeCopyWnd.Click += new System.EventHandler(this.OnCtxAutoTypeCopyWnd);
1197 			//
1198 			// m_ctxAutoTypeCopySeq
1199 			//
1200 			this.m_ctxAutoTypeCopySeq.Image = global::KeePass.Properties.Resources.B16x16_EditCopy;
1201 			this.m_ctxAutoTypeCopySeq.Name = "m_ctxAutoTypeCopySeq";
1202 			this.m_ctxAutoTypeCopySeq.Size = new System.Drawing.Size(197, 22);
1203 			this.m_ctxAutoTypeCopySeq.Text = "Copy &Sequence(s)";
1204 			this.m_ctxAutoTypeCopySeq.Click += new System.EventHandler(this.OnCtxAutoTypeCopySeq);
1205 			//
1206 			// m_ctxAutoTypeSep0
1207 			//
1208 			this.m_ctxAutoTypeSep0.Name = "m_ctxAutoTypeSep0";
1209 			this.m_ctxAutoTypeSep0.Size = new System.Drawing.Size(194, 6);
1210 			//
1211 			// m_ctxAutoTypeCopyItem
1212 			//
1213 			this.m_ctxAutoTypeCopyItem.Image = global::KeePass.Properties.Resources.B16x16_EditCopy;
1214 			this.m_ctxAutoTypeCopyItem.Name = "m_ctxAutoTypeCopyItem";
1215 			this.m_ctxAutoTypeCopyItem.Size = new System.Drawing.Size(197, 22);
1216 			this.m_ctxAutoTypeCopyItem.Text = "&Copy Item(s)";
1217 			this.m_ctxAutoTypeCopyItem.Click += new System.EventHandler(this.OnCtxAutoTypeCopyItem);
1218 			//
1219 			// m_ctxAutoTypePasteItem
1220 			//
1221 			this.m_ctxAutoTypePasteItem.Image = global::KeePass.Properties.Resources.B16x16_EditPaste;
1222 			this.m_ctxAutoTypePasteItem.Name = "m_ctxAutoTypePasteItem";
1223 			this.m_ctxAutoTypePasteItem.Size = new System.Drawing.Size(197, 22);
1224 			this.m_ctxAutoTypePasteItem.Text = "&Paste Item(s)";
1225 			this.m_ctxAutoTypePasteItem.Click += new System.EventHandler(this.OnCtxAutoTypePasteItem);
1226 			//
1227 			// m_ctxAutoTypeDup
1228 			//
1229 			this.m_ctxAutoTypeDup.Image = global::KeePass.Properties.Resources.B16x16_EditShred;
1230 			this.m_ctxAutoTypeDup.Name = "m_ctxAutoTypeDup";
1231 			this.m_ctxAutoTypeDup.Size = new System.Drawing.Size(197, 22);
1232 			this.m_ctxAutoTypeDup.Text = "&Duplicate Item(s)";
1233 			this.m_ctxAutoTypeDup.Click += new System.EventHandler(this.OnCtxAutoTypeDup);
1234 			//
1235 			// m_ctxAutoTypeSep1
1236 			//
1237 			this.m_ctxAutoTypeSep1.Name = "m_ctxAutoTypeSep1";
1238 			this.m_ctxAutoTypeSep1.Size = new System.Drawing.Size(194, 6);
1239 			//
1240 			// m_ctxAutoTypeSelectAll
1241 			//
1242 			this.m_ctxAutoTypeSelectAll.Name = "m_ctxAutoTypeSelectAll";
1243 			this.m_ctxAutoTypeSelectAll.Size = new System.Drawing.Size(197, 22);
1244 			this.m_ctxAutoTypeSelectAll.Text = "Select &All";
1245 			this.m_ctxAutoTypeSelectAll.Click += new System.EventHandler(this.OnCtxAutoTypeSelectAll);
1246 			//
1247 			// m_tabHistory
1248 			//
1249 			this.m_tabHistory.Controls.Add(this.m_lblPrev);
1250 			this.m_tabHistory.Controls.Add(this.m_lblModifiedData);
1251 			this.m_tabHistory.Controls.Add(this.m_lblModified);
1252 			this.m_tabHistory.Controls.Add(this.m_lblCreatedData);
1253 			this.m_tabHistory.Controls.Add(this.m_lblCreated);
1254 			this.m_tabHistory.Controls.Add(this.m_btnHistoryDelete);
1255 			this.m_tabHistory.Controls.Add(this.m_btnHistoryView);
1256 			this.m_tabHistory.Controls.Add(this.m_btnHistoryRestore);
1257 			this.m_tabHistory.Controls.Add(this.m_lvHistory);
1258 			this.m_tabHistory.Location = new System.Drawing.Point(4, 22);
1259 			this.m_tabHistory.Name = "m_tabHistory";
1260 			this.m_tabHistory.Size = new System.Drawing.Size(467, 342);
1261 			this.m_tabHistory.TabIndex = 3;
1262 			this.m_tabHistory.Text = "History";
1263 			this.m_tabHistory.UseVisualStyleBackColor = true;
1264 			//
1265 			// m_lblPrev
1266 			//
1267 			this.m_lblPrev.AutoSize = true;
1268 			this.m_lblPrev.Location = new System.Drawing.Point(6, 57);
1269 			this.m_lblPrev.Name = "m_lblPrev";
1270 			this.m_lblPrev.Size = new System.Drawing.Size(93, 13);
1271 			this.m_lblPrev.TabIndex = 4;
1272 			this.m_lblPrev.Text = "&Previous versions:";
1273 			//
1274 			// m_lblModifiedData
1275 			//
1276 			this.m_lblModifiedData.AutoSize = true;
1277 			this.m_lblModifiedData.Location = new System.Drawing.Point(62, 35);
1278 			this.m_lblModifiedData.Name = "m_lblModifiedData";
1279 			this.m_lblModifiedData.Size = new System.Drawing.Size(19, 13);
1280 			this.m_lblModifiedData.TabIndex = 3;
1281 			this.m_lblModifiedData.Text = "<>";
1282 			//
1283 			// m_lblModified
1284 			//
1285 			this.m_lblModified.AutoSize = true;
1286 			this.m_lblModified.Location = new System.Drawing.Point(6, 35);
1287 			this.m_lblModified.Name = "m_lblModified";
1288 			this.m_lblModified.Size = new System.Drawing.Size(50, 13);
1289 			this.m_lblModified.TabIndex = 2;
1290 			this.m_lblModified.Text = "Modified:";
1291 			//
1292 			// m_lblCreatedData
1293 			//
1294 			this.m_lblCreatedData.AutoSize = true;
1295 			this.m_lblCreatedData.Location = new System.Drawing.Point(62, 13);
1296 			this.m_lblCreatedData.Name = "m_lblCreatedData";
1297 			this.m_lblCreatedData.Size = new System.Drawing.Size(19, 13);
1298 			this.m_lblCreatedData.TabIndex = 1;
1299 			this.m_lblCreatedData.Text = "<>";
1300 			//
1301 			// m_lblCreated
1302 			//
1303 			this.m_lblCreated.AutoSize = true;
1304 			this.m_lblCreated.Location = new System.Drawing.Point(6, 13);
1305 			this.m_lblCreated.Name = "m_lblCreated";
1306 			this.m_lblCreated.Size = new System.Drawing.Size(47, 13);
1307 			this.m_lblCreated.TabIndex = 0;
1308 			this.m_lblCreated.Text = "Created:";
1309 			//
1310 			// m_btnHistoryDelete
1311 			//
1312 			this.m_btnHistoryDelete.Location = new System.Drawing.Point(89, 307);
1313 			this.m_btnHistoryDelete.Name = "m_btnHistoryDelete";
1314 			this.m_btnHistoryDelete.Size = new System.Drawing.Size(75, 23);
1315 			this.m_btnHistoryDelete.TabIndex = 7;
1316 			this.m_btnHistoryDelete.Text = "&Delete";
1317 			this.m_btnHistoryDelete.UseVisualStyleBackColor = true;
1318 			this.m_btnHistoryDelete.Click += new System.EventHandler(this.OnBtnHistoryDelete);
1319 			//
1320 			// m_btnHistoryView
1321 			//
1322 			this.m_btnHistoryView.Location = new System.Drawing.Point(8, 307);
1323 			this.m_btnHistoryView.Name = "m_btnHistoryView";
1324 			this.m_btnHistoryView.Size = new System.Drawing.Size(75, 23);
1325 			this.m_btnHistoryView.TabIndex = 6;
1326 			this.m_btnHistoryView.Text = "&View";
1327 			this.m_btnHistoryView.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
1328 			this.m_btnHistoryView.UseVisualStyleBackColor = true;
1329 			this.m_btnHistoryView.Click += new System.EventHandler(this.OnBtnHistoryView);
1330 			//
1331 			// m_btnHistoryRestore
1332 			//
1333 			this.m_btnHistoryRestore.Location = new System.Drawing.Point(382, 307);
1334 			this.m_btnHistoryRestore.Name = "m_btnHistoryRestore";
1335 			this.m_btnHistoryRestore.Size = new System.Drawing.Size(75, 23);
1336 			this.m_btnHistoryRestore.TabIndex = 8;
1337 			this.m_btnHistoryRestore.Text = "&Restore";
1338 			this.m_btnHistoryRestore.UseVisualStyleBackColor = true;
1339 			this.m_btnHistoryRestore.Click += new System.EventHandler(this.OnBtnHistoryRestore);
1340 			//
1341 			// m_lvHistory
1342 			//
1343 			this.m_lvHistory.FullRowSelect = true;
1344 			this.m_lvHistory.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
1345 			this.m_lvHistory.HideSelection = false;
1346 			this.m_lvHistory.Location = new System.Drawing.Point(9, 73);
1347 			this.m_lvHistory.Name = "m_lvHistory";
1348 			this.m_lvHistory.ShowItemToolTips = true;
1349 			this.m_lvHistory.Size = new System.Drawing.Size(447, 228);
1350 			this.m_lvHistory.TabIndex = 5;
1351 			this.m_lvHistory.UseCompatibleStateImageBehavior = false;
1352 			this.m_lvHistory.View = System.Windows.Forms.View.Details;
1353 			this.m_lvHistory.ItemActivate += new System.EventHandler(this.OnHistoryItemActivate);
1354 			this.m_lvHistory.SelectedIndexChanged += new System.EventHandler(this.OnHistorySelectedIndexChanged);
1355 			//
1356 			// m_btnTools
1357 			//
1358 			this.m_btnTools.Location = new System.Drawing.Point(10, 453);
1359 			this.m_btnTools.Name = "m_btnTools";
1360 			this.m_btnTools.Size = new System.Drawing.Size(80, 23);
1361 			this.m_btnTools.TabIndex = 4;
1362 			this.m_btnTools.Text = "T&ools";
1363 			this.m_btnTools.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
1364 			this.m_btnTools.UseVisualStyleBackColor = true;
1365 			this.m_btnTools.Click += new System.EventHandler(this.OnBtnTools);
1366 			//
1367 			// m_bannerImage
1368 			//
1369 			this.m_bannerImage.Dock = System.Windows.Forms.DockStyle.Top;
1370 			this.m_bannerImage.Location = new System.Drawing.Point(0, 0);
1371 			this.m_bannerImage.Name = "m_bannerImage";
1372 			this.m_bannerImage.Size = new System.Drawing.Size(489, 60);
1373 			this.m_bannerImage.TabIndex = 16;
1374 			this.m_bannerImage.TabStop = false;
1375 			//
1376 			// m_ctxPwGen
1377 			//
1378 			this.m_ctxPwGen.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
1379             this.m_ctxPwGenOpen});
1380 			this.m_ctxPwGen.Name = "m_ctxPwGen";
1381 			this.m_ctxPwGen.Size = new System.Drawing.Size(221, 26);
1382 			//
1383 			// m_ctxPwGenOpen
1384 			//
1385 			this.m_ctxPwGenOpen.Image = global::KeePass.Properties.Resources.B16x16_Key_New;
1386 			this.m_ctxPwGenOpen.Name = "m_ctxPwGenOpen";
1387 			this.m_ctxPwGenOpen.Size = new System.Drawing.Size(220, 22);
1388 			this.m_ctxPwGenOpen.Text = "&Open Password Generator...";
1389 			this.m_ctxPwGenOpen.Click += new System.EventHandler(this.OnPwGenOpen);
1390 			//
1391 			// m_ctxTools
1392 			//
1393 			this.m_ctxTools.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
1394             this.m_ctxToolsHelp,
1395             this.m_ctxToolsSep0,
1396             this.m_ctxToolsUrlHelp,
1397             this.m_ctxToolsUrlSelApp,
1398             this.m_ctxToolsUrlSelDoc,
1399             this.m_ctxToolsSep1,
1400             this.m_ctxToolsFieldRefs});
1401 			this.m_ctxTools.Name = "m_ctxTools";
1402 			this.m_ctxTools.Size = new System.Drawing.Size(234, 126);
1403 			//
1404 			// m_ctxToolsHelp
1405 			//
1406 			this.m_ctxToolsHelp.Image = global::KeePass.Properties.Resources.B16x16_Help;
1407 			this.m_ctxToolsHelp.Name = "m_ctxToolsHelp";
1408 			this.m_ctxToolsHelp.Size = new System.Drawing.Size(233, 22);
1409 			this.m_ctxToolsHelp.Text = "&Help";
1410 			this.m_ctxToolsHelp.Click += new System.EventHandler(this.OnCtxToolsHelp);
1411 			//
1412 			// m_ctxToolsSep0
1413 			//
1414 			this.m_ctxToolsSep0.Name = "m_ctxToolsSep0";
1415 			this.m_ctxToolsSep0.Size = new System.Drawing.Size(230, 6);
1416 			//
1417 			// m_ctxToolsUrlHelp
1418 			//
1419 			this.m_ctxToolsUrlHelp.Image = global::KeePass.Properties.Resources.B16x16_Help;
1420 			this.m_ctxToolsUrlHelp.Name = "m_ctxToolsUrlHelp";
1421 			this.m_ctxToolsUrlHelp.Size = new System.Drawing.Size(233, 22);
1422 			this.m_ctxToolsUrlHelp.Text = "&URL Field: Help";
1423 			this.m_ctxToolsUrlHelp.Click += new System.EventHandler(this.OnCtxUrlHelp);
1424 			//
1425 			// m_ctxToolsUrlSelApp
1426 			//
1427 			this.m_ctxToolsUrlSelApp.Image = global::KeePass.Properties.Resources.B16x16_View_Detailed;
1428 			this.m_ctxToolsUrlSelApp.Name = "m_ctxToolsUrlSelApp";
1429 			this.m_ctxToolsUrlSelApp.Size = new System.Drawing.Size(233, 22);
1430 			this.m_ctxToolsUrlSelApp.Text = "URL Field: Select &Application...";
1431 			this.m_ctxToolsUrlSelApp.Click += new System.EventHandler(this.OnCtxUrlSelApp);
1432 			//
1433 			// m_ctxToolsUrlSelDoc
1434 			//
1435 			this.m_ctxToolsUrlSelDoc.Image = global::KeePass.Properties.Resources.B16x16_CompFile;
1436 			this.m_ctxToolsUrlSelDoc.Name = "m_ctxToolsUrlSelDoc";
1437 			this.m_ctxToolsUrlSelDoc.Size = new System.Drawing.Size(233, 22);
1438 			this.m_ctxToolsUrlSelDoc.Text = "URL Field: Select &Document...";
1439 			this.m_ctxToolsUrlSelDoc.Click += new System.EventHandler(this.OnCtxUrlSelDoc);
1440 			//
1441 			// m_ctxToolsSep1
1442 			//
1443 			this.m_ctxToolsSep1.Name = "m_ctxToolsSep1";
1444 			this.m_ctxToolsSep1.Size = new System.Drawing.Size(230, 6);
1445 			//
1446 			// m_ctxToolsFieldRefs
1447 			//
1448 			this.m_ctxToolsFieldRefs.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1449             this.m_ctxToolsFieldRefsInTitle,
1450             this.m_ctxToolsFieldRefsInUserName,
1451             this.m_ctxToolsFieldRefsInPassword,
1452             this.m_ctxToolsFieldRefsInUrl,
1453             this.m_ctxToolsFieldRefsInNotes});
1454 			this.m_ctxToolsFieldRefs.Name = "m_ctxToolsFieldRefs";
1455 			this.m_ctxToolsFieldRefs.Size = new System.Drawing.Size(233, 22);
1456 			this.m_ctxToolsFieldRefs.Text = "Insert Field &Reference";
1457 			//
1458 			// m_ctxToolsFieldRefsInTitle
1459 			//
1460 			this.m_ctxToolsFieldRefsInTitle.Name = "m_ctxToolsFieldRefsInTitle";
1461 			this.m_ctxToolsFieldRefsInTitle.Size = new System.Drawing.Size(173, 22);
1462 			this.m_ctxToolsFieldRefsInTitle.Text = "In &Title Field";
1463 			this.m_ctxToolsFieldRefsInTitle.Click += new System.EventHandler(this.OnFieldRefInTitle);
1464 			//
1465 			// m_ctxToolsFieldRefsInUserName
1466 			//
1467 			this.m_ctxToolsFieldRefsInUserName.Name = "m_ctxToolsFieldRefsInUserName";
1468 			this.m_ctxToolsFieldRefsInUserName.Size = new System.Drawing.Size(173, 22);
1469 			this.m_ctxToolsFieldRefsInUserName.Text = "In User &Name Field";
1470 			this.m_ctxToolsFieldRefsInUserName.Click += new System.EventHandler(this.OnFieldRefInUserName);
1471 			//
1472 			// m_ctxToolsFieldRefsInPassword
1473 			//
1474 			this.m_ctxToolsFieldRefsInPassword.Name = "m_ctxToolsFieldRefsInPassword";
1475 			this.m_ctxToolsFieldRefsInPassword.Size = new System.Drawing.Size(173, 22);
1476 			this.m_ctxToolsFieldRefsInPassword.Text = "In &Password Field";
1477 			this.m_ctxToolsFieldRefsInPassword.Click += new System.EventHandler(this.OnFieldRefInPassword);
1478 			//
1479 			// m_ctxToolsFieldRefsInUrl
1480 			//
1481 			this.m_ctxToolsFieldRefsInUrl.Name = "m_ctxToolsFieldRefsInUrl";
1482 			this.m_ctxToolsFieldRefsInUrl.Size = new System.Drawing.Size(173, 22);
1483 			this.m_ctxToolsFieldRefsInUrl.Text = "In &URL Field";
1484 			this.m_ctxToolsFieldRefsInUrl.Click += new System.EventHandler(this.OnFieldRefInUrl);
1485 			//
1486 			// m_ctxToolsFieldRefsInNotes
1487 			//
1488 			this.m_ctxToolsFieldRefsInNotes.Name = "m_ctxToolsFieldRefsInNotes";
1489 			this.m_ctxToolsFieldRefsInNotes.Size = new System.Drawing.Size(173, 22);
1490 			this.m_ctxToolsFieldRefsInNotes.Text = "In N&otes Field";
1491 			this.m_ctxToolsFieldRefsInNotes.Click += new System.EventHandler(this.OnFieldRefInNotes);
1492 			//
1493 			// m_ctxBinAttach
1494 			//
1495 			this.m_ctxBinAttach.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
1496             this.m_ctxBinImportFile,
1497             this.m_ctxBinSep0,
1498             this.m_ctxBinNew});
1499 			this.m_ctxBinAttach.Name = "m_ctxBinAttach";
1500 			this.m_ctxBinAttach.Size = new System.Drawing.Size(212, 54);
1501 			//
1502 			// m_ctxBinImportFile
1503 			//
1504 			this.m_ctxBinImportFile.Image = global::KeePass.Properties.Resources.B16x16_Folder_Yellow_Open;
1505 			this.m_ctxBinImportFile.Name = "m_ctxBinImportFile";
1506 			this.m_ctxBinImportFile.Size = new System.Drawing.Size(211, 22);
1507 			this.m_ctxBinImportFile.Text = "Attach &File(s)...";
1508 			this.m_ctxBinImportFile.Click += new System.EventHandler(this.OnCtxBinImport);
1509 			//
1510 			// m_ctxBinSep0
1511 			//
1512 			this.m_ctxBinSep0.Name = "m_ctxBinSep0";
1513 			this.m_ctxBinSep0.Size = new System.Drawing.Size(208, 6);
1514 			//
1515 			// m_ctxBinNew
1516 			//
1517 			this.m_ctxBinNew.Image = global::KeePass.Properties.Resources.B16x16_FileNew;
1518 			this.m_ctxBinNew.Name = "m_ctxBinNew";
1519 			this.m_ctxBinNew.Size = new System.Drawing.Size(211, 22);
1520 			this.m_ctxBinNew.Text = "&Create Empty Attachment";
1521 			this.m_ctxBinNew.Click += new System.EventHandler(this.OnCtxBinNew);
1522 			//
1523 			// PwEntryForm
1524 			//
1525 			this.AcceptButton = this.m_btnOK;
1526 			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
1527 			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
1528 			this.CancelButton = this.m_btnCancel;
1529 			this.ClientSize = new System.Drawing.Size(489, 486);
1530 			this.Controls.Add(this.m_tabMain);
1531 			this.Controls.Add(this.m_lblSeparator);
1532 			this.Controls.Add(this.m_bannerImage);
1533 			this.Controls.Add(this.m_btnTools);
1534 			this.Controls.Add(this.m_btnCancel);
1535 			this.Controls.Add(this.m_btnOK);
1536 			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
1537 			this.MaximizeBox = false;
1538 			this.MinimizeBox = false;
1539 			this.Name = "PwEntryForm";
1540 			this.ShowInTaskbar = false;
1541 			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
1542 			this.Text = "<DYN>";
1543 			this.Load += new System.EventHandler(this.OnFormLoad);
1544 			this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OnFormClosed);
1545 			this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OnFormClosing);
1546 			this.m_tabMain.ResumeLayout(false);
1547 			this.m_tabEntry.ResumeLayout(false);
1548 			this.m_tabEntry.PerformLayout();
1549 			this.m_ctxDefaultTimes.ResumeLayout(false);
1550 			this.m_tabAdvanced.ResumeLayout(false);
1551 			this.m_grpAttachments.ResumeLayout(false);
1552 			this.m_grpStringFields.ResumeLayout(false);
1553 			this.m_ctxStr.ResumeLayout(false);
1554 			this.m_tabProperties.ResumeLayout(false);
1555 			this.m_tabProperties.PerformLayout();
1556 			this.m_tabAutoType.ResumeLayout(false);
1557 			this.m_tabAutoType.PerformLayout();
1558 			this.m_ctxAutoType.ResumeLayout(false);
1559 			this.m_tabHistory.ResumeLayout(false);
1560 			this.m_tabHistory.PerformLayout();
1561 			((System.ComponentModel.ISupportInitialize)(this.m_bannerImage)).EndInit();
1562 			this.m_ctxPwGen.ResumeLayout(false);
1563 			this.m_ctxTools.ResumeLayout(false);
1564 			this.m_ctxBinAttach.ResumeLayout(false);
1565 			this.ResumeLayout(false);
1566 
1567 		}
1568 
1569 		#endregion
1570 
1571 		private System.Windows.Forms.Label m_lblUserName;
1572 		private System.Windows.Forms.Label m_lblPassword;
1573 		private System.Windows.Forms.Label m_lblTitle;
1574 		private System.Windows.Forms.Label m_lblPasswordRepeat;
1575 		private System.Windows.Forms.Label m_lblUrl;
1576 		private System.Windows.Forms.Label m_lblNotes;
1577 		private System.Windows.Forms.Label m_lblQuality;
1578 		private System.Windows.Forms.TextBox m_tbTitle;
1579 		private System.Windows.Forms.Button m_btnIcon;
1580 		private System.Windows.Forms.Label m_lblIcon;
1581 		private System.Windows.Forms.TextBox m_tbUserName;
1582 		private KeePass.UI.SecureTextBoxEx m_tbPassword;
1583 		private KeePass.UI.SecureTextBoxEx m_tbRepeatPassword;
1584 		private KeePass.UI.QualityProgressBar m_pbQuality;
1585 		private System.Windows.Forms.TextBox m_tbUrl;
1586 		private KeePass.UI.CustomRichTextBoxEx m_rtNotes;
1587 		private System.Windows.Forms.CheckBox m_cbExpires;
1588 		private System.Windows.Forms.DateTimePicker m_dtExpireDateTime;
1589 		private System.Windows.Forms.Button m_btnStandardExpires;
1590 		private System.Windows.Forms.Button m_btnOK;
1591 		private System.Windows.Forms.Button m_btnCancel;
1592 		private System.Windows.Forms.CheckBox m_cbHidePassword;
1593 		private System.Windows.Forms.Button m_btnGenPw;
1594 		private System.Windows.Forms.Label m_lblQualityInfo;
1595 		private System.Windows.Forms.PictureBox m_bannerImage;
1596 		private System.Windows.Forms.ToolTip m_ttRect;
1597 		private System.Windows.Forms.Label m_lblSeparator;
1598 		private System.Windows.Forms.ToolTip m_ttBalloon;
1599 		private System.Windows.Forms.TabControl m_tabMain;
1600 		private System.Windows.Forms.TabPage m_tabEntry;
1601 		private System.Windows.Forms.TabPage m_tabAdvanced;
1602 		private System.Windows.Forms.TabPage m_tabAutoType;
1603 		private System.Windows.Forms.TabPage m_tabHistory;
1604 		private System.Windows.Forms.GroupBox m_grpAttachments;
1605 		private System.Windows.Forms.Button m_btnBinSave;
1606 		private System.Windows.Forms.Button m_btnBinDelete;
1607 		private System.Windows.Forms.Button m_btnBinAdd;
1608 		private KeePass.UI.CustomListViewEx m_lvBinaries;
1609 		private System.Windows.Forms.GroupBox m_grpStringFields;
1610 		private System.Windows.Forms.Button m_btnStrEdit;
1611 		private System.Windows.Forms.Button m_btnStrDelete;
1612 		private System.Windows.Forms.Button m_btnStrAdd;
1613 		private KeePass.UI.CustomListViewEx m_lvStrings;
1614 		private System.Windows.Forms.Button m_btnTools;
1615 		private System.Windows.Forms.Button m_btnAutoTypeEdit;
1616 		private System.Windows.Forms.Button m_btnAutoTypeAdd;
1617 		private System.Windows.Forms.Button m_btnAutoTypeDelete;
1618 		private KeePass.UI.CustomListViewEx m_lvAutoType;
1619 		private System.Windows.Forms.Button m_btnHistoryRestore;
1620 		private System.Windows.Forms.Button m_btnHistoryView;
1621 		private KeePass.UI.CustomListViewEx m_lvHistory;
1622 		private System.Windows.Forms.Button m_btnHistoryDelete;
1623 		private KeePass.UI.CustomContextMenuStripEx m_ctxDefaultTimes;
1624 		private System.Windows.Forms.ToolStripMenuItem m_menuExpireNow;
1625 		private System.Windows.Forms.ToolStripSeparator m_menuExpireSep0;
1626 		private System.Windows.Forms.ToolStripMenuItem m_menuExpire1Week;
1627 		private System.Windows.Forms.ToolStripMenuItem m_menuExpire2Weeks;
1628 		private System.Windows.Forms.ToolStripSeparator m_menuExpireSep1;
1629 		private System.Windows.Forms.ToolStripMenuItem m_menuExpire1Month;
1630 		private System.Windows.Forms.ToolStripMenuItem m_menuExpire3Months;
1631 		private System.Windows.Forms.ToolStripMenuItem m_menuExpire6Months;
1632 		private System.Windows.Forms.ToolStripSeparator m_menuExpireSep2;
1633 		private System.Windows.Forms.ToolStripMenuItem m_menuExpire1Year;
1634 		private KeePass.UI.CustomContextMenuStripEx m_ctxAutoType;
1635 		private System.Windows.Forms.ToolStripMenuItem m_ctxAutoTypeCopySeq;
1636 		private System.Windows.Forms.TextBox m_tbDefaultAutoTypeSeq;
1637 		private System.Windows.Forms.CheckBox m_cbAutoTypeEnabled;
1638 		private System.Windows.Forms.Label m_lblCustomAutoType;
1639 		private System.Windows.Forms.RadioButton m_rbAutoTypeOverride;
1640 		private System.Windows.Forms.RadioButton m_rbAutoTypeSeqInherit;
1641 		private System.Windows.Forms.Button m_btnAutoTypeEditDefault;
1642 		private System.Windows.Forms.Button m_btnStrMore;
1643 		private KeePass.UI.CustomContextMenuStripEx m_ctxPwGen;
1644 		private System.Windows.Forms.ToolStripMenuItem m_ctxPwGenOpen;
1645 		private System.Windows.Forms.TabPage m_tabProperties;
1646 		private System.Windows.Forms.Button m_btnPickBgColor;
1647 		private System.Windows.Forms.CheckBox m_cbCustomBackgroundColor;
1648 		private System.Windows.Forms.Label m_lblOverrideUrl;
1649 		private System.Windows.Forms.LinkLabel m_linkAutoTypeObfuscation;
1650 		private System.Windows.Forms.CheckBox m_cbAutoTypeObfuscation;
1651 		private KeePass.UI.SplitButtonEx m_btnBinOpen;
1652 		private System.Windows.Forms.TextBox m_tbUuid;
1653 		private System.Windows.Forms.Label m_lblUuid;
1654 		private KeePass.UI.CustomContextMenuStripEx m_ctxTools;
1655 		private System.Windows.Forms.ToolStripMenuItem m_ctxToolsHelp;
1656 		private System.Windows.Forms.ToolStripSeparator m_ctxToolsSep0;
1657 		private System.Windows.Forms.ToolStripMenuItem m_ctxToolsUrlHelp;
1658 		private System.Windows.Forms.ToolStripMenuItem m_ctxToolsUrlSelApp;
1659 		private System.Windows.Forms.ToolStripMenuItem m_ctxToolsUrlSelDoc;
1660 		private System.Windows.Forms.ToolStripSeparator m_ctxToolsSep1;
1661 		private System.Windows.Forms.ToolStripMenuItem m_ctxToolsFieldRefs;
1662 		private System.Windows.Forms.ToolStripMenuItem m_ctxToolsFieldRefsInTitle;
1663 		private System.Windows.Forms.ToolStripMenuItem m_ctxToolsFieldRefsInUserName;
1664 		private System.Windows.Forms.ToolStripMenuItem m_ctxToolsFieldRefsInPassword;
1665 		private System.Windows.Forms.ToolStripMenuItem m_ctxToolsFieldRefsInUrl;
1666 		private System.Windows.Forms.ToolStripMenuItem m_ctxToolsFieldRefsInNotes;
1667 		private System.Windows.Forms.Button m_btnPickFgColor;
1668 		private System.Windows.Forms.CheckBox m_cbCustomForegroundColor;
1669 		private System.Windows.Forms.TextBox m_tbTags;
1670 		private System.Windows.Forms.Label m_lblTags;
1671 		private KeePass.UI.CustomContextMenuStripEx m_ctxBinAttach;
1672 		private System.Windows.Forms.ToolStripMenuItem m_ctxBinImportFile;
1673 		private System.Windows.Forms.ToolStripSeparator m_ctxBinSep0;
1674 		private System.Windows.Forms.ToolStripMenuItem m_ctxBinNew;
1675 		private KeePass.UI.ImageComboBoxEx m_cmbOverrideUrl;
1676 		private System.Windows.Forms.Button m_btnAutoTypeDown;
1677 		private System.Windows.Forms.Button m_btnAutoTypeUp;
1678 		private System.Windows.Forms.Label m_lblCustomData;
1679 		private System.Windows.Forms.Button m_btnCDDel;
1680 		private KeePass.UI.CustomListViewEx m_lvCustomData;
1681 		private System.Windows.Forms.Label m_lblModifiedData;
1682 		private System.Windows.Forms.Label m_lblModified;
1683 		private System.Windows.Forms.Label m_lblCreatedData;
1684 		private System.Windows.Forms.Label m_lblCreated;
1685 		private System.Windows.Forms.Label m_lblPrev;
1686 		private System.Windows.Forms.LinkLabel m_linkTagsInh;
1687 		private System.Windows.Forms.Button m_btnTags;
1688 		private System.Windows.Forms.CheckBox m_cbQualityCheck;
1689 		private KeePass.UI.CustomContextMenuStripEx m_ctxStr;
1690 		private System.Windows.Forms.ToolStripSeparator m_ctxStrSep0;
1691 		private System.Windows.Forms.ToolStripMenuItem m_ctxStrMoveTo;
1692 		private System.Windows.Forms.ToolStripMenuItem m_ctxStrMoveToTitle;
1693 		private System.Windows.Forms.ToolStripMenuItem m_ctxStrMoveToUserName;
1694 		private System.Windows.Forms.ToolStripMenuItem m_ctxStrMoveToPassword;
1695 		private System.Windows.Forms.ToolStripMenuItem m_ctxStrMoveToUrl;
1696 		private System.Windows.Forms.ToolStripMenuItem m_ctxStrMoveToNotes;
1697 		private System.Windows.Forms.ToolStripMenuItem m_ctxStrCopyName;
1698 		private System.Windows.Forms.ToolStripMenuItem m_ctxStrCopyValue;
1699 		private System.Windows.Forms.ToolStripSeparator m_ctxStrSep1;
1700 		private System.Windows.Forms.ToolStripMenuItem m_ctxStrCopyItem;
1701 		private System.Windows.Forms.ToolStripMenuItem m_ctxStrPasteItem;
1702 		private System.Windows.Forms.ToolStripMenuItem m_ctxAutoTypeCopyWnd;
1703 		private System.Windows.Forms.ToolStripSeparator m_ctxAutoTypeSep0;
1704 		private System.Windows.Forms.ToolStripMenuItem m_ctxAutoTypeCopyItem;
1705 		private System.Windows.Forms.ToolStripMenuItem m_ctxAutoTypePasteItem;
1706 		private System.Windows.Forms.ToolStripMenuItem m_ctxAutoTypeDup;
1707 		private System.Windows.Forms.Button m_btnAutoTypeMore;
1708 		private System.Windows.Forms.ToolStripMenuItem m_ctxStrSelectAll;
1709 		private System.Windows.Forms.ToolStripSeparator m_ctxStrSep2;
1710 		private System.Windows.Forms.ToolStripSeparator m_ctxAutoTypeSep1;
1711 		private System.Windows.Forms.ToolStripMenuItem m_ctxAutoTypeSelectAll;
1712 	}
1713 }