1 namespace KeePassRPC.Forms
2 {
3     partial class KeeEntryUserControl
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 Component 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.components = new System.ComponentModel.Container();
32             this.groupBox1 = new System.Windows.Forms.GroupBox();
33             this.comboBoxAutoFill = new System.Windows.Forms.ComboBox();
34             this.comboBoxAutoSubmit = new System.Windows.Forms.ComboBox();
35             this.label4 = new System.Windows.Forms.Label();
36             this.label3 = new System.Windows.Forms.Label();
37             this.label1 = new System.Windows.Forms.Label();
38             this.textBoxKeePriority = new System.Windows.Forms.TextBox();
39             this.checkBoxHideFromKee = new System.Windows.Forms.CheckBox();
40             this.groupBox2 = new System.Windows.Forms.GroupBox();
41             this.buttonFieldEdit = new System.Windows.Forms.Button();
42             this.buttonFieldDelete = new System.Windows.Forms.Button();
43             this.listView2 = new System.Windows.Forms.ListView();
44             this.columnHeaderFName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
45             this.columnHeaderFValue = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
46             this.columnHeaderFId = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
47             this.columnHeaderFType = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
48             this.columnHeaderFPage = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
49             this.buttonFieldAdd = new System.Windows.Forms.Button();
50             this.groupBox3 = new System.Windows.Forms.GroupBox();
51             this.buttonURLEdit = new System.Windows.Forms.Button();
52             this.buttonURLDelete = new System.Windows.Forms.Button();
53             this.buttonURLAdd = new System.Windows.Forms.Button();
54             this.listView1 = new System.Windows.Forms.ListView();
55             this.columnHeaderValue = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
56             this.columnHeaderMethod = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
57             this.columnHeaderType = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
58             this.tabControl1 = new System.Windows.Forms.TabControl();
59             this.tabPage1 = new System.Windows.Forms.TabPage();
60             this.textBoxKeeRealm = new System.Windows.Forms.TextBox();
61             this.labelRealm = new System.Windows.Forms.Label();
62             this.tabPage2 = new System.Windows.Forms.TabPage();
63             this.groupBox4 = new System.Windows.Forms.GroupBox();
64             this.radioButton3 = new System.Windows.Forms.RadioButton();
65             this.radioButton2 = new System.Windows.Forms.RadioButton();
66             this.radioButton1 = new System.Windows.Forms.RadioButton();
67             this.label2 = new System.Windows.Forms.Label();
68             this.label5 = new System.Windows.Forms.Label();
69             this.tabPage3 = new System.Windows.Forms.TabPage();
70             this.toolTipRealm = new System.Windows.Forms.ToolTip(this.components);
71             this.groupBox1.SuspendLayout();
72             this.groupBox2.SuspendLayout();
73             this.groupBox3.SuspendLayout();
74             this.tabControl1.SuspendLayout();
75             this.tabPage1.SuspendLayout();
76             this.tabPage2.SuspendLayout();
77             this.groupBox4.SuspendLayout();
78             this.tabPage3.SuspendLayout();
79             this.SuspendLayout();
80             //
81             // groupBox1
82             //
83             this.groupBox1.Controls.Add(this.comboBoxAutoFill);
84             this.groupBox1.Controls.Add(this.comboBoxAutoSubmit);
85             this.groupBox1.Controls.Add(this.label4);
86             this.groupBox1.Controls.Add(this.label3);
87             this.groupBox1.Location = new System.Drawing.Point(226, 19);
88             this.groupBox1.Name = "groupBox1";
89             this.groupBox1.Size = new System.Drawing.Size(214, 90);
90             this.groupBox1.TabIndex = 0;
91             this.groupBox1.TabStop = false;
92             this.groupBox1.Text = "Entry behaviour";
93             //
94             // comboBoxAutoFill
95             //
96             this.comboBoxAutoFill.FormattingEnabled = true;
97             this.comboBoxAutoFill.Items.AddRange(new object[] {
98             "Use Kee setting",
99             "Never",
100             "Always"});
101             this.comboBoxAutoFill.Location = new System.Drawing.Point(75, 20);
102             this.comboBoxAutoFill.Name = "comboBoxAutoFill";
103             this.comboBoxAutoFill.Size = new System.Drawing.Size(121, 21);
104             this.comboBoxAutoFill.TabIndex = 7;
105             //
106             // comboBoxAutoSubmit
107             //
108             this.comboBoxAutoSubmit.FormattingEnabled = true;
109             this.comboBoxAutoSubmit.Items.AddRange(new object[] {
110             "Use Kee setting",
111             "Never",
112             "Always"});
113             this.comboBoxAutoSubmit.Location = new System.Drawing.Point(75, 55);
114             this.comboBoxAutoSubmit.Name = "comboBoxAutoSubmit";
115             this.comboBoxAutoSubmit.Size = new System.Drawing.Size(121, 21);
116             this.comboBoxAutoSubmit.TabIndex = 8;
117             //
118             // label4
119             //
120             this.label4.AutoSize = true;
121             this.label4.Location = new System.Drawing.Point(6, 58);
122             this.label4.Name = "label4";
123             this.label4.Size = new System.Drawing.Size(65, 13);
124             this.label4.TabIndex = 1;
125             this.label4.Text = "Auto-submit:";
126             //
127             // label3
128             //
129             this.label3.AutoSize = true;
130             this.label3.Location = new System.Drawing.Point(25, 23);
131             this.label3.Name = "label3";
132             this.label3.Size = new System.Drawing.Size(44, 13);
133             this.label3.TabIndex = 0;
134             this.label3.Text = "Auto-fill:";
135             //
136             // label1
137             //
138             this.label1.AutoSize = true;
139             this.label1.Location = new System.Drawing.Point(12, 77);
140             this.label1.Name = "label1";
141             this.label1.Size = new System.Drawing.Size(142, 13);
142             this.label1.TabIndex = 0;
143             this.label1.Text = "Priority override (e.g. 1 - 100)";
144             //
145             // textBoxKeePriority
146             //
147             this.textBoxKeePriority.Location = new System.Drawing.Point(160, 74);
148             this.textBoxKeePriority.Name = "textBoxKeePriority";
149             this.textBoxKeePriority.Size = new System.Drawing.Size(39, 20);
150             this.textBoxKeePriority.TabIndex = 2;
151             //
152             // checkBoxHideFromKee
153             //
154             this.checkBoxHideFromKee.AutoSize = true;
155             this.checkBoxHideFromKee.Location = new System.Drawing.Point(24, 19);
156             this.checkBoxHideFromKee.Name = "checkBoxHideFromKee";
157             this.checkBoxHideFromKee.Size = new System.Drawing.Size(138, 17);
158             this.checkBoxHideFromKee.TabIndex = 1;
159             this.checkBoxHideFromKee.Text = "Hide this entry from Kee";
160             this.checkBoxHideFromKee.UseVisualStyleBackColor = true;
161             //
162             // groupBox2
163             //
164             this.groupBox2.Controls.Add(this.buttonFieldEdit);
165             this.groupBox2.Controls.Add(this.buttonFieldDelete);
166             this.groupBox2.Controls.Add(this.listView2);
167             this.groupBox2.Controls.Add(this.buttonFieldAdd);
168             this.groupBox2.Location = new System.Drawing.Point(6, 17);
169             this.groupBox2.Name = "groupBox2";
170             this.groupBox2.Size = new System.Drawing.Size(443, 265);
171             this.groupBox2.TabIndex = 0;
172             this.groupBox2.TabStop = false;
173             this.groupBox2.Text = "Form fields";
174             //
175             // buttonFieldEdit
176             //
177             this.buttonFieldEdit.Enabled = false;
178             this.buttonFieldEdit.Location = new System.Drawing.Point(312, 233);
179             this.buttonFieldEdit.Name = "buttonFieldEdit";
180             this.buttonFieldEdit.Size = new System.Drawing.Size(60, 26);
181             this.buttonFieldEdit.TabIndex = 11;
182             this.buttonFieldEdit.Text = "Edit";
183             this.buttonFieldEdit.UseVisualStyleBackColor = true;
184             this.buttonFieldEdit.Click += new System.EventHandler(this.buttonFieldEdit_Click);
185             //
186             // buttonFieldDelete
187             //
188             this.buttonFieldDelete.Enabled = false;
189             this.buttonFieldDelete.Location = new System.Drawing.Point(378, 233);
190             this.buttonFieldDelete.Name = "buttonFieldDelete";
191             this.buttonFieldDelete.Size = new System.Drawing.Size(60, 26);
192             this.buttonFieldDelete.TabIndex = 12;
193             this.buttonFieldDelete.Text = "Delete";
194             this.buttonFieldDelete.UseVisualStyleBackColor = true;
195             this.buttonFieldDelete.Click += new System.EventHandler(this.buttonFieldDelete_Click);
196             //
197             // listView2
198             //
199             this.listView2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
200             this.columnHeaderFName,
201             this.columnHeaderFValue,
202             this.columnHeaderFId,
203             this.columnHeaderFType,
204             this.columnHeaderFPage});
205             this.listView2.FullRowSelect = true;
206             this.listView2.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
207             this.listView2.HideSelection = false;
208             this.listView2.Location = new System.Drawing.Point(10, 19);
209             this.listView2.MultiSelect = false;
210             this.listView2.Name = "listView2";
211             this.listView2.ShowItemToolTips = true;
212             this.listView2.Size = new System.Drawing.Size(428, 209);
213             this.listView2.TabIndex = 9;
214             this.listView2.UseCompatibleStateImageBehavior = false;
215             this.listView2.View = System.Windows.Forms.View.Details;
216             this.listView2.SelectedIndexChanged += new System.EventHandler(this.listView2_SelectedIndexChanged);
217             this.listView2.KeyUp += new System.Windows.Forms.KeyEventHandler(this.listView2_KeyUp);
218             this.listView2.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listView2_MouseDoubleClick);
219             //
220             // columnHeaderFName
221             //
222             this.columnHeaderFName.Text = "Name";
223             this.columnHeaderFName.Width = 76;
224             //
225             // columnHeaderFValue
226             //
227             this.columnHeaderFValue.Text = "Value";
228             this.columnHeaderFValue.Width = 115;
229             //
230             // columnHeaderFId
231             //
232             this.columnHeaderFId.Text = "Id";
233             this.columnHeaderFId.Width = 85;
234             //
235             // columnHeaderFType
236             //
237             this.columnHeaderFType.Text = "Type";
238             //
239             // columnHeaderFPage
240             //
241             this.columnHeaderFPage.Text = "Page";
242             //
243             // buttonFieldAdd
244             //
245             this.buttonFieldAdd.Location = new System.Drawing.Point(246, 233);
246             this.buttonFieldAdd.Name = "buttonFieldAdd";
247             this.buttonFieldAdd.Size = new System.Drawing.Size(60, 26);
248             this.buttonFieldAdd.TabIndex = 10;
249             this.buttonFieldAdd.Text = "Add";
250             this.buttonFieldAdd.UseVisualStyleBackColor = true;
251             this.buttonFieldAdd.Click += new System.EventHandler(this.buttonFieldAdd_Click);
252             //
253             // groupBox3
254             //
255             this.groupBox3.Controls.Add(this.buttonURLEdit);
256             this.groupBox3.Controls.Add(this.buttonURLDelete);
257             this.groupBox3.Controls.Add(this.buttonURLAdd);
258             this.groupBox3.Controls.Add(this.listView1);
259             this.groupBox3.Location = new System.Drawing.Point(6, 173);
260             this.groupBox3.Margin = new System.Windows.Forms.Padding(3, 3, 3, 1);
261             this.groupBox3.Name = "groupBox3";
262             this.groupBox3.Padding = new System.Windows.Forms.Padding(3, 3, 3, 1);
263             this.groupBox3.Size = new System.Drawing.Size(443, 136);
264             this.groupBox3.TabIndex = 0;
265             this.groupBox3.TabStop = false;
266             this.groupBox3.Text = "Additional URLs";
267             //
268             // buttonURLEdit
269             //
270             this.buttonURLEdit.Enabled = false;
271             this.buttonURLEdit.Location = new System.Drawing.Point(377, 51);
272             this.buttonURLEdit.Name = "buttonURLEdit";
273             this.buttonURLEdit.Size = new System.Drawing.Size(60, 26);
274             this.buttonURLEdit.TabIndex = 5;
275             this.buttonURLEdit.Text = "Edit";
276             this.buttonURLEdit.UseVisualStyleBackColor = true;
277             this.buttonURLEdit.Click += new System.EventHandler(this.buttonURLEdit_Click);
278             //
279             // buttonURLDelete
280             //
281             this.buttonURLDelete.Enabled = false;
282             this.buttonURLDelete.Location = new System.Drawing.Point(377, 83);
283             this.buttonURLDelete.Name = "buttonURLDelete";
284             this.buttonURLDelete.Size = new System.Drawing.Size(60, 26);
285             this.buttonURLDelete.TabIndex = 6;
286             this.buttonURLDelete.Text = "Delete";
287             this.buttonURLDelete.UseVisualStyleBackColor = true;
288             this.buttonURLDelete.Click += new System.EventHandler(this.buttonURLDelete_Click);
289             //
290             // buttonURLAdd
291             //
292             this.buttonURLAdd.Location = new System.Drawing.Point(377, 19);
293             this.buttonURLAdd.Name = "buttonURLAdd";
294             this.buttonURLAdd.Size = new System.Drawing.Size(60, 26);
295             this.buttonURLAdd.TabIndex = 4;
296             this.buttonURLAdd.Text = "Add";
297             this.buttonURLAdd.UseVisualStyleBackColor = true;
298             this.buttonURLAdd.Click += new System.EventHandler(this.buttonURLAdd_Click);
299             //
300             // listView1
301             //
302             this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
303             this.columnHeaderValue,
304             this.columnHeaderMethod,
305             this.columnHeaderType});
306             this.listView1.FullRowSelect = true;
307             this.listView1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
308             this.listView1.HideSelection = false;
309             this.listView1.Location = new System.Drawing.Point(5, 19);
310             this.listView1.MultiSelect = false;
311             this.listView1.Name = "listView1";
312             this.listView1.ShowItemToolTips = true;
313             this.listView1.Size = new System.Drawing.Size(366, 112);
314             this.listView1.TabIndex = 3;
315             this.listView1.UseCompatibleStateImageBehavior = false;
316             this.listView1.View = System.Windows.Forms.View.Details;
317             this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
318             this.listView1.KeyUp += new System.Windows.Forms.KeyEventHandler(this.listView1_KeyUp);
319             this.listView1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listView1_MouseDoubleClick);
320             //
321             // columnHeaderValue
322             //
323             this.columnHeaderValue.Text = "URL / pattern";
324             this.columnHeaderValue.Width = 226;
325             //
326             // columnHeaderMethod
327             //
328             this.columnHeaderMethod.Text = "Method";
329             //
330             // columnHeaderType
331             //
332             this.columnHeaderType.Text = "Type";
333             //
334             // tabControl1
335             //
336             this.tabControl1.Controls.Add(this.tabPage1);
337             this.tabControl1.Controls.Add(this.tabPage2);
338             this.tabControl1.Controls.Add(this.tabPage3);
339             this.tabControl1.ItemSize = new System.Drawing.Size(152, 18);
340             this.tabControl1.Location = new System.Drawing.Point(5, 3);
341             this.tabControl1.Name = "tabControl1";
342             this.tabControl1.SelectedIndex = 0;
343             this.tabControl1.Size = new System.Drawing.Size(463, 338);
344             this.tabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
345             this.tabControl1.TabIndex = 3;
346             //
347             // tabPage1
348             //
349             this.tabPage1.Controls.Add(this.textBoxKeeRealm);
350             this.tabPage1.Controls.Add(this.labelRealm);
351             this.tabPage1.Controls.Add(this.groupBox1);
352             this.tabPage1.Controls.Add(this.checkBoxHideFromKee);
353             this.tabPage1.Controls.Add(this.label1);
354             this.tabPage1.Controls.Add(this.textBoxKeePriority);
355             this.tabPage1.Location = new System.Drawing.Point(4, 22);
356             this.tabPage1.Name = "tabPage1";
357             this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
358             this.tabPage1.Size = new System.Drawing.Size(455, 312);
359             this.tabPage1.TabIndex = 0;
360             this.tabPage1.Text = "General";
361             this.tabPage1.ToolTipText = "Basic Kee settings for this entry";
362             this.tabPage1.UseVisualStyleBackColor = true;
363             //
364             // textBoxKeeRealm
365             //
366             this.textBoxKeeRealm.Location = new System.Drawing.Point(115, 128);
367             this.textBoxKeeRealm.Name = "textBoxKeeRealm";
368             this.textBoxKeeRealm.Size = new System.Drawing.Size(307, 20);
369             this.textBoxKeeRealm.TabIndex = 4;
370             this.textBoxKeeRealm.TextChanged += new System.EventHandler(this.textBoxKeeRealm_TextChanged);
371             //
372             // labelRealm
373             //
374             this.labelRealm.AutoSize = true;
375             this.labelRealm.Location = new System.Drawing.Point(12, 131);
376             this.labelRealm.Name = "labelRealm";
377             this.labelRealm.Size = new System.Drawing.Size(97, 13);
378             this.labelRealm.TabIndex = 3;
379             this.labelRealm.Text = "HTTP Auth Realm:";
380             //
381             // tabPage2
382             //
383             this.tabPage2.Controls.Add(this.groupBox4);
384             this.tabPage2.Controls.Add(this.groupBox3);
385             this.tabPage2.Location = new System.Drawing.Point(4, 22);
386             this.tabPage2.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0);
387             this.tabPage2.Name = "tabPage2";
388             this.tabPage2.Padding = new System.Windows.Forms.Padding(3, 3, 3, 0);
389             this.tabPage2.Size = new System.Drawing.Size(455, 312);
390             this.tabPage2.TabIndex = 1;
391             this.tabPage2.Text = "URLs";
392             this.tabPage2.ToolTipText = "Which URLs should this entry match or be blocked from matching?";
393             this.tabPage2.UseVisualStyleBackColor = true;
394             //
395             // groupBox4
396             //
397             this.groupBox4.Controls.Add(this.radioButton3);
398             this.groupBox4.Controls.Add(this.radioButton2);
399             this.groupBox4.Controls.Add(this.radioButton1);
400             this.groupBox4.Controls.Add(this.label2);
401             this.groupBox4.Controls.Add(this.label5);
402             this.groupBox4.Location = new System.Drawing.Point(4, 7);
403             this.groupBox4.Name = "groupBox4";
404             this.groupBox4.Size = new System.Drawing.Size(445, 160);
405             this.groupBox4.TabIndex = 4;
406             this.groupBox4.TabStop = false;
407             this.groupBox4.Text = "Minimum URL match accuracy";
408             //
409             // radioButton3
410             //
411             this.radioButton3.AutoSize = true;
412             this.radioButton3.Location = new System.Drawing.Point(8, 97);
413             this.radioButton3.Name = "radioButton3";
414             this.radioButton3.Size = new System.Drawing.Size(361, 17);
415             this.radioButton3.TabIndex = 6;
416             this.radioButton3.TabStop = true;
417             this.radioButton3.Text = "Exact: The URL must match exactly including full path and query string.";
418             this.radioButton3.UseVisualStyleBackColor = true;
419             this.radioButton3.CheckedChanged += new System.EventHandler(this.radioButton3_CheckedChanged);
420             //
421             // radioButton2
422             //
423             this.radioButton2.AutoSize = true;
424             this.radioButton2.Location = new System.Drawing.Point(8, 74);
425             this.radioButton2.Name = "radioButton2";
426             this.radioButton2.Size = new System.Drawing.Size(415, 17);
427             this.radioButton2.TabIndex = 5;
428             this.radioButton2.TabStop = true;
429             this.radioButton2.Text = "Hostname: The URL must match the hostname (domain and subdomains) and port.";
430             this.radioButton2.UseVisualStyleBackColor = true;
431             this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
432             //
433             // radioButton1
434             //
435             this.radioButton1.AutoSize = true;
436             this.radioButton1.Location = new System.Drawing.Point(8, 51);
437             this.radioButton1.Name = "radioButton1";
438             this.radioButton1.Size = new System.Drawing.Size(355, 17);
439             this.radioButton1.TabIndex = 4;
440             this.radioButton1.TabStop = true;
441             this.radioButton1.Text = "Domain: The URL only needs to be part of the same domain to match.";
442             this.radioButton1.UseVisualStyleBackColor = true;
443             this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
444             //
445             // label2
446             //
447             this.label2.Location = new System.Drawing.Point(25, 126);
448             this.label2.Name = "label2";
449             this.label2.Size = new System.Drawing.Size(410, 31);
450             this.label2.TabIndex = 2;
451             this.label2.Text = "You may want to choose Exact when you want to limit form filling to only certain " +
452     "website pages, perhaps by using additional URLs below.";
453             //
454             // label5
455             //
456             this.label5.Location = new System.Drawing.Point(6, 17);
457             this.label5.Name = "label5";
458             this.label5.Size = new System.Drawing.Size(433, 31);
459             this.label5.TabIndex = 3;
460             this.label5.Text = "When more than one entry matches, Kee prioritises more accurately matching entrie" +
461     "s. You can exclude this entry from matching at all in some cases.";
462             //
463             // tabPage3
464             //
465             this.tabPage3.Controls.Add(this.groupBox2);
466             this.tabPage3.Location = new System.Drawing.Point(4, 22);
467             this.tabPage3.Name = "tabPage3";
468             this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
469             this.tabPage3.Size = new System.Drawing.Size(455, 312);
470             this.tabPage3.TabIndex = 2;
471             this.tabPage3.Text = "Form fields";
472             this.tabPage3.ToolTipText = "Define the web page form fields this entry applies to";
473             this.tabPage3.UseVisualStyleBackColor = true;
474             //
475             // KeeEntryUserControl
476             //
477             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
478             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
479             this.BackColor = System.Drawing.SystemColors.Window;
480             this.Controls.Add(this.tabControl1);
481             this.Name = "KeeEntryUserControl";
482             this.Size = new System.Drawing.Size(470, 344);
483             this.Load += new System.EventHandler(this.KeeEntryUserControl_Load);
484             this.groupBox1.ResumeLayout(false);
485             this.groupBox1.PerformLayout();
486             this.groupBox2.ResumeLayout(false);
487             this.groupBox3.ResumeLayout(false);
488             this.tabControl1.ResumeLayout(false);
489             this.tabPage1.ResumeLayout(false);
490             this.tabPage1.PerformLayout();
491             this.tabPage2.ResumeLayout(false);
492             this.groupBox4.ResumeLayout(false);
493             this.groupBox4.PerformLayout();
494             this.tabPage3.ResumeLayout(false);
495             this.ResumeLayout(false);
496 
497         }
498 
499         #endregion
500 
501         private System.Windows.Forms.GroupBox groupBox1;
502         private System.Windows.Forms.CheckBox checkBoxHideFromKee;
503         private System.Windows.Forms.Label label1;
504         private System.Windows.Forms.TextBox textBoxKeePriority;
505         private System.Windows.Forms.GroupBox groupBox2;
506         private System.Windows.Forms.GroupBox groupBox3;
507         private System.Windows.Forms.ComboBox comboBoxAutoSubmit;
508         private System.Windows.Forms.ComboBox comboBoxAutoFill;
509         private System.Windows.Forms.Label label4;
510         private System.Windows.Forms.Label label3;
511         private System.Windows.Forms.ListView listView1;
512         private System.Windows.Forms.Button buttonURLDelete;
513         private System.Windows.Forms.Button buttonURLEdit;
514         private System.Windows.Forms.Button buttonURLAdd;
515         private System.Windows.Forms.ColumnHeader columnHeaderValue;
516         private System.Windows.Forms.ColumnHeader columnHeaderType;
517         private System.Windows.Forms.ColumnHeader columnHeaderMethod;
518         private System.Windows.Forms.Button buttonFieldEdit;
519         private System.Windows.Forms.Button buttonFieldDelete;
520         private System.Windows.Forms.ListView listView2;
521         private System.Windows.Forms.Button buttonFieldAdd;
522         private System.Windows.Forms.ColumnHeader columnHeaderFName;
523         private System.Windows.Forms.ColumnHeader columnHeaderFValue;
524         private System.Windows.Forms.ColumnHeader columnHeaderFId;
525         private System.Windows.Forms.ColumnHeader columnHeaderFType;
526         private System.Windows.Forms.ColumnHeader columnHeaderFPage;
527         private System.Windows.Forms.TabControl tabControl1;
528         private System.Windows.Forms.TabPage tabPage1;
529         private System.Windows.Forms.TabPage tabPage2;
530         private System.Windows.Forms.TabPage tabPage3;
531         private System.Windows.Forms.TextBox textBoxKeeRealm;
532         private System.Windows.Forms.Label labelRealm;
533         private System.Windows.Forms.ToolTip toolTipRealm;
534         private System.Windows.Forms.Label label2;
535         private System.Windows.Forms.GroupBox groupBox4;
536         private System.Windows.Forms.Label label5;
537         private System.Windows.Forms.RadioButton radioButton2;
538         private System.Windows.Forms.RadioButton radioButton1;
539         private System.Windows.Forms.RadioButton radioButton3;
540     }
541 }
542