ReversiForm  1.0.0
ReversiForm
SettingForm.Designer.cs
1 namespace ReversiForm
2 {
3  partial class SettingForm
4  {
8  private System.ComponentModel.IContainer components = null;
9 
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 
29  private void InitializeComponent()
30  {
31  System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingForm));
32  this.groupBoxMode = new System.Windows.Forms.GroupBox();
33  this.radioButtonMode2 = new System.Windows.Forms.RadioButton();
34  this.radioButtonMode1 = new System.Windows.Forms.RadioButton();
35  this.radioButtonType2 = new System.Windows.Forms.RadioButton();
36  this.groupBoxType = new System.Windows.Forms.GroupBox();
37  this.radioButtonType3 = new System.Windows.Forms.RadioButton();
38  this.radioButtonType1 = new System.Windows.Forms.RadioButton();
39  this.radioButtonPlayer2 = new System.Windows.Forms.RadioButton();
40  this.radioButtonPlayer1 = new System.Windows.Forms.RadioButton();
41  this.groupBoxPlayer = new System.Windows.Forms.GroupBox();
42  this.radioButtonAssist2 = new System.Windows.Forms.RadioButton();
43  this.radioButtonAssist1 = new System.Windows.Forms.RadioButton();
44  this.groupBoxAssist = new System.Windows.Forms.GroupBox();
45  this.radioButtonGameSpd3 = new System.Windows.Forms.RadioButton();
46  this.radioButtonGameSpd2 = new System.Windows.Forms.RadioButton();
47  this.radioButtonGameSpd1 = new System.Windows.Forms.RadioButton();
48  this.groupBoxGameSpd = new System.Windows.Forms.GroupBox();
49  this.radioButtonEndAnim2 = new System.Windows.Forms.RadioButton();
50  this.radioButtonEndAnim1 = new System.Windows.Forms.RadioButton();
51  this.groupBoxEndAnim = new System.Windows.Forms.GroupBox();
52  this.groupBoxMasuCntMenu = new System.Windows.Forms.GroupBox();
53  this.radioButtonMasuCntMenu8 = new System.Windows.Forms.RadioButton();
54  this.radioButtonMasuCntMenu7 = new System.Windows.Forms.RadioButton();
55  this.radioButtonMasuCntMenu6 = new System.Windows.Forms.RadioButton();
56  this.radioButtonMasuCntMenu3 = new System.Windows.Forms.RadioButton();
57  this.radioButtonMasuCntMenu5 = new System.Windows.Forms.RadioButton();
58  this.radioButtonMasuCntMenu2 = new System.Windows.Forms.RadioButton();
59  this.radioButtonMasuCntMenu4 = new System.Windows.Forms.RadioButton();
60  this.radioButtonMasuCntMenu1 = new System.Windows.Forms.RadioButton();
61  this.pictureBoxPlayerColor1 = new System.Windows.Forms.PictureBox();
62  this.labelPlayerColor1 = new System.Windows.Forms.Label();
63  this.labelPlayerColor2 = new System.Windows.Forms.Label();
64  this.pictureBoxPlayerColor2 = new System.Windows.Forms.PictureBox();
65  this.labelBackGroundColor = new System.Windows.Forms.Label();
66  this.pictureBoxBackGroundColor = new System.Windows.Forms.PictureBox();
67  this.labelBorderColor = new System.Windows.Forms.Label();
68  this.pictureBoxBorderColor = new System.Windows.Forms.PictureBox();
69  this.buttonSave = new System.Windows.Forms.Button();
70  this.buttonCancel = new System.Windows.Forms.Button();
71  this.buttonDefault = new System.Windows.Forms.Button();
72  this.groupBoxMode.SuspendLayout();
73  this.groupBoxType.SuspendLayout();
74  this.groupBoxPlayer.SuspendLayout();
75  this.groupBoxAssist.SuspendLayout();
76  this.groupBoxGameSpd.SuspendLayout();
77  this.groupBoxEndAnim.SuspendLayout();
78  this.groupBoxMasuCntMenu.SuspendLayout();
79  ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPlayerColor1)).BeginInit();
80  ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPlayerColor2)).BeginInit();
81  ((System.ComponentModel.ISupportInitialize)(this.pictureBoxBackGroundColor)).BeginInit();
82  ((System.ComponentModel.ISupportInitialize)(this.pictureBoxBorderColor)).BeginInit();
83  this.SuspendLayout();
84  //
85  // groupBoxMode
86  //
87  this.groupBoxMode.Controls.Add(this.radioButtonMode2);
88  this.groupBoxMode.Controls.Add(this.radioButtonMode1);
89  this.groupBoxMode.Location = new System.Drawing.Point(12, 12);
90  this.groupBoxMode.Name = "groupBoxMode";
91  this.groupBoxMode.Size = new System.Drawing.Size(117, 46);
92  this.groupBoxMode.TabIndex = 1;
93  this.groupBoxMode.TabStop = false;
94  this.groupBoxMode.Text = "対戦人数";
95  //
96  // radioButtonMode2
97  //
98  this.radioButtonMode2.AutoSize = true;
99  this.radioButtonMode2.Location = new System.Drawing.Point(62, 19);
100  this.radioButtonMode2.Name = "radioButtonMode2";
101  this.radioButtonMode2.Size = new System.Drawing.Size(47, 16);
102  this.radioButtonMode2.TabIndex = 1;
103  this.radioButtonMode2.TabStop = true;
104  this.radioButtonMode2.Text = "二人";
105  this.radioButtonMode2.UseVisualStyleBackColor = true;
106  //
107  // radioButtonMode1
108  //
109  this.radioButtonMode1.AutoSize = true;
110  this.radioButtonMode1.Location = new System.Drawing.Point(9, 19);
111  this.radioButtonMode1.Name = "radioButtonMode1";
112  this.radioButtonMode1.Size = new System.Drawing.Size(47, 16);
113  this.radioButtonMode1.TabIndex = 0;
114  this.radioButtonMode1.TabStop = true;
115  this.radioButtonMode1.Text = "一人";
116  this.radioButtonMode1.UseVisualStyleBackColor = true;
117  //
118  // radioButtonType2
119  //
120  this.radioButtonType2.AutoSize = true;
121  this.radioButtonType2.Location = new System.Drawing.Point(60, 19);
122  this.radioButtonType2.Name = "radioButtonType2";
123  this.radioButtonType2.Size = new System.Drawing.Size(47, 16);
124  this.radioButtonType2.TabIndex = 1;
125  this.radioButtonType2.TabStop = true;
126  this.radioButtonType2.Text = "普通";
127  this.radioButtonType2.UseVisualStyleBackColor = true;
128  //
129  // groupBoxType
130  //
131  this.groupBoxType.Controls.Add(this.radioButtonType3);
132  this.groupBoxType.Controls.Add(this.radioButtonType2);
133  this.groupBoxType.Controls.Add(this.radioButtonType1);
134  this.groupBoxType.Location = new System.Drawing.Point(146, 12);
135  this.groupBoxType.Name = "groupBoxType";
136  this.groupBoxType.Size = new System.Drawing.Size(168, 46);
137  this.groupBoxType.TabIndex = 2;
138  this.groupBoxType.TabStop = false;
139  this.groupBoxType.Text = "CPU強さ";
140  //
141  // radioButtonType3
142  //
143  this.radioButtonType3.AutoSize = true;
144  this.radioButtonType3.Location = new System.Drawing.Point(113, 19);
145  this.radioButtonType3.Name = "radioButtonType3";
146  this.radioButtonType3.Size = new System.Drawing.Size(45, 16);
147  this.radioButtonType3.TabIndex = 3;
148  this.radioButtonType3.TabStop = true;
149  this.radioButtonType3.Text = "強い";
150  this.radioButtonType3.UseVisualStyleBackColor = true;
151  //
152  // radioButtonType1
153  //
154  this.radioButtonType1.AutoSize = true;
155  this.radioButtonType1.Location = new System.Drawing.Point(7, 19);
156  this.radioButtonType1.Name = "radioButtonType1";
157  this.radioButtonType1.Size = new System.Drawing.Size(45, 16);
158  this.radioButtonType1.TabIndex = 0;
159  this.radioButtonType1.TabStop = true;
160  this.radioButtonType1.Text = "弱い";
161  this.radioButtonType1.UseVisualStyleBackColor = true;
162  //
163  // radioButtonPlayer2
164  //
165  this.radioButtonPlayer2.AutoSize = true;
166  this.radioButtonPlayer2.Location = new System.Drawing.Point(87, 19);
167  this.radioButtonPlayer2.Name = "radioButtonPlayer2";
168  this.radioButtonPlayer2.Size = new System.Drawing.Size(76, 16);
169  this.radioButtonPlayer2.TabIndex = 1;
170  this.radioButtonPlayer2.TabStop = true;
171  this.radioButtonPlayer2.Text = "プレイヤー2";
172  this.radioButtonPlayer2.UseVisualStyleBackColor = true;
173  //
174  // radioButtonPlayer1
175  //
176  this.radioButtonPlayer1.AutoSize = true;
177  this.radioButtonPlayer1.Location = new System.Drawing.Point(9, 19);
178  this.radioButtonPlayer1.Name = "radioButtonPlayer1";
179  this.radioButtonPlayer1.Size = new System.Drawing.Size(76, 16);
180  this.radioButtonPlayer1.TabIndex = 0;
181  this.radioButtonPlayer1.TabStop = true;
182  this.radioButtonPlayer1.Text = "プレイヤー1";
183  this.radioButtonPlayer1.UseVisualStyleBackColor = true;
184  //
185  // groupBoxPlayer
186  //
187  this.groupBoxPlayer.Controls.Add(this.radioButtonPlayer2);
188  this.groupBoxPlayer.Controls.Add(this.radioButtonPlayer1);
189  this.groupBoxPlayer.Location = new System.Drawing.Point(332, 12);
190  this.groupBoxPlayer.Name = "groupBoxPlayer";
191  this.groupBoxPlayer.Size = new System.Drawing.Size(173, 46);
192  this.groupBoxPlayer.TabIndex = 3;
193  this.groupBoxPlayer.TabStop = false;
194  this.groupBoxPlayer.Text = "色";
195  //
196  // radioButtonAssist2
197  //
198  this.radioButtonAssist2.AutoSize = true;
199  this.radioButtonAssist2.Location = new System.Drawing.Point(62, 19);
200  this.radioButtonAssist2.Name = "radioButtonAssist2";
201  this.radioButtonAssist2.Size = new System.Drawing.Size(39, 16);
202  this.radioButtonAssist2.TabIndex = 1;
203  this.radioButtonAssist2.TabStop = true;
204  this.radioButtonAssist2.Text = "ON";
205  this.radioButtonAssist2.UseVisualStyleBackColor = true;
206  //
207  // radioButtonAssist1
208  //
209  this.radioButtonAssist1.AutoSize = true;
210  this.radioButtonAssist1.Location = new System.Drawing.Point(9, 19);
211  this.radioButtonAssist1.Name = "radioButtonAssist1";
212  this.radioButtonAssist1.Size = new System.Drawing.Size(45, 16);
213  this.radioButtonAssist1.TabIndex = 0;
214  this.radioButtonAssist1.TabStop = true;
215  this.radioButtonAssist1.Text = "OFF";
216  this.radioButtonAssist1.UseVisualStyleBackColor = true;
217  //
218  // groupBoxAssist
219  //
220  this.groupBoxAssist.Controls.Add(this.radioButtonAssist2);
221  this.groupBoxAssist.Controls.Add(this.radioButtonAssist1);
222  this.groupBoxAssist.Location = new System.Drawing.Point(12, 73);
223  this.groupBoxAssist.Name = "groupBoxAssist";
224  this.groupBoxAssist.Size = new System.Drawing.Size(117, 46);
225  this.groupBoxAssist.TabIndex = 2;
226  this.groupBoxAssist.TabStop = false;
227  this.groupBoxAssist.Text = "アシストモード";
228  //
229  // radioButtonGameSpd3
230  //
231  this.radioButtonGameSpd3.AutoSize = true;
232  this.radioButtonGameSpd3.Location = new System.Drawing.Point(113, 19);
233  this.radioButtonGameSpd3.Name = "radioButtonGameSpd3";
234  this.radioButtonGameSpd3.Size = new System.Drawing.Size(45, 16);
235  this.radioButtonGameSpd3.TabIndex = 3;
236  this.radioButtonGameSpd3.TabStop = true;
237  this.radioButtonGameSpd3.Text = "遅い";
238  this.radioButtonGameSpd3.UseVisualStyleBackColor = true;
239  //
240  // radioButtonGameSpd2
241  //
242  this.radioButtonGameSpd2.AutoSize = true;
243  this.radioButtonGameSpd2.Location = new System.Drawing.Point(60, 19);
244  this.radioButtonGameSpd2.Name = "radioButtonGameSpd2";
245  this.radioButtonGameSpd2.Size = new System.Drawing.Size(47, 16);
246  this.radioButtonGameSpd2.TabIndex = 1;
247  this.radioButtonGameSpd2.TabStop = true;
248  this.radioButtonGameSpd2.Text = "普通";
249  this.radioButtonGameSpd2.UseVisualStyleBackColor = true;
250  //
251  // radioButtonGameSpd1
252  //
253  this.radioButtonGameSpd1.AutoSize = true;
254  this.radioButtonGameSpd1.Location = new System.Drawing.Point(7, 19);
255  this.radioButtonGameSpd1.Name = "radioButtonGameSpd1";
256  this.radioButtonGameSpd1.Size = new System.Drawing.Size(45, 16);
257  this.radioButtonGameSpd1.TabIndex = 0;
258  this.radioButtonGameSpd1.TabStop = true;
259  this.radioButtonGameSpd1.Text = "速い";
260  this.radioButtonGameSpd1.UseVisualStyleBackColor = true;
261  //
262  // groupBoxGameSpd
263  //
264  this.groupBoxGameSpd.Controls.Add(this.radioButtonGameSpd3);
265  this.groupBoxGameSpd.Controls.Add(this.radioButtonGameSpd2);
266  this.groupBoxGameSpd.Controls.Add(this.radioButtonGameSpd1);
267  this.groupBoxGameSpd.Location = new System.Drawing.Point(146, 73);
268  this.groupBoxGameSpd.Name = "groupBoxGameSpd";
269  this.groupBoxGameSpd.Size = new System.Drawing.Size(168, 46);
270  this.groupBoxGameSpd.TabIndex = 4;
271  this.groupBoxGameSpd.TabStop = false;
272  this.groupBoxGameSpd.Text = "ゲームスピード";
273  //
274  // radioButtonEndAnim2
275  //
276  this.radioButtonEndAnim2.AutoSize = true;
277  this.radioButtonEndAnim2.Location = new System.Drawing.Point(62, 19);
278  this.radioButtonEndAnim2.Name = "radioButtonEndAnim2";
279  this.radioButtonEndAnim2.Size = new System.Drawing.Size(39, 16);
280  this.radioButtonEndAnim2.TabIndex = 1;
281  this.radioButtonEndAnim2.TabStop = true;
282  this.radioButtonEndAnim2.Text = "ON";
283  this.radioButtonEndAnim2.UseVisualStyleBackColor = true;
284  //
285  // radioButtonEndAnim1
286  //
287  this.radioButtonEndAnim1.AutoSize = true;
288  this.radioButtonEndAnim1.Location = new System.Drawing.Point(9, 19);
289  this.radioButtonEndAnim1.Name = "radioButtonEndAnim1";
290  this.radioButtonEndAnim1.Size = new System.Drawing.Size(45, 16);
291  this.radioButtonEndAnim1.TabIndex = 0;
292  this.radioButtonEndAnim1.TabStop = true;
293  this.radioButtonEndAnim1.Text = "OFF";
294  this.radioButtonEndAnim1.UseVisualStyleBackColor = true;
295  //
296  // groupBoxEndAnim
297  //
298  this.groupBoxEndAnim.Controls.Add(this.radioButtonEndAnim2);
299  this.groupBoxEndAnim.Controls.Add(this.radioButtonEndAnim1);
300  this.groupBoxEndAnim.Location = new System.Drawing.Point(332, 73);
301  this.groupBoxEndAnim.Name = "groupBoxEndAnim";
302  this.groupBoxEndAnim.Size = new System.Drawing.Size(117, 46);
303  this.groupBoxEndAnim.TabIndex = 5;
304  this.groupBoxEndAnim.TabStop = false;
305  this.groupBoxEndAnim.Text = "ゲーム終了アニメ";
306  //
307  // groupBoxMasuCntMenu
308  //
309  this.groupBoxMasuCntMenu.Controls.Add(this.radioButtonMasuCntMenu8);
310  this.groupBoxMasuCntMenu.Controls.Add(this.radioButtonMasuCntMenu7);
311  this.groupBoxMasuCntMenu.Controls.Add(this.radioButtonMasuCntMenu6);
312  this.groupBoxMasuCntMenu.Controls.Add(this.radioButtonMasuCntMenu3);
313  this.groupBoxMasuCntMenu.Controls.Add(this.radioButtonMasuCntMenu5);
314  this.groupBoxMasuCntMenu.Controls.Add(this.radioButtonMasuCntMenu2);
315  this.groupBoxMasuCntMenu.Controls.Add(this.radioButtonMasuCntMenu4);
316  this.groupBoxMasuCntMenu.Controls.Add(this.radioButtonMasuCntMenu1);
317  this.groupBoxMasuCntMenu.Location = new System.Drawing.Point(12, 134);
318  this.groupBoxMasuCntMenu.Name = "groupBoxMasuCntMenu";
319  this.groupBoxMasuCntMenu.Size = new System.Drawing.Size(302, 46);
320  this.groupBoxMasuCntMenu.TabIndex = 6;
321  this.groupBoxMasuCntMenu.TabStop = false;
322  this.groupBoxMasuCntMenu.Text = "縦横マス数";
323  //
324  // radioButtonMasuCntMenu8
325  //
326  this.radioButtonMasuCntMenu8.AutoSize = true;
327  this.radioButtonMasuCntMenu8.Location = new System.Drawing.Point(261, 19);
328  this.radioButtonMasuCntMenu8.Name = "radioButtonMasuCntMenu8";
329  this.radioButtonMasuCntMenu8.Size = new System.Drawing.Size(35, 16);
330  this.radioButtonMasuCntMenu8.TabIndex = 11;
331  this.radioButtonMasuCntMenu8.TabStop = true;
332  this.radioButtonMasuCntMenu8.Text = "20";
333  this.radioButtonMasuCntMenu8.UseVisualStyleBackColor = true;
334  //
335  // radioButtonMasuCntMenu7
336  //
337  this.radioButtonMasuCntMenu7.AutoSize = true;
338  this.radioButtonMasuCntMenu7.Location = new System.Drawing.Point(223, 19);
339  this.radioButtonMasuCntMenu7.Name = "radioButtonMasuCntMenu7";
340  this.radioButtonMasuCntMenu7.Size = new System.Drawing.Size(35, 16);
341  this.radioButtonMasuCntMenu7.TabIndex = 10;
342  this.radioButtonMasuCntMenu7.TabStop = true;
343  this.radioButtonMasuCntMenu7.Text = "18";
344  this.radioButtonMasuCntMenu7.UseVisualStyleBackColor = true;
345  //
346  // radioButtonMasuCntMenu6
347  //
348  this.radioButtonMasuCntMenu6.AutoSize = true;
349  this.radioButtonMasuCntMenu6.Location = new System.Drawing.Point(185, 19);
350  this.radioButtonMasuCntMenu6.Name = "radioButtonMasuCntMenu6";
351  this.radioButtonMasuCntMenu6.Size = new System.Drawing.Size(35, 16);
352  this.radioButtonMasuCntMenu6.TabIndex = 9;
353  this.radioButtonMasuCntMenu6.TabStop = true;
354  this.radioButtonMasuCntMenu6.Text = "16";
355  this.radioButtonMasuCntMenu6.UseVisualStyleBackColor = true;
356  //
357  // radioButtonMasuCntMenu3
358  //
359  this.radioButtonMasuCntMenu3.AutoSize = true;
360  this.radioButtonMasuCntMenu3.Location = new System.Drawing.Point(71, 19);
361  this.radioButtonMasuCntMenu3.Name = "radioButtonMasuCntMenu3";
362  this.radioButtonMasuCntMenu3.Size = new System.Drawing.Size(35, 16);
363  this.radioButtonMasuCntMenu3.TabIndex = 3;
364  this.radioButtonMasuCntMenu3.TabStop = true;
365  this.radioButtonMasuCntMenu3.Text = "10";
366  this.radioButtonMasuCntMenu3.UseVisualStyleBackColor = true;
367  //
368  // radioButtonMasuCntMenu5
369  //
370  this.radioButtonMasuCntMenu5.AutoSize = true;
371  this.radioButtonMasuCntMenu5.Location = new System.Drawing.Point(147, 19);
372  this.radioButtonMasuCntMenu5.Name = "radioButtonMasuCntMenu5";
373  this.radioButtonMasuCntMenu5.Size = new System.Drawing.Size(35, 16);
374  this.radioButtonMasuCntMenu5.TabIndex = 8;
375  this.radioButtonMasuCntMenu5.TabStop = true;
376  this.radioButtonMasuCntMenu5.Text = "14";
377  this.radioButtonMasuCntMenu5.UseVisualStyleBackColor = true;
378  //
379  // radioButtonMasuCntMenu2
380  //
381  this.radioButtonMasuCntMenu2.AutoSize = true;
382  this.radioButtonMasuCntMenu2.Location = new System.Drawing.Point(39, 19);
383  this.radioButtonMasuCntMenu2.Name = "radioButtonMasuCntMenu2";
384  this.radioButtonMasuCntMenu2.Size = new System.Drawing.Size(29, 16);
385  this.radioButtonMasuCntMenu2.TabIndex = 1;
386  this.radioButtonMasuCntMenu2.TabStop = true;
387  this.radioButtonMasuCntMenu2.Text = "8";
388  this.radioButtonMasuCntMenu2.UseVisualStyleBackColor = true;
389  //
390  // radioButtonMasuCntMenu4
391  //
392  this.radioButtonMasuCntMenu4.AutoSize = true;
393  this.radioButtonMasuCntMenu4.Location = new System.Drawing.Point(109, 19);
394  this.radioButtonMasuCntMenu4.Name = "radioButtonMasuCntMenu4";
395  this.radioButtonMasuCntMenu4.Size = new System.Drawing.Size(35, 16);
396  this.radioButtonMasuCntMenu4.TabIndex = 7;
397  this.radioButtonMasuCntMenu4.TabStop = true;
398  this.radioButtonMasuCntMenu4.Text = "12";
399  this.radioButtonMasuCntMenu4.UseVisualStyleBackColor = true;
400  //
401  // radioButtonMasuCntMenu1
402  //
403  this.radioButtonMasuCntMenu1.AutoSize = true;
404  this.radioButtonMasuCntMenu1.Location = new System.Drawing.Point(7, 19);
405  this.radioButtonMasuCntMenu1.Name = "radioButtonMasuCntMenu1";
406  this.radioButtonMasuCntMenu1.Size = new System.Drawing.Size(29, 16);
407  this.radioButtonMasuCntMenu1.TabIndex = 0;
408  this.radioButtonMasuCntMenu1.TabStop = true;
409  this.radioButtonMasuCntMenu1.Text = "6";
410  this.radioButtonMasuCntMenu1.UseVisualStyleBackColor = true;
411  //
412  // pictureBoxPlayerColor1
413  //
414  this.pictureBoxPlayerColor1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
415  this.pictureBoxPlayerColor1.Location = new System.Drawing.Point(39, 202);
416  this.pictureBoxPlayerColor1.Name = "pictureBoxPlayerColor1";
417  this.pictureBoxPlayerColor1.Size = new System.Drawing.Size(50, 50);
418  this.pictureBoxPlayerColor1.TabIndex = 7;
419  this.pictureBoxPlayerColor1.TabStop = false;
420  this.pictureBoxPlayerColor1.Click += new System.EventHandler(this.pictureBoxPlayerColor1_Click);
421  //
422  // labelPlayerColor1
423  //
424  this.labelPlayerColor1.AutoSize = true;
425  this.labelPlayerColor1.Location = new System.Drawing.Point(13, 187);
426  this.labelPlayerColor1.Name = "labelPlayerColor1";
427  this.labelPlayerColor1.Size = new System.Drawing.Size(107, 12);
428  this.labelPlayerColor1.TabIndex = 8;
429  this.labelPlayerColor1.Text = "プレイヤー1のコマの色";
430  //
431  // labelPlayerColor2
432  //
433  this.labelPlayerColor2.AutoSize = true;
434  this.labelPlayerColor2.Location = new System.Drawing.Point(122, 187);
435  this.labelPlayerColor2.Name = "labelPlayerColor2";
436  this.labelPlayerColor2.Size = new System.Drawing.Size(107, 12);
437  this.labelPlayerColor2.TabIndex = 10;
438  this.labelPlayerColor2.Text = "プレイヤー2のコマの色";
439  //
440  // pictureBoxPlayerColor2
441  //
442  this.pictureBoxPlayerColor2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
443  this.pictureBoxPlayerColor2.Location = new System.Drawing.Point(147, 202);
444  this.pictureBoxPlayerColor2.Name = "pictureBoxPlayerColor2";
445  this.pictureBoxPlayerColor2.Size = new System.Drawing.Size(50, 50);
446  this.pictureBoxPlayerColor2.TabIndex = 9;
447  this.pictureBoxPlayerColor2.TabStop = false;
448  this.pictureBoxPlayerColor2.Click += new System.EventHandler(this.pictureBoxPlayerColor2_Click);
449  //
450  // labelBackGroundColor
451  //
452  this.labelBackGroundColor.AutoSize = true;
453  this.labelBackGroundColor.Location = new System.Drawing.Point(236, 187);
454  this.labelBackGroundColor.Name = "labelBackGroundColor";
455  this.labelBackGroundColor.Size = new System.Drawing.Size(69, 12);
456  this.labelBackGroundColor.TabIndex = 12;
457  this.labelBackGroundColor.Text = "マス背景の色";
458  //
459  // pictureBoxBackGroundColor
460  //
461  this.pictureBoxBackGroundColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
462  this.pictureBoxBackGroundColor.Location = new System.Drawing.Point(243, 202);
463  this.pictureBoxBackGroundColor.Name = "pictureBoxBackGroundColor";
464  this.pictureBoxBackGroundColor.Size = new System.Drawing.Size(50, 50);
465  this.pictureBoxBackGroundColor.TabIndex = 11;
466  this.pictureBoxBackGroundColor.TabStop = false;
467  this.pictureBoxBackGroundColor.Click += new System.EventHandler(this.pictureBoxBackGroundColor_Click);
468  //
469  // labelBorderColor
470  //
471  this.labelBorderColor.AutoSize = true;
472  this.labelBorderColor.Location = new System.Drawing.Point(323, 187);
473  this.labelBorderColor.Name = "labelBorderColor";
474  this.labelBorderColor.Size = new System.Drawing.Size(57, 12);
475  this.labelBorderColor.TabIndex = 14;
476  this.labelBorderColor.Text = "マス枠の色";
477  //
478  // pictureBoxBorderColor
479  //
480  this.pictureBoxBorderColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
481  this.pictureBoxBorderColor.Location = new System.Drawing.Point(326, 202);
482  this.pictureBoxBorderColor.Name = "pictureBoxBorderColor";
483  this.pictureBoxBorderColor.Size = new System.Drawing.Size(50, 50);
484  this.pictureBoxBorderColor.TabIndex = 13;
485  this.pictureBoxBorderColor.TabStop = false;
486  this.pictureBoxBorderColor.Click += new System.EventHandler(this.pictureBoxBorderColor_Click);
487  //
488  // buttonSave
489  //
490  this.buttonSave.Location = new System.Drawing.Point(325, 266);
491  this.buttonSave.Name = "buttonSave";
492  this.buttonSave.Size = new System.Drawing.Size(75, 23);
493  this.buttonSave.TabIndex = 15;
494  this.buttonSave.Text = "保存";
495  this.buttonSave.UseVisualStyleBackColor = true;
496  this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
497  //
498  // buttonCancel
499  //
500  this.buttonCancel.Location = new System.Drawing.Point(420, 266);
501  this.buttonCancel.Name = "buttonCancel";
502  this.buttonCancel.Size = new System.Drawing.Size(75, 23);
503  this.buttonCancel.TabIndex = 16;
504  this.buttonCancel.Text = "キャンセル";
505  this.buttonCancel.UseVisualStyleBackColor = true;
506  this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
507  //
508  // buttonDefault
509  //
510  this.buttonDefault.Location = new System.Drawing.Point(180, 266);
511  this.buttonDefault.Name = "buttonDefault";
512  this.buttonDefault.Size = new System.Drawing.Size(124, 23);
513  this.buttonDefault.TabIndex = 17;
514  this.buttonDefault.Text = "デフォルト設定に戻す";
515  this.buttonDefault.UseVisualStyleBackColor = true;
516  this.buttonDefault.Click += new System.EventHandler(this.buttonDefault_Click);
517  //
518  // SettingForm
519  //
520  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
521  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
522  this.ClientSize = new System.Drawing.Size(514, 301);
523  this.Controls.Add(this.buttonDefault);
524  this.Controls.Add(this.buttonCancel);
525  this.Controls.Add(this.buttonSave);
526  this.Controls.Add(this.labelBorderColor);
527  this.Controls.Add(this.pictureBoxBorderColor);
528  this.Controls.Add(this.labelBackGroundColor);
529  this.Controls.Add(this.pictureBoxBackGroundColor);
530  this.Controls.Add(this.labelPlayerColor2);
531  this.Controls.Add(this.pictureBoxPlayerColor2);
532  this.Controls.Add(this.labelPlayerColor1);
533  this.Controls.Add(this.pictureBoxPlayerColor1);
534  this.Controls.Add(this.groupBoxMasuCntMenu);
535  this.Controls.Add(this.groupBoxEndAnim);
536  this.Controls.Add(this.groupBoxGameSpd);
537  this.Controls.Add(this.groupBoxAssist);
538  this.Controls.Add(this.groupBoxPlayer);
539  this.Controls.Add(this.groupBoxType);
540  this.Controls.Add(this.groupBoxMode);
541  this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
542  this.Name = "SettingForm";
543  this.Text = "Setting";
544  this.groupBoxMode.ResumeLayout(false);
545  this.groupBoxMode.PerformLayout();
546  this.groupBoxType.ResumeLayout(false);
547  this.groupBoxType.PerformLayout();
548  this.groupBoxPlayer.ResumeLayout(false);
549  this.groupBoxPlayer.PerformLayout();
550  this.groupBoxAssist.ResumeLayout(false);
551  this.groupBoxAssist.PerformLayout();
552  this.groupBoxGameSpd.ResumeLayout(false);
553  this.groupBoxGameSpd.PerformLayout();
554  this.groupBoxEndAnim.ResumeLayout(false);
555  this.groupBoxEndAnim.PerformLayout();
556  this.groupBoxMasuCntMenu.ResumeLayout(false);
557  this.groupBoxMasuCntMenu.PerformLayout();
558  ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPlayerColor1)).EndInit();
559  ((System.ComponentModel.ISupportInitialize)(this.pictureBoxPlayerColor2)).EndInit();
560  ((System.ComponentModel.ISupportInitialize)(this.pictureBoxBackGroundColor)).EndInit();
561  ((System.ComponentModel.ISupportInitialize)(this.pictureBoxBorderColor)).EndInit();
562  this.ResumeLayout(false);
563  this.PerformLayout();
564 
565  }
566 
567  #endregion
568 
569  private System.Windows.Forms.GroupBox groupBoxMode;
570  private System.Windows.Forms.RadioButton radioButtonMode2;
571  private System.Windows.Forms.RadioButton radioButtonMode1;
572  private System.Windows.Forms.RadioButton radioButtonType2;
573  private System.Windows.Forms.GroupBox groupBoxType;
574  private System.Windows.Forms.RadioButton radioButtonType3;
575  private System.Windows.Forms.RadioButton radioButtonType1;
576  private System.Windows.Forms.RadioButton radioButtonPlayer2;
577  private System.Windows.Forms.RadioButton radioButtonPlayer1;
578  private System.Windows.Forms.GroupBox groupBoxPlayer;
579  private System.Windows.Forms.RadioButton radioButtonAssist2;
580  private System.Windows.Forms.RadioButton radioButtonAssist1;
581  private System.Windows.Forms.GroupBox groupBoxAssist;
582  private System.Windows.Forms.RadioButton radioButtonGameSpd3;
583  private System.Windows.Forms.RadioButton radioButtonGameSpd2;
584  private System.Windows.Forms.RadioButton radioButtonGameSpd1;
585  private System.Windows.Forms.GroupBox groupBoxGameSpd;
586  private System.Windows.Forms.RadioButton radioButtonEndAnim2;
587  private System.Windows.Forms.RadioButton radioButtonEndAnim1;
588  private System.Windows.Forms.GroupBox groupBoxEndAnim;
589  private System.Windows.Forms.GroupBox groupBoxMasuCntMenu;
590  private System.Windows.Forms.RadioButton radioButtonMasuCntMenu8;
591  private System.Windows.Forms.RadioButton radioButtonMasuCntMenu7;
592  private System.Windows.Forms.RadioButton radioButtonMasuCntMenu6;
593  private System.Windows.Forms.RadioButton radioButtonMasuCntMenu3;
594  private System.Windows.Forms.RadioButton radioButtonMasuCntMenu5;
595  private System.Windows.Forms.RadioButton radioButtonMasuCntMenu2;
596  private System.Windows.Forms.RadioButton radioButtonMasuCntMenu4;
597  private System.Windows.Forms.RadioButton radioButtonMasuCntMenu1;
598  private System.Windows.Forms.PictureBox pictureBoxPlayerColor1;
599  private System.Windows.Forms.Label labelPlayerColor1;
600  private System.Windows.Forms.Label labelPlayerColor2;
601  private System.Windows.Forms.PictureBox pictureBoxPlayerColor2;
602  private System.Windows.Forms.Label labelBackGroundColor;
603  private System.Windows.Forms.PictureBox pictureBoxBackGroundColor;
604  private System.Windows.Forms.Label labelBorderColor;
605  private System.Windows.Forms.PictureBox pictureBoxBorderColor;
606  private System.Windows.Forms.Button buttonSave;
607  private System.Windows.Forms.Button buttonCancel;
608  private System.Windows.Forms.Button buttonDefault;
609  }
610 }
void pictureBoxPlayerColor1_Click(object sender, EventArgs e)
プレイヤー1の色クリック
Definition: SettingForm.cs:338
override void Dispose(bool disposing)
Clean up any resources being used.
System.ComponentModel.IContainer components
Required designer variable.
void buttonSave_Click(object sender, EventArgs e)
保存ボタンクリック
Definition: SettingForm.cs:450
void buttonCancel_Click(object sender, EventArgs e)
プレイヤー2の色クリック
Definition: SettingForm.cs:466
void InitializeComponent()
Required method for Designer support - do not modify the contents of this method with the code editor...
SettingFormクラス
Definition: SettingForm.cs:35