1 namespace KeePass.Forms
2 {
3 	partial class MainForm
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_ctxGroupList = new KeePass.UI.CustomContextMenuStripEx(this.components);
33 			this.m_ctxGroupFind = new System.Windows.Forms.ToolStripMenuItem();
34 			this.m_ctxGroupFindProfiles = new System.Windows.Forms.ToolStripMenuItem();
35 			this.m_ctxPwList = new KeePass.UI.CustomContextMenuStripEx(this.components);
36 			this.m_ctxEntryUrl = new System.Windows.Forms.ToolStripMenuItem();
37 			this.m_ctxEntryCopyString = new System.Windows.Forms.ToolStripMenuItem();
38 			this.m_ctxEntryAttachments = new System.Windows.Forms.ToolStripMenuItem();
39 			this.m_ctxEntrySep0 = new System.Windows.Forms.ToolStripSeparator();
40 			this.m_ctxEntryAutoTypeAdv = new System.Windows.Forms.ToolStripMenuItem();
41 			this.m_ctxEntrySep1 = new System.Windows.Forms.ToolStripSeparator();
42 			this.m_ctxEntryEditQuick = new System.Windows.Forms.ToolStripMenuItem();
43 			this.m_ctxEntryTagAdd = new System.Windows.Forms.ToolStripMenuItem();
44 			this.m_ctxEntryTagRemove = new System.Windows.Forms.ToolStripMenuItem();
45 			this.m_ctxEntrySep2 = new System.Windows.Forms.ToolStripSeparator();
46 			this.m_ctxEntryRearrange = new System.Windows.Forms.ToolStripMenuItem();
47 			this.m_ctxEntryMoveToGroup = new System.Windows.Forms.ToolStripMenuItem();
48 			this.m_menuMain = new KeePass.UI.CustomMenuStripEx();
49 			this.m_menuFile = new System.Windows.Forms.ToolStripMenuItem();
50 			this.m_menuFileNew = new System.Windows.Forms.ToolStripMenuItem();
51 			this.m_menuFileOpen = new System.Windows.Forms.ToolStripMenuItem();
52 			this.m_menuFileOpenLocal = new System.Windows.Forms.ToolStripMenuItem();
53 			this.m_menuFileOpenUrl = new System.Windows.Forms.ToolStripMenuItem();
54 			this.m_menuFileOpenSep0 = new System.Windows.Forms.ToolStripSeparator();
55 			this.m_menuFileFind = new System.Windows.Forms.ToolStripMenuItem();
56 			this.m_menuFileFindInFolder = new System.Windows.Forms.ToolStripMenuItem();
57 			this.m_menuFileRecent = new System.Windows.Forms.ToolStripMenuItem();
58 			this.m_menuFileRecentDummy = new System.Windows.Forms.ToolStripMenuItem();
59 			this.m_menuFileClose = new System.Windows.Forms.ToolStripMenuItem();
60 			this.m_menuFileSep0 = new System.Windows.Forms.ToolStripSeparator();
61 			this.m_menuFileSave = new System.Windows.Forms.ToolStripMenuItem();
62 			this.m_menuFileSaveAs = new System.Windows.Forms.ToolStripMenuItem();
63 			this.m_menuFileSaveAsLocal = new System.Windows.Forms.ToolStripMenuItem();
64 			this.m_menuFileSaveAsUrl = new System.Windows.Forms.ToolStripMenuItem();
65 			this.m_menuFileSaveAsSep0 = new System.Windows.Forms.ToolStripSeparator();
66 			this.m_menuFileSaveAsCopy = new System.Windows.Forms.ToolStripMenuItem();
67 			this.m_menuFileSep1 = new System.Windows.Forms.ToolStripSeparator();
68 			this.m_menuFileDbSettings = new System.Windows.Forms.ToolStripMenuItem();
69 			this.m_menuFileChangeMasterKey = new System.Windows.Forms.ToolStripMenuItem();
70 			this.m_menuFileSep2 = new System.Windows.Forms.ToolStripSeparator();
71 			this.m_menuFilePrint = new System.Windows.Forms.ToolStripMenuItem();
72 			this.m_menuFilePrintDatabase = new System.Windows.Forms.ToolStripMenuItem();
73 			this.m_menuFilePrintSep0 = new System.Windows.Forms.ToolStripSeparator();
74 			this.m_menuFilePrintEmSheet = new System.Windows.Forms.ToolStripMenuItem();
75 			this.m_menuFilePrintKeyFile = new System.Windows.Forms.ToolStripMenuItem();
76 			this.m_menuFileSep3 = new System.Windows.Forms.ToolStripSeparator();
77 			this.m_menuFileImport = new System.Windows.Forms.ToolStripMenuItem();
78 			this.m_menuFileExport = new System.Windows.Forms.ToolStripMenuItem();
79 			this.m_menuFileSync = new System.Windows.Forms.ToolStripMenuItem();
80 			this.m_menuFileSyncFile = new System.Windows.Forms.ToolStripMenuItem();
81 			this.m_menuFileSyncUrl = new System.Windows.Forms.ToolStripMenuItem();
82 			this.m_menuFileSyncSep0 = new System.Windows.Forms.ToolStripSeparator();
83 			this.m_menuFileSyncRecent = new System.Windows.Forms.ToolStripMenuItem();
84 			this.m_menuFileSyncRecentDummy = new System.Windows.Forms.ToolStripMenuItem();
85 			this.m_menuFileSep4 = new System.Windows.Forms.ToolStripSeparator();
86 			this.m_menuFileLock = new System.Windows.Forms.ToolStripMenuItem();
87 			this.m_menuFileExit = new System.Windows.Forms.ToolStripMenuItem();
88 			this.m_menuGroup = new System.Windows.Forms.ToolStripMenuItem();
89 			this.m_menuGroupAdd = new System.Windows.Forms.ToolStripMenuItem();
90 			this.m_menuGroupEdit = new System.Windows.Forms.ToolStripMenuItem();
91 			this.m_menuGroupDuplicate = new System.Windows.Forms.ToolStripMenuItem();
92 			this.m_menuGroupDelete = new System.Windows.Forms.ToolStripMenuItem();
93 			this.m_menuGroupEmptyRB = new System.Windows.Forms.ToolStripMenuItem();
94 			this.m_menuGroupSep0 = new System.Windows.Forms.ToolStripSeparator();
95 			this.m_menuGroupRearrange = new System.Windows.Forms.ToolStripMenuItem();
96 			this.m_menuGroupMoveToTop = new System.Windows.Forms.ToolStripMenuItem();
97 			this.m_menuGroupMoveOneUp = new System.Windows.Forms.ToolStripMenuItem();
98 			this.m_menuGroupMoveOneDown = new System.Windows.Forms.ToolStripMenuItem();
99 			this.m_menuGroupMoveToBottom = new System.Windows.Forms.ToolStripMenuItem();
100 			this.m_menuGroupMoveSep0 = new System.Windows.Forms.ToolStripSeparator();
101 			this.m_menuGroupMoveToPreviousParent = new System.Windows.Forms.ToolStripMenuItem();
102 			this.m_menuGroupMoveSep1 = new System.Windows.Forms.ToolStripSeparator();
103 			this.m_menuGroupSort = new System.Windows.Forms.ToolStripMenuItem();
104 			this.m_menuGroupSortRec = new System.Windows.Forms.ToolStripMenuItem();
105 			this.m_menuGroupMoveSep2 = new System.Windows.Forms.ToolStripSeparator();
106 			this.m_menuGroupExpand = new System.Windows.Forms.ToolStripMenuItem();
107 			this.m_menuGroupCollapse = new System.Windows.Forms.ToolStripMenuItem();
108 			this.m_menuGroupDX = new System.Windows.Forms.ToolStripMenuItem();
109 			this.m_menuGroupClipCopy = new System.Windows.Forms.ToolStripMenuItem();
110 			this.m_menuGroupClipCopyPlain = new System.Windows.Forms.ToolStripMenuItem();
111 			this.m_menuGroupClipPaste = new System.Windows.Forms.ToolStripMenuItem();
112 			this.m_menuGroupDXSep0 = new System.Windows.Forms.ToolStripSeparator();
113 			this.m_menuGroupPrint = new System.Windows.Forms.ToolStripMenuItem();
114 			this.m_menuGroupExport = new System.Windows.Forms.ToolStripMenuItem();
115 			this.m_menuEntry = new System.Windows.Forms.ToolStripMenuItem();
116 			this.m_menuEntryCopyUserName = new System.Windows.Forms.ToolStripMenuItem();
117 			this.m_menuEntryCopyPassword = new System.Windows.Forms.ToolStripMenuItem();
118 			this.m_menuEntryUrl = new System.Windows.Forms.ToolStripMenuItem();
119 			this.m_menuEntryOpenUrl = new System.Windows.Forms.ToolStripMenuItem();
120 			this.m_menuEntryCopyUrl = new System.Windows.Forms.ToolStripMenuItem();
121 			this.m_menuEntryCopyString = new System.Windows.Forms.ToolStripMenuItem();
122 			this.m_menuEntryAttachments = new System.Windows.Forms.ToolStripMenuItem();
123 			this.m_menuEntrySaveAttachedFiles = new System.Windows.Forms.ToolStripMenuItem();
124 			this.m_menuEntrySep0 = new System.Windows.Forms.ToolStripSeparator();
125 			this.m_menuEntryPerformAutoType = new System.Windows.Forms.ToolStripMenuItem();
126 			this.m_menuEntryAutoTypeAdv = new System.Windows.Forms.ToolStripMenuItem();
127 			this.m_menuEntrySep1 = new System.Windows.Forms.ToolStripSeparator();
128 			this.m_menuEntryAdd = new System.Windows.Forms.ToolStripMenuItem();
129 			this.m_menuEntryEdit = new System.Windows.Forms.ToolStripMenuItem();
130 			this.m_menuEntryEditQuick = new System.Windows.Forms.ToolStripMenuItem();
131 			this.m_menuEntryIcon = new System.Windows.Forms.ToolStripMenuItem();
132 			this.m_menuEntryColor = new System.Windows.Forms.ToolStripMenuItem();
133 			this.m_menuEntryColorStandard = new System.Windows.Forms.ToolStripMenuItem();
134 			this.m_menuEntryColorSep0 = new System.Windows.Forms.ToolStripSeparator();
135 			this.m_menuEntryColorLightRed = new System.Windows.Forms.ToolStripMenuItem();
136 			this.m_menuEntryColorLightGreen = new System.Windows.Forms.ToolStripMenuItem();
137 			this.m_menuEntryColorLightBlue = new System.Windows.Forms.ToolStripMenuItem();
138 			this.m_menuEntryColorLightYellow = new System.Windows.Forms.ToolStripMenuItem();
139 			this.m_menuEntryColorSep1 = new System.Windows.Forms.ToolStripSeparator();
140 			this.m_menuEntryColorCustom = new System.Windows.Forms.ToolStripMenuItem();
141 			this.m_menuEntryEditQuickSep0 = new System.Windows.Forms.ToolStripSeparator();
142 			this.m_menuEntryTagAdd = new System.Windows.Forms.ToolStripMenuItem();
143 			this.m_menuEntryTagNew = new System.Windows.Forms.ToolStripMenuItem();
144 			this.m_menuEntryTagRemove = new System.Windows.Forms.ToolStripMenuItem();
145 			this.m_menuEntryEditQuickSep1 = new System.Windows.Forms.ToolStripSeparator();
146 			this.m_menuEntryExpiresNow = new System.Windows.Forms.ToolStripMenuItem();
147 			this.m_menuEntryExpiresNever = new System.Windows.Forms.ToolStripMenuItem();
148 			this.m_menuEntryDuplicate = new System.Windows.Forms.ToolStripMenuItem();
149 			this.m_menuEntryDelete = new System.Windows.Forms.ToolStripMenuItem();
150 			this.m_menuEntrySep2 = new System.Windows.Forms.ToolStripSeparator();
151 			this.m_menuEntrySelectAll = new System.Windows.Forms.ToolStripMenuItem();
152 			this.m_menuEntrySep3 = new System.Windows.Forms.ToolStripSeparator();
153 			this.m_menuEntryRearrange = new System.Windows.Forms.ToolStripMenuItem();
154 			this.m_menuEntryMoveToTop = new System.Windows.Forms.ToolStripMenuItem();
155 			this.m_menuEntryMoveOneUp = new System.Windows.Forms.ToolStripMenuItem();
156 			this.m_menuEntryMoveOneDown = new System.Windows.Forms.ToolStripMenuItem();
157 			this.m_menuEntryMoveToBottom = new System.Windows.Forms.ToolStripMenuItem();
158 			this.m_menuEntryRearrangeSep0 = new System.Windows.Forms.ToolStripSeparator();
159 			this.m_menuEntryMoveToGroup = new System.Windows.Forms.ToolStripMenuItem();
160 			this.m_menuEntryMoveToPreviousParent = new System.Windows.Forms.ToolStripMenuItem();
161 			this.m_menuEntryDX = new System.Windows.Forms.ToolStripMenuItem();
162 			this.m_menuEntryClipCopy = new System.Windows.Forms.ToolStripMenuItem();
163 			this.m_menuEntryClipCopyPlain = new System.Windows.Forms.ToolStripMenuItem();
164 			this.m_menuEntryClipPaste = new System.Windows.Forms.ToolStripMenuItem();
165 			this.m_menuEntryDXSep0 = new System.Windows.Forms.ToolStripSeparator();
166 			this.m_menuEntryPrint = new System.Windows.Forms.ToolStripMenuItem();
167 			this.m_menuEntryExport = new System.Windows.Forms.ToolStripMenuItem();
168 			this.m_menuFind = new System.Windows.Forms.ToolStripMenuItem();
169 			this.m_menuFindInDatabase = new System.Windows.Forms.ToolStripMenuItem();
170 			this.m_menuFindInGroup = new System.Windows.Forms.ToolStripMenuItem();
171 			this.m_menuFindProfiles = new System.Windows.Forms.ToolStripMenuItem();
172 			this.m_menuFindSep0 = new System.Windows.Forms.ToolStripSeparator();
173 			this.m_menuFindTag = new System.Windows.Forms.ToolStripMenuItem();
174 			this.m_menuFindSep1 = new System.Windows.Forms.ToolStripSeparator();
175 			this.m_menuFindAll = new System.Windows.Forms.ToolStripMenuItem();
176 			this.m_menuFindParentGroup = new System.Windows.Forms.ToolStripMenuItem();
177 			this.m_menuFindSep2 = new System.Windows.Forms.ToolStripSeparator();
178 			this.m_menuFindExp = new System.Windows.Forms.ToolStripMenuItem();
179 			this.m_menuFindExpIn = new System.Windows.Forms.ToolStripMenuItem();
180 			this.m_menuFindExp1 = new System.Windows.Forms.ToolStripMenuItem();
181 			this.m_menuFindExp2 = new System.Windows.Forms.ToolStripMenuItem();
182 			this.m_menuFindExp3 = new System.Windows.Forms.ToolStripMenuItem();
183 			this.m_menuFindExp7 = new System.Windows.Forms.ToolStripMenuItem();
184 			this.m_menuFindExp14 = new System.Windows.Forms.ToolStripMenuItem();
185 			this.m_menuFindExp30 = new System.Windows.Forms.ToolStripMenuItem();
186 			this.m_menuFindExp60 = new System.Windows.Forms.ToolStripMenuItem();
187 			this.m_menuFindExpInSep0 = new System.Windows.Forms.ToolStripSeparator();
188 			this.m_menuFindExpInF = new System.Windows.Forms.ToolStripMenuItem();
189 			this.m_menuFindSep3 = new System.Windows.Forms.ToolStripSeparator();
190 			this.m_menuFindLastMod = new System.Windows.Forms.ToolStripMenuItem();
191 			this.m_menuFindLarge = new System.Windows.Forms.ToolStripMenuItem();
192 			this.m_menuFindSep4 = new System.Windows.Forms.ToolStripSeparator();
193 			this.m_menuFindDupPasswords = new System.Windows.Forms.ToolStripMenuItem();
194 			this.m_menuFindSimPasswordsP = new System.Windows.Forms.ToolStripMenuItem();
195 			this.m_menuFindSimPasswordsC = new System.Windows.Forms.ToolStripMenuItem();
196 			this.m_menuFindPwQuality = new System.Windows.Forms.ToolStripMenuItem();
197 			this.m_menuView = new System.Windows.Forms.ToolStripMenuItem();
198 			this.m_menuChangeLanguage = new System.Windows.Forms.ToolStripMenuItem();
199 			this.m_menuViewSep0 = new System.Windows.Forms.ToolStripSeparator();
200 			this.m_menuViewShowToolBar = new System.Windows.Forms.ToolStripMenuItem();
201 			this.m_menuViewShowEntryView = new System.Windows.Forms.ToolStripMenuItem();
202 			this.m_menuViewWindowLayout = new System.Windows.Forms.ToolStripMenuItem();
203 			this.m_menuViewWindowsStacked = new System.Windows.Forms.ToolStripMenuItem();
204 			this.m_menuViewWindowsSideBySide = new System.Windows.Forms.ToolStripMenuItem();
205 			this.m_menuViewSep1 = new System.Windows.Forms.ToolStripSeparator();
206 			this.m_menuViewAlwaysOnTop = new System.Windows.Forms.ToolStripMenuItem();
207 			this.m_menuViewSep2 = new System.Windows.Forms.ToolStripSeparator();
208 			this.m_menuViewConfigColumns = new System.Windows.Forms.ToolStripMenuItem();
209 			this.m_menuViewSortBy = new System.Windows.Forms.ToolStripMenuItem();
210 			this.m_menuViewTanOptions = new System.Windows.Forms.ToolStripMenuItem();
211 			this.m_menuViewTanSimpleList = new System.Windows.Forms.ToolStripMenuItem();
212 			this.m_menuViewTanIndices = new System.Windows.Forms.ToolStripMenuItem();
213 			this.m_menuViewEntryListGrouping = new System.Windows.Forms.ToolStripMenuItem();
214 			this.m_menuViewSep3 = new System.Windows.Forms.ToolStripSeparator();
215 			this.m_menuViewShowEntriesOfSubGroups = new System.Windows.Forms.ToolStripMenuItem();
216 			this.m_menuTools = new System.Windows.Forms.ToolStripMenuItem();
217 			this.m_menuToolsPwGenerator = new System.Windows.Forms.ToolStripMenuItem();
218 			this.m_menuToolsGeneratePwList = new System.Windows.Forms.ToolStripMenuItem();
219 			this.m_menuToolsSep0 = new System.Windows.Forms.ToolStripSeparator();
220 			this.m_menuToolsTanWizard = new System.Windows.Forms.ToolStripMenuItem();
221 			this.m_menuToolsDb = new System.Windows.Forms.ToolStripMenuItem();
222 			this.m_menuToolsDbMaintenance = new System.Windows.Forms.ToolStripMenuItem();
223 			this.m_menuToolsDbSep0 = new System.Windows.Forms.ToolStripSeparator();
224 			this.m_menuToolsDbDelDupEntries = new System.Windows.Forms.ToolStripMenuItem();
225 			this.m_menuToolsDbDelEmptyGroups = new System.Windows.Forms.ToolStripMenuItem();
226 			this.m_menuToolsDbDelUnusedIcons = new System.Windows.Forms.ToolStripMenuItem();
227 			this.m_menuToolsDbSep1 = new System.Windows.Forms.ToolStripSeparator();
228 			this.m_menuToolsDbXmlRep = new System.Windows.Forms.ToolStripMenuItem();
229 			this.m_menuToolsAdv = new System.Windows.Forms.ToolStripMenuItem();
230 			this.m_menuToolsCreateKeyFile = new System.Windows.Forms.ToolStripMenuItem();
231 			this.m_menuToolsSep1 = new System.Windows.Forms.ToolStripSeparator();
232 			this.m_menuToolsTriggers = new System.Windows.Forms.ToolStripMenuItem();
233 			this.m_menuToolsPlugins = new System.Windows.Forms.ToolStripMenuItem();
234 			this.m_menuToolsSep2 = new System.Windows.Forms.ToolStripSeparator();
235 			this.m_menuToolsOptions = new System.Windows.Forms.ToolStripMenuItem();
236 			this.m_menuHelp = new System.Windows.Forms.ToolStripMenuItem();
237 			this.m_menuHelpContents = new System.Windows.Forms.ToolStripMenuItem();
238 			this.m_menuHelpSep0 = new System.Windows.Forms.ToolStripSeparator();
239 			this.m_menuHelpWebsite = new System.Windows.Forms.ToolStripMenuItem();
240 			this.m_menuHelpDonate = new System.Windows.Forms.ToolStripMenuItem();
241 			this.m_menuHelpSep1 = new System.Windows.Forms.ToolStripSeparator();
242 			this.m_menuHelpCheckForUpdates = new System.Windows.Forms.ToolStripMenuItem();
243 			this.m_menuHelpSep2 = new System.Windows.Forms.ToolStripSeparator();
244 			this.m_menuHelpAbout = new System.Windows.Forms.ToolStripMenuItem();
245 			this.m_toolMain = new KeePass.UI.CustomToolStripEx();
246 			this.m_tbNewDatabase = new System.Windows.Forms.ToolStripButton();
247 			this.m_tbOpenDatabase = new System.Windows.Forms.ToolStripButton();
248 			this.m_tbSaveDatabase = new System.Windows.Forms.ToolStripButton();
249 			this.m_tbSaveAll = new System.Windows.Forms.ToolStripButton();
250 			this.m_tbSep0 = new System.Windows.Forms.ToolStripSeparator();
251 			this.m_tbAddEntry = new System.Windows.Forms.ToolStripSplitButton();
252 			this.m_tbAddEntryDefault = new System.Windows.Forms.ToolStripMenuItem();
253 			this.m_tbSep1 = new System.Windows.Forms.ToolStripSeparator();
254 			this.m_tbCopyUserName = new System.Windows.Forms.ToolStripButton();
255 			this.m_tbCopyPassword = new System.Windows.Forms.ToolStripButton();
256 			this.m_tbOpenUrl = new System.Windows.Forms.ToolStripSplitButton();
257 			this.m_tbOpenUrlDefault = new System.Windows.Forms.ToolStripMenuItem();
258 			this.m_tbCopyUrl = new System.Windows.Forms.ToolStripButton();
259 			this.m_tbAutoType = new System.Windows.Forms.ToolStripButton();
260 			this.m_tbSep4 = new System.Windows.Forms.ToolStripSeparator();
261 			this.m_tbFind = new System.Windows.Forms.ToolStripButton();
262 			this.m_tbEntryViewsDropDown = new System.Windows.Forms.ToolStripDropDownButton();
263 			this.m_tbViewsShowAll = new System.Windows.Forms.ToolStripMenuItem();
264 			this.m_tbViewsShowExpired = new System.Windows.Forms.ToolStripMenuItem();
265 			this.m_tbSep2 = new System.Windows.Forms.ToolStripSeparator();
266 			this.m_tbLockWorkspace = new System.Windows.Forms.ToolStripButton();
267 			this.m_tbSep3 = new System.Windows.Forms.ToolStripSeparator();
268 			this.m_tbQuickFind = new System.Windows.Forms.ToolStripComboBox();
269 			this.m_tbCloseTab = new System.Windows.Forms.ToolStripButton();
270 			this.m_statusMain = new System.Windows.Forms.StatusStrip();
271 			this.m_statusPartSelected = new System.Windows.Forms.ToolStripStatusLabel();
272 			this.m_statusPartInfo = new System.Windows.Forms.ToolStripStatusLabel();
273 			this.m_statusPartProgress = new System.Windows.Forms.ToolStripProgressBar();
274 			this.m_statusClipboard = new System.Windows.Forms.ToolStripProgressBar();
275 			this.m_ctxTray = new KeePass.UI.CustomContextMenuStripEx(this.components);
276 			this.m_ctxTrayTray = new System.Windows.Forms.ToolStripMenuItem();
277 			this.m_ctxTraySep0 = new System.Windows.Forms.ToolStripSeparator();
278 			this.m_ctxTrayGenPw = new System.Windows.Forms.ToolStripMenuItem();
279 			this.m_ctxTraySep1 = new System.Windows.Forms.ToolStripSeparator();
280 			this.m_ctxTrayOptions = new System.Windows.Forms.ToolStripMenuItem();
281 			this.m_ctxTraySep2 = new System.Windows.Forms.ToolStripSeparator();
282 			this.m_ctxTrayCancel = new System.Windows.Forms.ToolStripMenuItem();
283 			this.m_ctxTrayLock = new System.Windows.Forms.ToolStripMenuItem();
284 			this.m_ctxTrayFileExit = new System.Windows.Forms.ToolStripMenuItem();
285 			this.m_timerMain = new System.Windows.Forms.Timer(this.components);
286 			this.m_tabMain = new System.Windows.Forms.TabControl();
287 			this.m_splitHorizontal = new KeePass.UI.CustomSplitContainerEx();
288 			this.m_splitVertical = new KeePass.UI.CustomSplitContainerEx();
289 			this.m_tvGroups = new KeePass.UI.CustomTreeViewEx();
290 			this.m_lvEntries = new KeePass.UI.CustomListViewEx();
291 			this.m_richEntryView = new KeePass.UI.CustomRichTextBoxEx();
292 			this.m_ctxGroupList.SuspendLayout();
293 			this.m_ctxPwList.SuspendLayout();
294 			this.m_menuMain.SuspendLayout();
295 			this.m_toolMain.SuspendLayout();
296 			this.m_statusMain.SuspendLayout();
297 			this.m_ctxTray.SuspendLayout();
298 			this.m_splitHorizontal.Panel1.SuspendLayout();
299 			this.m_splitHorizontal.Panel2.SuspendLayout();
300 			this.m_splitHorizontal.SuspendLayout();
301 			this.m_splitVertical.Panel1.SuspendLayout();
302 			this.m_splitVertical.Panel2.SuspendLayout();
303 			this.m_splitVertical.SuspendLayout();
304 			this.SuspendLayout();
305 			//
306 			// m_ctxGroupList
307 			//
308 			this.m_ctxGroupList.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
309             this.m_ctxGroupFind,
310             this.m_ctxGroupFindProfiles});
311 			this.m_ctxGroupList.Name = "m_ctxGroupList";
312 			this.m_ctxGroupList.Size = new System.Drawing.Size(180, 48);
313 			this.m_ctxGroupList.Opening += new System.ComponentModel.CancelEventHandler(this.OnCtxGroupListOpening);
314 			//
315 			// m_ctxGroupFind
316 			//
317 			this.m_ctxGroupFind.Image = global::KeePass.Properties.Resources.B16x16_XMag;
318 			this.m_ctxGroupFind.Name = "m_ctxGroupFind";
319 			this.m_ctxGroupFind.Size = new System.Drawing.Size(179, 22);
320 			this.m_ctxGroupFind.Text = "&Find in This Group...";
321 			this.m_ctxGroupFind.Click += new System.EventHandler(this.OnFindInGroup);
322 			//
323 			// m_ctxGroupFindProfiles
324 			//
325 			this.m_ctxGroupFindProfiles.Name = "m_ctxGroupFindProfiles";
326 			this.m_ctxGroupFindProfiles.Size = new System.Drawing.Size(179, 22);
327 			this.m_ctxGroupFindProfiles.Text = "&Search Profiles";
328 			this.m_ctxGroupFindProfiles.DropDownOpening += new System.EventHandler(this.OnCtxGroupFindProfilesOpening);
329 			//
330 			// m_ctxPwList
331 			//
332 			this.m_ctxPwList.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
333             this.m_ctxEntryUrl,
334             this.m_ctxEntryCopyString,
335             this.m_ctxEntryAttachments,
336             this.m_ctxEntrySep0,
337             this.m_ctxEntryAutoTypeAdv,
338             this.m_ctxEntrySep1,
339             this.m_ctxEntryEditQuick,
340             this.m_ctxEntrySep2,
341             this.m_ctxEntryRearrange});
342 			this.m_ctxPwList.Name = "m_ctxPwList";
343 			this.m_ctxPwList.Size = new System.Drawing.Size(162, 154);
344 			this.m_ctxPwList.Opening += new System.ComponentModel.CancelEventHandler(this.OnCtxPwListOpening);
345 			//
346 			// m_ctxEntryUrl
347 			//
348 			this.m_ctxEntryUrl.Name = "m_ctxEntryUrl";
349 			this.m_ctxEntryUrl.Size = new System.Drawing.Size(161, 22);
350 			this.m_ctxEntryUrl.Text = "<URL(s)>";
351 			//
352 			// m_ctxEntryCopyString
353 			//
354 			this.m_ctxEntryCopyString.Name = "m_ctxEntryCopyString";
355 			this.m_ctxEntryCopyString.Size = new System.Drawing.Size(161, 22);
356 			this.m_ctxEntryCopyString.Text = "<CopyField>";
357 			//
358 			// m_ctxEntryAttachments
359 			//
360 			this.m_ctxEntryAttachments.Name = "m_ctxEntryAttachments";
361 			this.m_ctxEntryAttachments.Size = new System.Drawing.Size(161, 22);
362 			this.m_ctxEntryAttachments.Text = "<Attachments>";
363 			//
364 			// m_ctxEntrySep0
365 			//
366 			this.m_ctxEntrySep0.Name = "m_ctxEntrySep0";
367 			this.m_ctxEntrySep0.Size = new System.Drawing.Size(158, 6);
368 			//
369 			// m_ctxEntryAutoTypeAdv
370 			//
371 			this.m_ctxEntryAutoTypeAdv.Name = "m_ctxEntryAutoTypeAdv";
372 			this.m_ctxEntryAutoTypeAdv.Size = new System.Drawing.Size(161, 22);
373 			this.m_ctxEntryAutoTypeAdv.Text = "<AutoTypeAdv>";
374 			//
375 			// m_ctxEntrySep1
376 			//
377 			this.m_ctxEntrySep1.Name = "m_ctxEntrySep1";
378 			this.m_ctxEntrySep1.Size = new System.Drawing.Size(158, 6);
379 			//
380 			// m_ctxEntryEditQuick
381 			//
382 			this.m_ctxEntryEditQuick.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
383             this.m_ctxEntryTagAdd,
384             this.m_ctxEntryTagRemove});
385 			this.m_ctxEntryEditQuick.Name = "m_ctxEntryEditQuick";
386 			this.m_ctxEntryEditQuick.Size = new System.Drawing.Size(161, 22);
387 			this.m_ctxEntryEditQuick.Text = "<EditQuick>";
388 			//
389 			// m_ctxEntryTagAdd
390 			//
391 			this.m_ctxEntryTagAdd.Name = "m_ctxEntryTagAdd";
392 			this.m_ctxEntryTagAdd.Size = new System.Drawing.Size(151, 22);
393 			this.m_ctxEntryTagAdd.Text = "<AddTag>";
394 			this.m_ctxEntryTagAdd.DropDownOpening += new System.EventHandler(this.OnEntryTagAddOpening);
395 			//
396 			// m_ctxEntryTagRemove
397 			//
398 			this.m_ctxEntryTagRemove.Name = "m_ctxEntryTagRemove";
399 			this.m_ctxEntryTagRemove.Size = new System.Drawing.Size(151, 22);
400 			this.m_ctxEntryTagRemove.Text = "<RemoveTag>";
401 			this.m_ctxEntryTagRemove.DropDownOpening += new System.EventHandler(this.OnEntryTagRemoveOpening);
402 			//
403 			// m_ctxEntrySep2
404 			//
405 			this.m_ctxEntrySep2.Name = "m_ctxEntrySep2";
406 			this.m_ctxEntrySep2.Size = new System.Drawing.Size(158, 6);
407 			//
408 			// m_ctxEntryRearrange
409 			//
410 			this.m_ctxEntryRearrange.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
411             this.m_ctxEntryMoveToGroup});
412 			this.m_ctxEntryRearrange.Name = "m_ctxEntryRearrange";
413 			this.m_ctxEntryRearrange.Size = new System.Drawing.Size(161, 22);
414 			this.m_ctxEntryRearrange.Text = "<Rearrange>";
415 			//
416 			// m_ctxEntryMoveToGroup
417 			//
418 			this.m_ctxEntryMoveToGroup.Name = "m_ctxEntryMoveToGroup";
419 			this.m_ctxEntryMoveToGroup.Size = new System.Drawing.Size(165, 22);
420 			this.m_ctxEntryMoveToGroup.Text = "<MoveToGroup>";
421 			this.m_ctxEntryMoveToGroup.DropDownOpening += new System.EventHandler(this.OnEntryMoveToGroupOpening);
422 			//
423 			// m_menuMain
424 			//
425 			this.m_menuMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
426             this.m_menuFile,
427             this.m_menuGroup,
428             this.m_menuEntry,
429             this.m_menuFind,
430             this.m_menuView,
431             this.m_menuTools,
432             this.m_menuHelp});
433 			this.m_menuMain.Location = new System.Drawing.Point(0, 0);
434 			this.m_menuMain.Name = "m_menuMain";
435 			this.m_menuMain.Size = new System.Drawing.Size(654, 24);
436 			this.m_menuMain.TabIndex = 0;
437 			//
438 			// m_menuFile
439 			//
440 			this.m_menuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
441             this.m_menuFileNew,
442             this.m_menuFileOpen,
443             this.m_menuFileRecent,
444             this.m_menuFileClose,
445             this.m_menuFileSep0,
446             this.m_menuFileSave,
447             this.m_menuFileSaveAs,
448             this.m_menuFileSep1,
449             this.m_menuFileDbSettings,
450             this.m_menuFileChangeMasterKey,
451             this.m_menuFileSep2,
452             this.m_menuFilePrint,
453             this.m_menuFileSep3,
454             this.m_menuFileImport,
455             this.m_menuFileExport,
456             this.m_menuFileSync,
457             this.m_menuFileSep4,
458             this.m_menuFileLock,
459             this.m_menuFileExit});
460 			this.m_menuFile.Name = "m_menuFile";
461 			this.m_menuFile.Size = new System.Drawing.Size(37, 20);
462 			this.m_menuFile.Text = "&File";
463 			//
464 			// m_menuFileNew
465 			//
466 			this.m_menuFileNew.Image = global::KeePass.Properties.Resources.B16x16_FileNew;
467 			this.m_menuFileNew.Name = "m_menuFileNew";
468 			this.m_menuFileNew.Size = new System.Drawing.Size(185, 22);
469 			this.m_menuFileNew.Text = "&New...";
470 			this.m_menuFileNew.Click += new System.EventHandler(this.OnFileNew);
471 			//
472 			// m_menuFileOpen
473 			//
474 			this.m_menuFileOpen.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
475             this.m_menuFileOpenLocal,
476             this.m_menuFileOpenUrl,
477             this.m_menuFileOpenSep0,
478             this.m_menuFileFind,
479             this.m_menuFileFindInFolder});
480 			this.m_menuFileOpen.Name = "m_menuFileOpen";
481 			this.m_menuFileOpen.Size = new System.Drawing.Size(185, 22);
482 			this.m_menuFileOpen.Text = "&Open";
483 			//
484 			// m_menuFileOpenLocal
485 			//
486 			this.m_menuFileOpenLocal.Image = global::KeePass.Properties.Resources.B16x16_Folder_Yellow_Open;
487 			this.m_menuFileOpenLocal.Name = "m_menuFileOpenLocal";
488 			this.m_menuFileOpenLocal.Size = new System.Drawing.Size(189, 22);
489 			this.m_menuFileOpenLocal.Text = "Open &File...";
490 			this.m_menuFileOpenLocal.Click += new System.EventHandler(this.OnFileOpen);
491 			//
492 			// m_menuFileOpenUrl
493 			//
494 			this.m_menuFileOpenUrl.Image = global::KeePass.Properties.Resources.B16x16_Browser;
495 			this.m_menuFileOpenUrl.Name = "m_menuFileOpenUrl";
496 			this.m_menuFileOpenUrl.Size = new System.Drawing.Size(189, 22);
497 			this.m_menuFileOpenUrl.Text = "Open &URL...";
498 			this.m_menuFileOpenUrl.Click += new System.EventHandler(this.OnFileOpenUrl);
499 			//
500 			// m_menuFileOpenSep0
501 			//
502 			this.m_menuFileOpenSep0.Name = "m_menuFileOpenSep0";
503 			this.m_menuFileOpenSep0.Size = new System.Drawing.Size(186, 6);
504 			//
505 			// m_menuFileFind
506 			//
507 			this.m_menuFileFind.Image = global::KeePass.Properties.Resources.B16x16_XMag;
508 			this.m_menuFileFind.Name = "m_menuFileFind";
509 			this.m_menuFileFind.Size = new System.Drawing.Size(189, 22);
510 			this.m_menuFileFind.Text = "F&ind Files...";
511 			this.m_menuFileFind.Click += new System.EventHandler(this.OnFileFind);
512 			//
513 			// m_menuFileFindInFolder
514 			//
515 			this.m_menuFileFindInFolder.Image = global::KeePass.Properties.Resources.B16x16_XMag;
516 			this.m_menuFileFindInFolder.Name = "m_menuFileFindInFolder";
517 			this.m_menuFileFindInFolder.Size = new System.Drawing.Size(189, 22);
518 			this.m_menuFileFindInFolder.Text = "Fi&nd Files (In Folder)...";
519 			this.m_menuFileFindInFolder.Click += new System.EventHandler(this.OnFileFindInFolder);
520 			//
521 			// m_menuFileRecent
522 			//
523 			this.m_menuFileRecent.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
524             this.m_menuFileRecentDummy});
525 			this.m_menuFileRecent.Name = "m_menuFileRecent";
526 			this.m_menuFileRecent.Size = new System.Drawing.Size(185, 22);
527 			this.m_menuFileRecent.Text = "Open &Recent";
528 			//
529 			// m_menuFileRecentDummy
530 			//
531 			this.m_menuFileRecentDummy.Name = "m_menuFileRecentDummy";
532 			this.m_menuFileRecentDummy.Size = new System.Drawing.Size(90, 22);
533 			this.m_menuFileRecentDummy.Text = "<>";
534 			//
535 			// m_menuFileClose
536 			//
537 			this.m_menuFileClose.Image = global::KeePass.Properties.Resources.B16x16_File_Close;
538 			this.m_menuFileClose.Name = "m_menuFileClose";
539 			this.m_menuFileClose.Size = new System.Drawing.Size(185, 22);
540 			this.m_menuFileClose.Text = "&Close";
541 			this.m_menuFileClose.Click += new System.EventHandler(this.OnFileClose);
542 			//
543 			// m_menuFileSep0
544 			//
545 			this.m_menuFileSep0.Name = "m_menuFileSep0";
546 			this.m_menuFileSep0.Size = new System.Drawing.Size(182, 6);
547 			//
548 			// m_menuFileSave
549 			//
550 			this.m_menuFileSave.Image = global::KeePass.Properties.Resources.B16x16_FileSave;
551 			this.m_menuFileSave.Name = "m_menuFileSave";
552 			this.m_menuFileSave.Size = new System.Drawing.Size(185, 22);
553 			this.m_menuFileSave.Text = "&Save";
554 			this.m_menuFileSave.Click += new System.EventHandler(this.OnFileSave);
555 			//
556 			// m_menuFileSaveAs
557 			//
558 			this.m_menuFileSaveAs.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
559             this.m_menuFileSaveAsLocal,
560             this.m_menuFileSaveAsUrl,
561             this.m_menuFileSaveAsSep0,
562             this.m_menuFileSaveAsCopy});
563 			this.m_menuFileSaveAs.Name = "m_menuFileSaveAs";
564 			this.m_menuFileSaveAs.Size = new System.Drawing.Size(185, 22);
565 			this.m_menuFileSaveAs.Text = "Save &As";
566 			//
567 			// m_menuFileSaveAsLocal
568 			//
569 			this.m_menuFileSaveAsLocal.Image = global::KeePass.Properties.Resources.B16x16_FileSaveAs;
570 			this.m_menuFileSaveAsLocal.Name = "m_menuFileSaveAsLocal";
571 			this.m_menuFileSaveAsLocal.Size = new System.Drawing.Size(173, 22);
572 			this.m_menuFileSaveAsLocal.Text = "Save to &File...";
573 			this.m_menuFileSaveAsLocal.Click += new System.EventHandler(this.OnFileSaveAs);
574 			//
575 			// m_menuFileSaveAsUrl
576 			//
577 			this.m_menuFileSaveAsUrl.Image = global::KeePass.Properties.Resources.B16x16_Browser;
578 			this.m_menuFileSaveAsUrl.Name = "m_menuFileSaveAsUrl";
579 			this.m_menuFileSaveAsUrl.Size = new System.Drawing.Size(173, 22);
580 			this.m_menuFileSaveAsUrl.Text = "Save to &URL...";
581 			this.m_menuFileSaveAsUrl.Click += new System.EventHandler(this.OnFileSaveAsUrl);
582 			//
583 			// m_menuFileSaveAsSep0
584 			//
585 			this.m_menuFileSaveAsSep0.Name = "m_menuFileSaveAsSep0";
586 			this.m_menuFileSaveAsSep0.Size = new System.Drawing.Size(170, 6);
587 			//
588 			// m_menuFileSaveAsCopy
589 			//
590 			this.m_menuFileSaveAsCopy.Image = global::KeePass.Properties.Resources.B16x16_FileSaveAs;
591 			this.m_menuFileSaveAsCopy.Name = "m_menuFileSaveAsCopy";
592 			this.m_menuFileSaveAsCopy.Size = new System.Drawing.Size(173, 22);
593 			this.m_menuFileSaveAsCopy.Text = "Save &Copy to File...";
594 			this.m_menuFileSaveAsCopy.Click += new System.EventHandler(this.OnFileSaveAsCopy);
595 			//
596 			// m_menuFileSep1
597 			//
598 			this.m_menuFileSep1.Name = "m_menuFileSep1";
599 			this.m_menuFileSep1.Size = new System.Drawing.Size(182, 6);
600 			//
601 			// m_menuFileDbSettings
602 			//
603 			this.m_menuFileDbSettings.Image = global::KeePass.Properties.Resources.B16x16_Package_Development;
604 			this.m_menuFileDbSettings.Name = "m_menuFileDbSettings";
605 			this.m_menuFileDbSettings.Size = new System.Drawing.Size(185, 22);
606 			this.m_menuFileDbSettings.Text = "&Database Settings...";
607 			this.m_menuFileDbSettings.Click += new System.EventHandler(this.OnFileDbSettings);
608 			//
609 			// m_menuFileChangeMasterKey
610 			//
611 			this.m_menuFileChangeMasterKey.Image = global::KeePass.Properties.Resources.B16x16_File_Locked;
612 			this.m_menuFileChangeMasterKey.Name = "m_menuFileChangeMasterKey";
613 			this.m_menuFileChangeMasterKey.Size = new System.Drawing.Size(185, 22);
614 			this.m_menuFileChangeMasterKey.Text = "Change &Master Key...";
615 			this.m_menuFileChangeMasterKey.Click += new System.EventHandler(this.OnFileChangeMasterKey);
616 			//
617 			// m_menuFileSep2
618 			//
619 			this.m_menuFileSep2.Name = "m_menuFileSep2";
620 			this.m_menuFileSep2.Size = new System.Drawing.Size(182, 6);
621 			//
622 			// m_menuFilePrint
623 			//
624 			this.m_menuFilePrint.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
625             this.m_menuFilePrintDatabase,
626             this.m_menuFilePrintSep0,
627             this.m_menuFilePrintEmSheet,
628             this.m_menuFilePrintKeyFile});
629 			this.m_menuFilePrint.Name = "m_menuFilePrint";
630 			this.m_menuFilePrint.Size = new System.Drawing.Size(185, 22);
631 			this.m_menuFilePrint.Text = "&Print";
632 			//
633 			// m_menuFilePrintDatabase
634 			//
635 			this.m_menuFilePrintDatabase.Image = global::KeePass.Properties.Resources.B16x16_FilePrint;
636 			this.m_menuFilePrintDatabase.Name = "m_menuFilePrintDatabase";
637 			this.m_menuFilePrintDatabase.Size = new System.Drawing.Size(202, 22);
638 			this.m_menuFilePrintDatabase.Text = "&Print...";
639 			this.m_menuFilePrintDatabase.Click += new System.EventHandler(this.OnFilePrint);
640 			//
641 			// m_menuFilePrintSep0
642 			//
643 			this.m_menuFilePrintSep0.Name = "m_menuFilePrintSep0";
644 			this.m_menuFilePrintSep0.Size = new System.Drawing.Size(199, 6);
645 			//
646 			// m_menuFilePrintEmSheet
647 			//
648 			this.m_menuFilePrintEmSheet.Image = global::KeePass.Properties.Resources.B16x16_KOrganizer;
649 			this.m_menuFilePrintEmSheet.Name = "m_menuFilePrintEmSheet";
650 			this.m_menuFilePrintEmSheet.Size = new System.Drawing.Size(202, 22);
651 			this.m_menuFilePrintEmSheet.Text = "Print &Emergency Sheet...";
652 			this.m_menuFilePrintEmSheet.Click += new System.EventHandler(this.OnFilePrintEmSheet);
653 			//
654 			// m_menuFilePrintKeyFile
655 			//
656 			this.m_menuFilePrintKeyFile.Image = global::KeePass.Properties.Resources.B16x16_KOrganizer;
657 			this.m_menuFilePrintKeyFile.Name = "m_menuFilePrintKeyFile";
658 			this.m_menuFilePrintKeyFile.Size = new System.Drawing.Size(202, 22);
659 			this.m_menuFilePrintKeyFile.Text = "Print &Key File Backup...";
660 			this.m_menuFilePrintKeyFile.Click += new System.EventHandler(this.OnFilePrintKeyFile);
661 			//
662 			// m_menuFileSep3
663 			//
664 			this.m_menuFileSep3.Name = "m_menuFileSep3";
665 			this.m_menuFileSep3.Size = new System.Drawing.Size(182, 6);
666 			//
667 			// m_menuFileImport
668 			//
669 			this.m_menuFileImport.Image = global::KeePass.Properties.Resources.B16x16_Folder_Inbox;
670 			this.m_menuFileImport.Name = "m_menuFileImport";
671 			this.m_menuFileImport.Size = new System.Drawing.Size(185, 22);
672 			this.m_menuFileImport.Text = "&Import...";
673 			this.m_menuFileImport.Click += new System.EventHandler(this.OnFileImport);
674 			//
675 			// m_menuFileExport
676 			//
677 			this.m_menuFileExport.Image = global::KeePass.Properties.Resources.B16x16_Folder_Outbox;
678 			this.m_menuFileExport.Name = "m_menuFileExport";
679 			this.m_menuFileExport.Size = new System.Drawing.Size(185, 22);
680 			this.m_menuFileExport.Text = "&Export...";
681 			this.m_menuFileExport.Click += new System.EventHandler(this.OnFileExport);
682 			//
683 			// m_menuFileSync
684 			//
685 			this.m_menuFileSync.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
686             this.m_menuFileSyncFile,
687             this.m_menuFileSyncUrl,
688             this.m_menuFileSyncSep0,
689             this.m_menuFileSyncRecent});
690 			this.m_menuFileSync.Name = "m_menuFileSync";
691 			this.m_menuFileSync.Size = new System.Drawing.Size(185, 22);
692 			this.m_menuFileSync.Text = "S&ynchronize";
693 			//
694 			// m_menuFileSyncFile
695 			//
696 			this.m_menuFileSyncFile.Image = global::KeePass.Properties.Resources.B16x16_Reload_Page;
697 			this.m_menuFileSyncFile.Name = "m_menuFileSyncFile";
698 			this.m_menuFileSyncFile.RightToLeftAutoMirrorImage = true;
699 			this.m_menuFileSyncFile.Size = new System.Drawing.Size(197, 22);
700 			this.m_menuFileSyncFile.Text = "Synchronize with &File...";
701 			this.m_menuFileSyncFile.Click += new System.EventHandler(this.OnFileSynchronize);
702 			//
703 			// m_menuFileSyncUrl
704 			//
705 			this.m_menuFileSyncUrl.Image = global::KeePass.Properties.Resources.B16x16_Reload_Page;
706 			this.m_menuFileSyncUrl.Name = "m_menuFileSyncUrl";
707 			this.m_menuFileSyncUrl.RightToLeftAutoMirrorImage = true;
708 			this.m_menuFileSyncUrl.Size = new System.Drawing.Size(197, 22);
709 			this.m_menuFileSyncUrl.Text = "Synchronize with &URL...";
710 			this.m_menuFileSyncUrl.Click += new System.EventHandler(this.OnFileSynchronizeUrl);
711 			//
712 			// m_menuFileSyncSep0
713 			//
714 			this.m_menuFileSyncSep0.Name = "m_menuFileSyncSep0";
715 			this.m_menuFileSyncSep0.Size = new System.Drawing.Size(194, 6);
716 			//
717 			// m_menuFileSyncRecent
718 			//
719 			this.m_menuFileSyncRecent.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
720             this.m_menuFileSyncRecentDummy});
721 			this.m_menuFileSyncRecent.Name = "m_menuFileSyncRecent";
722 			this.m_menuFileSyncRecent.Size = new System.Drawing.Size(197, 22);
723 			this.m_menuFileSyncRecent.Text = "&Recent Files";
724 			//
725 			// m_menuFileSyncRecentDummy
726 			//
727 			this.m_menuFileSyncRecentDummy.Name = "m_menuFileSyncRecentDummy";
728 			this.m_menuFileSyncRecentDummy.Size = new System.Drawing.Size(90, 22);
729 			this.m_menuFileSyncRecentDummy.Text = "<>";
730 			//
731 			// m_menuFileSep4
732 			//
733 			this.m_menuFileSep4.Name = "m_menuFileSep4";
734 			this.m_menuFileSep4.Size = new System.Drawing.Size(182, 6);
735 			//
736 			// m_menuFileLock
737 			//
738 			this.m_menuFileLock.Image = global::KeePass.Properties.Resources.B16x16_LockWorkspace;
739 			this.m_menuFileLock.Name = "m_menuFileLock";
740 			this.m_menuFileLock.Size = new System.Drawing.Size(185, 22);
741 			this.m_menuFileLock.Text = "&Lock Workspace";
742 			this.m_menuFileLock.Click += new System.EventHandler(this.OnFileLock);
743 			//
744 			// m_menuFileExit
745 			//
746 			this.m_menuFileExit.Image = global::KeePass.Properties.Resources.B16x16_Exit;
747 			this.m_menuFileExit.Name = "m_menuFileExit";
748 			this.m_menuFileExit.Size = new System.Drawing.Size(185, 22);
749 			this.m_menuFileExit.Text = "E&xit";
750 			this.m_menuFileExit.Click += new System.EventHandler(this.OnFileExit);
751 			//
752 			// m_menuGroup
753 			//
754 			this.m_menuGroup.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
755             this.m_menuGroupAdd,
756             this.m_menuGroupEdit,
757             this.m_menuGroupDuplicate,
758             this.m_menuGroupDelete,
759             this.m_menuGroupEmptyRB,
760             this.m_menuGroupSep0,
761             this.m_menuGroupRearrange,
762             this.m_menuGroupDX});
763 			this.m_menuGroup.Name = "m_menuGroup";
764 			this.m_menuGroup.Size = new System.Drawing.Size(52, 20);
765 			this.m_menuGroup.Text = "&Group";
766 			this.m_menuGroup.DropDownOpening += new System.EventHandler(this.OnGroupDropDownOpening);
767 			//
768 			// m_menuGroupAdd
769 			//
770 			this.m_menuGroupAdd.Image = global::KeePass.Properties.Resources.B16x16_Folder_New_Ex;
771 			this.m_menuGroupAdd.Name = "m_menuGroupAdd";
772 			this.m_menuGroupAdd.Size = new System.Drawing.Size(171, 22);
773 			this.m_menuGroupAdd.Text = "&Add Group...";
774 			this.m_menuGroupAdd.Click += new System.EventHandler(this.OnGroupAdd);
775 			//
776 			// m_menuGroupEdit
777 			//
778 			this.m_menuGroupEdit.Image = global::KeePass.Properties.Resources.B16x16_Folder_Txt;
779 			this.m_menuGroupEdit.Name = "m_menuGroupEdit";
780 			this.m_menuGroupEdit.Size = new System.Drawing.Size(171, 22);
781 			this.m_menuGroupEdit.Text = "&Edit Group...";
782 			this.m_menuGroupEdit.Click += new System.EventHandler(this.OnGroupEdit);
783 			//
784 			// m_menuGroupDuplicate
785 			//
786 			this.m_menuGroupDuplicate.Image = global::KeePass.Properties.Resources.B16x16_Folder_2;
787 			this.m_menuGroupDuplicate.Name = "m_menuGroupDuplicate";
788 			this.m_menuGroupDuplicate.Size = new System.Drawing.Size(171, 22);
789 			this.m_menuGroupDuplicate.Text = "D&uplicate Group...";
790 			this.m_menuGroupDuplicate.Click += new System.EventHandler(this.OnGroupDuplicate);
791 			//
792 			// m_menuGroupDelete
793 			//
794 			this.m_menuGroupDelete.Image = global::KeePass.Properties.Resources.B16x16_Folder_Locked;
795 			this.m_menuGroupDelete.Name = "m_menuGroupDelete";
796 			this.m_menuGroupDelete.Size = new System.Drawing.Size(171, 22);
797 			this.m_menuGroupDelete.Text = "&Delete Group";
798 			this.m_menuGroupDelete.Click += new System.EventHandler(this.OnGroupDelete);
799 			//
800 			// m_menuGroupEmptyRB
801 			//
802 			this.m_menuGroupEmptyRB.Image = global::KeePass.Properties.Resources.B16x16_Trashcan_Full;
803 			this.m_menuGroupEmptyRB.Name = "m_menuGroupEmptyRB";
804 			this.m_menuGroupEmptyRB.Size = new System.Drawing.Size(171, 22);
805 			this.m_menuGroupEmptyRB.Text = "E&mpty Recycle Bin";
806 			this.m_menuGroupEmptyRB.Click += new System.EventHandler(this.OnGroupEmptyRB);
807 			//
808 			// m_menuGroupSep0
809 			//
810 			this.m_menuGroupSep0.Name = "m_menuGroupSep0";
811 			this.m_menuGroupSep0.Size = new System.Drawing.Size(168, 6);
812 			//
813 			// m_menuGroupRearrange
814 			//
815 			this.m_menuGroupRearrange.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
816             this.m_menuGroupMoveToTop,
817             this.m_menuGroupMoveOneUp,
818             this.m_menuGroupMoveOneDown,
819             this.m_menuGroupMoveToBottom,
820             this.m_menuGroupMoveSep0,
821             this.m_menuGroupMoveToPreviousParent,
822             this.m_menuGroupMoveSep1,
823             this.m_menuGroupSort,
824             this.m_menuGroupSortRec,
825             this.m_menuGroupMoveSep2,
826             this.m_menuGroupExpand,
827             this.m_menuGroupCollapse});
828 			this.m_menuGroupRearrange.Name = "m_menuGroupRearrange";
829 			this.m_menuGroupRearrange.Size = new System.Drawing.Size(171, 22);
830 			this.m_menuGroupRearrange.Text = "&Rearrange";
831 			//
832 			// m_menuGroupMoveToTop
833 			//
834 			this.m_menuGroupMoveToTop.Image = global::KeePass.Properties.Resources.B16x16_2UpArrow;
835 			this.m_menuGroupMoveToTop.Name = "m_menuGroupMoveToTop";
836 			this.m_menuGroupMoveToTop.Size = new System.Drawing.Size(199, 22);
837 			this.m_menuGroupMoveToTop.Text = "Move Group to &Top";
838 			this.m_menuGroupMoveToTop.Click += new System.EventHandler(this.OnGroupMoveToTop);
839 			//
840 			// m_menuGroupMoveOneUp
841 			//
842 			this.m_menuGroupMoveOneUp.Image = global::KeePass.Properties.Resources.B16x16_1UpArrow;
843 			this.m_menuGroupMoveOneUp.Name = "m_menuGroupMoveOneUp";
844 			this.m_menuGroupMoveOneUp.Size = new System.Drawing.Size(199, 22);
845 			this.m_menuGroupMoveOneUp.Text = "Move Group One &Up";
846 			this.m_menuGroupMoveOneUp.Click += new System.EventHandler(this.OnGroupMoveOneUp);
847 			//
848 			// m_menuGroupMoveOneDown
849 			//
850 			this.m_menuGroupMoveOneDown.Image = global::KeePass.Properties.Resources.B16x16_1DownArrow;
851 			this.m_menuGroupMoveOneDown.Name = "m_menuGroupMoveOneDown";
852 			this.m_menuGroupMoveOneDown.Size = new System.Drawing.Size(199, 22);
853 			this.m_menuGroupMoveOneDown.Text = "Move Group One &Down";
854 			this.m_menuGroupMoveOneDown.Click += new System.EventHandler(this.OnGroupMoveOneDown);
855 			//
856 			// m_menuGroupMoveToBottom
857 			//
858 			this.m_menuGroupMoveToBottom.Image = global::KeePass.Properties.Resources.B16x16_2DownArrow;
859 			this.m_menuGroupMoveToBottom.Name = "m_menuGroupMoveToBottom";
860 			this.m_menuGroupMoveToBottom.Size = new System.Drawing.Size(199, 22);
861 			this.m_menuGroupMoveToBottom.Text = "Move Group to &Bottom";
862 			this.m_menuGroupMoveToBottom.Click += new System.EventHandler(this.OnGroupMoveToBottom);
863 			//
864 			// m_menuGroupMoveSep0
865 			//
866 			this.m_menuGroupMoveSep0.Name = "m_menuGroupMoveSep0";
867 			this.m_menuGroupMoveSep0.Size = new System.Drawing.Size(196, 6);
868 			//
869 			// m_menuGroupMoveToPreviousParent
870 			//
871 			this.m_menuGroupMoveToPreviousParent.Image = global::KeePass.Properties.Resources.B16x16_Undo;
872 			this.m_menuGroupMoveToPreviousParent.Name = "m_menuGroupMoveToPreviousParent";
873 			this.m_menuGroupMoveToPreviousParent.Size = new System.Drawing.Size(199, 22);
874 			this.m_menuGroupMoveToPreviousParent.Text = "<>";
875 			this.m_menuGroupMoveToPreviousParent.Click += new System.EventHandler(this.OnGroupMoveToPreviousParent);
876 			//
877 			// m_menuGroupMoveSep1
878 			//
879 			this.m_menuGroupMoveSep1.Name = "m_menuGroupMoveSep1";
880 			this.m_menuGroupMoveSep1.Size = new System.Drawing.Size(196, 6);
881 			//
882 			// m_menuGroupSort
883 			//
884 			this.m_menuGroupSort.Image = global::KeePass.Properties.Resources.B16x16_KaboodleLoop;
885 			this.m_menuGroupSort.Name = "m_menuGroupSort";
886 			this.m_menuGroupSort.Size = new System.Drawing.Size(199, 22);
887 			this.m_menuGroupSort.Text = "&Sort Direct Subgroups";
888 			this.m_menuGroupSort.Click += new System.EventHandler(this.OnGroupSort);
889 			//
890 			// m_menuGroupSortRec
891 			//
892 			this.m_menuGroupSortRec.Image = global::KeePass.Properties.Resources.B16x16_KaboodleLoop;
893 			this.m_menuGroupSortRec.Name = "m_menuGroupSortRec";
894 			this.m_menuGroupSortRec.Size = new System.Drawing.Size(199, 22);
895 			this.m_menuGroupSortRec.Text = "Sort &Recursively";
896 			this.m_menuGroupSortRec.Click += new System.EventHandler(this.OnGroupSortRec);
897 			//
898 			// m_menuGroupMoveSep2
899 			//
900 			this.m_menuGroupMoveSep2.Name = "m_menuGroupMoveSep2";
901 			this.m_menuGroupMoveSep2.Size = new System.Drawing.Size(196, 6);
902 			//
903 			// m_menuGroupExpand
904 			//
905 			this.m_menuGroupExpand.Image = global::KeePass.Properties.Resources.B16x16_Folder_Blue_Open;
906 			this.m_menuGroupExpand.Name = "m_menuGroupExpand";
907 			this.m_menuGroupExpand.Size = new System.Drawing.Size(199, 22);
908 			this.m_menuGroupExpand.Text = "&Expand Recursively";
909 			this.m_menuGroupExpand.Click += new System.EventHandler(this.OnGroupExpand);
910 			//
911 			// m_menuGroupCollapse
912 			//
913 			this.m_menuGroupCollapse.Image = global::KeePass.Properties.Resources.B16x16_Folder;
914 			this.m_menuGroupCollapse.Name = "m_menuGroupCollapse";
915 			this.m_menuGroupCollapse.Size = new System.Drawing.Size(199, 22);
916 			this.m_menuGroupCollapse.Text = "&Collapse Recursively";
917 			this.m_menuGroupCollapse.Click += new System.EventHandler(this.OnGroupCollapse);
918 			//
919 			// m_menuGroupDX
920 			//
921 			this.m_menuGroupDX.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
922             this.m_menuGroupClipCopy,
923             this.m_menuGroupClipCopyPlain,
924             this.m_menuGroupClipPaste,
925             this.m_menuGroupDXSep0,
926             this.m_menuGroupPrint,
927             this.m_menuGroupExport});
928 			this.m_menuGroupDX.Name = "m_menuGroupDX";
929 			this.m_menuGroupDX.Size = new System.Drawing.Size(171, 22);
930 			this.m_menuGroupDX.Text = "Data E&xchange";
931 			this.m_menuGroupDX.DropDownOpening += new System.EventHandler(this.OnGroupDXOpening);
932 			//
933 			// m_menuGroupClipCopy
934 			//
935 			this.m_menuGroupClipCopy.Image = global::KeePass.Properties.Resources.B16x16_EditCopy;
936 			this.m_menuGroupClipCopy.Name = "m_menuGroupClipCopy";
937 			this.m_menuGroupClipCopy.Size = new System.Drawing.Size(217, 22);
938 			this.m_menuGroupClipCopy.Text = "&Copy Group (Encrypted)";
939 			this.m_menuGroupClipCopy.Click += new System.EventHandler(this.OnGroupClipCopy);
940 			//
941 			// m_menuGroupClipCopyPlain
942 			//
943 			this.m_menuGroupClipCopyPlain.Image = global::KeePass.Properties.Resources.B16x16_EditCopy;
944 			this.m_menuGroupClipCopyPlain.Name = "m_menuGroupClipCopyPlain";
945 			this.m_menuGroupClipCopyPlain.Size = new System.Drawing.Size(217, 22);
946 			this.m_menuGroupClipCopyPlain.Text = "C&opy Group (Unencrypted)";
947 			this.m_menuGroupClipCopyPlain.Click += new System.EventHandler(this.OnGroupClipCopyPlain);
948 			//
949 			// m_menuGroupClipPaste
950 			//
951 			this.m_menuGroupClipPaste.Image = global::KeePass.Properties.Resources.B16x16_EditPaste;
952 			this.m_menuGroupClipPaste.Name = "m_menuGroupClipPaste";
953 			this.m_menuGroupClipPaste.Size = new System.Drawing.Size(217, 22);
954 			this.m_menuGroupClipPaste.Text = "&Paste Group";
955 			this.m_menuGroupClipPaste.Click += new System.EventHandler(this.OnGroupClipPaste);
956 			//
957 			// m_menuGroupDXSep0
958 			//
959 			this.m_menuGroupDXSep0.Name = "m_menuGroupDXSep0";
960 			this.m_menuGroupDXSep0.Size = new System.Drawing.Size(214, 6);
961 			//
962 			// m_menuGroupPrint
963 			//
964 			this.m_menuGroupPrint.Image = global::KeePass.Properties.Resources.B16x16_FilePrint;
965 			this.m_menuGroupPrint.Name = "m_menuGroupPrint";
966 			this.m_menuGroupPrint.Size = new System.Drawing.Size(217, 22);
967 			this.m_menuGroupPrint.Text = "P&rint Group...";
968 			this.m_menuGroupPrint.Click += new System.EventHandler(this.OnGroupPrint);
969 			//
970 			// m_menuGroupExport
971 			//
972 			this.m_menuGroupExport.Image = global::KeePass.Properties.Resources.B16x16_Folder_Outbox;
973 			this.m_menuGroupExport.Name = "m_menuGroupExport";
974 			this.m_menuGroupExport.Size = new System.Drawing.Size(217, 22);
975 			this.m_menuGroupExport.Text = "&Export Group...";
976 			this.m_menuGroupExport.Click += new System.EventHandler(this.OnGroupExport);
977 			//
978 			// m_menuEntry
979 			//
980 			this.m_menuEntry.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
981             this.m_menuEntryCopyUserName,
982             this.m_menuEntryCopyPassword,
983             this.m_menuEntryUrl,
984             this.m_menuEntryCopyString,
985             this.m_menuEntryAttachments,
986             this.m_menuEntrySaveAttachedFiles,
987             this.m_menuEntrySep0,
988             this.m_menuEntryPerformAutoType,
989             this.m_menuEntryAutoTypeAdv,
990             this.m_menuEntrySep1,
991             this.m_menuEntryAdd,
992             this.m_menuEntryEdit,
993             this.m_menuEntryEditQuick,
994             this.m_menuEntryDuplicate,
995             this.m_menuEntryDelete,
996             this.m_menuEntrySep2,
997             this.m_menuEntrySelectAll,
998             this.m_menuEntrySep3,
999             this.m_menuEntryRearrange,
1000             this.m_menuEntryDX});
1001 			this.m_menuEntry.Name = "m_menuEntry";
1002 			this.m_menuEntry.Size = new System.Drawing.Size(46, 20);
1003 			this.m_menuEntry.Text = "&Entry";
1004 			this.m_menuEntry.DropDownOpening += new System.EventHandler(this.OnEntryDropDownOpening);
1005 			//
1006 			// m_menuEntryCopyUserName
1007 			//
1008 			this.m_menuEntryCopyUserName.Image = global::KeePass.Properties.Resources.B16x16_Personal;
1009 			this.m_menuEntryCopyUserName.Name = "m_menuEntryCopyUserName";
1010 			this.m_menuEntryCopyUserName.Size = new System.Drawing.Size(207, 22);
1011 			this.m_menuEntryCopyUserName.Text = "Copy &User Name";
1012 			this.m_menuEntryCopyUserName.Click += new System.EventHandler(this.OnEntryCopyUserName);
1013 			//
1014 			// m_menuEntryCopyPassword
1015 			//
1016 			this.m_menuEntryCopyPassword.Image = global::KeePass.Properties.Resources.B16x16_KGPG_Info;
1017 			this.m_menuEntryCopyPassword.Name = "m_menuEntryCopyPassword";
1018 			this.m_menuEntryCopyPassword.Size = new System.Drawing.Size(207, 22);
1019 			this.m_menuEntryCopyPassword.Text = "<>";
1020 			this.m_menuEntryCopyPassword.Click += new System.EventHandler(this.OnEntryCopyPassword);
1021 			//
1022 			// m_menuEntryUrl
1023 			//
1024 			this.m_menuEntryUrl.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1025             this.m_menuEntryOpenUrl,
1026             this.m_menuEntryCopyUrl});
1027 			this.m_menuEntryUrl.Name = "m_menuEntryUrl";
1028 			this.m_menuEntryUrl.Size = new System.Drawing.Size(207, 22);
1029 			this.m_menuEntryUrl.Text = "UR&L(s)";
1030 			//
1031 			// m_menuEntryOpenUrl
1032 			//
1033 			this.m_menuEntryOpenUrl.Image = global::KeePass.Properties.Resources.B16x16_FTP;
1034 			this.m_menuEntryOpenUrl.Name = "m_menuEntryOpenUrl";
1035 			this.m_menuEntryOpenUrl.Size = new System.Drawing.Size(103, 22);
1036 			this.m_menuEntryOpenUrl.Text = "&Open";
1037 			this.m_menuEntryOpenUrl.Click += new System.EventHandler(this.OnEntryOpenUrl);
1038 			//
1039 			// m_menuEntryCopyUrl
1040 			//
1041 			this.m_menuEntryCopyUrl.Image = global::KeePass.Properties.Resources.B16x16_EditCopyUrl;
1042 			this.m_menuEntryCopyUrl.Name = "m_menuEntryCopyUrl";
1043 			this.m_menuEntryCopyUrl.Size = new System.Drawing.Size(103, 22);
1044 			this.m_menuEntryCopyUrl.Text = "&Copy";
1045 			this.m_menuEntryCopyUrl.Click += new System.EventHandler(this.OnEntryCopyURL);
1046 			//
1047 			// m_menuEntryCopyString
1048 			//
1049 			this.m_menuEntryCopyString.Name = "m_menuEntryCopyString";
1050 			this.m_menuEntryCopyString.Size = new System.Drawing.Size(207, 22);
1051 			this.m_menuEntryCopyString.Text = "&Copy Field";
1052 			//
1053 			// m_menuEntryAttachments
1054 			//
1055 			this.m_menuEntryAttachments.Name = "m_menuEntryAttachments";
1056 			this.m_menuEntryAttachments.Size = new System.Drawing.Size(207, 22);
1057 			this.m_menuEntryAttachments.Text = "Attach&ments";
1058 			//
1059 			// m_menuEntrySaveAttachedFiles
1060 			//
1061 			this.m_menuEntrySaveAttachedFiles.Image = global::KeePass.Properties.Resources.B16x16_Attach;
1062 			this.m_menuEntrySaveAttachedFiles.Name = "m_menuEntrySaveAttachedFiles";
1063 			this.m_menuEntrySaveAttachedFiles.Size = new System.Drawing.Size(207, 22);
1064 			this.m_menuEntrySaveAttachedFiles.Text = "Save Attached &File(s) To...";
1065 			this.m_menuEntrySaveAttachedFiles.Click += new System.EventHandler(this.OnEntrySaveAttachments);
1066 			//
1067 			// m_menuEntrySep0
1068 			//
1069 			this.m_menuEntrySep0.Name = "m_menuEntrySep0";
1070 			this.m_menuEntrySep0.Size = new System.Drawing.Size(204, 6);
1071 			//
1072 			// m_menuEntryPerformAutoType
1073 			//
1074 			this.m_menuEntryPerformAutoType.Image = global::KeePass.Properties.Resources.B16x16_KTouch;
1075 			this.m_menuEntryPerformAutoType.Name = "m_menuEntryPerformAutoType";
1076 			this.m_menuEntryPerformAutoType.Size = new System.Drawing.Size(207, 22);
1077 			this.m_menuEntryPerformAutoType.Text = "Perform Auto-&Type";
1078 			this.m_menuEntryPerformAutoType.Click += new System.EventHandler(this.OnEntryPerformAutoType);
1079 			//
1080 			// m_menuEntryAutoTypeAdv
1081 			//
1082 			this.m_menuEntryAutoTypeAdv.Name = "m_menuEntryAutoTypeAdv";
1083 			this.m_menuEntryAutoTypeAdv.Size = new System.Drawing.Size(207, 22);
1084 			this.m_menuEntryAutoTypeAdv.Text = "Perform Aut&o-Type";
1085 			//
1086 			// m_menuEntrySep1
1087 			//
1088 			this.m_menuEntrySep1.Name = "m_menuEntrySep1";
1089 			this.m_menuEntrySep1.Size = new System.Drawing.Size(204, 6);
1090 			//
1091 			// m_menuEntryAdd
1092 			//
1093 			this.m_menuEntryAdd.Image = global::KeePass.Properties.Resources.B16x16_KGPG_Import;
1094 			this.m_menuEntryAdd.Name = "m_menuEntryAdd";
1095 			this.m_menuEntryAdd.Size = new System.Drawing.Size(207, 22);
1096 			this.m_menuEntryAdd.Text = "&Add Entry...";
1097 			this.m_menuEntryAdd.Click += new System.EventHandler(this.OnEntryAdd);
1098 			//
1099 			// m_menuEntryEdit
1100 			//
1101 			this.m_menuEntryEdit.Image = global::KeePass.Properties.Resources.B16x16_KGPG_Sign;
1102 			this.m_menuEntryEdit.Name = "m_menuEntryEdit";
1103 			this.m_menuEntryEdit.Size = new System.Drawing.Size(207, 22);
1104 			this.m_menuEntryEdit.Text = "&Edit Entry...";
1105 			this.m_menuEntryEdit.Click += new System.EventHandler(this.OnEntryEdit);
1106 			//
1107 			// m_menuEntryEditQuick
1108 			//
1109 			this.m_menuEntryEditQuick.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1110             this.m_menuEntryIcon,
1111             this.m_menuEntryColor,
1112             this.m_menuEntryEditQuickSep0,
1113             this.m_menuEntryTagAdd,
1114             this.m_menuEntryTagRemove,
1115             this.m_menuEntryEditQuickSep1,
1116             this.m_menuEntryExpiresNow,
1117             this.m_menuEntryExpiresNever});
1118 			this.m_menuEntryEditQuick.Name = "m_menuEntryEditQuick";
1119 			this.m_menuEntryEditQuick.Size = new System.Drawing.Size(207, 22);
1120 			this.m_menuEntryEditQuick.Text = "Edit Entry (&Quick)";
1121 			//
1122 			// m_menuEntryIcon
1123 			//
1124 			this.m_menuEntryIcon.Image = global::KeePass.Properties.Resources.B16x16_Spreadsheet;
1125 			this.m_menuEntryIcon.Name = "m_menuEntryIcon";
1126 			this.m_menuEntryIcon.Size = new System.Drawing.Size(148, 22);
1127 			this.m_menuEntryIcon.Text = "&Icon...";
1128 			this.m_menuEntryIcon.Click += new System.EventHandler(this.OnEntryMassSetIcon);
1129 			//
1130 			// m_menuEntryColor
1131 			//
1132 			this.m_menuEntryColor.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1133             this.m_menuEntryColorStandard,
1134             this.m_menuEntryColorSep0,
1135             this.m_menuEntryColorLightRed,
1136             this.m_menuEntryColorLightGreen,
1137             this.m_menuEntryColorLightBlue,
1138             this.m_menuEntryColorLightYellow,
1139             this.m_menuEntryColorSep1,
1140             this.m_menuEntryColorCustom});
1141 			this.m_menuEntryColor.Name = "m_menuEntryColor";
1142 			this.m_menuEntryColor.Size = new System.Drawing.Size(148, 22);
1143 			this.m_menuEntryColor.Text = "&Color";
1144 			//
1145 			// m_menuEntryColorStandard
1146 			//
1147 			this.m_menuEntryColorStandard.Name = "m_menuEntryColorStandard";
1148 			this.m_menuEntryColorStandard.Size = new System.Drawing.Size(157, 22);
1149 			this.m_menuEntryColorStandard.Text = "&Standard";
1150 			this.m_menuEntryColorStandard.Click += new System.EventHandler(this.OnEntryColorStandard);
1151 			//
1152 			// m_menuEntryColorSep0
1153 			//
1154 			this.m_menuEntryColorSep0.Name = "m_menuEntryColorSep0";
1155 			this.m_menuEntryColorSep0.Size = new System.Drawing.Size(154, 6);
1156 			//
1157 			// m_menuEntryColorLightRed
1158 			//
1159 			this.m_menuEntryColorLightRed.Name = "m_menuEntryColorLightRed";
1160 			this.m_menuEntryColorLightRed.Size = new System.Drawing.Size(157, 22);
1161 			this.m_menuEntryColorLightRed.Text = "Light &Red";
1162 			this.m_menuEntryColorLightRed.Click += new System.EventHandler(this.OnEntryColorLightRed);
1163 			//
1164 			// m_menuEntryColorLightGreen
1165 			//
1166 			this.m_menuEntryColorLightGreen.Name = "m_menuEntryColorLightGreen";
1167 			this.m_menuEntryColorLightGreen.Size = new System.Drawing.Size(157, 22);
1168 			this.m_menuEntryColorLightGreen.Text = "Light &Green";
1169 			this.m_menuEntryColorLightGreen.Click += new System.EventHandler(this.OnEntryColorLightGreen);
1170 			//
1171 			// m_menuEntryColorLightBlue
1172 			//
1173 			this.m_menuEntryColorLightBlue.Name = "m_menuEntryColorLightBlue";
1174 			this.m_menuEntryColorLightBlue.Size = new System.Drawing.Size(157, 22);
1175 			this.m_menuEntryColorLightBlue.Text = "Light &Blue";
1176 			this.m_menuEntryColorLightBlue.Click += new System.EventHandler(this.OnEntryColorLightBlue);
1177 			//
1178 			// m_menuEntryColorLightYellow
1179 			//
1180 			this.m_menuEntryColorLightYellow.Name = "m_menuEntryColorLightYellow";
1181 			this.m_menuEntryColorLightYellow.Size = new System.Drawing.Size(157, 22);
1182 			this.m_menuEntryColorLightYellow.Text = "Light &Yellow";
1183 			this.m_menuEntryColorLightYellow.Click += new System.EventHandler(this.OnEntryColorLightYellow);
1184 			//
1185 			// m_menuEntryColorSep1
1186 			//
1187 			this.m_menuEntryColorSep1.Name = "m_menuEntryColorSep1";
1188 			this.m_menuEntryColorSep1.Size = new System.Drawing.Size(154, 6);
1189 			//
1190 			// m_menuEntryColorCustom
1191 			//
1192 			this.m_menuEntryColorCustom.Name = "m_menuEntryColorCustom";
1193 			this.m_menuEntryColorCustom.Size = new System.Drawing.Size(157, 22);
1194 			this.m_menuEntryColorCustom.Text = "&Custom Color...";
1195 			this.m_menuEntryColorCustom.Click += new System.EventHandler(this.OnEntryColorCustom);
1196 			//
1197 			// m_menuEntryEditQuickSep0
1198 			//
1199 			this.m_menuEntryEditQuickSep0.Name = "m_menuEntryEditQuickSep0";
1200 			this.m_menuEntryEditQuickSep0.Size = new System.Drawing.Size(145, 6);
1201 			//
1202 			// m_menuEntryTagAdd
1203 			//
1204 			this.m_menuEntryTagAdd.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1205             this.m_menuEntryTagNew});
1206 			this.m_menuEntryTagAdd.Name = "m_menuEntryTagAdd";
1207 			this.m_menuEntryTagAdd.Size = new System.Drawing.Size(148, 22);
1208 			this.m_menuEntryTagAdd.Text = "Add &Tag";
1209 			this.m_menuEntryTagAdd.DropDownOpening += new System.EventHandler(this.OnEntryTagAddOpening);
1210 			//
1211 			// m_menuEntryTagNew
1212 			//
1213 			this.m_menuEntryTagNew.Image = global::KeePass.Properties.Resources.B16x16_KNotes;
1214 			this.m_menuEntryTagNew.Name = "m_menuEntryTagNew";
1215 			this.m_menuEntryTagNew.Size = new System.Drawing.Size(128, 22);
1216 			this.m_menuEntryTagNew.Text = "&New Tag...";
1217 			this.m_menuEntryTagNew.Click += new System.EventHandler(this.OnEntrySelectedNewTag);
1218 			//
1219 			// m_menuEntryTagRemove
1220 			//
1221 			this.m_menuEntryTagRemove.Name = "m_menuEntryTagRemove";
1222 			this.m_menuEntryTagRemove.Size = new System.Drawing.Size(148, 22);
1223 			this.m_menuEntryTagRemove.Text = "&Remove Tag";
1224 			this.m_menuEntryTagRemove.DropDownOpening += new System.EventHandler(this.OnEntryTagRemoveOpening);
1225 			//
1226 			// m_menuEntryEditQuickSep1
1227 			//
1228 			this.m_menuEntryEditQuickSep1.Name = "m_menuEntryEditQuickSep1";
1229 			this.m_menuEntryEditQuickSep1.Size = new System.Drawing.Size(145, 6);
1230 			//
1231 			// m_menuEntryExpiresNow
1232 			//
1233 			this.m_menuEntryExpiresNow.Image = global::KeePass.Properties.Resources.B16x16_History_Clear;
1234 			this.m_menuEntryExpiresNow.Name = "m_menuEntryExpiresNow";
1235 			this.m_menuEntryExpiresNow.Size = new System.Drawing.Size(148, 22);
1236 			this.m_menuEntryExpiresNow.Text = "&Expires: Now";
1237 			this.m_menuEntryExpiresNow.Click += new System.EventHandler(this.OnEntryExpiresNow);
1238 			//
1239 			// m_menuEntryExpiresNever
1240 			//
1241 			this.m_menuEntryExpiresNever.Image = global::KeePass.Properties.Resources.B16x16_History_Clear;
1242 			this.m_menuEntryExpiresNever.Name = "m_menuEntryExpiresNever";
1243 			this.m_menuEntryExpiresNever.Size = new System.Drawing.Size(148, 22);
1244 			this.m_menuEntryExpiresNever.Text = "Expires: &Never";
1245 			this.m_menuEntryExpiresNever.Click += new System.EventHandler(this.OnEntryExpiresNever);
1246 			//
1247 			// m_menuEntryDuplicate
1248 			//
1249 			this.m_menuEntryDuplicate.Image = global::KeePass.Properties.Resources.B16x16_KGPG_Key2;
1250 			this.m_menuEntryDuplicate.Name = "m_menuEntryDuplicate";
1251 			this.m_menuEntryDuplicate.Size = new System.Drawing.Size(207, 22);
1252 			this.m_menuEntryDuplicate.Text = "Dupl&icate Entry...";
1253 			this.m_menuEntryDuplicate.Click += new System.EventHandler(this.OnEntryDuplicate);
1254 			//
1255 			// m_menuEntryDelete
1256 			//
1257 			this.m_menuEntryDelete.Image = global::KeePass.Properties.Resources.B16x16_DeleteEntry;
1258 			this.m_menuEntryDelete.Name = "m_menuEntryDelete";
1259 			this.m_menuEntryDelete.Size = new System.Drawing.Size(207, 22);
1260 			this.m_menuEntryDelete.Text = "&Delete Entry";
1261 			this.m_menuEntryDelete.Click += new System.EventHandler(this.OnEntryDelete);
1262 			//
1263 			// m_menuEntrySep2
1264 			//
1265 			this.m_menuEntrySep2.Name = "m_menuEntrySep2";
1266 			this.m_menuEntrySep2.Size = new System.Drawing.Size(204, 6);
1267 			//
1268 			// m_menuEntrySelectAll
1269 			//
1270 			this.m_menuEntrySelectAll.Name = "m_menuEntrySelectAll";
1271 			this.m_menuEntrySelectAll.Size = new System.Drawing.Size(207, 22);
1272 			this.m_menuEntrySelectAll.Text = "&Select All";
1273 			this.m_menuEntrySelectAll.Click += new System.EventHandler(this.OnEntrySelectAll);
1274 			//
1275 			// m_menuEntrySep3
1276 			//
1277 			this.m_menuEntrySep3.Name = "m_menuEntrySep3";
1278 			this.m_menuEntrySep3.Size = new System.Drawing.Size(204, 6);
1279 			//
1280 			// m_menuEntryRearrange
1281 			//
1282 			this.m_menuEntryRearrange.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1283             this.m_menuEntryMoveToTop,
1284             this.m_menuEntryMoveOneUp,
1285             this.m_menuEntryMoveOneDown,
1286             this.m_menuEntryMoveToBottom,
1287             this.m_menuEntryRearrangeSep0,
1288             this.m_menuEntryMoveToGroup,
1289             this.m_menuEntryMoveToPreviousParent});
1290 			this.m_menuEntryRearrange.Name = "m_menuEntryRearrange";
1291 			this.m_menuEntryRearrange.Size = new System.Drawing.Size(207, 22);
1292 			this.m_menuEntryRearrange.Text = "&Rearrange";
1293 			//
1294 			// m_menuEntryMoveToTop
1295 			//
1296 			this.m_menuEntryMoveToTop.Image = global::KeePass.Properties.Resources.B16x16_2UpArrow;
1297 			this.m_menuEntryMoveToTop.Name = "m_menuEntryMoveToTop";
1298 			this.m_menuEntryMoveToTop.Size = new System.Drawing.Size(193, 22);
1299 			this.m_menuEntryMoveToTop.Text = "Move Entry to &Top";
1300 			this.m_menuEntryMoveToTop.Click += new System.EventHandler(this.OnEntryMoveToTop);
1301 			//
1302 			// m_menuEntryMoveOneUp
1303 			//
1304 			this.m_menuEntryMoveOneUp.Image = global::KeePass.Properties.Resources.B16x16_1UpArrow;
1305 			this.m_menuEntryMoveOneUp.Name = "m_menuEntryMoveOneUp";
1306 			this.m_menuEntryMoveOneUp.Size = new System.Drawing.Size(193, 22);
1307 			this.m_menuEntryMoveOneUp.Text = "Move Entry One &Up";
1308 			this.m_menuEntryMoveOneUp.Click += new System.EventHandler(this.OnEntryMoveOneUp);
1309 			//
1310 			// m_menuEntryMoveOneDown
1311 			//
1312 			this.m_menuEntryMoveOneDown.Image = global::KeePass.Properties.Resources.B16x16_1DownArrow;
1313 			this.m_menuEntryMoveOneDown.Name = "m_menuEntryMoveOneDown";
1314 			this.m_menuEntryMoveOneDown.Size = new System.Drawing.Size(193, 22);
1315 			this.m_menuEntryMoveOneDown.Text = "Move Entry One &Down";
1316 			this.m_menuEntryMoveOneDown.Click += new System.EventHandler(this.OnEntryMoveOneDown);
1317 			//
1318 			// m_menuEntryMoveToBottom
1319 			//
1320 			this.m_menuEntryMoveToBottom.Image = global::KeePass.Properties.Resources.B16x16_2DownArrow;
1321 			this.m_menuEntryMoveToBottom.Name = "m_menuEntryMoveToBottom";
1322 			this.m_menuEntryMoveToBottom.Size = new System.Drawing.Size(193, 22);
1323 			this.m_menuEntryMoveToBottom.Text = "Move Entry to &Bottom";
1324 			this.m_menuEntryMoveToBottom.Click += new System.EventHandler(this.OnEntryMoveToBottom);
1325 			//
1326 			// m_menuEntryRearrangeSep0
1327 			//
1328 			this.m_menuEntryRearrangeSep0.Name = "m_menuEntryRearrangeSep0";
1329 			this.m_menuEntryRearrangeSep0.Size = new System.Drawing.Size(190, 6);
1330 			//
1331 			// m_menuEntryMoveToGroup
1332 			//
1333 			this.m_menuEntryMoveToGroup.Name = "m_menuEntryMoveToGroup";
1334 			this.m_menuEntryMoveToGroup.Size = new System.Drawing.Size(193, 22);
1335 			this.m_menuEntryMoveToGroup.Text = "Move to &Group";
1336 			this.m_menuEntryMoveToGroup.DropDownOpening += new System.EventHandler(this.OnEntryMoveToGroupOpening);
1337 			//
1338 			// m_menuEntryMoveToPreviousParent
1339 			//
1340 			this.m_menuEntryMoveToPreviousParent.Image = global::KeePass.Properties.Resources.B16x16_Undo;
1341 			this.m_menuEntryMoveToPreviousParent.Name = "m_menuEntryMoveToPreviousParent";
1342 			this.m_menuEntryMoveToPreviousParent.Size = new System.Drawing.Size(193, 22);
1343 			this.m_menuEntryMoveToPreviousParent.Text = "<>";
1344 			this.m_menuEntryMoveToPreviousParent.Click += new System.EventHandler(this.OnEntryMoveToPreviousParent);
1345 			//
1346 			// m_menuEntryDX
1347 			//
1348 			this.m_menuEntryDX.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1349             this.m_menuEntryClipCopy,
1350             this.m_menuEntryClipCopyPlain,
1351             this.m_menuEntryClipPaste,
1352             this.m_menuEntryDXSep0,
1353             this.m_menuEntryPrint,
1354             this.m_menuEntryExport});
1355 			this.m_menuEntryDX.Name = "m_menuEntryDX";
1356 			this.m_menuEntryDX.Size = new System.Drawing.Size(207, 22);
1357 			this.m_menuEntryDX.Text = "Data E&xchange";
1358 			this.m_menuEntryDX.DropDownOpening += new System.EventHandler(this.OnEntryDXOpening);
1359 			//
1360 			// m_menuEntryClipCopy
1361 			//
1362 			this.m_menuEntryClipCopy.Image = global::KeePass.Properties.Resources.B16x16_EditCopy;
1363 			this.m_menuEntryClipCopy.Name = "m_menuEntryClipCopy";
1364 			this.m_menuEntryClipCopy.Size = new System.Drawing.Size(211, 22);
1365 			this.m_menuEntryClipCopy.Text = "&Copy Entry (Encrypted)";
1366 			this.m_menuEntryClipCopy.Click += new System.EventHandler(this.OnEntryClipCopy);
1367 			//
1368 			// m_menuEntryClipCopyPlain
1369 			//
1370 			this.m_menuEntryClipCopyPlain.Image = global::KeePass.Properties.Resources.B16x16_EditCopy;
1371 			this.m_menuEntryClipCopyPlain.Name = "m_menuEntryClipCopyPlain";
1372 			this.m_menuEntryClipCopyPlain.Size = new System.Drawing.Size(211, 22);
1373 			this.m_menuEntryClipCopyPlain.Text = "C&opy Entry (Unencrypted)";
1374 			this.m_menuEntryClipCopyPlain.Click += new System.EventHandler(this.OnEntryClipCopyPlain);
1375 			//
1376 			// m_menuEntryClipPaste
1377 			//
1378 			this.m_menuEntryClipPaste.Image = global::KeePass.Properties.Resources.B16x16_EditPaste;
1379 			this.m_menuEntryClipPaste.Name = "m_menuEntryClipPaste";
1380 			this.m_menuEntryClipPaste.Size = new System.Drawing.Size(211, 22);
1381 			this.m_menuEntryClipPaste.Text = "&Paste Entry";
1382 			this.m_menuEntryClipPaste.Click += new System.EventHandler(this.OnEntryClipPaste);
1383 			//
1384 			// m_menuEntryDXSep0
1385 			//
1386 			this.m_menuEntryDXSep0.Name = "m_menuEntryDXSep0";
1387 			this.m_menuEntryDXSep0.Size = new System.Drawing.Size(208, 6);
1388 			//
1389 			// m_menuEntryPrint
1390 			//
1391 			this.m_menuEntryPrint.Image = global::KeePass.Properties.Resources.B16x16_FilePrint;
1392 			this.m_menuEntryPrint.Name = "m_menuEntryPrint";
1393 			this.m_menuEntryPrint.Size = new System.Drawing.Size(211, 22);
1394 			this.m_menuEntryPrint.Text = "P&rint Entry...";
1395 			this.m_menuEntryPrint.Click += new System.EventHandler(this.OnEntryPrint);
1396 			//
1397 			// m_menuEntryExport
1398 			//
1399 			this.m_menuEntryExport.Image = global::KeePass.Properties.Resources.B16x16_Folder_Outbox;
1400 			this.m_menuEntryExport.Name = "m_menuEntryExport";
1401 			this.m_menuEntryExport.Size = new System.Drawing.Size(211, 22);
1402 			this.m_menuEntryExport.Text = "&Export Entry...";
1403 			this.m_menuEntryExport.Click += new System.EventHandler(this.OnEntryExport);
1404 			//
1405 			// m_menuFind
1406 			//
1407 			this.m_menuFind.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1408             this.m_menuFindInDatabase,
1409             this.m_menuFindInGroup,
1410             this.m_menuFindProfiles,
1411             this.m_menuFindSep0,
1412             this.m_menuFindTag,
1413             this.m_menuFindSep1,
1414             this.m_menuFindAll,
1415             this.m_menuFindParentGroup,
1416             this.m_menuFindSep2,
1417             this.m_menuFindExp,
1418             this.m_menuFindExpIn,
1419             this.m_menuFindSep3,
1420             this.m_menuFindLastMod,
1421             this.m_menuFindLarge,
1422             this.m_menuFindSep4,
1423             this.m_menuFindDupPasswords,
1424             this.m_menuFindSimPasswordsP,
1425             this.m_menuFindSimPasswordsC,
1426             this.m_menuFindPwQuality});
1427 			this.m_menuFind.Name = "m_menuFind";
1428 			this.m_menuFind.Size = new System.Drawing.Size(42, 20);
1429 			this.m_menuFind.Text = "F&ind";
1430 			//
1431 			// m_menuFindInDatabase
1432 			//
1433 			this.m_menuFindInDatabase.Image = global::KeePass.Properties.Resources.B16x16_XMag;
1434 			this.m_menuFindInDatabase.Name = "m_menuFindInDatabase";
1435 			this.m_menuFindInDatabase.Size = new System.Drawing.Size(230, 22);
1436 			this.m_menuFindInDatabase.Text = "&Find...";
1437 			this.m_menuFindInDatabase.Click += new System.EventHandler(this.OnFindInDatabase);
1438 			//
1439 			// m_menuFindInGroup
1440 			//
1441 			this.m_menuFindInGroup.Image = global::KeePass.Properties.Resources.B16x16_XMag;
1442 			this.m_menuFindInGroup.Name = "m_menuFindInGroup";
1443 			this.m_menuFindInGroup.Size = new System.Drawing.Size(230, 22);
1444 			this.m_menuFindInGroup.Text = "F&ind in Selected Group...";
1445 			this.m_menuFindInGroup.Click += new System.EventHandler(this.OnFindInGroup);
1446 			//
1447 			// m_menuFindProfiles
1448 			//
1449 			this.m_menuFindProfiles.Name = "m_menuFindProfiles";
1450 			this.m_menuFindProfiles.Size = new System.Drawing.Size(230, 22);
1451 			this.m_menuFindProfiles.Text = "&Search Profiles";
1452 			this.m_menuFindProfiles.DropDownOpening += new System.EventHandler(this.OnFindProfilesOpening);
1453 			//
1454 			// m_menuFindSep0
1455 			//
1456 			this.m_menuFindSep0.Name = "m_menuFindSep0";
1457 			this.m_menuFindSep0.Size = new System.Drawing.Size(227, 6);
1458 			//
1459 			// m_menuFindTag
1460 			//
1461 			this.m_menuFindTag.Name = "m_menuFindTag";
1462 			this.m_menuFindTag.Size = new System.Drawing.Size(230, 22);
1463 			this.m_menuFindTag.Text = "&Tag";
1464 			this.m_menuFindTag.DropDownOpening += new System.EventHandler(this.OnFindTagOpening);
1465 			//
1466 			// m_menuFindSep1
1467 			//
1468 			this.m_menuFindSep1.Name = "m_menuFindSep1";
1469 			this.m_menuFindSep1.Size = new System.Drawing.Size(227, 6);
1470 			//
1471 			// m_menuFindAll
1472 			//
1473 			this.m_menuFindAll.Image = global::KeePass.Properties.Resources.B16x16_KGPG_Key3;
1474 			this.m_menuFindAll.Name = "m_menuFindAll";
1475 			this.m_menuFindAll.Size = new System.Drawing.Size(230, 22);
1476 			this.m_menuFindAll.Text = "&All";
1477 			this.m_menuFindAll.Click += new System.EventHandler(this.OnFindAll);
1478 			//
1479 			// m_menuFindParentGroup
1480 			//
1481 			this.m_menuFindParentGroup.Image = global::KeePass.Properties.Resources.B16x16_Folder_Blue_Open;
1482 			this.m_menuFindParentGroup.Name = "m_menuFindParentGroup";
1483 			this.m_menuFindParentGroup.Size = new System.Drawing.Size(230, 22);
1484 			this.m_menuFindParentGroup.Text = "Selected Entry\'s &Group";
1485 			this.m_menuFindParentGroup.Click += new System.EventHandler(this.OnFindParentGroup);
1486 			//
1487 			// m_menuFindSep2
1488 			//
1489 			this.m_menuFindSep2.Name = "m_menuFindSep2";
1490 			this.m_menuFindSep2.Size = new System.Drawing.Size(227, 6);
1491 			//
1492 			// m_menuFindExp
1493 			//
1494 			this.m_menuFindExp.Image = global::KeePass.Properties.Resources.B16x16_History_Clear;
1495 			this.m_menuFindExp.Name = "m_menuFindExp";
1496 			this.m_menuFindExp.Size = new System.Drawing.Size(230, 22);
1497 			this.m_menuFindExp.Text = "&Expired";
1498 			this.m_menuFindExp.Click += new System.EventHandler(this.OnFindExp);
1499 			//
1500 			// m_menuFindExpIn
1501 			//
1502 			this.m_menuFindExpIn.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1503             this.m_menuFindExp1,
1504             this.m_menuFindExp2,
1505             this.m_menuFindExp3,
1506             this.m_menuFindExp7,
1507             this.m_menuFindExp14,
1508             this.m_menuFindExp30,
1509             this.m_menuFindExp60,
1510             this.m_menuFindExpInSep0,
1511             this.m_menuFindExpInF});
1512 			this.m_menuFindExpIn.Name = "m_menuFindExpIn";
1513 			this.m_menuFindExpIn.Size = new System.Drawing.Size(230, 22);
1514 			this.m_menuFindExpIn.Text = "E&xpiring In";
1515 			//
1516 			// m_menuFindExp1
1517 			//
1518 			this.m_menuFindExp1.Image = global::KeePass.Properties.Resources.B16x16_History_Clear;
1519 			this.m_menuFindExp1.Name = "m_menuFindExp1";
1520 			this.m_menuFindExp1.Size = new System.Drawing.Size(124, 22);
1521 			this.m_menuFindExp1.Text = "&1 Day";
1522 			this.m_menuFindExp1.Click += new System.EventHandler(this.OnFindExp1);
1523 			//
1524 			// m_menuFindExp2
1525 			//
1526 			this.m_menuFindExp2.Image = global::KeePass.Properties.Resources.B16x16_History_Clear;
1527 			this.m_menuFindExp2.Name = "m_menuFindExp2";
1528 			this.m_menuFindExp2.Size = new System.Drawing.Size(124, 22);
1529 			this.m_menuFindExp2.Text = "&2 Days";
1530 			this.m_menuFindExp2.Click += new System.EventHandler(this.OnFindExp2);
1531 			//
1532 			// m_menuFindExp3
1533 			//
1534 			this.m_menuFindExp3.Image = global::KeePass.Properties.Resources.B16x16_History_Clear;
1535 			this.m_menuFindExp3.Name = "m_menuFindExp3";
1536 			this.m_menuFindExp3.Size = new System.Drawing.Size(124, 22);
1537 			this.m_menuFindExp3.Text = "&3 Days";
1538 			this.m_menuFindExp3.Click += new System.EventHandler(this.OnFindExp3);
1539 			//
1540 			// m_menuFindExp7
1541 			//
1542 			this.m_menuFindExp7.Image = global::KeePass.Properties.Resources.B16x16_History_Clear;
1543 			this.m_menuFindExp7.Name = "m_menuFindExp7";
1544 			this.m_menuFindExp7.Size = new System.Drawing.Size(124, 22);
1545 			this.m_menuFindExp7.Text = "1 &Week";
1546 			this.m_menuFindExp7.Click += new System.EventHandler(this.OnFindExp7);
1547 			//
1548 			// m_menuFindExp14
1549 			//
1550 			this.m_menuFindExp14.Image = global::KeePass.Properties.Resources.B16x16_History_Clear;
1551 			this.m_menuFindExp14.Name = "m_menuFindExp14";
1552 			this.m_menuFindExp14.Size = new System.Drawing.Size(124, 22);
1553 			this.m_menuFindExp14.Text = "2 W&eeks";
1554 			this.m_menuFindExp14.Click += new System.EventHandler(this.OnFindExp14);
1555 			//
1556 			// m_menuFindExp30
1557 			//
1558 			this.m_menuFindExp30.Image = global::KeePass.Properties.Resources.B16x16_History_Clear;
1559 			this.m_menuFindExp30.Name = "m_menuFindExp30";
1560 			this.m_menuFindExp30.Size = new System.Drawing.Size(124, 22);
1561 			this.m_menuFindExp30.Text = "1 &Month";
1562 			this.m_menuFindExp30.Click += new System.EventHandler(this.OnFindExp30);
1563 			//
1564 			// m_menuFindExp60
1565 			//
1566 			this.m_menuFindExp60.Image = global::KeePass.Properties.Resources.B16x16_History_Clear;
1567 			this.m_menuFindExp60.Name = "m_menuFindExp60";
1568 			this.m_menuFindExp60.Size = new System.Drawing.Size(124, 22);
1569 			this.m_menuFindExp60.Text = "2 M&onths";
1570 			this.m_menuFindExp60.Click += new System.EventHandler(this.OnFindExp60);
1571 			//
1572 			// m_menuFindExpInSep0
1573 			//
1574 			this.m_menuFindExpInSep0.Name = "m_menuFindExpInSep0";
1575 			this.m_menuFindExpInSep0.Size = new System.Drawing.Size(121, 6);
1576 			//
1577 			// m_menuFindExpInF
1578 			//
1579 			this.m_menuFindExpInF.Image = global::KeePass.Properties.Resources.B16x16_History_Clear;
1580 			this.m_menuFindExpInF.Name = "m_menuFindExpInF";
1581 			this.m_menuFindExpInF.Size = new System.Drawing.Size(124, 22);
1582 			this.m_menuFindExpInF.Text = "&Future";
1583 			this.m_menuFindExpInF.Click += new System.EventHandler(this.OnFindExpInF);
1584 			//
1585 			// m_menuFindSep3
1586 			//
1587 			this.m_menuFindSep3.Name = "m_menuFindSep3";
1588 			this.m_menuFindSep3.Size = new System.Drawing.Size(227, 6);
1589 			//
1590 			// m_menuFindLastMod
1591 			//
1592 			this.m_menuFindLastMod.Image = global::KeePass.Properties.Resources.B16x16_History;
1593 			this.m_menuFindLastMod.Name = "m_menuFindLastMod";
1594 			this.m_menuFindLastMod.Size = new System.Drawing.Size(230, 22);
1595 			this.m_menuFindLastMod.Text = "Last &Modified Entries...";
1596 			this.m_menuFindLastMod.Click += new System.EventHandler(this.OnFindLastMod);
1597 			//
1598 			// m_menuFindLarge
1599 			//
1600 			this.m_menuFindLarge.Image = global::KeePass.Properties.Resources.B16x16_HwInfo;
1601 			this.m_menuFindLarge.Name = "m_menuFindLarge";
1602 			this.m_menuFindLarge.Size = new System.Drawing.Size(230, 22);
1603 			this.m_menuFindLarge.Text = "&Large Entries...";
1604 			this.m_menuFindLarge.Click += new System.EventHandler(this.OnFindLarge);
1605 			//
1606 			// m_menuFindSep4
1607 			//
1608 			this.m_menuFindSep4.Name = "m_menuFindSep4";
1609 			this.m_menuFindSep4.Size = new System.Drawing.Size(227, 6);
1610 			//
1611 			// m_menuFindDupPasswords
1612 			//
1613 			this.m_menuFindDupPasswords.Image = global::KeePass.Properties.Resources.B16x16_KGPG_Key2;
1614 			this.m_menuFindDupPasswords.Name = "m_menuFindDupPasswords";
1615 			this.m_menuFindDupPasswords.Size = new System.Drawing.Size(230, 22);
1616 			this.m_menuFindDupPasswords.Text = "&Duplicate Passwords...";
1617 			this.m_menuFindDupPasswords.Click += new System.EventHandler(this.OnFindDupPasswords);
1618 			//
1619 			// m_menuFindSimPasswordsP
1620 			//
1621 			this.m_menuFindSimPasswordsP.Image = global::KeePass.Properties.Resources.B16x16_KGPG_Key2;
1622 			this.m_menuFindSimPasswordsP.Name = "m_menuFindSimPasswordsP";
1623 			this.m_menuFindSimPasswordsP.Size = new System.Drawing.Size(230, 22);
1624 			this.m_menuFindSimPasswordsP.Text = "Similar Passwords (&Pairs)...";
1625 			this.m_menuFindSimPasswordsP.Click += new System.EventHandler(this.OnFindSimPasswordsP);
1626 			//
1627 			// m_menuFindSimPasswordsC
1628 			//
1629 			this.m_menuFindSimPasswordsC.Image = global::KeePass.Properties.Resources.B16x16_KGPG_Key2;
1630 			this.m_menuFindSimPasswordsC.Name = "m_menuFindSimPasswordsC";
1631 			this.m_menuFindSimPasswordsC.Size = new System.Drawing.Size(230, 22);
1632 			this.m_menuFindSimPasswordsC.Text = "Similar Passwords (&Clusters)...";
1633 			this.m_menuFindSimPasswordsC.Click += new System.EventHandler(this.OnFindSimPasswordsC);
1634 			//
1635 			// m_menuFindPwQuality
1636 			//
1637 			this.m_menuFindPwQuality.Image = global::KeePass.Properties.Resources.B16x16_KOrganizer;
1638 			this.m_menuFindPwQuality.Name = "m_menuFindPwQuality";
1639 			this.m_menuFindPwQuality.Size = new System.Drawing.Size(230, 22);
1640 			this.m_menuFindPwQuality.Text = "Password &Quality...";
1641 			this.m_menuFindPwQuality.Click += new System.EventHandler(this.OnFindPwQualityReport);
1642 			//
1643 			// m_menuView
1644 			//
1645 			this.m_menuView.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1646             this.m_menuChangeLanguage,
1647             this.m_menuViewSep0,
1648             this.m_menuViewShowToolBar,
1649             this.m_menuViewShowEntryView,
1650             this.m_menuViewWindowLayout,
1651             this.m_menuViewSep1,
1652             this.m_menuViewAlwaysOnTop,
1653             this.m_menuViewSep2,
1654             this.m_menuViewConfigColumns,
1655             this.m_menuViewSortBy,
1656             this.m_menuViewTanOptions,
1657             this.m_menuViewEntryListGrouping,
1658             this.m_menuViewSep3,
1659             this.m_menuViewShowEntriesOfSubGroups});
1660 			this.m_menuView.Name = "m_menuView";
1661 			this.m_menuView.Size = new System.Drawing.Size(44, 20);
1662 			this.m_menuView.Text = "&View";
1663 			//
1664 			// m_menuChangeLanguage
1665 			//
1666 			this.m_menuChangeLanguage.Image = global::KeePass.Properties.Resources.B16x16_Keyboard_Layout;
1667 			this.m_menuChangeLanguage.Name = "m_menuChangeLanguage";
1668 			this.m_menuChangeLanguage.Size = new System.Drawing.Size(215, 22);
1669 			this.m_menuChangeLanguage.Text = "Change &Language...";
1670 			this.m_menuChangeLanguage.Click += new System.EventHandler(this.OnMenuChangeLanguage);
1671 			//
1672 			// m_menuViewSep0
1673 			//
1674 			this.m_menuViewSep0.Name = "m_menuViewSep0";
1675 			this.m_menuViewSep0.Size = new System.Drawing.Size(212, 6);
1676 			//
1677 			// m_menuViewShowToolBar
1678 			//
1679 			this.m_menuViewShowToolBar.Name = "m_menuViewShowToolBar";
1680 			this.m_menuViewShowToolBar.Size = new System.Drawing.Size(215, 22);
1681 			this.m_menuViewShowToolBar.Text = "Show &Toolbar";
1682 			this.m_menuViewShowToolBar.Click += new System.EventHandler(this.OnViewShowToolBar);
1683 			//
1684 			// m_menuViewShowEntryView
1685 			//
1686 			this.m_menuViewShowEntryView.Name = "m_menuViewShowEntryView";
1687 			this.m_menuViewShowEntryView.Size = new System.Drawing.Size(215, 22);
1688 			this.m_menuViewShowEntryView.Text = "Show &Entry View";
1689 			this.m_menuViewShowEntryView.Click += new System.EventHandler(this.OnViewShowEntryView);
1690 			//
1691 			// m_menuViewWindowLayout
1692 			//
1693 			this.m_menuViewWindowLayout.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1694             this.m_menuViewWindowsStacked,
1695             this.m_menuViewWindowsSideBySide});
1696 			this.m_menuViewWindowLayout.Name = "m_menuViewWindowLayout";
1697 			this.m_menuViewWindowLayout.Size = new System.Drawing.Size(215, 22);
1698 			this.m_menuViewWindowLayout.Text = "&Window Layout";
1699 			//
1700 			// m_menuViewWindowsStacked
1701 			//
1702 			this.m_menuViewWindowsStacked.Image = global::KeePass.Properties.Resources.B16x16_Window_2Horz1Vert;
1703 			this.m_menuViewWindowsStacked.Name = "m_menuViewWindowsStacked";
1704 			this.m_menuViewWindowsStacked.Size = new System.Drawing.Size(137, 22);
1705 			this.m_menuViewWindowsStacked.Text = "&Stacked";
1706 			this.m_menuViewWindowsStacked.Click += new System.EventHandler(this.OnViewWindowsStacked);
1707 			//
1708 			// m_menuViewWindowsSideBySide
1709 			//
1710 			this.m_menuViewWindowsSideBySide.Image = global::KeePass.Properties.Resources.B16x16_Window_3Horz;
1711 			this.m_menuViewWindowsSideBySide.Name = "m_menuViewWindowsSideBySide";
1712 			this.m_menuViewWindowsSideBySide.Size = new System.Drawing.Size(137, 22);
1713 			this.m_menuViewWindowsSideBySide.Text = "Side &by Side";
1714 			this.m_menuViewWindowsSideBySide.Click += new System.EventHandler(this.OnViewWindowsSideBySide);
1715 			//
1716 			// m_menuViewSep1
1717 			//
1718 			this.m_menuViewSep1.Name = "m_menuViewSep1";
1719 			this.m_menuViewSep1.Size = new System.Drawing.Size(212, 6);
1720 			//
1721 			// m_menuViewAlwaysOnTop
1722 			//
1723 			this.m_menuViewAlwaysOnTop.Name = "m_menuViewAlwaysOnTop";
1724 			this.m_menuViewAlwaysOnTop.Size = new System.Drawing.Size(215, 22);
1725 			this.m_menuViewAlwaysOnTop.Text = "&Always on Top";
1726 			this.m_menuViewAlwaysOnTop.Click += new System.EventHandler(this.OnViewAlwaysOnTop);
1727 			//
1728 			// m_menuViewSep2
1729 			//
1730 			this.m_menuViewSep2.Name = "m_menuViewSep2";
1731 			this.m_menuViewSep2.Size = new System.Drawing.Size(212, 6);
1732 			//
1733 			// m_menuViewConfigColumns
1734 			//
1735 			this.m_menuViewConfigColumns.Image = global::KeePass.Properties.Resources.B16x16_View_Detailed;
1736 			this.m_menuViewConfigColumns.Name = "m_menuViewConfigColumns";
1737 			this.m_menuViewConfigColumns.Size = new System.Drawing.Size(215, 22);
1738 			this.m_menuViewConfigColumns.Text = "&Configure Columns...";
1739 			this.m_menuViewConfigColumns.Click += new System.EventHandler(this.OnViewConfigColumns);
1740 			//
1741 			// m_menuViewSortBy
1742 			//
1743 			this.m_menuViewSortBy.Name = "m_menuViewSortBy";
1744 			this.m_menuViewSortBy.Size = new System.Drawing.Size(215, 22);
1745 			this.m_menuViewSortBy.Text = "&Sort By";
1746 			//
1747 			// m_menuViewTanOptions
1748 			//
1749 			this.m_menuViewTanOptions.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1750             this.m_menuViewTanSimpleList,
1751             this.m_menuViewTanIndices});
1752 			this.m_menuViewTanOptions.Name = "m_menuViewTanOptions";
1753 			this.m_menuViewTanOptions.Size = new System.Drawing.Size(215, 22);
1754 			this.m_menuViewTanOptions.Text = "TAN &View Options";
1755 			//
1756 			// m_menuViewTanSimpleList
1757 			//
1758 			this.m_menuViewTanSimpleList.Name = "m_menuViewTanSimpleList";
1759 			this.m_menuViewTanSimpleList.Size = new System.Drawing.Size(295, 22);
1760 			this.m_menuViewTanSimpleList.Text = "Use &Simple List View for TAN-Only Groups";
1761 			this.m_menuViewTanSimpleList.Click += new System.EventHandler(this.OnViewTanSimpleListClick);
1762 			//
1763 			// m_menuViewTanIndices
1764 			//
1765 			this.m_menuViewTanIndices.Name = "m_menuViewTanIndices";
1766 			this.m_menuViewTanIndices.Size = new System.Drawing.Size(295, 22);
1767 			this.m_menuViewTanIndices.Text = "Show TAN &Indices in Entry Titles";
1768 			this.m_menuViewTanIndices.Click += new System.EventHandler(this.OnViewTanIndicesClick);
1769 			//
1770 			// m_menuViewEntryListGrouping
1771 			//
1772 			this.m_menuViewEntryListGrouping.Name = "m_menuViewEntryListGrouping";
1773 			this.m_menuViewEntryListGrouping.Size = new System.Drawing.Size(215, 22);
1774 			this.m_menuViewEntryListGrouping.Text = "&Grouping in Entry List";
1775 			//
1776 			// m_menuViewSep3
1777 			//
1778 			this.m_menuViewSep3.Name = "m_menuViewSep3";
1779 			this.m_menuViewSep3.Size = new System.Drawing.Size(212, 6);
1780 			//
1781 			// m_menuViewShowEntriesOfSubGroups
1782 			//
1783 			this.m_menuViewShowEntriesOfSubGroups.Name = "m_menuViewShowEntriesOfSubGroups";
1784 			this.m_menuViewShowEntriesOfSubGroups.Size = new System.Drawing.Size(215, 22);
1785 			this.m_menuViewShowEntriesOfSubGroups.Text = "Show Entries of Su&bgroups";
1786 			this.m_menuViewShowEntriesOfSubGroups.Click += new System.EventHandler(this.OnViewShowEntriesOfSubGroups);
1787 			//
1788 			// m_menuTools
1789 			//
1790 			this.m_menuTools.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1791             this.m_menuToolsPwGenerator,
1792             this.m_menuToolsGeneratePwList,
1793             this.m_menuToolsSep0,
1794             this.m_menuToolsTanWizard,
1795             this.m_menuToolsDb,
1796             this.m_menuToolsAdv,
1797             this.m_menuToolsSep1,
1798             this.m_menuToolsTriggers,
1799             this.m_menuToolsPlugins,
1800             this.m_menuToolsSep2,
1801             this.m_menuToolsOptions});
1802 			this.m_menuTools.Name = "m_menuTools";
1803 			this.m_menuTools.Size = new System.Drawing.Size(46, 20);
1804 			this.m_menuTools.Text = "&Tools";
1805 			//
1806 			// m_menuToolsPwGenerator
1807 			//
1808 			this.m_menuToolsPwGenerator.Image = global::KeePass.Properties.Resources.B16x16_Key_New;
1809 			this.m_menuToolsPwGenerator.Name = "m_menuToolsPwGenerator";
1810 			this.m_menuToolsPwGenerator.Size = new System.Drawing.Size(204, 22);
1811 			this.m_menuToolsPwGenerator.Text = "&Generate Password...";
1812 			this.m_menuToolsPwGenerator.Click += new System.EventHandler(this.OnToolsPwGenerator);
1813 			//
1814 			// m_menuToolsGeneratePwList
1815 			//
1816 			this.m_menuToolsGeneratePwList.Image = global::KeePass.Properties.Resources.B16x16_KGPG_Gen;
1817 			this.m_menuToolsGeneratePwList.Name = "m_menuToolsGeneratePwList";
1818 			this.m_menuToolsGeneratePwList.Size = new System.Drawing.Size(204, 22);
1819 			this.m_menuToolsGeneratePwList.Text = "Generate Password &List...";
1820 			this.m_menuToolsGeneratePwList.Click += new System.EventHandler(this.OnToolsGeneratePasswordList);
1821 			//
1822 			// m_menuToolsSep0
1823 			//
1824 			this.m_menuToolsSep0.Name = "m_menuToolsSep0";
1825 			this.m_menuToolsSep0.Size = new System.Drawing.Size(201, 6);
1826 			//
1827 			// m_menuToolsTanWizard
1828 			//
1829 			this.m_menuToolsTanWizard.Image = global::KeePass.Properties.Resources.B16x16_Wizard;
1830 			this.m_menuToolsTanWizard.Name = "m_menuToolsTanWizard";
1831 			this.m_menuToolsTanWizard.Size = new System.Drawing.Size(204, 22);
1832 			this.m_menuToolsTanWizard.Text = "&TAN Wizard...";
1833 			this.m_menuToolsTanWizard.Click += new System.EventHandler(this.OnToolsTanWizard);
1834 			//
1835 			// m_menuToolsDb
1836 			//
1837 			this.m_menuToolsDb.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1838             this.m_menuToolsDbMaintenance,
1839             this.m_menuToolsDbSep0,
1840             this.m_menuToolsDbDelDupEntries,
1841             this.m_menuToolsDbDelEmptyGroups,
1842             this.m_menuToolsDbDelUnusedIcons,
1843             this.m_menuToolsDbSep1,
1844             this.m_menuToolsDbXmlRep});
1845 			this.m_menuToolsDb.Name = "m_menuToolsDb";
1846 			this.m_menuToolsDb.Size = new System.Drawing.Size(204, 22);
1847 			this.m_menuToolsDb.Text = "&Database Tools";
1848 			//
1849 			// m_menuToolsDbMaintenance
1850 			//
1851 			this.m_menuToolsDbMaintenance.Image = global::KeePass.Properties.Resources.B16x16_Package_Settings;
1852 			this.m_menuToolsDbMaintenance.Name = "m_menuToolsDbMaintenance";
1853 			this.m_menuToolsDbMaintenance.Size = new System.Drawing.Size(226, 22);
1854 			this.m_menuToolsDbMaintenance.Text = "Database &Maintenance...";
1855 			this.m_menuToolsDbMaintenance.Click += new System.EventHandler(this.OnToolsDbMaintenance);
1856 			//
1857 			// m_menuToolsDbSep0
1858 			//
1859 			this.m_menuToolsDbSep0.Name = "m_menuToolsDbSep0";
1860 			this.m_menuToolsDbSep0.Size = new System.Drawing.Size(223, 6);
1861 			//
1862 			// m_menuToolsDbDelDupEntries
1863 			//
1864 			this.m_menuToolsDbDelDupEntries.Image = global::KeePass.Properties.Resources.B16x16_DeleteEntry;
1865 			this.m_menuToolsDbDelDupEntries.Name = "m_menuToolsDbDelDupEntries";
1866 			this.m_menuToolsDbDelDupEntries.Size = new System.Drawing.Size(226, 22);
1867 			this.m_menuToolsDbDelDupEntries.Text = "Delete &Duplicate Entries";
1868 			this.m_menuToolsDbDelDupEntries.Click += new System.EventHandler(this.OnToolsDelDupEntries);
1869 			//
1870 			// m_menuToolsDbDelEmptyGroups
1871 			//
1872 			this.m_menuToolsDbDelEmptyGroups.Image = global::KeePass.Properties.Resources.B16x16_Folder_Locked;
1873 			this.m_menuToolsDbDelEmptyGroups.Name = "m_menuToolsDbDelEmptyGroups";
1874 			this.m_menuToolsDbDelEmptyGroups.Size = new System.Drawing.Size(226, 22);
1875 			this.m_menuToolsDbDelEmptyGroups.Text = "Delete Empty &Groups";
1876 			this.m_menuToolsDbDelEmptyGroups.Click += new System.EventHandler(this.OnToolsDelEmptyGroups);
1877 			//
1878 			// m_menuToolsDbDelUnusedIcons
1879 			//
1880 			this.m_menuToolsDbDelUnusedIcons.Image = global::KeePass.Properties.Resources.B16x16_Trashcan_Full;
1881 			this.m_menuToolsDbDelUnusedIcons.Name = "m_menuToolsDbDelUnusedIcons";
1882 			this.m_menuToolsDbDelUnusedIcons.Size = new System.Drawing.Size(226, 22);
1883 			this.m_menuToolsDbDelUnusedIcons.Text = "Delete Unused Custom &Icons";
1884 			this.m_menuToolsDbDelUnusedIcons.Click += new System.EventHandler(this.OnToolsDelUnusedIcons);
1885 			//
1886 			// m_menuToolsDbSep1
1887 			//
1888 			this.m_menuToolsDbSep1.Name = "m_menuToolsDbSep1";
1889 			this.m_menuToolsDbSep1.Size = new System.Drawing.Size(223, 6);
1890 			//
1891 			// m_menuToolsDbXmlRep
1892 			//
1893 			this.m_menuToolsDbXmlRep.Image = global::KeePass.Properties.Resources.B16x16_Binary;
1894 			this.m_menuToolsDbXmlRep.Name = "m_menuToolsDbXmlRep";
1895 			this.m_menuToolsDbXmlRep.Size = new System.Drawing.Size(226, 22);
1896 			this.m_menuToolsDbXmlRep.Text = "&XML Replace...";
1897 			this.m_menuToolsDbXmlRep.Click += new System.EventHandler(this.OnToolsXmlRep);
1898 			//
1899 			// m_menuToolsAdv
1900 			//
1901 			this.m_menuToolsAdv.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1902             this.m_menuToolsCreateKeyFile});
1903 			this.m_menuToolsAdv.Name = "m_menuToolsAdv";
1904 			this.m_menuToolsAdv.Size = new System.Drawing.Size(204, 22);
1905 			this.m_menuToolsAdv.Text = "&Advanced Tools";
1906 			//
1907 			// m_menuToolsCreateKeyFile
1908 			//
1909 			this.m_menuToolsCreateKeyFile.Image = global::KeePass.Properties.Resources.B16x16_KGPG_Info;
1910 			this.m_menuToolsCreateKeyFile.Name = "m_menuToolsCreateKeyFile";
1911 			this.m_menuToolsCreateKeyFile.Size = new System.Drawing.Size(160, 22);
1912 			this.m_menuToolsCreateKeyFile.Text = "&Create Key File...";
1913 			this.m_menuToolsCreateKeyFile.Click += new System.EventHandler(this.OnToolsCreateKeyFile);
1914 			//
1915 			// m_menuToolsSep1
1916 			//
1917 			this.m_menuToolsSep1.Name = "m_menuToolsSep1";
1918 			this.m_menuToolsSep1.Size = new System.Drawing.Size(201, 6);
1919 			//
1920 			// m_menuToolsTriggers
1921 			//
1922 			this.m_menuToolsTriggers.Image = global::KeePass.Properties.Resources.B16x16_Make_KDevelop;
1923 			this.m_menuToolsTriggers.Name = "m_menuToolsTriggers";
1924 			this.m_menuToolsTriggers.Size = new System.Drawing.Size(204, 22);
1925 			this.m_menuToolsTriggers.Text = "T&riggers...";
1926 			this.m_menuToolsTriggers.Click += new System.EventHandler(this.OnToolsTriggers);
1927 			//
1928 			// m_menuToolsPlugins
1929 			//
1930 			this.m_menuToolsPlugins.Image = global::KeePass.Properties.Resources.B16x16_BlockDevice;
1931 			this.m_menuToolsPlugins.Name = "m_menuToolsPlugins";
1932 			this.m_menuToolsPlugins.Size = new System.Drawing.Size(204, 22);
1933 			this.m_menuToolsPlugins.Text = "&Plugins...";
1934 			this.m_menuToolsPlugins.Click += new System.EventHandler(this.OnToolsPlugins);
1935 			//
1936 			// m_menuToolsSep2
1937 			//
1938 			this.m_menuToolsSep2.Name = "m_menuToolsSep2";
1939 			this.m_menuToolsSep2.Size = new System.Drawing.Size(201, 6);
1940 			//
1941 			// m_menuToolsOptions
1942 			//
1943 			this.m_menuToolsOptions.Image = global::KeePass.Properties.Resources.B16x16_Misc;
1944 			this.m_menuToolsOptions.Name = "m_menuToolsOptions";
1945 			this.m_menuToolsOptions.Size = new System.Drawing.Size(204, 22);
1946 			this.m_menuToolsOptions.Text = "&Options...";
1947 			this.m_menuToolsOptions.Click += new System.EventHandler(this.OnToolsOptions);
1948 			//
1949 			// m_menuHelp
1950 			//
1951 			this.m_menuHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
1952             this.m_menuHelpContents,
1953             this.m_menuHelpSep0,
1954             this.m_menuHelpWebsite,
1955             this.m_menuHelpDonate,
1956             this.m_menuHelpSep1,
1957             this.m_menuHelpCheckForUpdates,
1958             this.m_menuHelpSep2,
1959             this.m_menuHelpAbout});
1960 			this.m_menuHelp.Name = "m_menuHelp";
1961 			this.m_menuHelp.Size = new System.Drawing.Size(44, 20);
1962 			this.m_menuHelp.Text = "&Help";
1963 			//
1964 			// m_menuHelpContents
1965 			//
1966 			this.m_menuHelpContents.Image = global::KeePass.Properties.Resources.B16x16_Toggle_Log;
1967 			this.m_menuHelpContents.Name = "m_menuHelpContents";
1968 			this.m_menuHelpContents.Size = new System.Drawing.Size(171, 22);
1969 			this.m_menuHelpContents.Text = "&Help Contents";
1970 			this.m_menuHelpContents.Click += new System.EventHandler(this.OnHelpContents);
1971 			//
1972 			// m_menuHelpSep0
1973 			//
1974 			this.m_menuHelpSep0.Name = "m_menuHelpSep0";
1975 			this.m_menuHelpSep0.Size = new System.Drawing.Size(168, 6);
1976 			//
1977 			// m_menuHelpWebsite
1978 			//
1979 			this.m_menuHelpWebsite.Image = global::KeePass.Properties.Resources.B16x16_Folder_Home;
1980 			this.m_menuHelpWebsite.Name = "m_menuHelpWebsite";
1981 			this.m_menuHelpWebsite.Size = new System.Drawing.Size(171, 22);
1982 			this.m_menuHelpWebsite.Text = "KeePass &Website";
1983 			this.m_menuHelpWebsite.Click += new System.EventHandler(this.OnHelpHomepage);
1984 			//
1985 			// m_menuHelpDonate
1986 			//
1987 			this.m_menuHelpDonate.Image = global::KeePass.Properties.Resources.B16x16_Identity;
1988 			this.m_menuHelpDonate.Name = "m_menuHelpDonate";
1989 			this.m_menuHelpDonate.Size = new System.Drawing.Size(171, 22);
1990 			this.m_menuHelpDonate.Text = "&Donate...";
1991 			this.m_menuHelpDonate.Click += new System.EventHandler(this.OnHelpDonate);
1992 			//
1993 			// m_menuHelpSep1
1994 			//
1995 			this.m_menuHelpSep1.Name = "m_menuHelpSep1";
1996 			this.m_menuHelpSep1.Size = new System.Drawing.Size(168, 6);
1997 			//
1998 			// m_menuHelpCheckForUpdates
1999 			//
2000 			this.m_menuHelpCheckForUpdates.Image = global::KeePass.Properties.Resources.B16x16_FTP;
2001 			this.m_menuHelpCheckForUpdates.Name = "m_menuHelpCheckForUpdates";
2002 			this.m_menuHelpCheckForUpdates.Size = new System.Drawing.Size(171, 22);
2003 			this.m_menuHelpCheckForUpdates.Text = "&Check for Updates";
2004 			this.m_menuHelpCheckForUpdates.Click += new System.EventHandler(this.OnHelpCheckForUpdate);
2005 			//
2006 			// m_menuHelpSep2
2007 			//
2008 			this.m_menuHelpSep2.Name = "m_menuHelpSep2";
2009 			this.m_menuHelpSep2.Size = new System.Drawing.Size(168, 6);
2010 			//
2011 			// m_menuHelpAbout
2012 			//
2013 			this.m_menuHelpAbout.Image = global::KeePass.Properties.Resources.B16x16_Help;
2014 			this.m_menuHelpAbout.Name = "m_menuHelpAbout";
2015 			this.m_menuHelpAbout.Size = new System.Drawing.Size(171, 22);
2016 			this.m_menuHelpAbout.Text = "&About KeePass";
2017 			this.m_menuHelpAbout.Click += new System.EventHandler(this.OnHelpAbout);
2018 			//
2019 			// m_toolMain
2020 			//
2021 			this.m_toolMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
2022             this.m_tbNewDatabase,
2023             this.m_tbOpenDatabase,
2024             this.m_tbSaveDatabase,
2025             this.m_tbSaveAll,
2026             this.m_tbSep0,
2027             this.m_tbAddEntry,
2028             this.m_tbSep1,
2029             this.m_tbCopyUserName,
2030             this.m_tbCopyPassword,
2031             this.m_tbOpenUrl,
2032             this.m_tbCopyUrl,
2033             this.m_tbAutoType,
2034             this.m_tbSep4,
2035             this.m_tbFind,
2036             this.m_tbEntryViewsDropDown,
2037             this.m_tbSep2,
2038             this.m_tbLockWorkspace,
2039             this.m_tbSep3,
2040             this.m_tbQuickFind,
2041             this.m_tbCloseTab});
2042 			this.m_toolMain.Location = new System.Drawing.Point(0, 24);
2043 			this.m_toolMain.Name = "m_toolMain";
2044 			this.m_toolMain.Size = new System.Drawing.Size(654, 25);
2045 			this.m_toolMain.TabIndex = 1;
2046 			this.m_toolMain.TabStop = true;
2047 			//
2048 			// m_tbNewDatabase
2049 			//
2050 			this.m_tbNewDatabase.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
2051 			this.m_tbNewDatabase.Image = global::KeePass.Properties.Resources.B16x16_FileNew;
2052 			this.m_tbNewDatabase.ImageTransparentColor = System.Drawing.Color.Magenta;
2053 			this.m_tbNewDatabase.Name = "m_tbNewDatabase";
2054 			this.m_tbNewDatabase.Size = new System.Drawing.Size(23, 22);
2055 			this.m_tbNewDatabase.Click += new System.EventHandler(this.OnFileNew);
2056 			//
2057 			// m_tbOpenDatabase
2058 			//
2059 			this.m_tbOpenDatabase.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
2060 			this.m_tbOpenDatabase.Image = global::KeePass.Properties.Resources.B16x16_Folder_Yellow_Open;
2061 			this.m_tbOpenDatabase.ImageTransparentColor = System.Drawing.Color.Magenta;
2062 			this.m_tbOpenDatabase.Name = "m_tbOpenDatabase";
2063 			this.m_tbOpenDatabase.Size = new System.Drawing.Size(23, 22);
2064 			this.m_tbOpenDatabase.Click += new System.EventHandler(this.OnFileOpen);
2065 			//
2066 			// m_tbSaveDatabase
2067 			//
2068 			this.m_tbSaveDatabase.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
2069 			this.m_tbSaveDatabase.Image = global::KeePass.Properties.Resources.B16x16_FileSave;
2070 			this.m_tbSaveDatabase.ImageTransparentColor = System.Drawing.Color.Magenta;
2071 			this.m_tbSaveDatabase.Name = "m_tbSaveDatabase";
2072 			this.m_tbSaveDatabase.Size = new System.Drawing.Size(23, 22);
2073 			this.m_tbSaveDatabase.Click += new System.EventHandler(this.OnFileSave);
2074 			//
2075 			// m_tbSaveAll
2076 			//
2077 			this.m_tbSaveAll.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
2078 			this.m_tbSaveAll.Image = global::KeePass.Properties.Resources.B16x16_File_SaveAll;
2079 			this.m_tbSaveAll.ImageTransparentColor = System.Drawing.Color.Magenta;
2080 			this.m_tbSaveAll.Name = "m_tbSaveAll";
2081 			this.m_tbSaveAll.Size = new System.Drawing.Size(23, 22);
2082 			this.m_tbSaveAll.Click += new System.EventHandler(this.OnFileSaveAll);
2083 			//
2084 			// m_tbSep0
2085 			//
2086 			this.m_tbSep0.Name = "m_tbSep0";
2087 			this.m_tbSep0.Size = new System.Drawing.Size(6, 25);
2088 			//
2089 			// m_tbAddEntry
2090 			//
2091 			this.m_tbAddEntry.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
2092 			this.m_tbAddEntry.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
2093             this.m_tbAddEntryDefault});
2094 			this.m_tbAddEntry.Image = global::KeePass.Properties.Resources.B16x16_KGPG_Import;
2095 			this.m_tbAddEntry.ImageTransparentColor = System.Drawing.Color.Magenta;
2096 			this.m_tbAddEntry.Name = "m_tbAddEntry";
2097 			this.m_tbAddEntry.Size = new System.Drawing.Size(32, 22);
2098 			this.m_tbAddEntry.ButtonClick += new System.EventHandler(this.OnEntryAdd);
2099 			//
2100 			// m_tbAddEntryDefault
2101 			//
2102 			this.m_tbAddEntryDefault.Image = global::KeePass.Properties.Resources.B16x16_KGPG_Import;
2103 			this.m_tbAddEntryDefault.Name = "m_tbAddEntryDefault";
2104 			this.m_tbAddEntryDefault.Size = new System.Drawing.Size(90, 22);
2105 			this.m_tbAddEntryDefault.Text = "<>";
2106 			this.m_tbAddEntryDefault.Click += new System.EventHandler(this.OnEntryAdd);
2107 			//
2108 			// m_tbSep1
2109 			//
2110 			this.m_tbSep1.Name = "m_tbSep1";
2111 			this.m_tbSep1.Size = new System.Drawing.Size(6, 25);
2112 			//
2113 			// m_tbCopyUserName
2114 			//
2115 			this.m_tbCopyUserName.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
2116 			this.m_tbCopyUserName.Image = global::KeePass.Properties.Resources.B16x16_Personal;
2117 			this.m_tbCopyUserName.ImageTransparentColor = System.Drawing.Color.Magenta;
2118 			this.m_tbCopyUserName.Name = "m_tbCopyUserName";
2119 			this.m_tbCopyUserName.Size = new System.Drawing.Size(23, 22);
2120 			this.m_tbCopyUserName.Click += new System.EventHandler(this.OnEntryCopyUserName);
2121 			//
2122 			// m_tbCopyPassword
2123 			//
2124 			this.m_tbCopyPassword.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
2125 			this.m_tbCopyPassword.Image = global::KeePass.Properties.Resources.B16x16_KGPG_Info;
2126 			this.m_tbCopyPassword.ImageTransparentColor = System.Drawing.Color.Magenta;
2127 			this.m_tbCopyPassword.Name = "m_tbCopyPassword";
2128 			this.m_tbCopyPassword.Size = new System.Drawing.Size(23, 22);
2129 			this.m_tbCopyPassword.Click += new System.EventHandler(this.OnEntryCopyPassword);
2130 			//
2131 			// m_tbOpenUrl
2132 			//
2133 			this.m_tbOpenUrl.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
2134 			this.m_tbOpenUrl.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
2135             this.m_tbOpenUrlDefault});
2136 			this.m_tbOpenUrl.Image = global::KeePass.Properties.Resources.B16x16_FTP;
2137 			this.m_tbOpenUrl.ImageTransparentColor = System.Drawing.Color.Magenta;
2138 			this.m_tbOpenUrl.Name = "m_tbOpenUrl";
2139 			this.m_tbOpenUrl.Size = new System.Drawing.Size(32, 22);
2140 			this.m_tbOpenUrl.ButtonClick += new System.EventHandler(this.OnEntryOpenUrl);
2141 			//
2142 			// m_tbOpenUrlDefault
2143 			//
2144 			this.m_tbOpenUrlDefault.Image = global::KeePass.Properties.Resources.B16x16_FTP;
2145 			this.m_tbOpenUrlDefault.Name = "m_tbOpenUrlDefault";
2146 			this.m_tbOpenUrlDefault.Size = new System.Drawing.Size(90, 22);
2147 			this.m_tbOpenUrlDefault.Text = "<>";
2148 			this.m_tbOpenUrlDefault.Click += new System.EventHandler(this.OnEntryOpenUrl);
2149 			//
2150 			// m_tbCopyUrl
2151 			//
2152 			this.m_tbCopyUrl.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
2153 			this.m_tbCopyUrl.Image = global::KeePass.Properties.Resources.B16x16_EditCopyUrl;
2154 			this.m_tbCopyUrl.ImageTransparentColor = System.Drawing.Color.Magenta;
2155 			this.m_tbCopyUrl.Name = "m_tbCopyUrl";
2156 			this.m_tbCopyUrl.Size = new System.Drawing.Size(23, 22);
2157 			this.m_tbCopyUrl.Click += new System.EventHandler(this.OnEntryCopyURL);
2158 			//
2159 			// m_tbAutoType
2160 			//
2161 			this.m_tbAutoType.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
2162 			this.m_tbAutoType.Image = global::KeePass.Properties.Resources.B16x16_KTouch;
2163 			this.m_tbAutoType.ImageTransparentColor = System.Drawing.Color.Magenta;
2164 			this.m_tbAutoType.Name = "m_tbAutoType";
2165 			this.m_tbAutoType.Size = new System.Drawing.Size(23, 22);
2166 			this.m_tbAutoType.Click += new System.EventHandler(this.OnEntryPerformAutoType);
2167 			//
2168 			// m_tbSep4
2169 			//
2170 			this.m_tbSep4.Name = "m_tbSep4";
2171 			this.m_tbSep4.Size = new System.Drawing.Size(6, 25);
2172 			//
2173 			// m_tbFind
2174 			//
2175 			this.m_tbFind.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
2176 			this.m_tbFind.Image = global::KeePass.Properties.Resources.B16x16_XMag;
2177 			this.m_tbFind.ImageTransparentColor = System.Drawing.Color.Magenta;
2178 			this.m_tbFind.Name = "m_tbFind";
2179 			this.m_tbFind.Size = new System.Drawing.Size(23, 22);
2180 			this.m_tbFind.Click += new System.EventHandler(this.OnFindInDatabase);
2181 			//
2182 			// m_tbEntryViewsDropDown
2183 			//
2184 			this.m_tbEntryViewsDropDown.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
2185 			this.m_tbEntryViewsDropDown.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
2186             this.m_tbViewsShowAll,
2187             this.m_tbViewsShowExpired});
2188 			this.m_tbEntryViewsDropDown.Image = global::KeePass.Properties.Resources.B16x16_KGPG_Key3;
2189 			this.m_tbEntryViewsDropDown.ImageTransparentColor = System.Drawing.Color.Magenta;
2190 			this.m_tbEntryViewsDropDown.Name = "m_tbEntryViewsDropDown";
2191 			this.m_tbEntryViewsDropDown.Size = new System.Drawing.Size(29, 22);
2192 			this.m_tbEntryViewsDropDown.DropDownOpening += new System.EventHandler(this.OnEntryViewsByTagOpening);
2193 			//
2194 			// m_tbViewsShowAll
2195 			//
2196 			this.m_tbViewsShowAll.Image = global::KeePass.Properties.Resources.B16x16_KGPG_Key3;
2197 			this.m_tbViewsShowAll.Name = "m_tbViewsShowAll";
2198 			this.m_tbViewsShowAll.Size = new System.Drawing.Size(90, 22);
2199 			this.m_tbViewsShowAll.Text = "<>";
2200 			this.m_tbViewsShowAll.Click += new System.EventHandler(this.OnFindAll);
2201 			//
2202 			// m_tbViewsShowExpired
2203 			//
2204 			this.m_tbViewsShowExpired.Image = global::KeePass.Properties.Resources.B16x16_History_Clear;
2205 			this.m_tbViewsShowExpired.Name = "m_tbViewsShowExpired";
2206 			this.m_tbViewsShowExpired.Size = new System.Drawing.Size(90, 22);
2207 			this.m_tbViewsShowExpired.Text = "<>";
2208 			this.m_tbViewsShowExpired.Click += new System.EventHandler(this.OnFindExp);
2209 			//
2210 			// m_tbSep2
2211 			//
2212 			this.m_tbSep2.Name = "m_tbSep2";
2213 			this.m_tbSep2.Size = new System.Drawing.Size(6, 25);
2214 			//
2215 			// m_tbLockWorkspace
2216 			//
2217 			this.m_tbLockWorkspace.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
2218 			this.m_tbLockWorkspace.Image = global::KeePass.Properties.Resources.B16x16_LockWorkspace;
2219 			this.m_tbLockWorkspace.ImageTransparentColor = System.Drawing.Color.Magenta;
2220 			this.m_tbLockWorkspace.Name = "m_tbLockWorkspace";
2221 			this.m_tbLockWorkspace.Size = new System.Drawing.Size(23, 22);
2222 			this.m_tbLockWorkspace.Click += new System.EventHandler(this.OnFileLock);
2223 			//
2224 			// m_tbSep3
2225 			//
2226 			this.m_tbSep3.Name = "m_tbSep3";
2227 			this.m_tbSep3.Size = new System.Drawing.Size(6, 25);
2228 			//
2229 			// m_tbQuickFind
2230 			//
2231 			this.m_tbQuickFind.Name = "m_tbQuickFind";
2232 			this.m_tbQuickFind.Size = new System.Drawing.Size(121, 25);
2233 			this.m_tbQuickFind.SelectedIndexChanged += new System.EventHandler(this.OnQuickFindSelectedIndexChanged);
2234 			this.m_tbQuickFind.KeyUp += new System.Windows.Forms.KeyEventHandler(this.OnQuickFindKeyUp);
2235 			this.m_tbQuickFind.KeyDown += new System.Windows.Forms.KeyEventHandler(this.OnQuickFindKeyDown);
2236 			//
2237 			// m_tbCloseTab
2238 			//
2239 			this.m_tbCloseTab.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
2240 			this.m_tbCloseTab.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
2241 			this.m_tbCloseTab.Image = global::KeePass.Properties.Resources.B16x16_File_Close;
2242 			this.m_tbCloseTab.ImageTransparentColor = System.Drawing.Color.Magenta;
2243 			this.m_tbCloseTab.Name = "m_tbCloseTab";
2244 			this.m_tbCloseTab.Size = new System.Drawing.Size(23, 22);
2245 			this.m_tbCloseTab.Click += new System.EventHandler(this.OnFileClose);
2246 			//
2247 			// m_statusMain
2248 			//
2249 			this.m_statusMain.GripStyle = System.Windows.Forms.ToolStripGripStyle.Visible;
2250 			this.m_statusMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
2251             this.m_statusPartSelected,
2252             this.m_statusPartInfo,
2253             this.m_statusPartProgress,
2254             this.m_statusClipboard});
2255 			this.m_statusMain.Location = new System.Drawing.Point(0, 464);
2256 			this.m_statusMain.Name = "m_statusMain";
2257 			this.m_statusMain.Size = new System.Drawing.Size(654, 22);
2258 			this.m_statusMain.TabIndex = 3;
2259 			//
2260 			// m_statusPartSelected
2261 			//
2262 			this.m_statusPartSelected.AutoSize = false;
2263 			this.m_statusPartSelected.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
2264 			this.m_statusPartSelected.Name = "m_statusPartSelected";
2265 			this.m_statusPartSelected.Size = new System.Drawing.Size(140, 17);
2266 			this.m_statusPartSelected.Text = "0 entries";
2267 			this.m_statusPartSelected.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
2268 			//
2269 			// m_statusPartInfo
2270 			//
2271 			this.m_statusPartInfo.Name = "m_statusPartInfo";
2272 			this.m_statusPartInfo.Size = new System.Drawing.Size(245, 17);
2273 			this.m_statusPartInfo.Spring = true;
2274 			this.m_statusPartInfo.Text = "Ready.";
2275 			this.m_statusPartInfo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
2276 			//
2277 			// m_statusPartProgress
2278 			//
2279 			this.m_statusPartProgress.AutoSize = false;
2280 			this.m_statusPartProgress.Name = "m_statusPartProgress";
2281 			this.m_statusPartProgress.Size = new System.Drawing.Size(150, 16);
2282 			this.m_statusPartProgress.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
2283 			//
2284 			// m_statusClipboard
2285 			//
2286 			this.m_statusClipboard.AutoSize = false;
2287 			this.m_statusClipboard.Name = "m_statusClipboard";
2288 			this.m_statusClipboard.Size = new System.Drawing.Size(100, 16);
2289 			this.m_statusClipboard.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
2290 			//
2291 			// m_ctxTray
2292 			//
2293 			this.m_ctxTray.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
2294             this.m_ctxTrayTray,
2295             this.m_ctxTraySep0,
2296             this.m_ctxTrayGenPw,
2297             this.m_ctxTraySep1,
2298             this.m_ctxTrayOptions,
2299             this.m_ctxTraySep2,
2300             this.m_ctxTrayCancel,
2301             this.m_ctxTrayLock,
2302             this.m_ctxTrayFileExit});
2303 			this.m_ctxTray.Name = "m_ctxTray";
2304 			this.m_ctxTray.Size = new System.Drawing.Size(184, 154);
2305 			this.m_ctxTray.Opening += new System.ComponentModel.CancelEventHandler(this.OnCtxTrayOpening);
2306 			//
2307 			// m_ctxTrayTray
2308 			//
2309 			this.m_ctxTrayTray.Image = global::KeePass.Properties.Resources.B16x16_View_Detailed;
2310 			this.m_ctxTrayTray.Name = "m_ctxTrayTray";
2311 			this.m_ctxTrayTray.Size = new System.Drawing.Size(183, 22);
2312 			this.m_ctxTrayTray.Text = "&Tray / Untray";
2313 			this.m_ctxTrayTray.Click += new System.EventHandler(this.OnTrayTray);
2314 			//
2315 			// m_ctxTraySep0
2316 			//
2317 			this.m_ctxTraySep0.Name = "m_ctxTraySep0";
2318 			this.m_ctxTraySep0.Size = new System.Drawing.Size(180, 6);
2319 			//
2320 			// m_ctxTrayGenPw
2321 			//
2322 			this.m_ctxTrayGenPw.Image = global::KeePass.Properties.Resources.B16x16_Key_New;
2323 			this.m_ctxTrayGenPw.Name = "m_ctxTrayGenPw";
2324 			this.m_ctxTrayGenPw.Size = new System.Drawing.Size(183, 22);
2325 			this.m_ctxTrayGenPw.Text = "&Generate Password...";
2326 			this.m_ctxTrayGenPw.Click += new System.EventHandler(this.OnTrayGenPw);
2327 			//
2328 			// m_ctxTraySep1
2329 			//
2330 			this.m_ctxTraySep1.Name = "m_ctxTraySep1";
2331 			this.m_ctxTraySep1.Size = new System.Drawing.Size(180, 6);
2332 			//
2333 			// m_ctxTrayOptions
2334 			//
2335 			this.m_ctxTrayOptions.Image = global::KeePass.Properties.Resources.B16x16_Misc;
2336 			this.m_ctxTrayOptions.Name = "m_ctxTrayOptions";
2337 			this.m_ctxTrayOptions.Size = new System.Drawing.Size(183, 22);
2338 			this.m_ctxTrayOptions.Text = "&Options...";
2339 			this.m_ctxTrayOptions.Click += new System.EventHandler(this.OnTrayOptions);
2340 			//
2341 			// m_ctxTraySep2
2342 			//
2343 			this.m_ctxTraySep2.Name = "m_ctxTraySep2";
2344 			this.m_ctxTraySep2.Size = new System.Drawing.Size(180, 6);
2345 			//
2346 			// m_ctxTrayCancel
2347 			//
2348 			this.m_ctxTrayCancel.Image = global::KeePass.Properties.Resources.B16x16_Error;
2349 			this.m_ctxTrayCancel.Name = "m_ctxTrayCancel";
2350 			this.m_ctxTrayCancel.Size = new System.Drawing.Size(183, 22);
2351 			this.m_ctxTrayCancel.Text = "&Cancel";
2352 			this.m_ctxTrayCancel.Click += new System.EventHandler(this.OnTrayCancel);
2353 			//
2354 			// m_ctxTrayLock
2355 			//
2356 			this.m_ctxTrayLock.Image = global::KeePass.Properties.Resources.B16x16_LockWorkspace;
2357 			this.m_ctxTrayLock.Name = "m_ctxTrayLock";
2358 			this.m_ctxTrayLock.Size = new System.Drawing.Size(183, 22);
2359 			this.m_ctxTrayLock.Text = "<>";
2360 			this.m_ctxTrayLock.Click += new System.EventHandler(this.OnTrayLock);
2361 			//
2362 			// m_ctxTrayFileExit
2363 			//
2364 			this.m_ctxTrayFileExit.Image = global::KeePass.Properties.Resources.B16x16_Exit;
2365 			this.m_ctxTrayFileExit.Name = "m_ctxTrayFileExit";
2366 			this.m_ctxTrayFileExit.Size = new System.Drawing.Size(183, 22);
2367 			this.m_ctxTrayFileExit.Text = "E&xit";
2368 			this.m_ctxTrayFileExit.Click += new System.EventHandler(this.OnTrayExit);
2369 			//
2370 			// m_timerMain
2371 			//
2372 			this.m_timerMain.Enabled = true;
2373 			this.m_timerMain.Interval = 1000;
2374 			this.m_timerMain.Tick += new System.EventHandler(this.OnTimerMainTick);
2375 			//
2376 			// m_tabMain
2377 			//
2378 			this.m_tabMain.Dock = System.Windows.Forms.DockStyle.Top;
2379 			this.m_tabMain.Location = new System.Drawing.Point(0, 49);
2380 			this.m_tabMain.Name = "m_tabMain";
2381 			this.m_tabMain.SelectedIndex = 0;
2382 			this.m_tabMain.ShowToolTips = true;
2383 			this.m_tabMain.Size = new System.Drawing.Size(654, 22);
2384 			this.m_tabMain.TabIndex = 2;
2385 			this.m_tabMain.MouseClick += new System.Windows.Forms.MouseEventHandler(this.OnTabMainMouseClick);
2386 			this.m_tabMain.SelectedIndexChanged += new System.EventHandler(this.OnTabMainSelectedIndexChanged);
2387 			//
2388 			// m_splitHorizontal
2389 			//
2390 			this.m_splitHorizontal.Dock = System.Windows.Forms.DockStyle.Fill;
2391 			this.m_splitHorizontal.Location = new System.Drawing.Point(0, 71);
2392 			this.m_splitHorizontal.Name = "m_splitHorizontal";
2393 			this.m_splitHorizontal.Orientation = System.Windows.Forms.Orientation.Horizontal;
2394 			//
2395 			// m_splitHorizontal.Panel1
2396 			//
2397 			this.m_splitHorizontal.Panel1.Controls.Add(this.m_splitVertical);
2398 			//
2399 			// m_splitHorizontal.Panel2
2400 			//
2401 			this.m_splitHorizontal.Panel2.Controls.Add(this.m_richEntryView);
2402 			this.m_splitHorizontal.Size = new System.Drawing.Size(654, 393);
2403 			this.m_splitHorizontal.SplitterDistance = 306;
2404 			this.m_splitHorizontal.TabIndex = 2;
2405 			this.m_splitHorizontal.TabStop = false;
2406 			//
2407 			// m_splitVertical
2408 			//
2409 			this.m_splitVertical.Dock = System.Windows.Forms.DockStyle.Fill;
2410 			this.m_splitVertical.Location = new System.Drawing.Point(0, 0);
2411 			this.m_splitVertical.Name = "m_splitVertical";
2412 			//
2413 			// m_splitVertical.Panel1
2414 			//
2415 			this.m_splitVertical.Panel1.Controls.Add(this.m_tvGroups);
2416 			//
2417 			// m_splitVertical.Panel2
2418 			//
2419 			this.m_splitVertical.Panel2.Controls.Add(this.m_lvEntries);
2420 			this.m_splitVertical.Size = new System.Drawing.Size(654, 306);
2421 			this.m_splitVertical.SplitterDistance = 177;
2422 			this.m_splitVertical.TabIndex = 0;
2423 			this.m_splitVertical.TabStop = false;
2424 			//
2425 			// m_tvGroups
2426 			//
2427 			this.m_tvGroups.AllowDrop = true;
2428 			this.m_tvGroups.ContextMenuStrip = this.m_ctxGroupList;
2429 			this.m_tvGroups.Dock = System.Windows.Forms.DockStyle.Fill;
2430 			this.m_tvGroups.HideSelection = false;
2431 			this.m_tvGroups.HotTracking = true;
2432 			this.m_tvGroups.Location = new System.Drawing.Point(0, 0);
2433 			this.m_tvGroups.Name = "m_tvGroups";
2434 			this.m_tvGroups.ShowNodeToolTips = true;
2435 			this.m_tvGroups.ShowRootLines = false;
2436 			this.m_tvGroups.Size = new System.Drawing.Size(177, 306);
2437 			this.m_tvGroups.TabIndex = 0;
2438 			this.m_tvGroups.AfterCollapse += new System.Windows.Forms.TreeViewEventHandler(this.OnGroupsAfterCollapse);
2439 			this.m_tvGroups.DragLeave += new System.EventHandler(this.OnGroupsDragLeave);
2440 			this.m_tvGroups.DragDrop += new System.Windows.Forms.DragEventHandler(this.OnGroupsDragDrop);
2441 			this.m_tvGroups.DragEnter += new System.Windows.Forms.DragEventHandler(this.OnGroupsDragEnter);
2442 			this.m_tvGroups.KeyUp += new System.Windows.Forms.KeyEventHandler(this.OnGroupsKeyUp);
2443 			this.m_tvGroups.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.OnGroupsNodeClick);
2444 			this.m_tvGroups.KeyDown += new System.Windows.Forms.KeyEventHandler(this.OnGroupsKeyDown);
2445 			this.m_tvGroups.AfterExpand += new System.Windows.Forms.TreeViewEventHandler(this.OnGroupsAfterExpand);
2446 			this.m_tvGroups.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.OnGroupsItemDrag);
2447 			this.m_tvGroups.DragOver += new System.Windows.Forms.DragEventHandler(this.OnGroupsDragOver);
2448 			//
2449 			// m_lvEntries
2450 			//
2451 			this.m_lvEntries.AllowColumnReorder = true;
2452 			this.m_lvEntries.ContextMenuStrip = this.m_ctxPwList;
2453 			this.m_lvEntries.Dock = System.Windows.Forms.DockStyle.Fill;
2454 			this.m_lvEntries.FullRowSelect = true;
2455 			this.m_lvEntries.HideSelection = false;
2456 			this.m_lvEntries.Location = new System.Drawing.Point(0, 0);
2457 			this.m_lvEntries.Name = "m_lvEntries";
2458 			this.m_lvEntries.ShowItemToolTips = true;
2459 			this.m_lvEntries.Size = new System.Drawing.Size(473, 306);
2460 			this.m_lvEntries.TabIndex = 0;
2461 			this.m_lvEntries.UseCompatibleStateImageBehavior = false;
2462 			this.m_lvEntries.View = System.Windows.Forms.View.Details;
2463 			this.m_lvEntries.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.OnPwListMouseDoubleClick);
2464 			this.m_lvEntries.ColumnWidthChanged += new System.Windows.Forms.ColumnWidthChangedEventHandler(this.OnPwListColumnWidthChanged);
2465 			this.m_lvEntries.SelectedIndexChanged += new System.EventHandler(this.OnPwListSelectedIndexChanged);
2466 			this.m_lvEntries.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.OnPwListColumnClick);
2467 			this.m_lvEntries.MouseDown += new System.Windows.Forms.MouseEventHandler(this.OnPwListMouseDown);
2468 			this.m_lvEntries.KeyUp += new System.Windows.Forms.KeyEventHandler(this.OnPwListKeyUp);
2469 			this.m_lvEntries.KeyDown += new System.Windows.Forms.KeyEventHandler(this.OnPwListKeyDown);
2470 			this.m_lvEntries.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.OnPwListItemDrag);
2471 			this.m_lvEntries.Click += new System.EventHandler(this.OnPwListClick);
2472 			//
2473 			// m_richEntryView
2474 			//
2475 			this.m_richEntryView.DetectUrls = false;
2476 			this.m_richEntryView.Dock = System.Windows.Forms.DockStyle.Fill;
2477 			this.m_richEntryView.Location = new System.Drawing.Point(0, 0);
2478 			this.m_richEntryView.Name = "m_richEntryView";
2479 			this.m_richEntryView.ReadOnly = true;
2480 			this.m_richEntryView.Size = new System.Drawing.Size(654, 83);
2481 			this.m_richEntryView.TabIndex = 0;
2482 			this.m_richEntryView.Text = "";
2483 			this.m_richEntryView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.OnEntryViewKeyDown);
2484 			this.m_richEntryView.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.OnEntryViewLinkClicked);
2485 			this.m_richEntryView.KeyUp += new System.Windows.Forms.KeyEventHandler(this.OnEntryViewKeyUp);
2486 			//
2487 			// MainForm
2488 			//
2489 			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
2490 			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
2491 			this.ClientSize = new System.Drawing.Size(654, 486);
2492 			this.Controls.Add(this.m_splitHorizontal);
2493 			this.Controls.Add(this.m_statusMain);
2494 			this.Controls.Add(this.m_tabMain);
2495 			this.Controls.Add(this.m_toolMain);
2496 			this.Controls.Add(this.m_menuMain);
2497 			this.MainMenuStrip = this.m_menuMain;
2498 			this.Name = "MainForm";
2499 			this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
2500 			this.Text = "<>";
2501 			this.Deactivate += new System.EventHandler(this.OnFormDeactivate);
2502 			this.Load += new System.EventHandler(this.OnFormLoad);
2503 			this.Shown += new System.EventHandler(this.OnFormShown);
2504 			this.Activated += new System.EventHandler(this.OnFormActivated);
2505 			this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OnFormClosed);
2506 			this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OnFormClosing);
2507 			this.Resize += new System.EventHandler(this.OnFormResize);
2508 			this.m_ctxGroupList.ResumeLayout(false);
2509 			this.m_ctxPwList.ResumeLayout(false);
2510 			this.m_menuMain.ResumeLayout(false);
2511 			this.m_menuMain.PerformLayout();
2512 			this.m_toolMain.ResumeLayout(false);
2513 			this.m_toolMain.PerformLayout();
2514 			this.m_statusMain.ResumeLayout(false);
2515 			this.m_statusMain.PerformLayout();
2516 			this.m_ctxTray.ResumeLayout(false);
2517 			this.m_splitHorizontal.Panel1.ResumeLayout(false);
2518 			this.m_splitHorizontal.Panel2.ResumeLayout(false);
2519 			this.m_splitHorizontal.ResumeLayout(false);
2520 			this.m_splitVertical.Panel1.ResumeLayout(false);
2521 			this.m_splitVertical.Panel2.ResumeLayout(false);
2522 			this.m_splitVertical.ResumeLayout(false);
2523 			this.ResumeLayout(false);
2524 			this.PerformLayout();
2525 
2526 		}
2527 
2528 		#endregion
2529 
2530 		private KeePass.UI.CustomMenuStripEx m_menuMain;
2531 		private System.Windows.Forms.ToolStripMenuItem m_menuFile;
2532 		private System.Windows.Forms.ToolStripMenuItem m_menuFileNew;
2533 		private System.Windows.Forms.ToolStripMenuItem m_menuFileClose;
2534 		private System.Windows.Forms.ToolStripSeparator m_menuFileSep0;
2535 		private System.Windows.Forms.ToolStripMenuItem m_menuFileSave;
2536 		private System.Windows.Forms.ToolStripSeparator m_menuFileSep1;
2537 		private System.Windows.Forms.ToolStripMenuItem m_menuFileDbSettings;
2538 		private System.Windows.Forms.ToolStripMenuItem m_menuFileChangeMasterKey;
2539 		private System.Windows.Forms.ToolStripSeparator m_menuFileSep2;
2540 		private System.Windows.Forms.ToolStripMenuItem m_menuFilePrint;
2541 		private System.Windows.Forms.ToolStripSeparator m_menuFileSep3;
2542 		private System.Windows.Forms.ToolStripMenuItem m_menuFileExport;
2543 		private System.Windows.Forms.ToolStripSeparator m_menuFileSep4;
2544 		private System.Windows.Forms.ToolStripMenuItem m_menuFileLock;
2545 		private System.Windows.Forms.ToolStripMenuItem m_menuFileExit;
2546 		private System.Windows.Forms.ToolStripMenuItem m_menuView;
2547 		private System.Windows.Forms.ToolStripMenuItem m_menuTools;
2548 		private System.Windows.Forms.ToolStripMenuItem m_menuHelp;
2549 		private System.Windows.Forms.ToolStripMenuItem m_menuHelpWebsite;
2550 		private System.Windows.Forms.ToolStripMenuItem m_menuHelpDonate;
2551 		private System.Windows.Forms.ToolStripSeparator m_menuHelpSep0;
2552 		private System.Windows.Forms.ToolStripMenuItem m_menuHelpContents;
2553 		private System.Windows.Forms.ToolStripSeparator m_menuHelpSep1;
2554 		private System.Windows.Forms.ToolStripMenuItem m_menuHelpCheckForUpdates;
2555 		private System.Windows.Forms.ToolStripSeparator m_menuHelpSep2;
2556 		private System.Windows.Forms.ToolStripMenuItem m_menuHelpAbout;
2557 		private KeePass.UI.CustomToolStripEx m_toolMain;
2558 		private System.Windows.Forms.ToolStripButton m_tbNewDatabase;
2559 		private System.Windows.Forms.ToolStripButton m_tbOpenDatabase;
2560 		private KeePass.UI.CustomRichTextBoxEx m_richEntryView;
2561 		private KeePass.UI.CustomSplitContainerEx m_splitHorizontal;
2562 		private KeePass.UI.CustomSplitContainerEx m_splitVertical;
2563 		private KeePass.UI.CustomTreeViewEx m_tvGroups;
2564 		private System.Windows.Forms.StatusStrip m_statusMain;
2565 		private System.Windows.Forms.ToolStripStatusLabel m_statusPartSelected;
2566 		private System.Windows.Forms.ToolStripStatusLabel m_statusPartInfo;
2567 		private KeePass.UI.CustomListViewEx m_lvEntries;
2568 		private System.Windows.Forms.ToolStripButton m_tbSaveDatabase;
2569 		private KeePass.UI.CustomContextMenuStripEx m_ctxPwList;
2570 		private System.Windows.Forms.ToolStripSeparator m_ctxEntrySep0;
2571 		private System.Windows.Forms.ToolStripSeparator m_ctxEntrySep1;
2572 		private System.Windows.Forms.ToolStripMenuItem m_ctxEntryEditQuick;
2573 		private System.Windows.Forms.ToolStripSeparator m_ctxEntrySep2;
2574 		private System.Windows.Forms.ToolStripMenuItem m_ctxEntryRearrange;
2575 		private System.Windows.Forms.ToolStripMenuItem m_menuChangeLanguage;
2576 		private System.Windows.Forms.ToolStripSeparator m_tbSep0;
2577 		private System.Windows.Forms.ToolStripSeparator m_menuViewSep0;
2578 		private System.Windows.Forms.ToolStripMenuItem m_menuViewShowToolBar;
2579 		private System.Windows.Forms.ToolStripMenuItem m_menuViewShowEntryView;
2580 		private System.Windows.Forms.ToolStripSeparator m_tbSep1;
2581 		private System.Windows.Forms.ToolStripButton m_tbFind;
2582 		private System.Windows.Forms.ToolStripSeparator m_tbSep2;
2583 		private System.Windows.Forms.ToolStripButton m_tbLockWorkspace;
2584 		private System.Windows.Forms.ToolStripSeparator m_tbSep3;
2585 		private System.Windows.Forms.ToolStripComboBox m_tbQuickFind;
2586 		private System.Windows.Forms.ToolStripMenuItem m_menuToolsOptions;
2587 		private System.Windows.Forms.ToolStripSeparator m_menuViewSep1;
2588 		private KeePass.UI.CustomContextMenuStripEx m_ctxGroupList;
2589 		private System.Windows.Forms.ToolStripProgressBar m_statusPartProgress;
2590 		private System.Windows.Forms.ToolStripMenuItem m_menuViewAlwaysOnTop;
2591 		private System.Windows.Forms.ToolStripSeparator m_menuViewSep2;
2592 		private System.Windows.Forms.ToolStripMenuItem m_menuViewConfigColumns;
2593 		private System.Windows.Forms.ToolStripSeparator m_menuViewSep3;
2594 		private System.Windows.Forms.ToolStripMenuItem m_menuFileRecent;
2595 		private KeePass.UI.CustomContextMenuStripEx m_ctxTray;
2596 		private System.Windows.Forms.ToolStripMenuItem m_ctxTrayTray;
2597 		private System.Windows.Forms.Timer m_timerMain;
2598 		private System.Windows.Forms.ToolStripMenuItem m_menuToolsPlugins;
2599 		private System.Windows.Forms.ToolStripMenuItem m_ctxEntryUrl;
2600 		private System.Windows.Forms.ToolStripMenuItem m_ctxGroupFind;
2601 		private System.Windows.Forms.ToolStripMenuItem m_menuViewTanOptions;
2602 		private System.Windows.Forms.ToolStripMenuItem m_menuViewTanSimpleList;
2603 		private System.Windows.Forms.ToolStripMenuItem m_menuViewTanIndices;
2604 		private System.Windows.Forms.ToolStripMenuItem m_menuToolsPwGenerator;
2605 		private System.Windows.Forms.ToolStripSeparator m_menuToolsSep0;
2606 		private System.Windows.Forms.ToolStripMenuItem m_menuToolsTanWizard;
2607 		private System.Windows.Forms.ToolStripProgressBar m_statusClipboard;
2608 		private System.Windows.Forms.ToolStripDropDownButton m_tbEntryViewsDropDown;
2609 		private System.Windows.Forms.ToolStripMenuItem m_tbViewsShowAll;
2610 		private System.Windows.Forms.ToolStripMenuItem m_tbViewsShowExpired;
2611 		private System.Windows.Forms.ToolStripSplitButton m_tbAddEntry;
2612 		private System.Windows.Forms.ToolStripMenuItem m_tbAddEntryDefault;
2613 		private System.Windows.Forms.ToolStripMenuItem m_ctxEntryCopyString;
2614 		private System.Windows.Forms.ToolStripMenuItem m_menuToolsGeneratePwList;
2615 		private System.Windows.Forms.ToolStripSeparator m_menuToolsSep1;
2616 		private System.Windows.Forms.ToolStripMenuItem m_menuViewWindowLayout;
2617 		private System.Windows.Forms.ToolStripMenuItem m_menuViewWindowsStacked;
2618 		private System.Windows.Forms.ToolStripMenuItem m_menuViewWindowsSideBySide;
2619 		private System.Windows.Forms.ToolStripButton m_tbCopyUserName;
2620 		private System.Windows.Forms.ToolStripButton m_tbCopyPassword;
2621 		private System.Windows.Forms.ToolStripSeparator m_tbSep4;
2622 		private System.Windows.Forms.ToolStripMenuItem m_menuFileOpen;
2623 		private System.Windows.Forms.ToolStripMenuItem m_menuFileOpenLocal;
2624 		private System.Windows.Forms.ToolStripMenuItem m_menuFileOpenUrl;
2625 		private System.Windows.Forms.ToolStripMenuItem m_menuFileSaveAs;
2626 		private System.Windows.Forms.ToolStripMenuItem m_menuFileSaveAsLocal;
2627 		private System.Windows.Forms.ToolStripMenuItem m_menuFileSaveAsUrl;
2628 		private System.Windows.Forms.ToolStripMenuItem m_menuFileImport;
2629 		private System.Windows.Forms.ToolStripMenuItem m_ctxEntryAttachments;
2630 		private System.Windows.Forms.ToolStripSeparator m_ctxTraySep0;
2631 		private System.Windows.Forms.ToolStripMenuItem m_ctxTrayFileExit;
2632 		private System.Windows.Forms.TabControl m_tabMain;
2633 		private System.Windows.Forms.ToolStripButton m_tbSaveAll;
2634 		private System.Windows.Forms.ToolStripButton m_tbCloseTab;
2635 		private System.Windows.Forms.ToolStripSeparator m_menuFileSaveAsSep0;
2636 		private System.Windows.Forms.ToolStripMenuItem m_menuFileSaveAsCopy;
2637 		private System.Windows.Forms.ToolStripMenuItem m_menuViewShowEntriesOfSubGroups;
2638 		private System.Windows.Forms.ToolStripMenuItem m_menuFileSync;
2639 		private System.Windows.Forms.ToolStripMenuItem m_menuFileSyncFile;
2640 		private System.Windows.Forms.ToolStripMenuItem m_menuFileSyncUrl;
2641 		private System.Windows.Forms.ToolStripMenuItem m_ctxTrayLock;
2642 		private System.Windows.Forms.ToolStripSeparator m_ctxTraySep1;
2643 		private System.Windows.Forms.ToolStripSeparator m_menuFileSyncSep0;
2644 		private System.Windows.Forms.ToolStripMenuItem m_menuFileSyncRecent;
2645 		private System.Windows.Forms.ToolStripSeparator m_menuToolsSep2;
2646 		private System.Windows.Forms.ToolStripMenuItem m_menuToolsTriggers;
2647 		private System.Windows.Forms.ToolStripMenuItem m_ctxEntryTagAdd;
2648 		private System.Windows.Forms.ToolStripMenuItem m_ctxEntryTagRemove;
2649 		private System.Windows.Forms.ToolStripMenuItem m_menuViewSortBy;
2650 		private System.Windows.Forms.ToolStripMenuItem m_menuToolsDb;
2651 		private System.Windows.Forms.ToolStripMenuItem m_menuToolsDbMaintenance;
2652 		private System.Windows.Forms.ToolStripMenuItem m_menuToolsDbDelDupEntries;
2653 		private System.Windows.Forms.ToolStripSeparator m_menuToolsDbSep0;
2654 		private System.Windows.Forms.ToolStripMenuItem m_menuToolsDbDelEmptyGroups;
2655 		private System.Windows.Forms.ToolStripMenuItem m_menuToolsDbDelUnusedIcons;
2656 		private System.Windows.Forms.ToolStripMenuItem m_ctxTrayOptions;
2657 		private System.Windows.Forms.ToolStripMenuItem m_menuViewEntryListGrouping;
2658 		private System.Windows.Forms.ToolStripSeparator m_ctxTraySep2;
2659 		private System.Windows.Forms.ToolStripMenuItem m_ctxTrayGenPw;
2660 		private System.Windows.Forms.ToolStripSplitButton m_tbOpenUrl;
2661 		private System.Windows.Forms.ToolStripMenuItem m_tbOpenUrlDefault;
2662 		private System.Windows.Forms.ToolStripButton m_tbCopyUrl;
2663 		private System.Windows.Forms.ToolStripButton m_tbAutoType;
2664 		private System.Windows.Forms.ToolStripSeparator m_menuToolsDbSep1;
2665 		private System.Windows.Forms.ToolStripMenuItem m_menuToolsDbXmlRep;
2666 		private System.Windows.Forms.ToolStripMenuItem m_menuFileRecentDummy;
2667 		private System.Windows.Forms.ToolStripMenuItem m_menuFileSyncRecentDummy;
2668 		private System.Windows.Forms.ToolStripMenuItem m_ctxEntryAutoTypeAdv;
2669 		private System.Windows.Forms.ToolStripMenuItem m_ctxTrayCancel;
2670 		private System.Windows.Forms.ToolStripMenuItem m_menuFind;
2671 		private System.Windows.Forms.ToolStripMenuItem m_menuFindInDatabase;
2672 		private System.Windows.Forms.ToolStripSeparator m_menuFindSep0;
2673 		private System.Windows.Forms.ToolStripMenuItem m_menuFindAll;
2674 		private System.Windows.Forms.ToolStripSeparator m_menuFindSep2;
2675 		private System.Windows.Forms.ToolStripMenuItem m_menuFindExp;
2676 		private System.Windows.Forms.ToolStripSeparator m_menuFindSep3;
2677 		private System.Windows.Forms.ToolStripMenuItem m_menuFindDupPasswords;
2678 		private System.Windows.Forms.ToolStripMenuItem m_menuFindSimPasswordsP;
2679 		private System.Windows.Forms.ToolStripMenuItem m_menuFindSimPasswordsC;
2680 		private System.Windows.Forms.ToolStripMenuItem m_menuFindPwQuality;
2681 		private System.Windows.Forms.ToolStripSeparator m_menuFindSep4;
2682 		private System.Windows.Forms.ToolStripMenuItem m_menuFindLarge;
2683 		private System.Windows.Forms.ToolStripMenuItem m_menuFindLastMod;
2684 		private System.Windows.Forms.ToolStripMenuItem m_menuFindTag;
2685 		private System.Windows.Forms.ToolStripSeparator m_menuFindSep1;
2686 		private System.Windows.Forms.ToolStripMenuItem m_menuFindInGroup;
2687 		private System.Windows.Forms.ToolStripMenuItem m_menuGroup;
2688 		private System.Windows.Forms.ToolStripMenuItem m_menuEntry;
2689 		private System.Windows.Forms.ToolStripMenuItem m_menuFindParentGroup;
2690 		private System.Windows.Forms.ToolStripMenuItem m_menuEntrySelectAll;
2691 		private System.Windows.Forms.ToolStripMenuItem m_menuEntryDelete;
2692 		private System.Windows.Forms.ToolStripMenuItem m_menuGroupAdd;
2693 		private System.Windows.Forms.ToolStripMenuItem m_menuGroupEdit;
2694 		private System.Windows.Forms.ToolStripMenuItem m_menuGroupDuplicate;
2695 		private System.Windows.Forms.ToolStripMenuItem m_menuGroupDelete;
2696 		private System.Windows.Forms.ToolStripMenuItem m_menuGroupEmptyRB;
2697 		private System.Windows.Forms.ToolStripSeparator m_menuGroupSep0;
2698 		private System.Windows.Forms.ToolStripMenuItem m_menuGroupRearrange;
2699 		private System.Windows.Forms.ToolStripMenuItem m_menuEntryAdd;
2700 		private System.Windows.Forms.ToolStripMenuItem m_menuEntryEdit;
2701 		private System.Windows.Forms.ToolStripMenuItem m_menuEntryDuplicate;
2702 		private System.Windows.Forms.ToolStripMenuItem m_menuEntryCopyUserName;
2703 		private System.Windows.Forms.ToolStripMenuItem m_menuEntryCopyPassword;
2704 		private System.Windows.Forms.ToolStripMenuItem m_menuEntryUrl;
2705 		private System.Windows.Forms.ToolStripMenuItem m_menuEntryOpenUrl;
2706 		private System.Windows.Forms.ToolStripMenuItem m_menuEntryCopyUrl;
2707 		private System.Windows.Forms.ToolStripMenuItem m_menuEntryCopyString;
2708 		private System.Windows.Forms.ToolStripMenuItem m_menuEntryAttachments;
2709 		private System.Windows.Forms.ToolStripMenuItem m_menuEntrySaveAttachedFiles;
2710 		private System.Windows.Forms.ToolStripSeparator m_menuEntrySep0;
2711 		private System.Windows.Forms.ToolStripMenuItem m_menuEntryPerformAutoType;
2712 		private System.Windows.Forms.ToolStripMenuItem m_menuEntryAutoTypeAdv;
2713 		private System.Windows.Forms.ToolStripSeparator m_menuEntrySep1;
2714 		private System.Windows.Forms.ToolStripSeparator m_menuEntrySep2;
2715 		private System.Windows.Forms.ToolStripSeparator m_menuEntrySep3;
2716 		private System.Windows.Forms.ToolStripMenuItem m_menuEntryEditQuick;
2717 		private System.Windows.Forms.ToolStripMenuItem m_menuEntryColor;
2718 		private System.Windows.Forms.ToolStripMenuItem m_menuEntryColorStandard;
2719 		private System.Windows.Forms.ToolStripSeparator m_menuEntryColorSep0;
2720 		private System.Windows.Forms.ToolStripMenuItem m_menuEntryColorLightRed;
2721 		private System.Windows.Forms.ToolStripMenuItem m_menuEntryColorLightGreen;
2722 		private System.Windows.Forms.ToolStripMenuItem m_menuEntryColorLightBlue;
2723 		private System.Windows.Forms.ToolStripMenuItem m_menuEntryColorLightYellow;
2724 		private System.Windows.Forms.ToolStripSeparator m_menuEntryColorSep1;
2725 		private System.Windows.Forms.ToolStripMenuItem m_menuEntryColorCustom;
2726 		private System.Windows.Forms.ToolStripMenuItem m_menuEntryDX;
2727 		private System.Windows.Forms.ToolStripMenuItem m_menuEntryIcon;
2728 		private System.Windows.Forms.ToolStripSeparator m_menuEntryEditQuickSep0;
2729 		private System.Windows.Forms.ToolStripMenuItem m_menuEntryTagAdd;
2730 		private System.Windows.Forms.ToolStripMenuItem m_menuEntryTagRemove;
2731 		private System.Windows.Forms.ToolStripMenuItem m_menuEntryTagNew;
2732 		private System.Windows.Forms.ToolStripMenuItem m_menuEntryPrint;
2733 		private System.Windows.Forms.ToolStripMenuItem m_menuEntryExport;
2734 		private System.Windows.Forms.ToolStripMenuItem m_menuEntryRearrange;
2735 		private System.Windows.Forms.ToolStripMenuItem m_menuEntryMoveToGroup;
2736 		private System.Windows.Forms.ToolStripMenuItem m_ctxEntryMoveToGroup;
2737 		private System.Windows.Forms.ToolStripMenuItem m_menuEntryClipCopy;
2738 		private System.Windows.Forms.ToolStripMenuItem m_menuEntryClipPaste;
2739 		private System.Windows.Forms.ToolStripSeparator m_menuEntryDXSep0;
2740 		private System.Windows.Forms.ToolStripMenuItem m_menuEntryMoveToTop;
2741 		private System.Windows.Forms.ToolStripSeparator m_menuEntryRearrangeSep0;
2742 		private System.Windows.Forms.ToolStripMenuItem m_menuEntryMoveOneUp;
2743 		private System.Windows.Forms.ToolStripMenuItem m_menuEntryMoveOneDown;
2744 		private System.Windows.Forms.ToolStripMenuItem m_menuEntryMoveToBottom;
2745 		private System.Windows.Forms.ToolStripMenuItem m_menuFindExpIn;
2746 		private System.Windows.Forms.ToolStripMenuItem m_menuFindExp1;
2747 		private System.Windows.Forms.ToolStripMenuItem m_menuFindExp2;
2748 		private System.Windows.Forms.ToolStripMenuItem m_menuFindExp3;
2749 		private System.Windows.Forms.ToolStripMenuItem m_menuFindExp7;
2750 		private System.Windows.Forms.ToolStripMenuItem m_menuFindExp14;
2751 		private System.Windows.Forms.ToolStripMenuItem m_menuFindExp30;
2752 		private System.Windows.Forms.ToolStripMenuItem m_menuFindExp60;
2753 		private System.Windows.Forms.ToolStripSeparator m_menuFindExpInSep0;
2754 		private System.Windows.Forms.ToolStripMenuItem m_menuFindExpInF;
2755 		private System.Windows.Forms.ToolStripMenuItem m_menuEntryClipCopyPlain;
2756 		private System.Windows.Forms.ToolStripMenuItem m_menuFilePrintDatabase;
2757 		private System.Windows.Forms.ToolStripMenuItem m_menuFilePrintEmSheet;
2758 		private System.Windows.Forms.ToolStripSeparator m_menuEntryEditQuickSep1;
2759 		private System.Windows.Forms.ToolStripMenuItem m_menuEntryExpiresNow;
2760 		private System.Windows.Forms.ToolStripMenuItem m_menuEntryExpiresNever;
2761 		private System.Windows.Forms.ToolStripMenuItem m_menuGroupMoveToTop;
2762 		private System.Windows.Forms.ToolStripMenuItem m_menuGroupMoveOneUp;
2763 		private System.Windows.Forms.ToolStripMenuItem m_menuGroupMoveOneDown;
2764 		private System.Windows.Forms.ToolStripMenuItem m_menuGroupMoveToBottom;
2765 		private System.Windows.Forms.ToolStripSeparator m_menuGroupMoveSep0;
2766 		private System.Windows.Forms.ToolStripMenuItem m_menuGroupSort;
2767 		private System.Windows.Forms.ToolStripMenuItem m_menuGroupSortRec;
2768 		private System.Windows.Forms.ToolStripSeparator m_menuGroupMoveSep1;
2769 		private System.Windows.Forms.ToolStripMenuItem m_menuGroupExpand;
2770 		private System.Windows.Forms.ToolStripMenuItem m_menuGroupCollapse;
2771 		private System.Windows.Forms.ToolStripSeparator m_menuFileOpenSep0;
2772 		private System.Windows.Forms.ToolStripMenuItem m_menuFileFind;
2773 		private System.Windows.Forms.ToolStripMenuItem m_menuFileFindInFolder;
2774 		private System.Windows.Forms.ToolStripMenuItem m_menuFindProfiles;
2775 		private System.Windows.Forms.ToolStripMenuItem m_ctxGroupFindProfiles;
2776 		private System.Windows.Forms.ToolStripMenuItem m_menuGroupDX;
2777 		private System.Windows.Forms.ToolStripMenuItem m_menuGroupPrint;
2778 		private System.Windows.Forms.ToolStripMenuItem m_menuGroupExport;
2779 		private System.Windows.Forms.ToolStripMenuItem m_menuGroupClipCopy;
2780 		private System.Windows.Forms.ToolStripSeparator m_menuGroupDXSep0;
2781 		private System.Windows.Forms.ToolStripMenuItem m_menuGroupClipCopyPlain;
2782 		private System.Windows.Forms.ToolStripMenuItem m_menuGroupClipPaste;
2783 		private System.Windows.Forms.ToolStripSeparator m_menuFilePrintSep0;
2784 		private System.Windows.Forms.ToolStripMenuItem m_menuFilePrintKeyFile;
2785 		private System.Windows.Forms.ToolStripMenuItem m_menuToolsAdv;
2786 		private System.Windows.Forms.ToolStripMenuItem m_menuToolsCreateKeyFile;
2787 		private System.Windows.Forms.ToolStripSeparator m_menuGroupMoveSep2;
2788 		private System.Windows.Forms.ToolStripMenuItem m_menuGroupMoveToPreviousParent;
2789 		private System.Windows.Forms.ToolStripMenuItem m_menuEntryMoveToPreviousParent;
2790 	}
2791 }
2792 
2793