1 namespace KeePass.Forms
2 {
3 	partial class CsvImportForm
4 	{
5 		/// <summary>
6 		/// Required designer variable.
7 		/// </summary>
8 		private System.ComponentModel.IContainer components = null;
9 
10 		/// <summary>
11 		/// Clean up any resources being used.
12 		/// </summary>
13 		/// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Windows Form Designer generated code
24 
25 		/// <summary>
26 		/// Required method for Designer support - do not modify
27 		/// the contents of this method with the code editor.
28 		/// </summary>
InitializeComponent()29 		private void InitializeComponent()
30 		{
31 			this.m_tabMain = new System.Windows.Forms.TabControl();
32 			this.m_tabEnc = new System.Windows.Forms.TabPage();
33 			this.m_rtbEncPreview = new KeePass.UI.CustomRichTextBoxEx();
34 			this.m_lblEncPreview = new System.Windows.Forms.Label();
35 			this.m_cmbEnc = new System.Windows.Forms.ComboBox();
36 			this.m_lblEnc = new System.Windows.Forms.Label();
37 			this.m_tabStructure = new System.Windows.Forms.TabPage();
38 			this.m_grpSem = new System.Windows.Forms.GroupBox();
39 			this.m_grpFieldAdd = new System.Windows.Forms.GroupBox();
40 			this.m_btnFieldAdd = new System.Windows.Forms.Button();
41 			this.m_linkFieldFormat = new System.Windows.Forms.LinkLabel();
42 			this.m_cmbFieldFormat = new System.Windows.Forms.ComboBox();
43 			this.m_lblFieldFormat = new System.Windows.Forms.Label();
44 			this.m_tbFieldName = new System.Windows.Forms.TextBox();
45 			this.m_lblFieldName = new System.Windows.Forms.Label();
46 			this.m_cmbFieldType = new System.Windows.Forms.ComboBox();
47 			this.m_lblFieldType = new System.Windows.Forms.Label();
48 			this.m_btnFieldMoveDown = new System.Windows.Forms.Button();
49 			this.m_btnFieldMoveUp = new System.Windows.Forms.Button();
50 			this.m_btnFieldDel = new System.Windows.Forms.Button();
51 			this.m_lblFields = new System.Windows.Forms.Label();
52 			this.m_lvFields = new KeePass.UI.CustomListViewEx();
53 			this.m_grpSyntax = new System.Windows.Forms.GroupBox();
54 			this.m_cbIgnoreFirst = new System.Windows.Forms.CheckBox();
55 			this.m_cbTrim = new System.Windows.Forms.CheckBox();
56 			this.m_cmbTextQual = new System.Windows.Forms.ComboBox();
57 			this.m_lblTextQual = new System.Windows.Forms.Label();
58 			this.m_cbBackEscape = new System.Windows.Forms.CheckBox();
59 			this.m_lblFieldSep = new System.Windows.Forms.Label();
60 			this.m_cmbFieldSep = new System.Windows.Forms.ComboBox();
61 			this.m_cmbRecSep = new System.Windows.Forms.ComboBox();
62 			this.m_lblRecSep = new System.Windows.Forms.Label();
63 			this.m_tabPreview = new System.Windows.Forms.TabPage();
64 			this.m_cbMergeGroups = new System.Windows.Forms.CheckBox();
65 			this.m_lvImportPreview = new KeePass.UI.CustomListViewEx();
66 			this.m_btnOK = new System.Windows.Forms.Button();
67 			this.m_btnCancel = new System.Windows.Forms.Button();
68 			this.m_btnTabBack = new System.Windows.Forms.Button();
69 			this.m_btnTabNext = new System.Windows.Forms.Button();
70 			this.m_btnHelp = new System.Windows.Forms.Button();
71 			this.m_bannerImage = new System.Windows.Forms.PictureBox();
72 			this.m_tabMain.SuspendLayout();
73 			this.m_tabEnc.SuspendLayout();
74 			this.m_tabStructure.SuspendLayout();
75 			this.m_grpSem.SuspendLayout();
76 			this.m_grpFieldAdd.SuspendLayout();
77 			this.m_grpSyntax.SuspendLayout();
78 			this.m_tabPreview.SuspendLayout();
79 			((System.ComponentModel.ISupportInitialize)(this.m_bannerImage)).BeginInit();
80 			this.SuspendLayout();
81 			//
82 			// m_tabMain
83 			//
84 			this.m_tabMain.Controls.Add(this.m_tabEnc);
85 			this.m_tabMain.Controls.Add(this.m_tabStructure);
86 			this.m_tabMain.Controls.Add(this.m_tabPreview);
87 			this.m_tabMain.Location = new System.Drawing.Point(13, 72);
88 			this.m_tabMain.Name = "m_tabMain";
89 			this.m_tabMain.SelectedIndex = 0;
90 			this.m_tabMain.Size = new System.Drawing.Size(684, 462);
91 			this.m_tabMain.TabIndex = 3;
92 			this.m_tabMain.SelectedIndexChanged += new System.EventHandler(this.OnTabMainSelectedIndexChanged);
93 			//
94 			// m_tabEnc
95 			//
96 			this.m_tabEnc.Controls.Add(this.m_rtbEncPreview);
97 			this.m_tabEnc.Controls.Add(this.m_lblEncPreview);
98 			this.m_tabEnc.Controls.Add(this.m_cmbEnc);
99 			this.m_tabEnc.Controls.Add(this.m_lblEnc);
100 			this.m_tabEnc.Location = new System.Drawing.Point(4, 22);
101 			this.m_tabEnc.Name = "m_tabEnc";
102 			this.m_tabEnc.Padding = new System.Windows.Forms.Padding(3);
103 			this.m_tabEnc.Size = new System.Drawing.Size(676, 436);
104 			this.m_tabEnc.TabIndex = 0;
105 			this.m_tabEnc.Text = "Encoding";
106 			this.m_tabEnc.UseVisualStyleBackColor = true;
107 			//
108 			// m_rtbEncPreview
109 			//
110 			this.m_rtbEncPreview.AcceptsTab = true;
111 			this.m_rtbEncPreview.DetectUrls = false;
112 			this.m_rtbEncPreview.Location = new System.Drawing.Point(8, 59);
113 			this.m_rtbEncPreview.Name = "m_rtbEncPreview";
114 			this.m_rtbEncPreview.ReadOnly = true;
115 			this.m_rtbEncPreview.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.ForcedVertical;
116 			this.m_rtbEncPreview.Size = new System.Drawing.Size(659, 368);
117 			this.m_rtbEncPreview.TabIndex = 3;
118 			this.m_rtbEncPreview.Text = "";
119 			//
120 			// m_lblEncPreview
121 			//
122 			this.m_lblEncPreview.AutoSize = true;
123 			this.m_lblEncPreview.Location = new System.Drawing.Point(5, 43);
124 			this.m_lblEncPreview.Name = "m_lblEncPreview";
125 			this.m_lblEncPreview.Size = new System.Drawing.Size(71, 13);
126 			this.m_lblEncPreview.TabIndex = 2;
127 			this.m_lblEncPreview.Text = "&Text preview:";
128 			//
129 			// m_cmbEnc
130 			//
131 			this.m_cmbEnc.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
132 			this.m_cmbEnc.FormattingEnabled = true;
133 			this.m_cmbEnc.Location = new System.Drawing.Point(90, 12);
134 			this.m_cmbEnc.Name = "m_cmbEnc";
135 			this.m_cmbEnc.Size = new System.Drawing.Size(298, 21);
136 			this.m_cmbEnc.TabIndex = 1;
137 			this.m_cmbEnc.SelectedIndexChanged += new System.EventHandler(this.OnEncSelectedIndexChanged);
138 			//
139 			// m_lblEnc
140 			//
141 			this.m_lblEnc.AutoSize = true;
142 			this.m_lblEnc.Location = new System.Drawing.Point(5, 15);
143 			this.m_lblEnc.Name = "m_lblEnc";
144 			this.m_lblEnc.Size = new System.Drawing.Size(78, 13);
145 			this.m_lblEnc.TabIndex = 0;
146 			this.m_lblEnc.Text = "Text &encoding:";
147 			//
148 			// m_tabStructure
149 			//
150 			this.m_tabStructure.Controls.Add(this.m_grpSem);
151 			this.m_tabStructure.Controls.Add(this.m_grpSyntax);
152 			this.m_tabStructure.Location = new System.Drawing.Point(4, 22);
153 			this.m_tabStructure.Name = "m_tabStructure";
154 			this.m_tabStructure.Padding = new System.Windows.Forms.Padding(3);
155 			this.m_tabStructure.Size = new System.Drawing.Size(676, 436);
156 			this.m_tabStructure.TabIndex = 1;
157 			this.m_tabStructure.Text = "Structure";
158 			this.m_tabStructure.UseVisualStyleBackColor = true;
159 			//
160 			// m_grpSem
161 			//
162 			this.m_grpSem.Controls.Add(this.m_grpFieldAdd);
163 			this.m_grpSem.Controls.Add(this.m_btnFieldMoveDown);
164 			this.m_grpSem.Controls.Add(this.m_btnFieldMoveUp);
165 			this.m_grpSem.Controls.Add(this.m_btnFieldDel);
166 			this.m_grpSem.Controls.Add(this.m_lblFields);
167 			this.m_grpSem.Controls.Add(this.m_lvFields);
168 			this.m_grpSem.Location = new System.Drawing.Point(6, 136);
169 			this.m_grpSem.Name = "m_grpSem";
170 			this.m_grpSem.Size = new System.Drawing.Size(662, 294);
171 			this.m_grpSem.TabIndex = 1;
172 			this.m_grpSem.TabStop = false;
173 			this.m_grpSem.Text = "Semantics";
174 			//
175 			// m_grpFieldAdd
176 			//
177 			this.m_grpFieldAdd.Controls.Add(this.m_btnFieldAdd);
178 			this.m_grpFieldAdd.Controls.Add(this.m_linkFieldFormat);
179 			this.m_grpFieldAdd.Controls.Add(this.m_cmbFieldFormat);
180 			this.m_grpFieldAdd.Controls.Add(this.m_lblFieldFormat);
181 			this.m_grpFieldAdd.Controls.Add(this.m_tbFieldName);
182 			this.m_grpFieldAdd.Controls.Add(this.m_lblFieldName);
183 			this.m_grpFieldAdd.Controls.Add(this.m_cmbFieldType);
184 			this.m_grpFieldAdd.Controls.Add(this.m_lblFieldType);
185 			this.m_grpFieldAdd.Location = new System.Drawing.Point(380, 147);
186 			this.m_grpFieldAdd.Name = "m_grpFieldAdd";
187 			this.m_grpFieldAdd.Size = new System.Drawing.Size(272, 137);
188 			this.m_grpFieldAdd.TabIndex = 5;
189 			this.m_grpFieldAdd.TabStop = false;
190 			this.m_grpFieldAdd.Text = "Add field";
191 			//
192 			// m_btnFieldAdd
193 			//
194 			this.m_btnFieldAdd.Location = new System.Drawing.Point(188, 103);
195 			this.m_btnFieldAdd.Name = "m_btnFieldAdd";
196 			this.m_btnFieldAdd.Size = new System.Drawing.Size(75, 23);
197 			this.m_btnFieldAdd.TabIndex = 7;
198 			this.m_btnFieldAdd.Text = "&Add";
199 			this.m_btnFieldAdd.UseVisualStyleBackColor = true;
200 			this.m_btnFieldAdd.Click += new System.EventHandler(this.OnBtnFieldAdd);
201 			//
202 			// m_linkFieldFormat
203 			//
204 			this.m_linkFieldFormat.AutoSize = true;
205 			this.m_linkFieldFormat.Location = new System.Drawing.Point(234, 75);
206 			this.m_linkFieldFormat.Name = "m_linkFieldFormat";
207 			this.m_linkFieldFormat.Size = new System.Drawing.Size(29, 13);
208 			this.m_linkFieldFormat.TabIndex = 6;
209 			this.m_linkFieldFormat.TabStop = true;
210 			this.m_linkFieldFormat.Text = "Help";
211 			this.m_linkFieldFormat.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.OnFieldFormatLinkClicked);
212 			//
213 			// m_cmbFieldFormat
214 			//
215 			this.m_cmbFieldFormat.FormattingEnabled = true;
216 			this.m_cmbFieldFormat.Location = new System.Drawing.Point(74, 72);
217 			this.m_cmbFieldFormat.Name = "m_cmbFieldFormat";
218 			this.m_cmbFieldFormat.Size = new System.Drawing.Size(154, 21);
219 			this.m_cmbFieldFormat.TabIndex = 5;
220 			//
221 			// m_lblFieldFormat
222 			//
223 			this.m_lblFieldFormat.AutoSize = true;
224 			this.m_lblFieldFormat.Location = new System.Drawing.Point(6, 75);
225 			this.m_lblFieldFormat.Name = "m_lblFieldFormat";
226 			this.m_lblFieldFormat.Size = new System.Drawing.Size(19, 13);
227 			this.m_lblFieldFormat.TabIndex = 4;
228 			this.m_lblFieldFormat.Text = "<>";
229 			//
230 			// m_tbFieldName
231 			//
232 			this.m_tbFieldName.Location = new System.Drawing.Point(74, 46);
233 			this.m_tbFieldName.Name = "m_tbFieldName";
234 			this.m_tbFieldName.Size = new System.Drawing.Size(188, 20);
235 			this.m_tbFieldName.TabIndex = 3;
236 			//
237 			// m_lblFieldName
238 			//
239 			this.m_lblFieldName.AutoSize = true;
240 			this.m_lblFieldName.Location = new System.Drawing.Point(6, 49);
241 			this.m_lblFieldName.Name = "m_lblFieldName";
242 			this.m_lblFieldName.Size = new System.Drawing.Size(38, 13);
243 			this.m_lblFieldName.TabIndex = 2;
244 			this.m_lblFieldName.Text = "Na&me:";
245 			//
246 			// m_cmbFieldType
247 			//
248 			this.m_cmbFieldType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
249 			this.m_cmbFieldType.FormattingEnabled = true;
250 			this.m_cmbFieldType.Location = new System.Drawing.Point(74, 19);
251 			this.m_cmbFieldType.Name = "m_cmbFieldType";
252 			this.m_cmbFieldType.Size = new System.Drawing.Size(188, 21);
253 			this.m_cmbFieldType.TabIndex = 1;
254 			this.m_cmbFieldType.SelectedIndexChanged += new System.EventHandler(this.OnFieldTypeSelectedIndexChanged);
255 			//
256 			// m_lblFieldType
257 			//
258 			this.m_lblFieldType.AutoSize = true;
259 			this.m_lblFieldType.Location = new System.Drawing.Point(6, 22);
260 			this.m_lblFieldType.Name = "m_lblFieldType";
261 			this.m_lblFieldType.Size = new System.Drawing.Size(34, 13);
262 			this.m_lblFieldType.TabIndex = 0;
263 			this.m_lblFieldType.Text = "Typ&e:";
264 			//
265 			// m_btnFieldMoveDown
266 			//
267 			this.m_btnFieldMoveDown.Image = global::KeePass.Properties.Resources.B16x16_1DownArrow;
268 			this.m_btnFieldMoveDown.Location = new System.Drawing.Point(380, 95);
269 			this.m_btnFieldMoveDown.Name = "m_btnFieldMoveDown";
270 			this.m_btnFieldMoveDown.Size = new System.Drawing.Size(75, 23);
271 			this.m_btnFieldMoveDown.TabIndex = 4;
272 			this.m_btnFieldMoveDown.UseVisualStyleBackColor = true;
273 			this.m_btnFieldMoveDown.Click += new System.EventHandler(this.OnBtnFieldMoveDown);
274 			//
275 			// m_btnFieldMoveUp
276 			//
277 			this.m_btnFieldMoveUp.Image = global::KeePass.Properties.Resources.B16x16_1UpArrow;
278 			this.m_btnFieldMoveUp.Location = new System.Drawing.Point(380, 66);
279 			this.m_btnFieldMoveUp.Name = "m_btnFieldMoveUp";
280 			this.m_btnFieldMoveUp.Size = new System.Drawing.Size(75, 23);
281 			this.m_btnFieldMoveUp.TabIndex = 3;
282 			this.m_btnFieldMoveUp.UseVisualStyleBackColor = true;
283 			this.m_btnFieldMoveUp.Click += new System.EventHandler(this.OnBtnFieldMoveUp);
284 			//
285 			// m_btnFieldDel
286 			//
287 			this.m_btnFieldDel.Location = new System.Drawing.Point(380, 37);
288 			this.m_btnFieldDel.Name = "m_btnFieldDel";
289 			this.m_btnFieldDel.Size = new System.Drawing.Size(75, 23);
290 			this.m_btnFieldDel.TabIndex = 2;
291 			this.m_btnFieldDel.Text = "&Delete";
292 			this.m_btnFieldDel.UseVisualStyleBackColor = true;
293 			this.m_btnFieldDel.Click += new System.EventHandler(this.OnBtnFieldDel);
294 			//
295 			// m_lblFields
296 			//
297 			this.m_lblFields.AutoSize = true;
298 			this.m_lblFields.Location = new System.Drawing.Point(6, 22);
299 			this.m_lblFields.Name = "m_lblFields";
300 			this.m_lblFields.Size = new System.Drawing.Size(268, 13);
301 			this.m_lblFields.TabIndex = 0;
302 			this.m_lblFields.Text = "Spe&cify the layout (fields and their order) of the CSV file:";
303 			//
304 			// m_lvFields
305 			//
306 			this.m_lvFields.FullRowSelect = true;
307 			this.m_lvFields.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
308 			this.m_lvFields.HideSelection = false;
309 			this.m_lvFields.Location = new System.Drawing.Point(10, 38);
310 			this.m_lvFields.Name = "m_lvFields";
311 			this.m_lvFields.ShowItemToolTips = true;
312 			this.m_lvFields.Size = new System.Drawing.Size(364, 245);
313 			this.m_lvFields.TabIndex = 1;
314 			this.m_lvFields.UseCompatibleStateImageBehavior = false;
315 			this.m_lvFields.View = System.Windows.Forms.View.Details;
316 			this.m_lvFields.SelectedIndexChanged += new System.EventHandler(this.OnFieldsSelectedIndexChanged);
317 			//
318 			// m_grpSyntax
319 			//
320 			this.m_grpSyntax.Controls.Add(this.m_cbIgnoreFirst);
321 			this.m_grpSyntax.Controls.Add(this.m_cbTrim);
322 			this.m_grpSyntax.Controls.Add(this.m_cmbTextQual);
323 			this.m_grpSyntax.Controls.Add(this.m_lblTextQual);
324 			this.m_grpSyntax.Controls.Add(this.m_cbBackEscape);
325 			this.m_grpSyntax.Controls.Add(this.m_lblFieldSep);
326 			this.m_grpSyntax.Controls.Add(this.m_cmbFieldSep);
327 			this.m_grpSyntax.Controls.Add(this.m_cmbRecSep);
328 			this.m_grpSyntax.Controls.Add(this.m_lblRecSep);
329 			this.m_grpSyntax.Location = new System.Drawing.Point(6, 9);
330 			this.m_grpSyntax.Name = "m_grpSyntax";
331 			this.m_grpSyntax.Size = new System.Drawing.Size(662, 121);
332 			this.m_grpSyntax.TabIndex = 0;
333 			this.m_grpSyntax.TabStop = false;
334 			this.m_grpSyntax.Text = "Syntax";
335 			//
336 			// m_cbIgnoreFirst
337 			//
338 			this.m_cbIgnoreFirst.AutoSize = true;
339 			this.m_cbIgnoreFirst.Location = new System.Drawing.Point(9, 73);
340 			this.m_cbIgnoreFirst.Name = "m_cbIgnoreFirst";
341 			this.m_cbIgnoreFirst.Size = new System.Drawing.Size(95, 17);
342 			this.m_cbIgnoreFirst.TabIndex = 7;
343 			this.m_cbIgnoreFirst.Text = "&Ignore first row";
344 			this.m_cbIgnoreFirst.UseVisualStyleBackColor = true;
345 			//
346 			// m_cbTrim
347 			//
348 			this.m_cbTrim.AutoSize = true;
349 			this.m_cbTrim.Checked = true;
350 			this.m_cbTrim.CheckState = System.Windows.Forms.CheckState.Checked;
351 			this.m_cbTrim.Location = new System.Drawing.Point(9, 96);
352 			this.m_cbTrim.Name = "m_cbTrim";
353 			this.m_cbTrim.Size = new System.Drawing.Size(331, 17);
354 			this.m_cbTrim.TabIndex = 8;
355 			this.m_cbTrim.Text = "Remove &white space characters from the beginning/end of fields";
356 			this.m_cbTrim.UseVisualStyleBackColor = true;
357 			//
358 			// m_cmbTextQual
359 			//
360 			this.m_cmbTextQual.FormattingEnabled = true;
361 			this.m_cmbTextQual.Location = new System.Drawing.Point(91, 46);
362 			this.m_cmbTextQual.Name = "m_cmbTextQual";
363 			this.m_cmbTextQual.Size = new System.Drawing.Size(112, 21);
364 			this.m_cmbTextQual.TabIndex = 5;
365 			this.m_cmbTextQual.SelectedIndexChanged += new System.EventHandler(this.OnTextQualSelectedIndexChanged);
366 			this.m_cmbTextQual.TextUpdate += new System.EventHandler(this.OnTextQualTextUpdate);
367 			//
368 			// m_lblTextQual
369 			//
370 			this.m_lblTextQual.AutoSize = true;
371 			this.m_lblTextQual.Location = new System.Drawing.Point(6, 49);
372 			this.m_lblTextQual.Name = "m_lblTextQual";
373 			this.m_lblTextQual.Size = new System.Drawing.Size(70, 13);
374 			this.m_lblTextQual.TabIndex = 4;
375 			this.m_lblTextQual.Text = "&Text qualifier:";
376 			//
377 			// m_cbBackEscape
378 			//
379 			this.m_cbBackEscape.AutoSize = true;
380 			this.m_cbBackEscape.Checked = true;
381 			this.m_cbBackEscape.CheckState = System.Windows.Forms.CheckState.Checked;
382 			this.m_cbBackEscape.Location = new System.Drawing.Point(248, 48);
383 			this.m_cbBackEscape.Name = "m_cbBackEscape";
384 			this.m_cbBackEscape.Size = new System.Drawing.Size(192, 17);
385 			this.m_cbBackEscape.TabIndex = 6;
386 			this.m_cbBackEscape.Text = "Inter&pret \'\\\' as an escape character";
387 			this.m_cbBackEscape.UseVisualStyleBackColor = true;
388 			//
389 			// m_lblFieldSep
390 			//
391 			this.m_lblFieldSep.AutoSize = true;
392 			this.m_lblFieldSep.Location = new System.Drawing.Point(6, 22);
393 			this.m_lblFieldSep.Name = "m_lblFieldSep";
394 			this.m_lblFieldSep.Size = new System.Drawing.Size(79, 13);
395 			this.m_lblFieldSep.TabIndex = 0;
396 			this.m_lblFieldSep.Text = "Field &separator:";
397 			//
398 			// m_cmbFieldSep
399 			//
400 			this.m_cmbFieldSep.FormattingEnabled = true;
401 			this.m_cmbFieldSep.Location = new System.Drawing.Point(91, 19);
402 			this.m_cmbFieldSep.Name = "m_cmbFieldSep";
403 			this.m_cmbFieldSep.Size = new System.Drawing.Size(112, 21);
404 			this.m_cmbFieldSep.TabIndex = 1;
405 			this.m_cmbFieldSep.SelectedIndexChanged += new System.EventHandler(this.OnFieldSepSelectedIndexChanged);
406 			this.m_cmbFieldSep.TextUpdate += new System.EventHandler(this.OnFieldSepTextUpdate);
407 			//
408 			// m_cmbRecSep
409 			//
410 			this.m_cmbRecSep.FormattingEnabled = true;
411 			this.m_cmbRecSep.Location = new System.Drawing.Point(343, 19);
412 			this.m_cmbRecSep.Name = "m_cmbRecSep";
413 			this.m_cmbRecSep.Size = new System.Drawing.Size(112, 21);
414 			this.m_cmbRecSep.TabIndex = 3;
415 			this.m_cmbRecSep.SelectedIndexChanged += new System.EventHandler(this.OnRecSepSelectedIndexChanged);
416 			this.m_cmbRecSep.TextUpdate += new System.EventHandler(this.OnRecSepTextUpdate);
417 			//
418 			// m_lblRecSep
419 			//
420 			this.m_lblRecSep.AutoSize = true;
421 			this.m_lblRecSep.Location = new System.Drawing.Point(245, 22);
422 			this.m_lblRecSep.Name = "m_lblRecSep";
423 			this.m_lblRecSep.Size = new System.Drawing.Size(92, 13);
424 			this.m_lblRecSep.TabIndex = 2;
425 			this.m_lblRecSep.Text = "&Record separator:";
426 			//
427 			// m_tabPreview
428 			//
429 			this.m_tabPreview.Controls.Add(this.m_cbMergeGroups);
430 			this.m_tabPreview.Controls.Add(this.m_lvImportPreview);
431 			this.m_tabPreview.Location = new System.Drawing.Point(4, 22);
432 			this.m_tabPreview.Name = "m_tabPreview";
433 			this.m_tabPreview.Size = new System.Drawing.Size(676, 436);
434 			this.m_tabPreview.TabIndex = 2;
435 			this.m_tabPreview.Text = "Preview";
436 			this.m_tabPreview.UseVisualStyleBackColor = true;
437 			//
438 			// m_cbMergeGroups
439 			//
440 			this.m_cbMergeGroups.AutoSize = true;
441 			this.m_cbMergeGroups.Location = new System.Drawing.Point(7, 414);
442 			this.m_cbMergeGroups.Name = "m_cbMergeGroups";
443 			this.m_cbMergeGroups.Size = new System.Drawing.Size(342, 17);
444 			this.m_cbMergeGroups.TabIndex = 1;
445 			this.m_cbMergeGroups.Text = "&Merge imported groups with groups already existing in the database";
446 			this.m_cbMergeGroups.UseVisualStyleBackColor = true;
447 			//
448 			// m_lvImportPreview
449 			//
450 			this.m_lvImportPreview.FullRowSelect = true;
451 			this.m_lvImportPreview.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
452 			this.m_lvImportPreview.HideSelection = false;
453 			this.m_lvImportPreview.Location = new System.Drawing.Point(7, 10);
454 			this.m_lvImportPreview.Name = "m_lvImportPreview";
455 			this.m_lvImportPreview.ShowItemToolTips = true;
456 			this.m_lvImportPreview.Size = new System.Drawing.Size(660, 397);
457 			this.m_lvImportPreview.TabIndex = 0;
458 			this.m_lvImportPreview.UseCompatibleStateImageBehavior = false;
459 			this.m_lvImportPreview.View = System.Windows.Forms.View.Details;
460 			//
461 			// m_btnOK
462 			//
463 			this.m_btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
464 			this.m_btnOK.Location = new System.Drawing.Point(540, 540);
465 			this.m_btnOK.Name = "m_btnOK";
466 			this.m_btnOK.Size = new System.Drawing.Size(75, 23);
467 			this.m_btnOK.TabIndex = 1;
468 			this.m_btnOK.Text = "&Finish";
469 			this.m_btnOK.UseVisualStyleBackColor = true;
470 			this.m_btnOK.Click += new System.EventHandler(this.OnBtnOK);
471 			//
472 			// m_btnCancel
473 			//
474 			this.m_btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
475 			this.m_btnCancel.Location = new System.Drawing.Point(621, 540);
476 			this.m_btnCancel.Name = "m_btnCancel";
477 			this.m_btnCancel.Size = new System.Drawing.Size(75, 23);
478 			this.m_btnCancel.TabIndex = 2;
479 			this.m_btnCancel.Text = "Cancel";
480 			this.m_btnCancel.UseVisualStyleBackColor = true;
481 			//
482 			// m_btnTabBack
483 			//
484 			this.m_btnTabBack.Location = new System.Drawing.Point(384, 540);
485 			this.m_btnTabBack.Name = "m_btnTabBack";
486 			this.m_btnTabBack.Size = new System.Drawing.Size(75, 23);
487 			this.m_btnTabBack.TabIndex = 5;
488 			this.m_btnTabBack.Text = "< &Back";
489 			this.m_btnTabBack.UseVisualStyleBackColor = true;
490 			this.m_btnTabBack.Click += new System.EventHandler(this.OnBtnTabBack);
491 			//
492 			// m_btnTabNext
493 			//
494 			this.m_btnTabNext.Location = new System.Drawing.Point(459, 540);
495 			this.m_btnTabNext.Name = "m_btnTabNext";
496 			this.m_btnTabNext.Size = new System.Drawing.Size(75, 23);
497 			this.m_btnTabNext.TabIndex = 0;
498 			this.m_btnTabNext.Text = "&Next >";
499 			this.m_btnTabNext.UseVisualStyleBackColor = true;
500 			this.m_btnTabNext.Click += new System.EventHandler(this.OnBtnTabNext);
501 			//
502 			// m_btnHelp
503 			//
504 			this.m_btnHelp.Location = new System.Drawing.Point(12, 540);
505 			this.m_btnHelp.Name = "m_btnHelp";
506 			this.m_btnHelp.Size = new System.Drawing.Size(75, 23);
507 			this.m_btnHelp.TabIndex = 4;
508 			this.m_btnHelp.Text = "&Help";
509 			this.m_btnHelp.UseVisualStyleBackColor = true;
510 			this.m_btnHelp.Click += new System.EventHandler(this.OnBtnHelp);
511 			//
512 			// m_bannerImage
513 			//
514 			this.m_bannerImage.Dock = System.Windows.Forms.DockStyle.Top;
515 			this.m_bannerImage.Location = new System.Drawing.Point(0, 0);
516 			this.m_bannerImage.Name = "m_bannerImage";
517 			this.m_bannerImage.Size = new System.Drawing.Size(708, 60);
518 			this.m_bannerImage.TabIndex = 6;
519 			this.m_bannerImage.TabStop = false;
520 			//
521 			// CsvImportForm
522 			//
523 			this.AcceptButton = this.m_btnOK;
524 			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
525 			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
526 			this.CancelButton = this.m_btnCancel;
527 			this.ClientSize = new System.Drawing.Size(708, 575);
528 			this.Controls.Add(this.m_bannerImage);
529 			this.Controls.Add(this.m_btnHelp);
530 			this.Controls.Add(this.m_btnTabNext);
531 			this.Controls.Add(this.m_btnTabBack);
532 			this.Controls.Add(this.m_btnCancel);
533 			this.Controls.Add(this.m_btnOK);
534 			this.Controls.Add(this.m_tabMain);
535 			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
536 			this.MaximizeBox = false;
537 			this.MinimizeBox = false;
538 			this.Name = "CsvImportForm";
539 			this.ShowInTaskbar = false;
540 			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
541 			this.Text = "<>";
542 			this.Load += new System.EventHandler(this.OnFormLoad);
543 			this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OnFormClosed);
544 			this.m_tabMain.ResumeLayout(false);
545 			this.m_tabEnc.ResumeLayout(false);
546 			this.m_tabEnc.PerformLayout();
547 			this.m_tabStructure.ResumeLayout(false);
548 			this.m_grpSem.ResumeLayout(false);
549 			this.m_grpSem.PerformLayout();
550 			this.m_grpFieldAdd.ResumeLayout(false);
551 			this.m_grpFieldAdd.PerformLayout();
552 			this.m_grpSyntax.ResumeLayout(false);
553 			this.m_grpSyntax.PerformLayout();
554 			this.m_tabPreview.ResumeLayout(false);
555 			this.m_tabPreview.PerformLayout();
556 			((System.ComponentModel.ISupportInitialize)(this.m_bannerImage)).EndInit();
557 			this.ResumeLayout(false);
558 
559 		}
560 
561 		#endregion
562 
563 		private System.Windows.Forms.TabControl m_tabMain;
564 		private System.Windows.Forms.TabPage m_tabEnc;
565 		private System.Windows.Forms.TabPage m_tabStructure;
566 		private System.Windows.Forms.Button m_btnOK;
567 		private System.Windows.Forms.Button m_btnCancel;
568 		private System.Windows.Forms.TabPage m_tabPreview;
569 		private System.Windows.Forms.ComboBox m_cmbEnc;
570 		private System.Windows.Forms.Label m_lblEnc;
571 		private KeePass.UI.CustomRichTextBoxEx m_rtbEncPreview;
572 		private System.Windows.Forms.Label m_lblEncPreview;
573 		private System.Windows.Forms.ComboBox m_cmbRecSep;
574 		private System.Windows.Forms.Label m_lblRecSep;
575 		private System.Windows.Forms.Label m_lblFieldSep;
576 		private System.Windows.Forms.ComboBox m_cmbFieldSep;
577 		private System.Windows.Forms.GroupBox m_grpSyntax;
578 		private System.Windows.Forms.GroupBox m_grpSem;
579 		private System.Windows.Forms.Button m_btnFieldDel;
580 		private System.Windows.Forms.Label m_lblFields;
581 		private KeePass.UI.CustomListViewEx m_lvFields;
582 		private System.Windows.Forms.GroupBox m_grpFieldAdd;
583 		private System.Windows.Forms.Label m_lblFieldFormat;
584 		private System.Windows.Forms.TextBox m_tbFieldName;
585 		private System.Windows.Forms.Label m_lblFieldName;
586 		private System.Windows.Forms.ComboBox m_cmbFieldType;
587 		private System.Windows.Forms.Label m_lblFieldType;
588 		private System.Windows.Forms.Button m_btnFieldMoveDown;
589 		private System.Windows.Forms.Button m_btnFieldMoveUp;
590 		private System.Windows.Forms.Button m_btnFieldAdd;
591 		private System.Windows.Forms.LinkLabel m_linkFieldFormat;
592 		private System.Windows.Forms.ComboBox m_cmbFieldFormat;
593 		private KeePass.UI.CustomListViewEx m_lvImportPreview;
594 		private System.Windows.Forms.CheckBox m_cbBackEscape;
595 		private System.Windows.Forms.ComboBox m_cmbTextQual;
596 		private System.Windows.Forms.Label m_lblTextQual;
597 		private System.Windows.Forms.CheckBox m_cbTrim;
598 		private System.Windows.Forms.Button m_btnTabBack;
599 		private System.Windows.Forms.Button m_btnTabNext;
600 		private System.Windows.Forms.CheckBox m_cbIgnoreFirst;
601 		private System.Windows.Forms.Button m_btnHelp;
602 		private System.Windows.Forms.CheckBox m_cbMergeGroups;
603 		private System.Windows.Forms.PictureBox m_bannerImage;
604 	}
605 }