1 namespace KeePass.Forms
2 {
3 	partial class SearchForm
4 	{
5 		/// <summary>
6 		/// Erforderliche Designervariable.
7 		/// </summary>
8 		private System.ComponentModel.IContainer components = null;
9 
10 		/// <summary>
11 		/// Verwendete Ressourcen bereinigen.
12 		/// </summary>
13 		/// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.</param>
Dispose(bool disposing)14 		protected override void Dispose(bool disposing)
15 		{
16 			if(disposing && (components != null))
17 			{
18 				components.Dispose();
19 			}
20 			base.Dispose(disposing);
21 		}
22 
23 		#region Vom Windows Form-Designer generierter Code
24 
25 		/// <summary>
26 		/// Erforderliche Methode für die Designerunterstützung.
27 		/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
28 		/// </summary>
InitializeComponent()29 		private void InitializeComponent()
30 		{
31 			this.components = new System.ComponentModel.Container();
32 			this.m_bannerImage = new System.Windows.Forms.PictureBox();
33 			this.m_btnOK = new System.Windows.Forms.Button();
34 			this.m_btnCancel = new System.Windows.Forms.Button();
35 			this.m_tbSearch = new System.Windows.Forms.TextBox();
36 			this.m_lblSearchFor = new System.Windows.Forms.Label();
37 			this.m_grpSearchIn = new System.Windows.Forms.GroupBox();
38 			this.m_cbHistory = new System.Windows.Forms.CheckBox();
39 			this.m_cbGroupPath = new System.Windows.Forms.CheckBox();
40 			this.m_cbStringName = new System.Windows.Forms.CheckBox();
41 			this.m_cbTags = new System.Windows.Forms.CheckBox();
42 			this.m_cbGroupName = new System.Windows.Forms.CheckBox();
43 			this.m_cbUuid = new System.Windows.Forms.CheckBox();
44 			this.m_cbStringsOther = new System.Windows.Forms.CheckBox();
45 			this.m_cbNotes = new System.Windows.Forms.CheckBox();
46 			this.m_cbUrl = new System.Windows.Forms.CheckBox();
47 			this.m_cbPassword = new System.Windows.Forms.CheckBox();
48 			this.m_cbUserName = new System.Windows.Forms.CheckBox();
49 			this.m_cbTitle = new System.Windows.Forms.CheckBox();
50 			this.m_grpOptions = new System.Windows.Forms.GroupBox();
51 			this.m_cbIgnoreGroupSettings = new System.Windows.Forms.CheckBox();
52 			this.m_cbDerefData = new System.Windows.Forms.CheckBox();
53 			this.m_cbExcludeExpired = new System.Windows.Forms.CheckBox();
54 			this.m_cbCaseSensitive = new System.Windows.Forms.CheckBox();
55 			this.m_lblProfile = new System.Windows.Forms.Label();
56 			this.m_cmbProfiles = new System.Windows.Forms.ComboBox();
57 			this.m_btnProfileAdd = new System.Windows.Forms.Button();
58 			this.m_btnProfileDelete = new System.Windows.Forms.Button();
59 			this.m_lblSep = new System.Windows.Forms.Label();
60 			this.m_rbModeSimple = new System.Windows.Forms.RadioButton();
61 			this.m_rbModeRegular = new System.Windows.Forms.RadioButton();
62 			this.m_rbModeXPath = new System.Windows.Forms.RadioButton();
63 			this.m_lblMode = new System.Windows.Forms.Label();
64 			this.m_ttMain = new System.Windows.Forms.ToolTip(this.components);
65 			this.m_btnHelp = new System.Windows.Forms.Button();
66 			((System.ComponentModel.ISupportInitialize)(this.m_bannerImage)).BeginInit();
67 			this.m_grpSearchIn.SuspendLayout();
68 			this.m_grpOptions.SuspendLayout();
69 			this.SuspendLayout();
70 			//
71 			// m_bannerImage
72 			//
73 			this.m_bannerImage.Dock = System.Windows.Forms.DockStyle.Top;
74 			this.m_bannerImage.Location = new System.Drawing.Point(0, 0);
75 			this.m_bannerImage.Name = "m_bannerImage";
76 			this.m_bannerImage.Size = new System.Drawing.Size(374, 60);
77 			this.m_bannerImage.TabIndex = 0;
78 			this.m_bannerImage.TabStop = false;
79 			//
80 			// m_btnOK
81 			//
82 			this.m_btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
83 			this.m_btnOK.Location = new System.Drawing.Point(206, 468);
84 			this.m_btnOK.Name = "m_btnOK";
85 			this.m_btnOK.Size = new System.Drawing.Size(75, 23);
86 			this.m_btnOK.TabIndex = 9;
87 			this.m_btnOK.Text = "&Find";
88 			this.m_btnOK.UseVisualStyleBackColor = true;
89 			this.m_btnOK.Click += new System.EventHandler(this.OnBtnOK);
90 			//
91 			// m_btnCancel
92 			//
93 			this.m_btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
94 			this.m_btnCancel.Location = new System.Drawing.Point(287, 468);
95 			this.m_btnCancel.Name = "m_btnCancel";
96 			this.m_btnCancel.Size = new System.Drawing.Size(75, 23);
97 			this.m_btnCancel.TabIndex = 10;
98 			this.m_btnCancel.Text = "Cancel";
99 			this.m_btnCancel.UseVisualStyleBackColor = true;
100 			//
101 			// m_tbSearch
102 			//
103 			this.m_tbSearch.Location = new System.Drawing.Point(72, 122);
104 			this.m_tbSearch.Name = "m_tbSearch";
105 			this.m_tbSearch.Size = new System.Drawing.Size(289, 20);
106 			this.m_tbSearch.TabIndex = 1;
107 			//
108 			// m_lblSearchFor
109 			//
110 			this.m_lblSearchFor.AutoSize = true;
111 			this.m_lblSearchFor.Location = new System.Drawing.Point(10, 125);
112 			this.m_lblSearchFor.Name = "m_lblSearchFor";
113 			this.m_lblSearchFor.Size = new System.Drawing.Size(56, 13);
114 			this.m_lblSearchFor.TabIndex = 0;
115 			this.m_lblSearchFor.Text = "Find &what:";
116 			//
117 			// m_grpSearchIn
118 			//
119 			this.m_grpSearchIn.Controls.Add(this.m_cbHistory);
120 			this.m_grpSearchIn.Controls.Add(this.m_cbGroupPath);
121 			this.m_grpSearchIn.Controls.Add(this.m_cbStringName);
122 			this.m_grpSearchIn.Controls.Add(this.m_cbTags);
123 			this.m_grpSearchIn.Controls.Add(this.m_cbGroupName);
124 			this.m_grpSearchIn.Controls.Add(this.m_cbUuid);
125 			this.m_grpSearchIn.Controls.Add(this.m_cbStringsOther);
126 			this.m_grpSearchIn.Controls.Add(this.m_cbNotes);
127 			this.m_grpSearchIn.Controls.Add(this.m_cbUrl);
128 			this.m_grpSearchIn.Controls.Add(this.m_cbPassword);
129 			this.m_grpSearchIn.Controls.Add(this.m_cbUserName);
130 			this.m_grpSearchIn.Controls.Add(this.m_cbTitle);
131 			this.m_grpSearchIn.Location = new System.Drawing.Point(13, 225);
132 			this.m_grpSearchIn.Name = "m_grpSearchIn";
133 			this.m_grpSearchIn.Size = new System.Drawing.Size(348, 113);
134 			this.m_grpSearchIn.TabIndex = 6;
135 			this.m_grpSearchIn.TabStop = false;
136 			this.m_grpSearchIn.Text = "Search in";
137 			//
138 			// m_cbHistory
139 			//
140 			this.m_cbHistory.AutoSize = true;
141 			this.m_cbHistory.Location = new System.Drawing.Point(234, 88);
142 			this.m_cbHistory.Name = "m_cbHistory";
143 			this.m_cbHistory.Size = new System.Drawing.Size(58, 17);
144 			this.m_cbHistory.TabIndex = 11;
145 			this.m_cbHistory.Text = "&History";
146 			this.m_cbHistory.UseVisualStyleBackColor = true;
147 			//
148 			// m_cbGroupPath
149 			//
150 			this.m_cbGroupPath.AutoSize = true;
151 			this.m_cbGroupPath.Location = new System.Drawing.Point(10, 88);
152 			this.m_cbGroupPath.Name = "m_cbGroupPath";
153 			this.m_cbGroupPath.Size = new System.Drawing.Size(79, 17);
154 			this.m_cbGroupPath.TabIndex = 9;
155 			this.m_cbGroupPath.Text = "&Group path";
156 			this.m_cbGroupPath.UseVisualStyleBackColor = true;
157 			//
158 			// m_cbStringName
159 			//
160 			this.m_cbStringName.AutoSize = true;
161 			this.m_cbStringName.Location = new System.Drawing.Point(10, 65);
162 			this.m_cbStringName.Name = "m_cbStringName";
163 			this.m_cbStringName.Size = new System.Drawing.Size(82, 17);
164 			this.m_cbStringName.TabIndex = 6;
165 			this.m_cbStringName.Text = "&String name";
166 			this.m_cbStringName.UseVisualStyleBackColor = true;
167 			//
168 			// m_cbTags
169 			//
170 			this.m_cbTags.AutoSize = true;
171 			this.m_cbTags.Location = new System.Drawing.Point(122, 65);
172 			this.m_cbTags.Name = "m_cbTags";
173 			this.m_cbTags.Size = new System.Drawing.Size(50, 17);
174 			this.m_cbTags.TabIndex = 7;
175 			this.m_cbTags.Text = "T&ags";
176 			this.m_cbTags.UseVisualStyleBackColor = true;
177 			//
178 			// m_cbGroupName
179 			//
180 			this.m_cbGroupName.AutoSize = true;
181 			this.m_cbGroupName.Location = new System.Drawing.Point(122, 88);
182 			this.m_cbGroupName.Name = "m_cbGroupName";
183 			this.m_cbGroupName.Size = new System.Drawing.Size(84, 17);
184 			this.m_cbGroupName.TabIndex = 10;
185 			this.m_cbGroupName.Text = "Group na&me";
186 			this.m_cbGroupName.UseVisualStyleBackColor = true;
187 			//
188 			// m_cbUuid
189 			//
190 			this.m_cbUuid.AutoSize = true;
191 			this.m_cbUuid.Location = new System.Drawing.Point(234, 65);
192 			this.m_cbUuid.Name = "m_cbUuid";
193 			this.m_cbUuid.Size = new System.Drawing.Size(53, 17);
194 			this.m_cbUuid.TabIndex = 8;
195 			this.m_cbUuid.Text = "UUI&D";
196 			this.m_cbUuid.UseVisualStyleBackColor = true;
197 			//
198 			// m_cbStringsOther
199 			//
200 			this.m_cbStringsOther.AutoSize = true;
201 			this.m_cbStringsOther.Location = new System.Drawing.Point(234, 42);
202 			this.m_cbStringsOther.Name = "m_cbStringsOther";
203 			this.m_cbStringsOther.Size = new System.Drawing.Size(85, 17);
204 			this.m_cbStringsOther.TabIndex = 5;
205 			this.m_cbStringsOther.Text = "&Other strings";
206 			this.m_cbStringsOther.UseVisualStyleBackColor = true;
207 			//
208 			// m_cbNotes
209 			//
210 			this.m_cbNotes.AutoSize = true;
211 			this.m_cbNotes.Location = new System.Drawing.Point(122, 42);
212 			this.m_cbNotes.Name = "m_cbNotes";
213 			this.m_cbNotes.Size = new System.Drawing.Size(54, 17);
214 			this.m_cbNotes.TabIndex = 4;
215 			this.m_cbNotes.Text = "&Notes";
216 			this.m_cbNotes.UseVisualStyleBackColor = true;
217 			//
218 			// m_cbUrl
219 			//
220 			this.m_cbUrl.AutoSize = true;
221 			this.m_cbUrl.Location = new System.Drawing.Point(10, 42);
222 			this.m_cbUrl.Name = "m_cbUrl";
223 			this.m_cbUrl.Size = new System.Drawing.Size(48, 17);
224 			this.m_cbUrl.TabIndex = 3;
225 			this.m_cbUrl.Text = "UR&L";
226 			this.m_cbUrl.UseVisualStyleBackColor = true;
227 			//
228 			// m_cbPassword
229 			//
230 			this.m_cbPassword.AutoSize = true;
231 			this.m_cbPassword.Location = new System.Drawing.Point(234, 19);
232 			this.m_cbPassword.Name = "m_cbPassword";
233 			this.m_cbPassword.Size = new System.Drawing.Size(72, 17);
234 			this.m_cbPassword.TabIndex = 2;
235 			this.m_cbPassword.Text = "&Password";
236 			this.m_cbPassword.UseVisualStyleBackColor = true;
237 			//
238 			// m_cbUserName
239 			//
240 			this.m_cbUserName.AutoSize = true;
241 			this.m_cbUserName.Location = new System.Drawing.Point(122, 19);
242 			this.m_cbUserName.Name = "m_cbUserName";
243 			this.m_cbUserName.Size = new System.Drawing.Size(77, 17);
244 			this.m_cbUserName.TabIndex = 1;
245 			this.m_cbUserName.Text = "&User name";
246 			this.m_cbUserName.UseVisualStyleBackColor = true;
247 			//
248 			// m_cbTitle
249 			//
250 			this.m_cbTitle.AutoSize = true;
251 			this.m_cbTitle.Location = new System.Drawing.Point(10, 19);
252 			this.m_cbTitle.Name = "m_cbTitle";
253 			this.m_cbTitle.Size = new System.Drawing.Size(46, 17);
254 			this.m_cbTitle.TabIndex = 0;
255 			this.m_cbTitle.Text = "&Title";
256 			this.m_cbTitle.UseVisualStyleBackColor = true;
257 			//
258 			// m_grpOptions
259 			//
260 			this.m_grpOptions.Controls.Add(this.m_cbIgnoreGroupSettings);
261 			this.m_grpOptions.Controls.Add(this.m_cbDerefData);
262 			this.m_grpOptions.Controls.Add(this.m_cbExcludeExpired);
263 			this.m_grpOptions.Controls.Add(this.m_cbCaseSensitive);
264 			this.m_grpOptions.Location = new System.Drawing.Point(13, 344);
265 			this.m_grpOptions.Name = "m_grpOptions";
266 			this.m_grpOptions.Size = new System.Drawing.Size(348, 113);
267 			this.m_grpOptions.TabIndex = 7;
268 			this.m_grpOptions.TabStop = false;
269 			this.m_grpOptions.Text = "Options";
270 			//
271 			// m_cbIgnoreGroupSettings
272 			//
273 			this.m_cbIgnoreGroupSettings.AutoSize = true;
274 			this.m_cbIgnoreGroupSettings.Location = new System.Drawing.Point(10, 65);
275 			this.m_cbIgnoreGroupSettings.Name = "m_cbIgnoreGroupSettings";
276 			this.m_cbIgnoreGroupSettings.Size = new System.Drawing.Size(177, 17);
277 			this.m_cbIgnoreGroupSettings.TabIndex = 2;
278 			this.m_cbIgnoreGroupSettings.Text = "&Ignore search settings of groups";
279 			this.m_cbIgnoreGroupSettings.UseVisualStyleBackColor = true;
280 			//
281 			// m_cbDerefData
282 			//
283 			this.m_cbDerefData.AutoSize = true;
284 			this.m_cbDerefData.Location = new System.Drawing.Point(10, 88);
285 			this.m_cbDerefData.Name = "m_cbDerefData";
286 			this.m_cbDerefData.Size = new System.Drawing.Size(175, 17);
287 			this.m_cbDerefData.TabIndex = 3;
288 			this.m_cbDerefData.Text = "Resol&ve field references in data";
289 			this.m_cbDerefData.UseVisualStyleBackColor = true;
290 			//
291 			// m_cbExcludeExpired
292 			//
293 			this.m_cbExcludeExpired.AutoSize = true;
294 			this.m_cbExcludeExpired.Location = new System.Drawing.Point(10, 42);
295 			this.m_cbExcludeExpired.Name = "m_cbExcludeExpired";
296 			this.m_cbExcludeExpired.Size = new System.Drawing.Size(135, 17);
297 			this.m_cbExcludeExpired.TabIndex = 1;
298 			this.m_cbExcludeExpired.Text = "&Exclude expired entries";
299 			this.m_cbExcludeExpired.UseVisualStyleBackColor = true;
300 			//
301 			// m_cbCaseSensitive
302 			//
303 			this.m_cbCaseSensitive.AutoSize = true;
304 			this.m_cbCaseSensitive.Location = new System.Drawing.Point(10, 19);
305 			this.m_cbCaseSensitive.Name = "m_cbCaseSensitive";
306 			this.m_cbCaseSensitive.Size = new System.Drawing.Size(94, 17);
307 			this.m_cbCaseSensitive.TabIndex = 0;
308 			this.m_cbCaseSensitive.Text = "&Case-sensitive";
309 			this.m_cbCaseSensitive.UseVisualStyleBackColor = true;
310 			//
311 			// m_lblProfile
312 			//
313 			this.m_lblProfile.AutoSize = true;
314 			this.m_lblProfile.Location = new System.Drawing.Point(10, 77);
315 			this.m_lblProfile.Name = "m_lblProfile";
316 			this.m_lblProfile.Size = new System.Drawing.Size(39, 13);
317 			this.m_lblProfile.TabIndex = 11;
318 			this.m_lblProfile.Text = "P&rofile:";
319 			//
320 			// m_cmbProfiles
321 			//
322 			this.m_cmbProfiles.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
323 			this.m_cmbProfiles.FormattingEnabled = true;
324 			this.m_cmbProfiles.Location = new System.Drawing.Point(55, 73);
325 			this.m_cmbProfiles.MaxDropDownItems = 16;
326 			this.m_cmbProfiles.Name = "m_cmbProfiles";
327 			this.m_cmbProfiles.Size = new System.Drawing.Size(244, 21);
328 			this.m_cmbProfiles.TabIndex = 12;
329 			this.m_cmbProfiles.SelectedIndexChanged += new System.EventHandler(this.OnProfilesSelectedIndexChanged);
330 			//
331 			// m_btnProfileAdd
332 			//
333 			this.m_btnProfileAdd.Location = new System.Drawing.Point(306, 72);
334 			this.m_btnProfileAdd.Name = "m_btnProfileAdd";
335 			this.m_btnProfileAdd.Size = new System.Drawing.Size(25, 23);
336 			this.m_btnProfileAdd.TabIndex = 13;
337 			this.m_btnProfileAdd.UseVisualStyleBackColor = true;
338 			this.m_btnProfileAdd.Click += new System.EventHandler(this.OnBtnProfileAdd);
339 			//
340 			// m_btnProfileDelete
341 			//
342 			this.m_btnProfileDelete.Location = new System.Drawing.Point(337, 72);
343 			this.m_btnProfileDelete.Name = "m_btnProfileDelete";
344 			this.m_btnProfileDelete.Size = new System.Drawing.Size(25, 23);
345 			this.m_btnProfileDelete.TabIndex = 14;
346 			this.m_btnProfileDelete.UseVisualStyleBackColor = true;
347 			this.m_btnProfileDelete.Click += new System.EventHandler(this.OnBtnProfileDelete);
348 			//
349 			// m_lblSep
350 			//
351 			this.m_lblSep.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
352 			this.m_lblSep.Location = new System.Drawing.Point(0, 107);
353 			this.m_lblSep.Name = "m_lblSep";
354 			this.m_lblSep.Size = new System.Drawing.Size(374, 2);
355 			this.m_lblSep.TabIndex = 15;
356 			//
357 			// m_rbModeSimple
358 			//
359 			this.m_rbModeSimple.AutoSize = true;
360 			this.m_rbModeSimple.Location = new System.Drawing.Point(72, 153);
361 			this.m_rbModeSimple.Name = "m_rbModeSimple";
362 			this.m_rbModeSimple.Size = new System.Drawing.Size(109, 17);
363 			this.m_rbModeSimple.TabIndex = 3;
364 			this.m_rbModeSimple.TabStop = true;
365 			this.m_rbModeSimple.Text = "Simple e&xpression";
366 			this.m_rbModeSimple.UseVisualStyleBackColor = true;
367 			//
368 			// m_rbModeRegular
369 			//
370 			this.m_rbModeRegular.AutoSize = true;
371 			this.m_rbModeRegular.Location = new System.Drawing.Point(72, 176);
372 			this.m_rbModeRegular.Name = "m_rbModeRegular";
373 			this.m_rbModeRegular.Size = new System.Drawing.Size(115, 17);
374 			this.m_rbModeRegular.TabIndex = 4;
375 			this.m_rbModeRegular.TabStop = true;
376 			this.m_rbModeRegular.Text = "Regular expression";
377 			this.m_rbModeRegular.UseVisualStyleBackColor = true;
378 			//
379 			// m_rbModeXPath
380 			//
381 			this.m_rbModeXPath.AutoSize = true;
382 			this.m_rbModeXPath.Location = new System.Drawing.Point(72, 199);
383 			this.m_rbModeXPath.Name = "m_rbModeXPath";
384 			this.m_rbModeXPath.Size = new System.Drawing.Size(107, 17);
385 			this.m_rbModeXPath.TabIndex = 5;
386 			this.m_rbModeXPath.TabStop = true;
387 			this.m_rbModeXPath.Text = "XPath expression";
388 			this.m_rbModeXPath.UseVisualStyleBackColor = true;
389 			//
390 			// m_lblMode
391 			//
392 			this.m_lblMode.AutoSize = true;
393 			this.m_lblMode.Location = new System.Drawing.Point(10, 155);
394 			this.m_lblMode.Name = "m_lblMode";
395 			this.m_lblMode.Size = new System.Drawing.Size(37, 13);
396 			this.m_lblMode.TabIndex = 2;
397 			this.m_lblMode.Text = "Mode:";
398 			//
399 			// m_btnHelp
400 			//
401 			this.m_btnHelp.Location = new System.Drawing.Point(12, 468);
402 			this.m_btnHelp.Name = "m_btnHelp";
403 			this.m_btnHelp.Size = new System.Drawing.Size(75, 23);
404 			this.m_btnHelp.TabIndex = 8;
405 			this.m_btnHelp.Text = "Help";
406 			this.m_btnHelp.UseVisualStyleBackColor = true;
407 			this.m_btnHelp.Click += new System.EventHandler(this.OnBtnHelp);
408 			//
409 			// SearchForm
410 			//
411 			this.AcceptButton = this.m_btnOK;
412 			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
413 			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
414 			this.CancelButton = this.m_btnCancel;
415 			this.ClientSize = new System.Drawing.Size(374, 503);
416 			this.Controls.Add(this.m_btnHelp);
417 			this.Controls.Add(this.m_lblMode);
418 			this.Controls.Add(this.m_rbModeXPath);
419 			this.Controls.Add(this.m_rbModeRegular);
420 			this.Controls.Add(this.m_rbModeSimple);
421 			this.Controls.Add(this.m_lblSep);
422 			this.Controls.Add(this.m_btnProfileDelete);
423 			this.Controls.Add(this.m_btnProfileAdd);
424 			this.Controls.Add(this.m_cmbProfiles);
425 			this.Controls.Add(this.m_lblProfile);
426 			this.Controls.Add(this.m_grpOptions);
427 			this.Controls.Add(this.m_grpSearchIn);
428 			this.Controls.Add(this.m_lblSearchFor);
429 			this.Controls.Add(this.m_tbSearch);
430 			this.Controls.Add(this.m_btnCancel);
431 			this.Controls.Add(this.m_btnOK);
432 			this.Controls.Add(this.m_bannerImage);
433 			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
434 			this.MaximizeBox = false;
435 			this.MinimizeBox = false;
436 			this.Name = "SearchForm";
437 			this.ShowInTaskbar = false;
438 			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
439 			this.Text = "<>";
440 			this.Load += new System.EventHandler(this.OnFormLoad);
441 			this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OnFormClosed);
442 			((System.ComponentModel.ISupportInitialize)(this.m_bannerImage)).EndInit();
443 			this.m_grpSearchIn.ResumeLayout(false);
444 			this.m_grpSearchIn.PerformLayout();
445 			this.m_grpOptions.ResumeLayout(false);
446 			this.m_grpOptions.PerformLayout();
447 			this.ResumeLayout(false);
448 			this.PerformLayout();
449 
450 		}
451 
452 		#endregion
453 
454 		private System.Windows.Forms.PictureBox m_bannerImage;
455 		private System.Windows.Forms.Button m_btnOK;
456 		private System.Windows.Forms.Button m_btnCancel;
457 		private System.Windows.Forms.TextBox m_tbSearch;
458 		private System.Windows.Forms.Label m_lblSearchFor;
459 		private System.Windows.Forms.GroupBox m_grpSearchIn;
460 		private System.Windows.Forms.CheckBox m_cbNotes;
461 		private System.Windows.Forms.CheckBox m_cbUrl;
462 		private System.Windows.Forms.CheckBox m_cbPassword;
463 		private System.Windows.Forms.CheckBox m_cbUserName;
464 		private System.Windows.Forms.CheckBox m_cbTitle;
465 		private System.Windows.Forms.GroupBox m_grpOptions;
466 		private System.Windows.Forms.CheckBox m_cbCaseSensitive;
467 		private System.Windows.Forms.CheckBox m_cbStringsOther;
468 		private System.Windows.Forms.CheckBox m_cbExcludeExpired;
469 		private System.Windows.Forms.CheckBox m_cbGroupName;
470 		private System.Windows.Forms.CheckBox m_cbUuid;
471 		private System.Windows.Forms.CheckBox m_cbTags;
472 		private System.Windows.Forms.CheckBox m_cbDerefData;
473 		private System.Windows.Forms.CheckBox m_cbStringName;
474 		private System.Windows.Forms.CheckBox m_cbGroupPath;
475 		private System.Windows.Forms.CheckBox m_cbIgnoreGroupSettings;
476 		private System.Windows.Forms.Label m_lblProfile;
477 		private System.Windows.Forms.ComboBox m_cmbProfiles;
478 		private System.Windows.Forms.Button m_btnProfileAdd;
479 		private System.Windows.Forms.Button m_btnProfileDelete;
480 		private System.Windows.Forms.Label m_lblSep;
481 		private System.Windows.Forms.RadioButton m_rbModeSimple;
482 		private System.Windows.Forms.RadioButton m_rbModeRegular;
483 		private System.Windows.Forms.RadioButton m_rbModeXPath;
484 		private System.Windows.Forms.Label m_lblMode;
485 		private System.Windows.Forms.CheckBox m_cbHistory;
486 		private System.Windows.Forms.ToolTip m_ttMain;
487 		private System.Windows.Forms.Button m_btnHelp;
488 	}
489 }