1 namespace Mesen.GUI.Forms.Config
2 {
3 	partial class ctrlPowerPadConfig
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 				components.Dispose();
18 			}
19 			base.Dispose(disposing);
20 		}
21 
22 		#region Windows Form Designer generated code
23 
24 		/// <summary>
25 		/// Required method for Designer support - do not modify
26 		/// the contents of this method with the code editor.
27 		/// </summary>
InitializeComponent()28 		private void InitializeComponent()
29 		{
30 			this.tlpMain = new System.Windows.Forms.TableLayoutPanel();
31 			this.btn1 = new System.Windows.Forms.Button();
32 			this.btn2 = new System.Windows.Forms.Button();
33 			this.btn3 = new System.Windows.Forms.Button();
34 			this.btn4 = new System.Windows.Forms.Button();
35 			this.btn5 = new System.Windows.Forms.Button();
36 			this.lbl1 = new System.Windows.Forms.Label();
37 			this.btn6 = new System.Windows.Forms.Button();
38 			this.btn7 = new System.Windows.Forms.Button();
39 			this.btn8 = new System.Windows.Forms.Button();
40 			this.btn10 = new System.Windows.Forms.Button();
41 			this.btn11 = new System.Windows.Forms.Button();
42 			this.btn12 = new System.Windows.Forms.Button();
43 			this.lbl2 = new System.Windows.Forms.Label();
44 			this.lbl3 = new System.Windows.Forms.Label();
45 			this.lbl4 = new System.Windows.Forms.Label();
46 			this.lbl5 = new System.Windows.Forms.Label();
47 			this.lbl6 = new System.Windows.Forms.Label();
48 			this.lbl7 = new System.Windows.Forms.Label();
49 			this.lbl8 = new System.Windows.Forms.Label();
50 			this.lbl12 = new System.Windows.Forms.Label();
51 			this.lbl11 = new System.Windows.Forms.Label();
52 			this.lbl10 = new System.Windows.Forms.Label();
53 			this.lbl9 = new System.Windows.Forms.Label();
54 			this.btn9 = new System.Windows.Forms.Button();
55 			this.btnClearKeys = new System.Windows.Forms.Button();
56 			this.tlpMain.SuspendLayout();
57 			this.SuspendLayout();
58 			//
59 			// tlpMain
60 			//
61 			this.tlpMain.ColumnCount = 7;
62 			this.tlpMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
63 			this.tlpMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
64 			this.tlpMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
65 			this.tlpMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
66 			this.tlpMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
67 			this.tlpMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
68 			this.tlpMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
69 			this.tlpMain.Controls.Add(this.btn1, 1, 1);
70 			this.tlpMain.Controls.Add(this.btn2, 2, 1);
71 			this.tlpMain.Controls.Add(this.btn3, 3, 1);
72 			this.tlpMain.Controls.Add(this.btn4, 4, 1);
73 			this.tlpMain.Controls.Add(this.btn5, 1, 3);
74 			this.tlpMain.Controls.Add(this.lbl1, 1, 2);
75 			this.tlpMain.Controls.Add(this.btn6, 2, 3);
76 			this.tlpMain.Controls.Add(this.btn7, 3, 3);
77 			this.tlpMain.Controls.Add(this.btn8, 4, 3);
78 			this.tlpMain.Controls.Add(this.btn10, 2, 5);
79 			this.tlpMain.Controls.Add(this.btn11, 3, 5);
80 			this.tlpMain.Controls.Add(this.btn12, 4, 5);
81 			this.tlpMain.Controls.Add(this.lbl2, 2, 2);
82 			this.tlpMain.Controls.Add(this.lbl3, 3, 2);
83 			this.tlpMain.Controls.Add(this.lbl4, 4, 2);
84 			this.tlpMain.Controls.Add(this.lbl5, 1, 4);
85 			this.tlpMain.Controls.Add(this.lbl6, 2, 4);
86 			this.tlpMain.Controls.Add(this.lbl7, 3, 4);
87 			this.tlpMain.Controls.Add(this.lbl8, 4, 4);
88 			this.tlpMain.Controls.Add(this.lbl12, 4, 6);
89 			this.tlpMain.Controls.Add(this.lbl11, 3, 6);
90 			this.tlpMain.Controls.Add(this.lbl10, 2, 6);
91 			this.tlpMain.Controls.Add(this.lbl9, 1, 6);
92 			this.tlpMain.Controls.Add(this.btn9, 1, 5);
93 			this.tlpMain.Dock = System.Windows.Forms.DockStyle.Fill;
94 			this.tlpMain.Location = new System.Drawing.Point(0, 0);
95 			this.tlpMain.Name = "tlpMain";
96 			this.tlpMain.RowCount = 8;
97 			this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
98 			this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
99 			this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
100 			this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
101 			this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
102 			this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle());
103 			this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
104 			this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
105 			this.tlpMain.Size = new System.Drawing.Size(282, 270);
106 			this.tlpMain.TabIndex = 2;
107 			//
108 			// btn1
109 			//
110 			this.btn1.Location = new System.Drawing.Point(10, 10);
111 			this.btn1.Name = "btn1";
112 			this.btn1.Size = new System.Drawing.Size(61, 59);
113 			this.btn1.TabIndex = 30;
114 			this.btn1.Text = "B";
115 			this.btn1.UseVisualStyleBackColor = true;
116 			//
117 			// btn2
118 			//
119 			this.btn2.Location = new System.Drawing.Point(77, 10);
120 			this.btn2.Name = "btn2";
121 			this.btn2.Size = new System.Drawing.Size(61, 59);
122 			this.btn2.TabIndex = 34;
123 			this.btn2.Text = "B";
124 			this.btn2.UseVisualStyleBackColor = true;
125 			//
126 			// btn3
127 			//
128 			this.btn3.Location = new System.Drawing.Point(144, 10);
129 			this.btn3.Name = "btn3";
130 			this.btn3.Size = new System.Drawing.Size(61, 59);
131 			this.btn3.TabIndex = 32;
132 			this.btn3.Text = "B";
133 			this.btn3.UseVisualStyleBackColor = true;
134 			//
135 			// btn4
136 			//
137 			this.btn4.Location = new System.Drawing.Point(211, 10);
138 			this.btn4.Name = "btn4";
139 			this.btn4.Size = new System.Drawing.Size(61, 59);
140 			this.btn4.TabIndex = 33;
141 			this.btn4.Text = "B";
142 			this.btn4.UseVisualStyleBackColor = true;
143 			//
144 			// btn5
145 			//
146 			this.btn5.Location = new System.Drawing.Point(10, 95);
147 			this.btn5.Name = "btn5";
148 			this.btn5.Size = new System.Drawing.Size(61, 59);
149 			this.btn5.TabIndex = 37;
150 			this.btn5.Text = "B";
151 			this.btn5.UseVisualStyleBackColor = true;
152 			//
153 			// lbl1
154 			//
155 			this.lbl1.Anchor = System.Windows.Forms.AnchorStyles.Top;
156 			this.lbl1.AutoSize = true;
157 			this.lbl1.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
158 			this.lbl1.Location = new System.Drawing.Point(32, 72);
159 			this.lbl1.Name = "lbl1";
160 			this.lbl1.Size = new System.Drawing.Size(16, 18);
161 			this.lbl1.TabIndex = 31;
162 			this.lbl1.Text = "1";
163 			//
164 			// btn6
165 			//
166 			this.btn6.Location = new System.Drawing.Point(77, 95);
167 			this.btn6.Name = "btn6";
168 			this.btn6.Size = new System.Drawing.Size(61, 59);
169 			this.btn6.TabIndex = 35;
170 			this.btn6.Text = "B";
171 			this.btn6.UseVisualStyleBackColor = true;
172 			//
173 			// btn7
174 			//
175 			this.btn7.Location = new System.Drawing.Point(144, 95);
176 			this.btn7.Name = "btn7";
177 			this.btn7.Size = new System.Drawing.Size(61, 59);
178 			this.btn7.TabIndex = 38;
179 			this.btn7.Text = "B";
180 			this.btn7.UseVisualStyleBackColor = true;
181 			//
182 			// btn8
183 			//
184 			this.btn8.Location = new System.Drawing.Point(211, 95);
185 			this.btn8.Name = "btn8";
186 			this.btn8.Size = new System.Drawing.Size(61, 59);
187 			this.btn8.TabIndex = 36;
188 			this.btn8.Text = "B";
189 			this.btn8.UseVisualStyleBackColor = true;
190 			//
191 			// btn10
192 			//
193 			this.btn10.Location = new System.Drawing.Point(77, 180);
194 			this.btn10.Name = "btn10";
195 			this.btn10.Size = new System.Drawing.Size(61, 59);
196 			this.btn10.TabIndex = 40;
197 			this.btn10.Text = "B";
198 			this.btn10.UseVisualStyleBackColor = true;
199 			//
200 			// btn11
201 			//
202 			this.btn11.Location = new System.Drawing.Point(144, 180);
203 			this.btn11.Name = "btn11";
204 			this.btn11.Size = new System.Drawing.Size(61, 59);
205 			this.btn11.TabIndex = 42;
206 			this.btn11.Text = "B";
207 			this.btn11.UseVisualStyleBackColor = true;
208 			//
209 			// btn12
210 			//
211 			this.btn12.Location = new System.Drawing.Point(211, 180);
212 			this.btn12.Name = "btn12";
213 			this.btn12.Size = new System.Drawing.Size(61, 59);
214 			this.btn12.TabIndex = 39;
215 			this.btn12.Text = "B";
216 			this.btn12.UseVisualStyleBackColor = true;
217 			//
218 			// lbl2
219 			//
220 			this.lbl2.Anchor = System.Windows.Forms.AnchorStyles.Top;
221 			this.lbl2.AutoSize = true;
222 			this.lbl2.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
223 			this.lbl2.Location = new System.Drawing.Point(99, 72);
224 			this.lbl2.Name = "lbl2";
225 			this.lbl2.Size = new System.Drawing.Size(16, 18);
226 			this.lbl2.TabIndex = 45;
227 			this.lbl2.Text = "2";
228 			//
229 			// lbl3
230 			//
231 			this.lbl3.Anchor = System.Windows.Forms.AnchorStyles.Top;
232 			this.lbl3.AutoSize = true;
233 			this.lbl3.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
234 			this.lbl3.Location = new System.Drawing.Point(166, 72);
235 			this.lbl3.Name = "lbl3";
236 			this.lbl3.Size = new System.Drawing.Size(16, 18);
237 			this.lbl3.TabIndex = 44;
238 			this.lbl3.Text = "3";
239 			//
240 			// lbl4
241 			//
242 			this.lbl4.Anchor = System.Windows.Forms.AnchorStyles.Top;
243 			this.lbl4.AutoSize = true;
244 			this.lbl4.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
245 			this.lbl4.Location = new System.Drawing.Point(233, 72);
246 			this.lbl4.Name = "lbl4";
247 			this.lbl4.Size = new System.Drawing.Size(16, 18);
248 			this.lbl4.TabIndex = 46;
249 			this.lbl4.Text = "4";
250 			//
251 			// lbl5
252 			//
253 			this.lbl5.Anchor = System.Windows.Forms.AnchorStyles.Top;
254 			this.lbl5.AutoSize = true;
255 			this.lbl5.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
256 			this.lbl5.Location = new System.Drawing.Point(32, 157);
257 			this.lbl5.Name = "lbl5";
258 			this.lbl5.Size = new System.Drawing.Size(16, 18);
259 			this.lbl5.TabIndex = 43;
260 			this.lbl5.Text = "5";
261 			//
262 			// lbl6
263 			//
264 			this.lbl6.Anchor = System.Windows.Forms.AnchorStyles.Top;
265 			this.lbl6.AutoSize = true;
266 			this.lbl6.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
267 			this.lbl6.Location = new System.Drawing.Point(99, 157);
268 			this.lbl6.Name = "lbl6";
269 			this.lbl6.Size = new System.Drawing.Size(16, 18);
270 			this.lbl6.TabIndex = 48;
271 			this.lbl6.Text = "6";
272 			//
273 			// lbl7
274 			//
275 			this.lbl7.Anchor = System.Windows.Forms.AnchorStyles.Top;
276 			this.lbl7.AutoSize = true;
277 			this.lbl7.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
278 			this.lbl7.Location = new System.Drawing.Point(166, 157);
279 			this.lbl7.Name = "lbl7";
280 			this.lbl7.Size = new System.Drawing.Size(16, 18);
281 			this.lbl7.TabIndex = 47;
282 			this.lbl7.Text = "7";
283 			//
284 			// lbl8
285 			//
286 			this.lbl8.Anchor = System.Windows.Forms.AnchorStyles.Top;
287 			this.lbl8.AutoSize = true;
288 			this.lbl8.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
289 			this.lbl8.Location = new System.Drawing.Point(233, 157);
290 			this.lbl8.Name = "lbl8";
291 			this.lbl8.Size = new System.Drawing.Size(16, 18);
292 			this.lbl8.TabIndex = 49;
293 			this.lbl8.Text = "8";
294 			//
295 			// lbl12
296 			//
297 			this.lbl12.Anchor = System.Windows.Forms.AnchorStyles.Top;
298 			this.lbl12.AutoSize = true;
299 			this.lbl12.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
300 			this.lbl12.Location = new System.Drawing.Point(229, 242);
301 			this.lbl12.Name = "lbl12";
302 			this.lbl12.Size = new System.Drawing.Size(24, 18);
303 			this.lbl12.TabIndex = 50;
304 			this.lbl12.Text = "12";
305 			//
306 			// lbl11
307 			//
308 			this.lbl11.Anchor = System.Windows.Forms.AnchorStyles.Top;
309 			this.lbl11.AutoSize = true;
310 			this.lbl11.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
311 			this.lbl11.Location = new System.Drawing.Point(163, 242);
312 			this.lbl11.Name = "lbl11";
313 			this.lbl11.Size = new System.Drawing.Size(23, 18);
314 			this.lbl11.TabIndex = 51;
315 			this.lbl11.Text = "11";
316 			//
317 			// lbl10
318 			//
319 			this.lbl10.Anchor = System.Windows.Forms.AnchorStyles.Top;
320 			this.lbl10.AutoSize = true;
321 			this.lbl10.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
322 			this.lbl10.Location = new System.Drawing.Point(95, 242);
323 			this.lbl10.Name = "lbl10";
324 			this.lbl10.Size = new System.Drawing.Size(24, 18);
325 			this.lbl10.TabIndex = 52;
326 			this.lbl10.Text = "10";
327 			//
328 			// lbl9
329 			//
330 			this.lbl9.Anchor = System.Windows.Forms.AnchorStyles.Top;
331 			this.lbl9.AutoSize = true;
332 			this.lbl9.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
333 			this.lbl9.Location = new System.Drawing.Point(32, 242);
334 			this.lbl9.Name = "lbl9";
335 			this.lbl9.Size = new System.Drawing.Size(16, 18);
336 			this.lbl9.TabIndex = 53;
337 			this.lbl9.Text = "9";
338 			//
339 			// btn9
340 			//
341 			this.btn9.Location = new System.Drawing.Point(10, 180);
342 			this.btn9.Name = "btn9";
343 			this.btn9.Size = new System.Drawing.Size(61, 59);
344 			this.btn9.TabIndex = 41;
345 			this.btn9.Text = "B";
346 			this.btn9.UseVisualStyleBackColor = true;
347 			//
348 			// btnClearKeys
349 			//
350 			this.btnClearKeys.AutoSize = true;
351 			this.btnClearKeys.Location = new System.Drawing.Point(3, 3);
352 			this.btnClearKeys.Name = "btnClearKeys";
353 			this.btnClearKeys.Size = new System.Drawing.Size(105, 23);
354 			this.btnClearKeys.TabIndex = 3;
355 			this.btnClearKeys.Text = "Clear Key Bindings";
356 			this.btnClearKeys.UseVisualStyleBackColor = true;
357 			//
358 			// ctrlPowerPadConfig
359 			//
360 			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
361 			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
362 			this.Controls.Add(this.tlpMain);
363 			this.Name = "ctrlPowerPadConfig";
364 			this.Size = new System.Drawing.Size(282, 270);
365 			this.tlpMain.ResumeLayout(false);
366 			this.tlpMain.PerformLayout();
367 			this.ResumeLayout(false);
368 
369 		}
370 
371 		#endregion
372 
373 		private System.Windows.Forms.TableLayoutPanel tlpMain;
374 		private System.Windows.Forms.Button btn1;
375 		private System.Windows.Forms.Button btn2;
376 		private System.Windows.Forms.Button btn3;
377 		private System.Windows.Forms.Button btn4;
378 		private System.Windows.Forms.Button btn5;
379 		private System.Windows.Forms.Label lbl1;
380 		private System.Windows.Forms.Button btn6;
381 		private System.Windows.Forms.Button btn7;
382 		private System.Windows.Forms.Button btn8;
383 		private System.Windows.Forms.Button btn10;
384 		private System.Windows.Forms.Button btn11;
385 		private System.Windows.Forms.Button btn12;
386 		private System.Windows.Forms.Label lbl2;
387 		private System.Windows.Forms.Label lbl3;
388 		private System.Windows.Forms.Label lbl4;
389 		private System.Windows.Forms.Label lbl5;
390 		private System.Windows.Forms.Label lbl6;
391 		private System.Windows.Forms.Label lbl7;
392 		private System.Windows.Forms.Label lbl8;
393 		private System.Windows.Forms.Label lbl12;
394 		private System.Windows.Forms.Label lbl11;
395 		private System.Windows.Forms.Label lbl10;
396 		private System.Windows.Forms.Label lbl9;
397 		private System.Windows.Forms.Button btn9;
398 		private System.Windows.Forms.Button btnClearKeys;
399 	}
400 }