1 namespace KeePass.Forms
2 {
3 	partial class AutoTypeCtxForm
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_bannerImage = new System.Windows.Forms.PictureBox();
32 			this.m_lblText = new System.Windows.Forms.Label();
33 			this.m_btnCancel = new System.Windows.Forms.Button();
34 			this.m_lvItems = new KeePass.UI.CustomListViewEx();
35 			this.m_pnlTop = new System.Windows.Forms.Panel();
36 			this.m_pnlBottom = new System.Windows.Forms.Panel();
37 			this.m_btnTools = new System.Windows.Forms.Button();
38 			this.m_pnlMiddle = new System.Windows.Forms.Panel();
39 			((System.ComponentModel.ISupportInitialize)(this.m_bannerImage)).BeginInit();
40 			this.m_pnlTop.SuspendLayout();
41 			this.m_pnlBottom.SuspendLayout();
42 			this.m_pnlMiddle.SuspendLayout();
43 			this.SuspendLayout();
44 			//
45 			// m_bannerImage
46 			//
47 			this.m_bannerImage.Dock = System.Windows.Forms.DockStyle.Top;
48 			this.m_bannerImage.Location = new System.Drawing.Point(0, 0);
49 			this.m_bannerImage.Name = "m_bannerImage";
50 			this.m_bannerImage.Size = new System.Drawing.Size(579, 60);
51 			this.m_bannerImage.TabIndex = 0;
52 			this.m_bannerImage.TabStop = false;
53 			//
54 			// m_lblText
55 			//
56 			this.m_lblText.Dock = System.Windows.Forms.DockStyle.Fill;
57 			this.m_lblText.Location = new System.Drawing.Point(9, 11);
58 			this.m_lblText.Name = "m_lblText";
59 			this.m_lblText.Size = new System.Drawing.Size(561, 30);
60 			this.m_lblText.TabIndex = 0;
61 			this.m_lblText.Text = "<>";
62 			//
63 			// m_btnCancel
64 			//
65 			this.m_btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
66 			this.m_btnCancel.Dock = System.Windows.Forms.DockStyle.Right;
67 			this.m_btnCancel.Location = new System.Drawing.Point(492, 6);
68 			this.m_btnCancel.Name = "m_btnCancel";
69 			this.m_btnCancel.Size = new System.Drawing.Size(75, 23);
70 			this.m_btnCancel.TabIndex = 1;
71 			this.m_btnCancel.Text = "Cancel";
72 			this.m_btnCancel.UseVisualStyleBackColor = true;
73 			//
74 			// m_lvItems
75 			//
76 			this.m_lvItems.Activation = System.Windows.Forms.ItemActivation.OneClick;
77 			this.m_lvItems.Dock = System.Windows.Forms.DockStyle.Fill;
78 			this.m_lvItems.FullRowSelect = true;
79 			this.m_lvItems.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
80 			this.m_lvItems.HideSelection = false;
81 			this.m_lvItems.HotTracking = true;
82 			this.m_lvItems.HoverSelection = true;
83 			this.m_lvItems.Location = new System.Drawing.Point(12, 0);
84 			this.m_lvItems.MultiSelect = false;
85 			this.m_lvItems.Name = "m_lvItems";
86 			this.m_lvItems.ShowItemToolTips = true;
87 			this.m_lvItems.Size = new System.Drawing.Size(555, 219);
88 			this.m_lvItems.TabIndex = 0;
89 			this.m_lvItems.UseCompatibleStateImageBehavior = false;
90 			this.m_lvItems.View = System.Windows.Forms.View.Details;
91 			this.m_lvItems.ItemActivate += new System.EventHandler(this.OnListItemActivate);
92 			this.m_lvItems.Click += new System.EventHandler(this.OnListClick);
93 			//
94 			// m_pnlTop
95 			//
96 			this.m_pnlTop.Controls.Add(this.m_lblText);
97 			this.m_pnlTop.Dock = System.Windows.Forms.DockStyle.Top;
98 			this.m_pnlTop.Location = new System.Drawing.Point(0, 60);
99 			this.m_pnlTop.Name = "m_pnlTop";
100 			this.m_pnlTop.Padding = new System.Windows.Forms.Padding(9, 11, 9, 3);
101 			this.m_pnlTop.Size = new System.Drawing.Size(579, 44);
102 			this.m_pnlTop.TabIndex = 2;
103 			//
104 			// m_pnlBottom
105 			//
106 			this.m_pnlBottom.Controls.Add(this.m_btnTools);
107 			this.m_pnlBottom.Controls.Add(this.m_btnCancel);
108 			this.m_pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
109 			this.m_pnlBottom.Location = new System.Drawing.Point(0, 323);
110 			this.m_pnlBottom.Name = "m_pnlBottom";
111 			this.m_pnlBottom.Padding = new System.Windows.Forms.Padding(12, 6, 12, 12);
112 			this.m_pnlBottom.Size = new System.Drawing.Size(579, 41);
113 			this.m_pnlBottom.TabIndex = 1;
114 			//
115 			// m_btnTools
116 			//
117 			this.m_btnTools.Dock = System.Windows.Forms.DockStyle.Left;
118 			this.m_btnTools.Location = new System.Drawing.Point(12, 6);
119 			this.m_btnTools.Name = "m_btnTools";
120 			this.m_btnTools.Size = new System.Drawing.Size(75, 23);
121 			this.m_btnTools.TabIndex = 0;
122 			this.m_btnTools.Text = "&Options";
123 			this.m_btnTools.UseVisualStyleBackColor = true;
124 			this.m_btnTools.Click += new System.EventHandler(this.OnBtnTools);
125 			//
126 			// m_pnlMiddle
127 			//
128 			this.m_pnlMiddle.Controls.Add(this.m_lvItems);
129 			this.m_pnlMiddle.Dock = System.Windows.Forms.DockStyle.Fill;
130 			this.m_pnlMiddle.Location = new System.Drawing.Point(0, 104);
131 			this.m_pnlMiddle.Name = "m_pnlMiddle";
132 			this.m_pnlMiddle.Padding = new System.Windows.Forms.Padding(12, 0, 12, 0);
133 			this.m_pnlMiddle.Size = new System.Drawing.Size(579, 219);
134 			this.m_pnlMiddle.TabIndex = 0;
135 			//
136 			// AutoTypeCtxForm
137 			//
138 			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
139 			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
140 			this.CancelButton = this.m_btnCancel;
141 			this.ClientSize = new System.Drawing.Size(579, 364);
142 			this.Controls.Add(this.m_pnlMiddle);
143 			this.Controls.Add(this.m_pnlBottom);
144 			this.Controls.Add(this.m_pnlTop);
145 			this.Controls.Add(this.m_bannerImage);
146 			this.MaximizeBox = false;
147 			this.MinimizeBox = false;
148 			this.Name = "AutoTypeCtxForm";
149 			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
150 			this.Text = "<>";
151 			this.Load += new System.EventHandler(this.OnFormLoad);
152 			this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OnFormClosed);
153 			this.Resize += new System.EventHandler(this.OnFormResize);
154 			((System.ComponentModel.ISupportInitialize)(this.m_bannerImage)).EndInit();
155 			this.m_pnlTop.ResumeLayout(false);
156 			this.m_pnlBottom.ResumeLayout(false);
157 			this.m_pnlMiddle.ResumeLayout(false);
158 			this.ResumeLayout(false);
159 
160 		}
161 
162 		#endregion
163 
164 		private System.Windows.Forms.PictureBox m_bannerImage;
165 		private System.Windows.Forms.Label m_lblText;
166 		private KeePass.UI.CustomListViewEx m_lvItems;
167 		private System.Windows.Forms.Button m_btnCancel;
168 		private System.Windows.Forms.Panel m_pnlTop;
169 		private System.Windows.Forms.Panel m_pnlBottom;
170 		private System.Windows.Forms.Panel m_pnlMiddle;
171 		private System.Windows.Forms.Button m_btnTools;
172 	}
173 }