1 namespace KeePass.Forms
2 {
3 	partial class CharPickerForm
4 	{
5 		/// <summary>
6 		/// Erforderliche Designervariable.
7 		/// </summary>
8 		private System.ComponentModel.IContainer components = null;
9 
10 		/// <summary>
11 		/// Verwendete Ressourcen bereinigen.
12 		/// </summary>
13 		/// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls 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 Vom Windows Form-Designer generierter Code
24 
25 		/// <summary>
26 		/// Erforderliche Methode für die Designerunterstützung.
27 		/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
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_bannerImage = new System.Windows.Forms.PictureBox();
34 			this.m_lblChars = new System.Windows.Forms.Label();
35 			this.m_lblIndex = new System.Windows.Forms.Label();
36 			this.m_lblSelChars = new System.Windows.Forms.Label();
37 			this.m_tbSelected = new KeePass.UI.SecureTextBoxEx();
38 			this.m_cbHideChars = new System.Windows.Forms.CheckBox();
39 			this.m_pnlSelect = new System.Windows.Forms.Panel();
40 			this.m_pnlBottom = new System.Windows.Forms.Panel();
41 			this.m_pnlBottomRight = new System.Windows.Forms.Panel();
42 			this.m_pnlTop = new System.Windows.Forms.Panel();
43 			this.m_pnlTopLeft = new System.Windows.Forms.Panel();
44 			this.m_pnlLeft = new System.Windows.Forms.Panel();
45 			this.m_pnlRight = new System.Windows.Forms.Panel();
46 			this.m_pnlMiddleTopSpacer = new System.Windows.Forms.Panel();
47 			((System.ComponentModel.ISupportInitialize)(this.m_bannerImage)).BeginInit();
48 			this.m_pnlBottom.SuspendLayout();
49 			this.m_pnlBottomRight.SuspendLayout();
50 			this.m_pnlTop.SuspendLayout();
51 			this.m_pnlTopLeft.SuspendLayout();
52 			this.m_pnlLeft.SuspendLayout();
53 			this.m_pnlRight.SuspendLayout();
54 			this.m_pnlMiddleTopSpacer.SuspendLayout();
55 			this.SuspendLayout();
56 			//
57 			// m_btnOK
58 			//
59 			this.m_btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
60 			this.m_btnOK.Location = new System.Drawing.Point(8, 5);
61 			this.m_btnOK.Name = "m_btnOK";
62 			this.m_btnOK.Size = new System.Drawing.Size(75, 23);
63 			this.m_btnOK.TabIndex = 0;
64 			this.m_btnOK.Text = "OK";
65 			this.m_btnOK.UseVisualStyleBackColor = true;
66 			this.m_btnOK.Click += new System.EventHandler(this.OnBtnOK);
67 			//
68 			// m_btnCancel
69 			//
70 			this.m_btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
71 			this.m_btnCancel.Location = new System.Drawing.Point(89, 5);
72 			this.m_btnCancel.Name = "m_btnCancel";
73 			this.m_btnCancel.Size = new System.Drawing.Size(75, 23);
74 			this.m_btnCancel.TabIndex = 1;
75 			this.m_btnCancel.Text = "Cancel";
76 			this.m_btnCancel.UseVisualStyleBackColor = true;
77 			this.m_btnCancel.Click += new System.EventHandler(this.OnBtnCancel);
78 			//
79 			// m_bannerImage
80 			//
81 			this.m_bannerImage.Dock = System.Windows.Forms.DockStyle.Top;
82 			this.m_bannerImage.Location = new System.Drawing.Point(0, 0);
83 			this.m_bannerImage.Name = "m_bannerImage";
84 			this.m_bannerImage.Size = new System.Drawing.Size(628, 60);
85 			this.m_bannerImage.TabIndex = 3;
86 			this.m_bannerImage.TabStop = false;
87 			//
88 			// m_lblChars
89 			//
90 			this.m_lblChars.AutoSize = true;
91 			this.m_lblChars.Location = new System.Drawing.Point(0, 6);
92 			this.m_lblChars.Name = "m_lblChars";
93 			this.m_lblChars.Size = new System.Drawing.Size(56, 13);
94 			this.m_lblChars.TabIndex = 0;
95 			this.m_lblChars.Text = "Character:";
96 			//
97 			// m_lblIndex
98 			//
99 			this.m_lblIndex.AutoSize = true;
100 			this.m_lblIndex.Location = new System.Drawing.Point(0, 30);
101 			this.m_lblIndex.Name = "m_lblIndex";
102 			this.m_lblIndex.Size = new System.Drawing.Size(47, 13);
103 			this.m_lblIndex.TabIndex = 1;
104 			this.m_lblIndex.Text = "Position:";
105 			//
106 			// m_lblSelChars
107 			//
108 			this.m_lblSelChars.AutoSize = true;
109 			this.m_lblSelChars.Location = new System.Drawing.Point(12, 15);
110 			this.m_lblSelChars.Name = "m_lblSelChars";
111 			this.m_lblSelChars.Size = new System.Drawing.Size(36, 13);
112 			this.m_lblSelChars.TabIndex = 0;
113 			this.m_lblSelChars.Text = "Word:";
114 			//
115 			// m_tbSelected
116 			//
117 			this.m_tbSelected.Dock = System.Windows.Forms.DockStyle.Top;
118 			this.m_tbSelected.Location = new System.Drawing.Point(0, 12);
119 			this.m_tbSelected.Name = "m_tbSelected";
120 			this.m_tbSelected.Size = new System.Drawing.Size(508, 20);
121 			this.m_tbSelected.TabIndex = 0;
122 			//
123 			// m_cbHideChars
124 			//
125 			this.m_cbHideChars.Appearance = System.Windows.Forms.Appearance.Button;
126 			this.m_cbHideChars.Location = new System.Drawing.Point(5, 10);
127 			this.m_cbHideChars.Name = "m_cbHideChars";
128 			this.m_cbHideChars.Size = new System.Drawing.Size(32, 23);
129 			this.m_cbHideChars.TabIndex = 0;
130 			this.m_cbHideChars.Text = "***";
131 			this.m_cbHideChars.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
132 			this.m_cbHideChars.UseVisualStyleBackColor = true;
133 			this.m_cbHideChars.CheckedChanged += new System.EventHandler(this.OnHideCharsCheckedChanged);
134 			//
135 			// m_pnlSelect
136 			//
137 			this.m_pnlSelect.Dock = System.Windows.Forms.DockStyle.Fill;
138 			this.m_pnlSelect.Location = new System.Drawing.Point(71, 8);
139 			this.m_pnlSelect.Name = "m_pnlSelect";
140 			this.m_pnlSelect.Size = new System.Drawing.Size(545, 52);
141 			this.m_pnlSelect.TabIndex = 1;
142 			//
143 			// m_pnlBottom
144 			//
145 			this.m_pnlBottom.Controls.Add(this.m_pnlBottomRight);
146 			this.m_pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
147 			this.m_pnlBottom.Location = new System.Drawing.Point(0, 175);
148 			this.m_pnlBottom.Name = "m_pnlBottom";
149 			this.m_pnlBottom.Size = new System.Drawing.Size(628, 40);
150 			this.m_pnlBottom.TabIndex = 0;
151 			//
152 			// m_pnlBottomRight
153 			//
154 			this.m_pnlBottomRight.Controls.Add(this.m_btnCancel);
155 			this.m_pnlBottomRight.Controls.Add(this.m_btnOK);
156 			this.m_pnlBottomRight.Dock = System.Windows.Forms.DockStyle.Right;
157 			this.m_pnlBottomRight.Location = new System.Drawing.Point(452, 0);
158 			this.m_pnlBottomRight.Name = "m_pnlBottomRight";
159 			this.m_pnlBottomRight.Size = new System.Drawing.Size(176, 40);
160 			this.m_pnlBottomRight.TabIndex = 0;
161 			//
162 			// m_pnlTop
163 			//
164 			this.m_pnlTop.Controls.Add(this.m_pnlSelect);
165 			this.m_pnlTop.Controls.Add(this.m_pnlTopLeft);
166 			this.m_pnlTop.Dock = System.Windows.Forms.DockStyle.Top;
167 			this.m_pnlTop.Location = new System.Drawing.Point(0, 60);
168 			this.m_pnlTop.Name = "m_pnlTop";
169 			this.m_pnlTop.Padding = new System.Windows.Forms.Padding(12, 8, 12, 8);
170 			this.m_pnlTop.Size = new System.Drawing.Size(628, 68);
171 			this.m_pnlTop.TabIndex = 1;
172 			//
173 			// m_pnlTopLeft
174 			//
175 			this.m_pnlTopLeft.Controls.Add(this.m_lblChars);
176 			this.m_pnlTopLeft.Controls.Add(this.m_lblIndex);
177 			this.m_pnlTopLeft.Dock = System.Windows.Forms.DockStyle.Left;
178 			this.m_pnlTopLeft.Location = new System.Drawing.Point(12, 8);
179 			this.m_pnlTopLeft.Name = "m_pnlTopLeft";
180 			this.m_pnlTopLeft.Size = new System.Drawing.Size(59, 52);
181 			this.m_pnlTopLeft.TabIndex = 0;
182 			//
183 			// m_pnlLeft
184 			//
185 			this.m_pnlLeft.Controls.Add(this.m_lblSelChars);
186 			this.m_pnlLeft.Dock = System.Windows.Forms.DockStyle.Left;
187 			this.m_pnlLeft.Location = new System.Drawing.Point(0, 128);
188 			this.m_pnlLeft.Name = "m_pnlLeft";
189 			this.m_pnlLeft.Size = new System.Drawing.Size(71, 47);
190 			this.m_pnlLeft.TabIndex = 2;
191 			//
192 			// m_pnlRight
193 			//
194 			this.m_pnlRight.Controls.Add(this.m_cbHideChars);
195 			this.m_pnlRight.Dock = System.Windows.Forms.DockStyle.Right;
196 			this.m_pnlRight.Location = new System.Drawing.Point(579, 128);
197 			this.m_pnlRight.Name = "m_pnlRight";
198 			this.m_pnlRight.Size = new System.Drawing.Size(49, 47);
199 			this.m_pnlRight.TabIndex = 4;
200 			//
201 			// m_pnlMiddleTopSpacer
202 			//
203 			this.m_pnlMiddleTopSpacer.Controls.Add(this.m_tbSelected);
204 			this.m_pnlMiddleTopSpacer.Dock = System.Windows.Forms.DockStyle.Top;
205 			this.m_pnlMiddleTopSpacer.Location = new System.Drawing.Point(71, 128);
206 			this.m_pnlMiddleTopSpacer.Name = "m_pnlMiddleTopSpacer";
207 			this.m_pnlMiddleTopSpacer.Padding = new System.Windows.Forms.Padding(0, 12, 0, 0);
208 			this.m_pnlMiddleTopSpacer.Size = new System.Drawing.Size(508, 41);
209 			this.m_pnlMiddleTopSpacer.TabIndex = 3;
210 			//
211 			// CharPickerForm
212 			//
213 			this.AcceptButton = this.m_btnOK;
214 			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
215 			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
216 			this.CancelButton = this.m_btnCancel;
217 			this.ClientSize = new System.Drawing.Size(628, 215);
218 			this.Controls.Add(this.m_pnlMiddleTopSpacer);
219 			this.Controls.Add(this.m_pnlRight);
220 			this.Controls.Add(this.m_pnlLeft);
221 			this.Controls.Add(this.m_pnlTop);
222 			this.Controls.Add(this.m_pnlBottom);
223 			this.Controls.Add(this.m_bannerImage);
224 			this.MaximizeBox = false;
225 			this.MinimizeBox = false;
226 			this.Name = "CharPickerForm";
227 			this.ShowInTaskbar = false;
228 			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
229 			this.Text = "<>";
230 			this.Load += new System.EventHandler(this.OnFormLoad);
231 			this.SizeChanged += new System.EventHandler(this.OnFormSizeChanged);
232 			this.Shown += new System.EventHandler(this.OnFormShown);
233 			this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OnFormClosed);
234 			this.Resize += new System.EventHandler(this.OnFormResize);
235 			((System.ComponentModel.ISupportInitialize)(this.m_bannerImage)).EndInit();
236 			this.m_pnlBottom.ResumeLayout(false);
237 			this.m_pnlBottomRight.ResumeLayout(false);
238 			this.m_pnlTop.ResumeLayout(false);
239 			this.m_pnlTopLeft.ResumeLayout(false);
240 			this.m_pnlTopLeft.PerformLayout();
241 			this.m_pnlLeft.ResumeLayout(false);
242 			this.m_pnlLeft.PerformLayout();
243 			this.m_pnlRight.ResumeLayout(false);
244 			this.m_pnlMiddleTopSpacer.ResumeLayout(false);
245 			this.m_pnlMiddleTopSpacer.PerformLayout();
246 			this.ResumeLayout(false);
247 
248 		}
249 
250 		#endregion
251 
252 		private System.Windows.Forms.Button m_btnOK;
253 		private System.Windows.Forms.Button m_btnCancel;
254 		private System.Windows.Forms.PictureBox m_bannerImage;
255 		private System.Windows.Forms.Label m_lblChars;
256 		private System.Windows.Forms.Label m_lblIndex;
257 		private System.Windows.Forms.Label m_lblSelChars;
258 		private KeePass.UI.SecureTextBoxEx m_tbSelected;
259 		private System.Windows.Forms.CheckBox m_cbHideChars;
260 		private System.Windows.Forms.Panel m_pnlSelect;
261 		private System.Windows.Forms.Panel m_pnlBottom;
262 		private System.Windows.Forms.Panel m_pnlBottomRight;
263 		private System.Windows.Forms.Panel m_pnlTop;
264 		private System.Windows.Forms.Panel m_pnlTopLeft;
265 		private System.Windows.Forms.Panel m_pnlLeft;
266 		private System.Windows.Forms.Panel m_pnlRight;
267 		private System.Windows.Forms.Panel m_pnlMiddleTopSpacer;
268 	}
269 }