1 namespace KeePass.Forms
2 {
3 	partial class UrlOverrideForm
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_btnOK = new System.Windows.Forms.Button();
32 			this.m_btnCancel = new System.Windows.Forms.Button();
33 			this.m_lblScheme = new System.Windows.Forms.Label();
34 			this.m_tbScheme = new System.Windows.Forms.TextBox();
35 			this.m_lblUrlOverride = new System.Windows.Forms.Label();
36 			this.m_tbOverride = new System.Windows.Forms.TextBox();
37 			this.SuspendLayout();
38 			//
39 			// m_btnOK
40 			//
41 			this.m_btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
42 			this.m_btnOK.Location = new System.Drawing.Point(160, 100);
43 			this.m_btnOK.Name = "m_btnOK";
44 			this.m_btnOK.Size = new System.Drawing.Size(75, 23);
45 			this.m_btnOK.TabIndex = 4;
46 			this.m_btnOK.Text = "OK";
47 			this.m_btnOK.UseVisualStyleBackColor = true;
48 			this.m_btnOK.Click += new System.EventHandler(this.OnBtnOK);
49 			//
50 			// m_btnCancel
51 			//
52 			this.m_btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
53 			this.m_btnCancel.Location = new System.Drawing.Point(241, 100);
54 			this.m_btnCancel.Name = "m_btnCancel";
55 			this.m_btnCancel.Size = new System.Drawing.Size(75, 23);
56 			this.m_btnCancel.TabIndex = 5;
57 			this.m_btnCancel.Text = "Cancel";
58 			this.m_btnCancel.UseVisualStyleBackColor = true;
59 			//
60 			// m_lblScheme
61 			//
62 			this.m_lblScheme.AutoSize = true;
63 			this.m_lblScheme.Location = new System.Drawing.Point(9, 15);
64 			this.m_lblScheme.Name = "m_lblScheme";
65 			this.m_lblScheme.Size = new System.Drawing.Size(49, 13);
66 			this.m_lblScheme.TabIndex = 0;
67 			this.m_lblScheme.Text = "&Scheme:";
68 			//
69 			// m_tbScheme
70 			//
71 			this.m_tbScheme.Location = new System.Drawing.Point(64, 12);
72 			this.m_tbScheme.Name = "m_tbScheme";
73 			this.m_tbScheme.Size = new System.Drawing.Size(252, 20);
74 			this.m_tbScheme.TabIndex = 1;
75 			//
76 			// m_lblUrlOverride
77 			//
78 			this.m_lblUrlOverride.AutoSize = true;
79 			this.m_lblUrlOverride.Location = new System.Drawing.Point(9, 45);
80 			this.m_lblUrlOverride.Name = "m_lblUrlOverride";
81 			this.m_lblUrlOverride.Size = new System.Drawing.Size(73, 13);
82 			this.m_lblUrlOverride.TabIndex = 2;
83 			this.m_lblUrlOverride.Text = "&URL override:";
84 			//
85 			// m_tbOverride
86 			//
87 			this.m_tbOverride.Location = new System.Drawing.Point(12, 63);
88 			this.m_tbOverride.Name = "m_tbOverride";
89 			this.m_tbOverride.Size = new System.Drawing.Size(304, 20);
90 			this.m_tbOverride.TabIndex = 3;
91 			//
92 			// UrlOverrideForm
93 			//
94 			this.AcceptButton = this.m_btnOK;
95 			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
96 			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
97 			this.CancelButton = this.m_btnCancel;
98 			this.ClientSize = new System.Drawing.Size(328, 135);
99 			this.Controls.Add(this.m_tbOverride);
100 			this.Controls.Add(this.m_lblUrlOverride);
101 			this.Controls.Add(this.m_tbScheme);
102 			this.Controls.Add(this.m_lblScheme);
103 			this.Controls.Add(this.m_btnCancel);
104 			this.Controls.Add(this.m_btnOK);
105 			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
106 			this.MaximizeBox = false;
107 			this.MinimizeBox = false;
108 			this.Name = "UrlOverrideForm";
109 			this.ShowInTaskbar = false;
110 			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
111 			this.Text = "<>";
112 			this.Load += new System.EventHandler(this.OnFormLoad);
113 			this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OnFormClosed);
114 			this.ResumeLayout(false);
115 			this.PerformLayout();
116 
117 		}
118 
119 		#endregion
120 
121 		private System.Windows.Forms.Button m_btnOK;
122 		private System.Windows.Forms.Button m_btnCancel;
123 		private System.Windows.Forms.Label m_lblScheme;
124 		private System.Windows.Forms.TextBox m_tbScheme;
125 		private System.Windows.Forms.Label m_lblUrlOverride;
126 		private System.Windows.Forms.TextBox m_tbOverride;
127 	}
128 }