1 namespace GKFlowInputPlugin
2 {
3 	partial class FlowInputDlg
4 	{
5 		private System.Windows.Forms.Button btnParse;
6 		private System.Windows.Forms.Button btnClose;
7 		private System.Windows.Forms.TabControl PageControl1;
8 		private System.Windows.Forms.TabPage tsSimpleInput;
9 		private System.Windows.Forms.TabPage tsSourceInput;
10 		private System.Windows.Forms.Label lblFullName;
11 		private System.Windows.Forms.Label lblNote;
12 		private System.Windows.Forms.Button btnMale;
13 		private System.Windows.Forms.TextBox EditName;
14 		private System.Windows.Forms.TextBox MemoNote;
15 		private System.Windows.Forms.Panel Panel1;
16 		private System.Windows.Forms.Label lblBirthDate;
17 		private System.Windows.Forms.Label lblBirthPlace;
18 		private System.Windows.Forms.MaskedTextBox EditBirthDate;
19 		private System.Windows.Forms.TextBox EditBirthPlace;
20 		private System.Windows.Forms.CheckBox CheckBirth;
21 		private System.Windows.Forms.Panel Panel2;
22 		private System.Windows.Forms.Label lblDeathDate;
23 		private System.Windows.Forms.Label lblDeathPlace;
24 		private System.Windows.Forms.CheckBox CheckDeath;
25 		private System.Windows.Forms.MaskedTextBox EditDeathDate;
26 		private System.Windows.Forms.TextBox EditDeathPlace;
27 		private System.Windows.Forms.Label lblSource;
28 		private System.Windows.Forms.Label lblPage;
29 		private System.Windows.Forms.Label lblYear;
30 		private System.Windows.Forms.Label lblSettlement;
31 		private System.Windows.Forms.ComboBox cbSource;
32 		private System.Windows.Forms.TextBox edPage;
33 		private System.Windows.Forms.TextBox edSourceYear;
34 		private System.Windows.Forms.TextBox edPlace;
35 		private System.Windows.Forms.ComboBox cbPersonLink;
36 		private System.Windows.Forms.GroupBox rgSourceKind;
37 		private System.Windows.Forms.GroupBox gbMetrics;
38 		private System.Windows.Forms.Label lblEventDate;
39 		private System.Windows.Forms.Label lblEventType;
40 		private System.Windows.Forms.MaskedTextBox edEventDate;
41 		private System.Windows.Forms.ComboBox cbEventType;
42 		private System.Windows.Forms.Panel sgData;
43 
InitializeComponent()44 		private void InitializeComponent()
45 		{
46 			this.btnParse = new System.Windows.Forms.Button();
47 			this.btnClose = new System.Windows.Forms.Button();
48 			this.PageControl1 = new System.Windows.Forms.TabControl();
49 			this.tsSimpleInput = new System.Windows.Forms.TabPage();
50 			this.lblFullName = new System.Windows.Forms.Label();
51 			this.lblNote = new System.Windows.Forms.Label();
52 			this.btnMale = new System.Windows.Forms.Button();
53 			this.EditName = new System.Windows.Forms.TextBox();
54 			this.MemoNote = new System.Windows.Forms.TextBox();
55 			this.Panel1 = new System.Windows.Forms.Panel();
56 			this.lblBirthDate = new System.Windows.Forms.Label();
57 			this.lblBirthPlace = new System.Windows.Forms.Label();
58 			this.EditBirthDate = new System.Windows.Forms.MaskedTextBox();
59 			this.EditBirthPlace = new System.Windows.Forms.TextBox();
60 			this.CheckBirth = new System.Windows.Forms.CheckBox();
61 			this.Panel2 = new System.Windows.Forms.Panel();
62 			this.lblDeathDate = new System.Windows.Forms.Label();
63 			this.lblDeathPlace = new System.Windows.Forms.Label();
64 			this.CheckDeath = new System.Windows.Forms.CheckBox();
65 			this.EditDeathDate = new System.Windows.Forms.MaskedTextBox();
66 			this.EditDeathPlace = new System.Windows.Forms.TextBox();
67 			this.tsSourceInput = new System.Windows.Forms.TabPage();
68 			this.lblSource = new System.Windows.Forms.Label();
69 			this.lblPage = new System.Windows.Forms.Label();
70 			this.lblYear = new System.Windows.Forms.Label();
71 			this.lblSettlement = new System.Windows.Forms.Label();
72 			this.cbSource = new System.Windows.Forms.ComboBox();
73 			this.edPage = new System.Windows.Forms.TextBox();
74 			this.edSourceYear = new System.Windows.Forms.TextBox();
75 			this.edPlace = new System.Windows.Forms.TextBox();
76 			this.sgData = new System.Windows.Forms.Panel();
77 			this.dataGridView1 = new System.Windows.Forms.DataGridView();
78 			this.cbPersonLink = new System.Windows.Forms.ComboBox();
79 			this.rgSourceKind = new System.Windows.Forms.GroupBox();
80 			this.rbSK_Met = new System.Windows.Forms.RadioButton();
81 			this.rbSK_Rev = new System.Windows.Forms.RadioButton();
82 			this.gbMetrics = new System.Windows.Forms.GroupBox();
83 			this.lblEventDate = new System.Windows.Forms.Label();
84 			this.lblEventType = new System.Windows.Forms.Label();
85 			this.edEventDate = new System.Windows.Forms.MaskedTextBox();
86 			this.cbEventType = new System.Windows.Forms.ComboBox();
87 			this.PageControl1.SuspendLayout();
88 			this.tsSimpleInput.SuspendLayout();
89 			this.Panel1.SuspendLayout();
90 			this.Panel2.SuspendLayout();
91 			this.tsSourceInput.SuspendLayout();
92 			this.sgData.SuspendLayout();
93 			((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
94 			this.rgSourceKind.SuspendLayout();
95 			this.gbMetrics.SuspendLayout();
96 			this.SuspendLayout();
97 			//
98 			// btnParse
99 			//
100 			this.btnParse.Location = new System.Drawing.Point(464, 424);
101 			this.btnParse.Name = "btnParse";
102 			this.btnParse.Size = new System.Drawing.Size(81, 25);
103 			this.btnParse.TabIndex = 1;
104 			this.btnParse.Text = "btnParse";
105 			this.btnParse.Click += new System.EventHandler(this.btnParseClick);
106 			//
107 			// btnClose
108 			//
109 			this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
110 			this.btnClose.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
111 			this.btnClose.Location = new System.Drawing.Point(560, 424);
112 			this.btnClose.Name = "btnClose";
113 			this.btnClose.Size = new System.Drawing.Size(81, 25);
114 			this.btnClose.TabIndex = 2;
115 			this.btnClose.Text = "btnClose";
116 			this.btnClose.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
117 			//
118 			// PageControl1
119 			//
120 			this.PageControl1.Controls.Add(this.tsSimpleInput);
121 			this.PageControl1.Controls.Add(this.tsSourceInput);
122 			this.PageControl1.Location = new System.Drawing.Point(8, 8);
123 			this.PageControl1.Name = "PageControl1";
124 			this.PageControl1.SelectedIndex = 0;
125 			this.PageControl1.Size = new System.Drawing.Size(633, 401);
126 			this.PageControl1.TabIndex = 0;
127 			//
128 			// tsSimpleInput
129 			//
130 			this.tsSimpleInput.Controls.Add(this.lblFullName);
131 			this.tsSimpleInput.Controls.Add(this.lblNote);
132 			this.tsSimpleInput.Controls.Add(this.btnMale);
133 			this.tsSimpleInput.Controls.Add(this.EditName);
134 			this.tsSimpleInput.Controls.Add(this.MemoNote);
135 			this.tsSimpleInput.Controls.Add(this.Panel1);
136 			this.tsSimpleInput.Controls.Add(this.Panel2);
137 			this.tsSimpleInput.Location = new System.Drawing.Point(4, 22);
138 			this.tsSimpleInput.Name = "tsSimpleInput";
139 			this.tsSimpleInput.Size = new System.Drawing.Size(625, 375);
140 			this.tsSimpleInput.TabIndex = 0;
141 			this.tsSimpleInput.Text = "tsSimpleInput";
142 			//
143 			// Label1
144 			//
145 			this.lblFullName.Location = new System.Drawing.Point(8, 8);
146 			this.lblFullName.Name = "lblFullName";
147 			this.lblFullName.Size = new System.Drawing.Size(150, 13);
148 			this.lblFullName.TabIndex = 0;
149 			this.lblFullName.Text = "lblFullName";
150 			//
151 			// lblNote
152 			//
153 			this.lblNote.Location = new System.Drawing.Point(8, 232);
154 			this.lblNote.Name = "lblNote";
155 			this.lblNote.Size = new System.Drawing.Size(50, 13);
156 			this.lblNote.TabIndex = 6;
157 			this.lblNote.Text = "lblNote";
158 			//
159 			// btnMale
160 			//
161 			this.btnMale.Location = new System.Drawing.Point(424, 24);
162 			this.btnMale.Name = "btnMale";
163 			this.btnMale.Size = new System.Drawing.Size(49, 21);
164 			this.btnMale.TabIndex = 2;
165 			this.btnMale.Text = "btnMale";
166 			this.btnMale.Click += new System.EventHandler(this.BtnMaleClick);
167 			//
168 			// EditName
169 			//
170 			this.EditName.Location = new System.Drawing.Point(8, 24);
171 			this.EditName.Name = "EditName";
172 			this.EditName.Size = new System.Drawing.Size(409, 21);
173 			this.EditName.TabIndex = 1;
174 			//
175 			// MemoNote
176 			//
177 			this.MemoNote.Location = new System.Drawing.Point(8, 245);
178 			this.MemoNote.Multiline = true;
179 			this.MemoNote.Name = "MemoNote";
180 			this.MemoNote.Size = new System.Drawing.Size(465, 121);
181 			this.MemoNote.TabIndex = 7;
182 			//
183 			// Panel1
184 			//
185 			this.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
186 			this.Panel1.Controls.Add(this.lblBirthDate);
187 			this.Panel1.Controls.Add(this.lblBirthPlace);
188 			this.Panel1.Controls.Add(this.EditBirthDate);
189 			this.Panel1.Controls.Add(this.EditBirthPlace);
190 			this.Panel1.Controls.Add(this.CheckBirth);
191 			this.Panel1.Location = new System.Drawing.Point(8, 56);
192 			this.Panel1.Name = "Panel1";
193 			this.Panel1.Size = new System.Drawing.Size(465, 81);
194 			this.Panel1.TabIndex = 4;
195 			//
196 			// Label3
197 			//
198 			this.lblBirthDate.Location = new System.Drawing.Point(8, 32);
199 			this.lblBirthDate.Name = "lblBirthDate";
200 			this.lblBirthDate.Size = new System.Drawing.Size(90, 13);
201 			this.lblBirthDate.TabIndex = 1;
202 			this.lblBirthDate.Text = "lblBirthDate";
203 			//
204 			// lblBirthPlace
205 			//
206 			this.lblBirthPlace.Location = new System.Drawing.Point(112, 32);
207 			this.lblBirthPlace.Name = "lblBirthPlace";
208 			this.lblBirthPlace.Size = new System.Drawing.Size(100, 13);
209 			this.lblBirthPlace.TabIndex = 3;
210 			this.lblBirthPlace.Text = "lblBirthPlace";
211 			//
212 			// EditBirthDate
213 			//
214 			this.EditBirthDate.Location = new System.Drawing.Point(8, 48);
215 			this.EditBirthDate.Mask = "00/00/0000";
216 			this.EditBirthDate.Name = "EditBirthDate";
217 			this.EditBirthDate.Size = new System.Drawing.Size(97, 21);
218 			this.EditBirthDate.TabIndex = 2;
219 			this.EditBirthDate.TextMaskFormat = System.Windows.Forms.MaskFormat.IncludePromptAndLiterals;
220 			this.EditBirthDate.TextChanged += new System.EventHandler(this.EditBirthDateTextChanged);
221 			//
222 			// EditBirthPlace
223 			//
224 			this.EditBirthPlace.Location = new System.Drawing.Point(112, 48);
225 			this.EditBirthPlace.Name = "EditBirthPlace";
226 			this.EditBirthPlace.Size = new System.Drawing.Size(337, 21);
227 			this.EditBirthPlace.TabIndex = 4;
228 			this.EditBirthPlace.TextChanged += new System.EventHandler(this.EditBirthDateTextChanged);
229 			//
230 			// CheckBirth
231 			//
232 			this.CheckBirth.Location = new System.Drawing.Point(8, 8);
233 			this.CheckBirth.Name = "CheckBirth";
234 			this.CheckBirth.Size = new System.Drawing.Size(96, 17);
235 			this.CheckBirth.TabIndex = 0;
236 			this.CheckBirth.Text = "CheckBirth";
237 			//
238 			// Panel2
239 			//
240 			this.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
241 			this.Panel2.Controls.Add(this.lblDeathDate);
242 			this.Panel2.Controls.Add(this.lblDeathPlace);
243 			this.Panel2.Controls.Add(this.CheckDeath);
244 			this.Panel2.Controls.Add(this.EditDeathDate);
245 			this.Panel2.Controls.Add(this.EditDeathPlace);
246 			this.Panel2.Location = new System.Drawing.Point(8, 144);
247 			this.Panel2.Name = "Panel2";
248 			this.Panel2.Size = new System.Drawing.Size(465, 81);
249 			this.Panel2.TabIndex = 5;
250 			//
251 			// Label6
252 			//
253 			this.lblDeathDate.Location = new System.Drawing.Point(8, 32);
254 			this.lblDeathDate.Name = "lblDeathDate";
255 			this.lblDeathDate.Size = new System.Drawing.Size(90, 13);
256 			this.lblDeathDate.TabIndex = 1;
257 			this.lblDeathDate.Text = "lblDeathDate";
258 			//
259 			// Label7
260 			//
261 			this.lblDeathPlace.Location = new System.Drawing.Point(112, 32);
262 			this.lblDeathPlace.Name = "lblDeathPlace";
263 			this.lblDeathPlace.Size = new System.Drawing.Size(100, 13);
264 			this.lblDeathPlace.TabIndex = 3;
265 			this.lblDeathPlace.Text = "lblDeathPlace";
266 			//
267 			// CheckDeath
268 			//
269 			this.CheckDeath.Location = new System.Drawing.Point(8, 8);
270 			this.CheckDeath.Name = "CheckDeath";
271 			this.CheckDeath.Size = new System.Drawing.Size(95, 17);
272 			this.CheckDeath.TabIndex = 0;
273 			this.CheckDeath.Text = "CheckDeath";
274 			//
275 			// EditDeathDate
276 			//
277 			this.EditDeathDate.Location = new System.Drawing.Point(8, 48);
278 			this.EditDeathDate.Mask = "00/00/0000";
279 			this.EditDeathDate.Name = "EditDeathDate";
280 			this.EditDeathDate.Size = new System.Drawing.Size(97, 21);
281 			this.EditDeathDate.TabIndex = 2;
282 			this.EditDeathDate.TextMaskFormat = System.Windows.Forms.MaskFormat.IncludePromptAndLiterals;
283 			this.EditDeathDate.TextChanged += new System.EventHandler(this.EditDeathDateTextChanged);
284 			//
285 			// EditDeathPlace
286 			//
287 			this.EditDeathPlace.Location = new System.Drawing.Point(112, 48);
288 			this.EditDeathPlace.Name = "EditDeathPlace";
289 			this.EditDeathPlace.Size = new System.Drawing.Size(337, 21);
290 			this.EditDeathPlace.TabIndex = 4;
291 			this.EditDeathPlace.TextChanged += new System.EventHandler(this.EditDeathDateTextChanged);
292 			//
293 			// tsSourceInput
294 			//
295 			this.tsSourceInput.Controls.Add(this.lblSource);
296 			this.tsSourceInput.Controls.Add(this.lblPage);
297 			this.tsSourceInput.Controls.Add(this.lblYear);
298 			this.tsSourceInput.Controls.Add(this.lblSettlement);
299 			this.tsSourceInput.Controls.Add(this.cbSource);
300 			this.tsSourceInput.Controls.Add(this.edPage);
301 			this.tsSourceInput.Controls.Add(this.edSourceYear);
302 			this.tsSourceInput.Controls.Add(this.edPlace);
303 			this.tsSourceInput.Controls.Add(this.sgData);
304 			this.tsSourceInput.Controls.Add(this.cbPersonLink);
305 			this.tsSourceInput.Controls.Add(this.rgSourceKind);
306 			this.tsSourceInput.Controls.Add(this.gbMetrics);
307 			this.tsSourceInput.Location = new System.Drawing.Point(4, 22);
308 			this.tsSourceInput.Name = "tsSourceInput";
309 			this.tsSourceInput.Size = new System.Drawing.Size(625, 375);
310 			this.tsSourceInput.TabIndex = 1;
311 			this.tsSourceInput.Text = "tsSourceInput";
312 			//
313 			// lblSource
314 			//
315 			this.lblSource.Location = new System.Drawing.Point(8, 56);
316 			this.lblSource.Name = "lblSource";
317 			this.lblSource.Size = new System.Drawing.Size(55, 13);
318 			this.lblSource.TabIndex = 0;
319 			this.lblSource.Text = "lblSource";
320 			//
321 			// lblPage
322 			//
323 			this.lblPage.Location = new System.Drawing.Point(304, 56);
324 			this.lblPage.Name = "lblPage";
325 			this.lblPage.Size = new System.Drawing.Size(85, 13);
326 			this.lblPage.TabIndex = 1;
327 			this.lblPage.Text = "lblPage";
328 			//
329 			// lblYear
330 			//
331 			this.lblYear.Location = new System.Drawing.Point(520, 56);
332 			this.lblYear.Name = "lblYear";
333 			this.lblYear.Size = new System.Drawing.Size(30, 13);
334 			this.lblYear.TabIndex = 2;
335 			this.lblYear.Text = "lblYear";
336 			//
337 			// lblSettlement
338 			//
339 			this.lblSettlement.Location = new System.Drawing.Point(8, 88);
340 			this.lblSettlement.Name = "lblSettlement";
341 			this.lblSettlement.Size = new System.Drawing.Size(105, 13);
342 			this.lblSettlement.TabIndex = 3;
343 			this.lblSettlement.Text = "lblSettlement";
344 			//
345 			// cbSource
346 			//
347 			this.cbSource.Location = new System.Drawing.Point(64, 48);
348 			this.cbSource.Name = "cbSource";
349 			this.cbSource.Size = new System.Drawing.Size(225, 21);
350 			this.cbSource.TabIndex = 0;
351 			//
352 			// edPage
353 			//
354 			this.edPage.Location = new System.Drawing.Point(392, 48);
355 			this.edPage.Name = "edPage";
356 			this.edPage.Size = new System.Drawing.Size(112, 21);
357 			this.edPage.TabIndex = 1;
358 			//
359 			// edSourceYear
360 			//
361 			this.edSourceYear.Location = new System.Drawing.Point(560, 48);
362 			this.edSourceYear.MaxLength = 4;
363 			this.edSourceYear.Name = "edSourceYear";
364 			this.edSourceYear.Size = new System.Drawing.Size(57, 21);
365 			this.edSourceYear.TabIndex = 2;
366 			this.edSourceYear.Text = "    ";
367 			//
368 			// edPlace
369 			//
370 			this.edPlace.Location = new System.Drawing.Point(120, 80);
371 			this.edPlace.Name = "edPlace";
372 			this.edPlace.Size = new System.Drawing.Size(497, 21);
373 			this.edPlace.TabIndex = 3;
374 			//
375 			// sgData
376 			//
377 			this.sgData.Controls.Add(this.dataGridView1);
378 			this.sgData.Location = new System.Drawing.Point(8, 184);
379 			this.sgData.Name = "sgData";
380 			this.sgData.Size = new System.Drawing.Size(609, 177);
381 			this.sgData.TabIndex = 4;
382 			//
383 			// dataGridView1
384 			//
385 			this.dataGridView1.AllowUserToResizeRows = false;
386 			this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
387 			this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
388 			this.dataGridView1.Location = new System.Drawing.Point(0, 0);
389 			this.dataGridView1.MultiSelect = false;
390 			this.dataGridView1.Name = "dataGridView1";
391 			this.dataGridView1.Size = new System.Drawing.Size(609, 177);
392 			this.dataGridView1.TabIndex = 0;
393 			//
394 			// cbPersonLink
395 			//
396 			this.cbPersonLink.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
397 			this.cbPersonLink.Location = new System.Drawing.Point(336, 296);
398 			this.cbPersonLink.Name = "cbPersonLink";
399 			this.cbPersonLink.Size = new System.Drawing.Size(145, 21);
400 			this.cbPersonLink.TabIndex = 5;
401 			this.cbPersonLink.Visible = false;
402 			//
403 			// rgSourceKind
404 			//
405 			this.rgSourceKind.Controls.Add(this.rbSK_Met);
406 			this.rgSourceKind.Controls.Add(this.rbSK_Rev);
407 			this.rgSourceKind.Location = new System.Drawing.Point(8, 0);
408 			this.rgSourceKind.Name = "rgSourceKind";
409 			this.rgSourceKind.Size = new System.Drawing.Size(609, 38);
410 			this.rgSourceKind.TabIndex = 6;
411 			this.rgSourceKind.TabStop = false;
412 			this.rgSourceKind.Text = "rgSourceKind";
413 			//
414 			// radioButton2
415 			//
416 			this.rbSK_Met.Location = new System.Drawing.Point(296, 14);
417 			this.rbSK_Met.Name = "rbSK_Met";
418 			this.rbSK_Met.Size = new System.Drawing.Size(273, 18);
419 			this.rbSK_Met.TabIndex = 1;
420 			this.rbSK_Met.Text = "rbSK_Met";
421 			this.rbSK_Met.UseVisualStyleBackColor = true;
422 			this.rbSK_Met.CheckedChanged += new System.EventHandler(this.RadioButton1CheckedChanged);
423 			//
424 			// radioButton1
425 			//
426 			this.rbSK_Rev.Checked = true;
427 			this.rbSK_Rev.Location = new System.Drawing.Point(8, 14);
428 			this.rbSK_Rev.Name = "rbSK_Rev";
429 			this.rbSK_Rev.Size = new System.Drawing.Size(273, 18);
430 			this.rbSK_Rev.TabIndex = 0;
431 			this.rbSK_Rev.TabStop = true;
432 			this.rbSK_Rev.Text = "rbSK_Rev";
433 			this.rbSK_Rev.UseVisualStyleBackColor = true;
434 			this.rbSK_Rev.CheckedChanged += new System.EventHandler(this.RadioButton1CheckedChanged);
435 			//
436 			// gbMetrics
437 			//
438 			this.gbMetrics.Controls.Add(this.lblEventDate);
439 			this.gbMetrics.Controls.Add(this.lblEventType);
440 			this.gbMetrics.Controls.Add(this.edEventDate);
441 			this.gbMetrics.Controls.Add(this.cbEventType);
442 			this.gbMetrics.Enabled = false;
443 			this.gbMetrics.Location = new System.Drawing.Point(8, 120);
444 			this.gbMetrics.Name = "gbMetrics";
445 			this.gbMetrics.Size = new System.Drawing.Size(609, 50);
446 			this.gbMetrics.TabIndex = 7;
447 			this.gbMetrics.TabStop = false;
448 			this.gbMetrics.Text = "gbMetrics";
449 			//
450 			// Label11
451 			//
452 			this.lblEventDate.Location = new System.Drawing.Point(8, 24);
453 			this.lblEventDate.Name = "lblEventDate";
454 			this.lblEventDate.Size = new System.Drawing.Size(80, 13);
455 			this.lblEventDate.TabIndex = 0;
456 			this.lblEventDate.Text = "lblEventDate";
457 			//
458 			// Label12
459 			//
460 			this.lblEventType.Location = new System.Drawing.Point(248, 24);
461 			this.lblEventType.Name = "lblEventType";
462 			this.lblEventType.Size = new System.Drawing.Size(70, 13);
463 			this.lblEventType.TabIndex = 1;
464 			this.lblEventType.Text = "lblEventType";
465 			//
466 			// edEventDate
467 			//
468 			this.edEventDate.Location = new System.Drawing.Point(96, 16);
469 			this.edEventDate.Mask = "00/00/0000";
470 			this.edEventDate.Name = "edEventDate";
471 			this.edEventDate.Size = new System.Drawing.Size(129, 21);
472 			this.edEventDate.TabIndex = 0;
473 			this.edEventDate.TextMaskFormat = System.Windows.Forms.MaskFormat.IncludePromptAndLiterals;
474 			//
475 			// cbEventType
476 			//
477 			this.cbEventType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
478 			this.cbEventType.Location = new System.Drawing.Point(328, 16);
479 			this.cbEventType.Name = "cbEventType";
480 			this.cbEventType.Size = new System.Drawing.Size(145, 21);
481 			this.cbEventType.TabIndex = 1;
482 			//
483 			// FlowInputDlg
484 			//
485 			this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
486 			this.CancelButton = this.btnClose;
487 			this.ClientSize = new System.Drawing.Size(649, 457);
488 			this.Controls.Add(this.btnParse);
489 			this.Controls.Add(this.btnClose);
490 			this.Controls.Add(this.PageControl1);
491 			this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
492 			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
493 			this.MaximizeBox = false;
494 			this.MinimizeBox = false;
495 			this.Name = "FlowInputDlg";
496 			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
497 			this.Text = "FlowInputDlg";
498 			this.PageControl1.ResumeLayout(false);
499 			this.tsSimpleInput.ResumeLayout(false);
500 			this.tsSimpleInput.PerformLayout();
501 			this.Panel1.ResumeLayout(false);
502 			this.Panel1.PerformLayout();
503 			this.Panel2.ResumeLayout(false);
504 			this.Panel2.PerformLayout();
505 			this.tsSourceInput.ResumeLayout(false);
506 			this.tsSourceInput.PerformLayout();
507 			this.sgData.ResumeLayout(false);
508 			((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
509 			this.rgSourceKind.ResumeLayout(false);
510 			this.gbMetrics.ResumeLayout(false);
511 			this.gbMetrics.PerformLayout();
512 			this.ResumeLayout(false);
513 		}
514 		private System.Windows.Forms.DataGridView dataGridView1;
515 		private System.Windows.Forms.RadioButton rbSK_Rev;
516 		private System.Windows.Forms.RadioButton rbSK_Met;
517 	}
518 }