OSDN Git Service

#28821 DTXC:DTXManiaをViewerにしたときに、DTXC側から、GRモード, TimeStretch, VSyncWaitの設定ができるようにした。
[dtxmania/dtxmania.git] / DTXCreatorプロジェクト / コード / 03.オプション関連 / Cオプションダイアログ.Designer.cs
1 namespace DTXCreator.オプション関連\r
2 {\r
3         partial class Cオプションダイアログ\r
4         {\r
5                 /// <summary>\r
6                 /// 必要なデザイナ変数です。\r
7                 /// </summary>\r
8                 private System.ComponentModel.IContainer components = null;\r
9 \r
10                 /// <summary>\r
11                 /// 使用中のリソースをすべてクリーンアップします。\r
12                 /// </summary>\r
13                 /// <param name="disposing">マネージ リソースが破棄される場合 true、破棄されない場合は false です。</param>\r
14                 protected override void Dispose( bool disposing )\r
15                 {\r
16                         if( disposing && ( components != null ) )\r
17                         {\r
18                                 components.Dispose();\r
19                         }\r
20                         base.Dispose( disposing );\r
21                 }\r
22 \r
23                 #region Windows フォーム デザイナで生成されたコード\r
24 \r
25                 /// <summary>\r
26                 /// デザイナ サポートに必要なメソッドです。このメソッドの内容を\r
27                 /// コード エディタで変更しないでください。\r
28                 /// </summary>\r
29                 private void InitializeComponent()\r
30                 {\r
31                         System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager( typeof( Cオプションダイアログ ) );\r
32                         this.tabPage全般 = new System.Windows.Forms.TabPage();\r
33                         this.checkBoxPlaySoundOnChip = new System.Windows.Forms.CheckBox();\r
34                         this.checkBoxPreviewBGM = new System.Windows.Forms.CheckBox();\r
35                         this.checkBoxオートフォーカス = new System.Windows.Forms.CheckBox();\r
36                         this.label個まで表示する = new System.Windows.Forms.Label();\r
37                         this.checkBox最近使用したファイル = new System.Windows.Forms.CheckBox();\r
38                         this.numericUpDown最近使用したファイルの最大表示個数 = new System.Windows.Forms.NumericUpDown();\r
39                         this.tabControlオプション = new System.Windows.Forms.TabControl();\r
40                         this.tabPageLanes = new System.Windows.Forms.TabPage();\r
41                         this.labelSelectLanes = new System.Windows.Forms.Label();\r
42                         this.checkedListBoxLaneSelectList = new System.Windows.Forms.CheckedListBox();\r
43                         this.tabPageViewer = new System.Windows.Forms.TabPage();\r
44                         this.groupBox_SelectViewer = new System.Windows.Forms.GroupBox();\r
45                         this.groupBox_DTXManiaSettings = new System.Windows.Forms.GroupBox();\r
46                         this.label1 = new System.Windows.Forms.Label();\r
47                         this.checkBox_TimeStretch = new System.Windows.Forms.CheckBox();\r
48                         this.checkBox_VSyncWait = new System.Windows.Forms.CheckBox();\r
49                         this.checkBox_GRmode = new System.Windows.Forms.CheckBox();\r
50                         this.groupBox_SoundDeviceSettings = new System.Windows.Forms.GroupBox();\r
51                         this.label_Notice = new System.Windows.Forms.Label();\r
52                         this.radioButton_DirectSound = new System.Windows.Forms.RadioButton();\r
53                         this.radioButton_WASAPI = new System.Windows.Forms.RadioButton();\r
54                         this.comboBox_ASIOdevices = new System.Windows.Forms.ComboBox();\r
55                         this.radioButton_ASIO = new System.Windows.Forms.RadioButton();\r
56                         this.radioButton_UseDTXViewer = new System.Windows.Forms.RadioButton();\r
57                         this.radioButton_UseDTXManiaGR = new System.Windows.Forms.RadioButton();\r
58                         this.button1 = new System.Windows.Forms.Button();\r
59                         this.buttonOK = new System.Windows.Forms.Button();\r
60                         this.tabPage全般.SuspendLayout();\r
61                         ( (System.ComponentModel.ISupportInitialize) ( this.numericUpDown最近使用したファイルの最大表示個数 ) ).BeginInit();\r
62                         this.tabControlオプション.SuspendLayout();\r
63                         this.tabPageLanes.SuspendLayout();\r
64                         this.tabPageViewer.SuspendLayout();\r
65                         this.groupBox_SelectViewer.SuspendLayout();\r
66                         this.groupBox_DTXManiaSettings.SuspendLayout();\r
67                         this.groupBox_SoundDeviceSettings.SuspendLayout();\r
68                         this.SuspendLayout();\r
69                         // \r
70                         // tabPage全般\r
71                         // \r
72                         this.tabPage全般.AccessibleDescription = null;\r
73                         this.tabPage全般.AccessibleName = null;\r
74                         resources.ApplyResources( this.tabPage全般, "tabPage全般" );\r
75                         this.tabPage全般.BackgroundImage = null;\r
76                         this.tabPage全般.Controls.Add( this.checkBoxPlaySoundOnChip );\r
77                         this.tabPage全般.Controls.Add( this.checkBoxPreviewBGM );\r
78                         this.tabPage全般.Controls.Add( this.checkBoxオートフォーカス );\r
79                         this.tabPage全般.Controls.Add( this.label個まで表示する );\r
80                         this.tabPage全般.Controls.Add( this.checkBox最近使用したファイル );\r
81                         this.tabPage全般.Controls.Add( this.numericUpDown最近使用したファイルの最大表示個数 );\r
82                         this.tabPage全般.Font = null;\r
83                         this.tabPage全般.Name = "tabPage全般";\r
84                         this.tabPage全般.UseVisualStyleBackColor = true;\r
85                         // \r
86                         // checkBoxPlaySoundOnChip\r
87                         // \r
88                         this.checkBoxPlaySoundOnChip.AccessibleDescription = null;\r
89                         this.checkBoxPlaySoundOnChip.AccessibleName = null;\r
90                         resources.ApplyResources( this.checkBoxPlaySoundOnChip, "checkBoxPlaySoundOnChip" );\r
91                         this.checkBoxPlaySoundOnChip.BackgroundImage = null;\r
92                         this.checkBoxPlaySoundOnChip.Font = null;\r
93                         this.checkBoxPlaySoundOnChip.Name = "checkBoxPlaySoundOnChip";\r
94                         this.checkBoxPlaySoundOnChip.UseVisualStyleBackColor = true;\r
95                         // \r
96                         // checkBoxPreviewBGM\r
97                         // \r
98                         this.checkBoxPreviewBGM.AccessibleDescription = null;\r
99                         this.checkBoxPreviewBGM.AccessibleName = null;\r
100                         resources.ApplyResources( this.checkBoxPreviewBGM, "checkBoxPreviewBGM" );\r
101                         this.checkBoxPreviewBGM.BackgroundImage = null;\r
102                         this.checkBoxPreviewBGM.Font = null;\r
103                         this.checkBoxPreviewBGM.Name = "checkBoxPreviewBGM";\r
104                         this.checkBoxPreviewBGM.UseVisualStyleBackColor = true;\r
105                         // \r
106                         // checkBoxオートフォーカス\r
107                         // \r
108                         this.checkBoxオートフォーカス.AccessibleDescription = null;\r
109                         this.checkBoxオートフォーカス.AccessibleName = null;\r
110                         resources.ApplyResources( this.checkBoxオートフォーカス, "checkBoxオートフォーカス" );\r
111                         this.checkBoxオートフォーカス.BackgroundImage = null;\r
112                         this.checkBoxオートフォーカス.Font = null;\r
113                         this.checkBoxオートフォーカス.Name = "checkBoxオートフォーカス";\r
114                         this.checkBoxオートフォーカス.UseVisualStyleBackColor = true;\r
115                         // \r
116                         // label個まで表示する\r
117                         // \r
118                         this.label個まで表示する.AccessibleDescription = null;\r
119                         this.label個まで表示する.AccessibleName = null;\r
120                         resources.ApplyResources( this.label個まで表示する, "label個まで表示する" );\r
121                         this.label個まで表示する.Font = null;\r
122                         this.label個まで表示する.Name = "label個まで表示する";\r
123                         // \r
124                         // checkBox最近使用したファイル\r
125                         // \r
126                         this.checkBox最近使用したファイル.AccessibleDescription = null;\r
127                         this.checkBox最近使用したファイル.AccessibleName = null;\r
128                         resources.ApplyResources( this.checkBox最近使用したファイル, "checkBox最近使用したファイル" );\r
129                         this.checkBox最近使用したファイル.BackgroundImage = null;\r
130                         this.checkBox最近使用したファイル.Font = null;\r
131                         this.checkBox最近使用したファイル.Name = "checkBox最近使用したファイル";\r
132                         this.checkBox最近使用したファイル.UseVisualStyleBackColor = true;\r
133                         // \r
134                         // numericUpDown最近使用したファイルの最大表示個数\r
135                         // \r
136                         this.numericUpDown最近使用したファイルの最大表示個数.AccessibleDescription = null;\r
137                         this.numericUpDown最近使用したファイルの最大表示個数.AccessibleName = null;\r
138                         resources.ApplyResources( this.numericUpDown最近使用したファイルの最大表示個数, "numericUpDown最近使用したファイルの最大表示個数" );\r
139                         this.numericUpDown最近使用したファイルの最大表示個数.Font = null;\r
140                         this.numericUpDown最近使用したファイルの最大表示個数.Maximum = new decimal( new int[] {\r
141             10,\r
142             0,\r
143             0,\r
144             0} );\r
145                         this.numericUpDown最近使用したファイルの最大表示個数.Minimum = new decimal( new int[] {\r
146             1,\r
147             0,\r
148             0,\r
149             0} );\r
150                         this.numericUpDown最近使用したファイルの最大表示個数.Name = "numericUpDown最近使用したファイルの最大表示個数";\r
151                         this.numericUpDown最近使用したファイルの最大表示個数.Value = new decimal( new int[] {\r
152             1,\r
153             0,\r
154             0,\r
155             0} );\r
156                         // \r
157                         // tabControlオプション\r
158                         // \r
159                         this.tabControlオプション.AccessibleDescription = null;\r
160                         this.tabControlオプション.AccessibleName = null;\r
161                         resources.ApplyResources( this.tabControlオプション, "tabControlオプション" );\r
162                         this.tabControlオプション.BackgroundImage = null;\r
163                         this.tabControlオプション.Controls.Add( this.tabPage全般 );\r
164                         this.tabControlオプション.Controls.Add( this.tabPageLanes );\r
165                         this.tabControlオプション.Controls.Add( this.tabPageViewer );\r
166                         this.tabControlオプション.Font = null;\r
167                         this.tabControlオプション.Name = "tabControlオプション";\r
168                         this.tabControlオプション.SelectedIndex = 0;\r
169                         this.tabControlオプション.KeyDown += new System.Windows.Forms.KeyEventHandler( this.tabControlオプション_KeyDown );\r
170                         // \r
171                         // tabPageLanes\r
172                         // \r
173                         this.tabPageLanes.AccessibleDescription = null;\r
174                         this.tabPageLanes.AccessibleName = null;\r
175                         resources.ApplyResources( this.tabPageLanes, "tabPageLanes" );\r
176                         this.tabPageLanes.BackgroundImage = null;\r
177                         this.tabPageLanes.Controls.Add( this.labelSelectLanes );\r
178                         this.tabPageLanes.Controls.Add( this.checkedListBoxLaneSelectList );\r
179                         this.tabPageLanes.Font = null;\r
180                         this.tabPageLanes.Name = "tabPageLanes";\r
181                         this.tabPageLanes.UseVisualStyleBackColor = true;\r
182                         // \r
183                         // labelSelectLanes\r
184                         // \r
185                         this.labelSelectLanes.AccessibleDescription = null;\r
186                         this.labelSelectLanes.AccessibleName = null;\r
187                         resources.ApplyResources( this.labelSelectLanes, "labelSelectLanes" );\r
188                         this.labelSelectLanes.Font = null;\r
189                         this.labelSelectLanes.Name = "labelSelectLanes";\r
190                         // \r
191                         // checkedListBoxLaneSelectList\r
192                         // \r
193                         this.checkedListBoxLaneSelectList.AccessibleDescription = null;\r
194                         this.checkedListBoxLaneSelectList.AccessibleName = null;\r
195                         resources.ApplyResources( this.checkedListBoxLaneSelectList, "checkedListBoxLaneSelectList" );\r
196                         this.checkedListBoxLaneSelectList.BackgroundImage = null;\r
197                         this.checkedListBoxLaneSelectList.CheckOnClick = true;\r
198                         this.checkedListBoxLaneSelectList.Font = null;\r
199                         this.checkedListBoxLaneSelectList.FormattingEnabled = true;\r
200                         this.checkedListBoxLaneSelectList.Name = "checkedListBoxLaneSelectList";\r
201                         // \r
202                         // tabPageViewer\r
203                         // \r
204                         this.tabPageViewer.AccessibleDescription = null;\r
205                         this.tabPageViewer.AccessibleName = null;\r
206                         resources.ApplyResources( this.tabPageViewer, "tabPageViewer" );\r
207                         this.tabPageViewer.BackgroundImage = null;\r
208                         this.tabPageViewer.Controls.Add( this.groupBox_SelectViewer );\r
209                         this.tabPageViewer.Font = null;\r
210                         this.tabPageViewer.Name = "tabPageViewer";\r
211                         this.tabPageViewer.UseVisualStyleBackColor = true;\r
212                         // \r
213                         // groupBox_SelectViewer\r
214                         // \r
215                         this.groupBox_SelectViewer.AccessibleDescription = null;\r
216                         this.groupBox_SelectViewer.AccessibleName = null;\r
217                         resources.ApplyResources( this.groupBox_SelectViewer, "groupBox_SelectViewer" );\r
218                         this.groupBox_SelectViewer.BackgroundImage = null;\r
219                         this.groupBox_SelectViewer.Controls.Add( this.groupBox_DTXManiaSettings );\r
220                         this.groupBox_SelectViewer.Controls.Add( this.groupBox_SoundDeviceSettings );\r
221                         this.groupBox_SelectViewer.Controls.Add( this.radioButton_UseDTXViewer );\r
222                         this.groupBox_SelectViewer.Controls.Add( this.radioButton_UseDTXManiaGR );\r
223                         this.groupBox_SelectViewer.Font = null;\r
224                         this.groupBox_SelectViewer.Name = "groupBox_SelectViewer";\r
225                         this.groupBox_SelectViewer.TabStop = false;\r
226                         // \r
227                         // groupBox_DTXManiaSettings\r
228                         // \r
229                         this.groupBox_DTXManiaSettings.AccessibleDescription = null;\r
230                         this.groupBox_DTXManiaSettings.AccessibleName = null;\r
231                         resources.ApplyResources( this.groupBox_DTXManiaSettings, "groupBox_DTXManiaSettings" );\r
232                         this.groupBox_DTXManiaSettings.BackgroundImage = null;\r
233                         this.groupBox_DTXManiaSettings.Controls.Add( this.label1 );\r
234                         this.groupBox_DTXManiaSettings.Controls.Add( this.checkBox_TimeStretch );\r
235                         this.groupBox_DTXManiaSettings.Controls.Add( this.checkBox_VSyncWait );\r
236                         this.groupBox_DTXManiaSettings.Controls.Add( this.checkBox_GRmode );\r
237                         this.groupBox_DTXManiaSettings.Font = null;\r
238                         this.groupBox_DTXManiaSettings.Name = "groupBox_DTXManiaSettings";\r
239                         this.groupBox_DTXManiaSettings.TabStop = false;\r
240                         // \r
241                         // label1\r
242                         // \r
243                         this.label1.AccessibleDescription = null;\r
244                         this.label1.AccessibleName = null;\r
245                         resources.ApplyResources( this.label1, "label1" );\r
246                         this.label1.Font = null;\r
247                         this.label1.Name = "label1";\r
248                         // \r
249                         // checkBox_TimeStretch\r
250                         // \r
251                         this.checkBox_TimeStretch.AccessibleDescription = null;\r
252                         this.checkBox_TimeStretch.AccessibleName = null;\r
253                         resources.ApplyResources( this.checkBox_TimeStretch, "checkBox_TimeStretch" );\r
254                         this.checkBox_TimeStretch.BackgroundImage = null;\r
255                         this.checkBox_TimeStretch.Font = null;\r
256                         this.checkBox_TimeStretch.Name = "checkBox_TimeStretch";\r
257                         this.checkBox_TimeStretch.UseVisualStyleBackColor = true;\r
258                         // \r
259                         // checkBox_VSyncWait\r
260                         // \r
261                         this.checkBox_VSyncWait.AccessibleDescription = null;\r
262                         this.checkBox_VSyncWait.AccessibleName = null;\r
263                         resources.ApplyResources( this.checkBox_VSyncWait, "checkBox_VSyncWait" );\r
264                         this.checkBox_VSyncWait.BackgroundImage = null;\r
265                         this.checkBox_VSyncWait.Font = null;\r
266                         this.checkBox_VSyncWait.Name = "checkBox_VSyncWait";\r
267                         this.checkBox_VSyncWait.UseVisualStyleBackColor = true;\r
268                         // \r
269                         // checkBox_GRmode\r
270                         // \r
271                         this.checkBox_GRmode.AccessibleDescription = null;\r
272                         this.checkBox_GRmode.AccessibleName = null;\r
273                         resources.ApplyResources( this.checkBox_GRmode, "checkBox_GRmode" );\r
274                         this.checkBox_GRmode.BackgroundImage = null;\r
275                         this.checkBox_GRmode.Font = null;\r
276                         this.checkBox_GRmode.Name = "checkBox_GRmode";\r
277                         this.checkBox_GRmode.UseVisualStyleBackColor = true;\r
278                         // \r
279                         // groupBox_SoundDeviceSettings\r
280                         // \r
281                         this.groupBox_SoundDeviceSettings.AccessibleDescription = null;\r
282                         this.groupBox_SoundDeviceSettings.AccessibleName = null;\r
283                         resources.ApplyResources( this.groupBox_SoundDeviceSettings, "groupBox_SoundDeviceSettings" );\r
284                         this.groupBox_SoundDeviceSettings.BackgroundImage = null;\r
285                         this.groupBox_SoundDeviceSettings.Controls.Add( this.label_Notice );\r
286                         this.groupBox_SoundDeviceSettings.Controls.Add( this.radioButton_DirectSound );\r
287                         this.groupBox_SoundDeviceSettings.Controls.Add( this.radioButton_WASAPI );\r
288                         this.groupBox_SoundDeviceSettings.Controls.Add( this.comboBox_ASIOdevices );\r
289                         this.groupBox_SoundDeviceSettings.Controls.Add( this.radioButton_ASIO );\r
290                         this.groupBox_SoundDeviceSettings.Font = null;\r
291                         this.groupBox_SoundDeviceSettings.Name = "groupBox_SoundDeviceSettings";\r
292                         this.groupBox_SoundDeviceSettings.TabStop = false;\r
293                         // \r
294                         // label_Notice\r
295                         // \r
296                         this.label_Notice.AccessibleDescription = null;\r
297                         this.label_Notice.AccessibleName = null;\r
298                         resources.ApplyResources( this.label_Notice, "label_Notice" );\r
299                         this.label_Notice.AutoEllipsis = true;\r
300                         this.label_Notice.Font = null;\r
301                         this.label_Notice.Name = "label_Notice";\r
302                         // \r
303                         // radioButton_DirectSound\r
304                         // \r
305                         this.radioButton_DirectSound.AccessibleDescription = null;\r
306                         this.radioButton_DirectSound.AccessibleName = null;\r
307                         resources.ApplyResources( this.radioButton_DirectSound, "radioButton_DirectSound" );\r
308                         this.radioButton_DirectSound.BackgroundImage = null;\r
309                         this.radioButton_DirectSound.Font = null;\r
310                         this.radioButton_DirectSound.Name = "radioButton_DirectSound";\r
311                         this.radioButton_DirectSound.TabStop = true;\r
312                         this.radioButton_DirectSound.UseVisualStyleBackColor = true;\r
313                         this.radioButton_DirectSound.CheckedChanged += new System.EventHandler( this.radioButton_DirectSound_CheckedChanged );\r
314                         // \r
315                         // radioButton_WASAPI\r
316                         // \r
317                         this.radioButton_WASAPI.AccessibleDescription = null;\r
318                         this.radioButton_WASAPI.AccessibleName = null;\r
319                         resources.ApplyResources( this.radioButton_WASAPI, "radioButton_WASAPI" );\r
320                         this.radioButton_WASAPI.BackgroundImage = null;\r
321                         this.radioButton_WASAPI.Font = null;\r
322                         this.radioButton_WASAPI.Name = "radioButton_WASAPI";\r
323                         this.radioButton_WASAPI.TabStop = true;\r
324                         this.radioButton_WASAPI.UseVisualStyleBackColor = true;\r
325                         this.radioButton_WASAPI.CheckedChanged += new System.EventHandler( this.radioButton_WASAPI_CheckedChanged );\r
326                         // \r
327                         // comboBox_ASIOdevices\r
328                         // \r
329                         this.comboBox_ASIOdevices.AccessibleDescription = null;\r
330                         this.comboBox_ASIOdevices.AccessibleName = null;\r
331                         resources.ApplyResources( this.comboBox_ASIOdevices, "comboBox_ASIOdevices" );\r
332                         this.comboBox_ASIOdevices.BackgroundImage = null;\r
333                         this.comboBox_ASIOdevices.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
334                         this.comboBox_ASIOdevices.Font = null;\r
335                         this.comboBox_ASIOdevices.FormattingEnabled = true;\r
336                         this.comboBox_ASIOdevices.Name = "comboBox_ASIOdevices";\r
337                         // \r
338                         // radioButton_ASIO\r
339                         // \r
340                         this.radioButton_ASIO.AccessibleDescription = null;\r
341                         this.radioButton_ASIO.AccessibleName = null;\r
342                         resources.ApplyResources( this.radioButton_ASIO, "radioButton_ASIO" );\r
343                         this.radioButton_ASIO.BackgroundImage = null;\r
344                         this.radioButton_ASIO.Font = null;\r
345                         this.radioButton_ASIO.Name = "radioButton_ASIO";\r
346                         this.radioButton_ASIO.TabStop = true;\r
347                         this.radioButton_ASIO.UseVisualStyleBackColor = true;\r
348                         this.radioButton_ASIO.CheckedChanged += new System.EventHandler( this.radioButton_ASIO_CheckedChanged );\r
349                         // \r
350                         // radioButton_UseDTXViewer\r
351                         // \r
352                         this.radioButton_UseDTXViewer.AccessibleDescription = null;\r
353                         this.radioButton_UseDTXViewer.AccessibleName = null;\r
354                         resources.ApplyResources( this.radioButton_UseDTXViewer, "radioButton_UseDTXViewer" );\r
355                         this.radioButton_UseDTXViewer.BackgroundImage = null;\r
356                         this.radioButton_UseDTXViewer.Font = null;\r
357                         this.radioButton_UseDTXViewer.Name = "radioButton_UseDTXViewer";\r
358                         this.radioButton_UseDTXViewer.TabStop = true;\r
359                         this.radioButton_UseDTXViewer.UseVisualStyleBackColor = true;\r
360                         this.radioButton_UseDTXViewer.CheckedChanged += new System.EventHandler( this.radioButton_UseDTXViewer_CheckedChanged );\r
361                         // \r
362                         // radioButton_UseDTXManiaGR\r
363                         // \r
364                         this.radioButton_UseDTXManiaGR.AccessibleDescription = null;\r
365                         this.radioButton_UseDTXManiaGR.AccessibleName = null;\r
366                         resources.ApplyResources( this.radioButton_UseDTXManiaGR, "radioButton_UseDTXManiaGR" );\r
367                         this.radioButton_UseDTXManiaGR.BackgroundImage = null;\r
368                         this.radioButton_UseDTXManiaGR.Font = null;\r
369                         this.radioButton_UseDTXManiaGR.Name = "radioButton_UseDTXManiaGR";\r
370                         this.radioButton_UseDTXManiaGR.TabStop = true;\r
371                         this.radioButton_UseDTXManiaGR.UseVisualStyleBackColor = true;\r
372                         this.radioButton_UseDTXManiaGR.CheckedChanged += new System.EventHandler( this.radioButton_UseDTXManiaGR_CheckedChanged );\r
373                         // \r
374                         // button1\r
375                         // \r
376                         this.button1.AccessibleDescription = null;\r
377                         this.button1.AccessibleName = null;\r
378                         resources.ApplyResources( this.button1, "button1" );\r
379                         this.button1.BackgroundImage = null;\r
380                         this.button1.DialogResult = System.Windows.Forms.DialogResult.Cancel;\r
381                         this.button1.Font = null;\r
382                         this.button1.Name = "button1";\r
383                         this.button1.UseVisualStyleBackColor = true;\r
384                         // \r
385                         // buttonOK\r
386                         // \r
387                         this.buttonOK.AccessibleDescription = null;\r
388                         this.buttonOK.AccessibleName = null;\r
389                         resources.ApplyResources( this.buttonOK, "buttonOK" );\r
390                         this.buttonOK.BackgroundImage = null;\r
391                         this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK;\r
392                         this.buttonOK.Font = null;\r
393                         this.buttonOK.Name = "buttonOK";\r
394                         this.buttonOK.UseVisualStyleBackColor = true;\r
395                         // \r
396                         // Cオプションダイアログ\r
397                         // \r
398                         this.AccessibleDescription = null;\r
399                         this.AccessibleName = null;\r
400                         resources.ApplyResources( this, "$this" );\r
401                         this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
402                         this.BackgroundImage = null;\r
403                         this.ControlBox = false;\r
404                         this.Controls.Add( this.buttonOK );\r
405                         this.Controls.Add( this.button1 );\r
406                         this.Controls.Add( this.tabControlオプション );\r
407                         this.Font = null;\r
408                         this.Icon = null;\r
409                         this.MaximizeBox = false;\r
410                         this.MinimizeBox = false;\r
411                         this.Name = "Cオプションダイアログ";\r
412                         this.KeyDown += new System.Windows.Forms.KeyEventHandler( this.Cオプションダイアログ_KeyDown );\r
413                         this.tabPage全般.ResumeLayout( false );\r
414                         this.tabPage全般.PerformLayout();\r
415                         ( (System.ComponentModel.ISupportInitialize) ( this.numericUpDown最近使用したファイルの最大表示個数 ) ).EndInit();\r
416                         this.tabControlオプション.ResumeLayout( false );\r
417                         this.tabPageLanes.ResumeLayout( false );\r
418                         this.tabPageLanes.PerformLayout();\r
419                         this.tabPageViewer.ResumeLayout( false );\r
420                         this.groupBox_SelectViewer.ResumeLayout( false );\r
421                         this.groupBox_SelectViewer.PerformLayout();\r
422                         this.groupBox_DTXManiaSettings.ResumeLayout( false );\r
423                         this.groupBox_DTXManiaSettings.PerformLayout();\r
424                         this.groupBox_SoundDeviceSettings.ResumeLayout( false );\r
425                         this.groupBox_SoundDeviceSettings.PerformLayout();\r
426                         this.ResumeLayout( false );\r
427 \r
428                 }\r
429 \r
430                 #endregion\r
431 \r
432                 private System.Windows.Forms.TabPage tabPage全般;\r
433                 internal System.Windows.Forms.CheckBox checkBoxオートフォーカス;\r
434                 private System.Windows.Forms.Label label個まで表示する;\r
435                 internal System.Windows.Forms.CheckBox checkBox最近使用したファイル;\r
436                 internal System.Windows.Forms.NumericUpDown numericUpDown最近使用したファイルの最大表示個数;\r
437                 private System.Windows.Forms.TabControl tabControlオプション;\r
438                 internal System.Windows.Forms.CheckBox checkBoxPreviewBGM;\r
439                 internal System.Windows.Forms.CheckBox checkBoxPlaySoundOnChip;\r
440                 private System.Windows.Forms.Button button1;\r
441                 private System.Windows.Forms.Button buttonOK;\r
442                 private System.Windows.Forms.TabPage tabPageLanes;\r
443                 internal System.Windows.Forms.CheckedListBox checkedListBoxLaneSelectList;\r
444                 private System.Windows.Forms.Label labelSelectLanes;\r
445                 private System.Windows.Forms.TabPage tabPageViewer;\r
446                 internal System.Windows.Forms.RadioButton radioButton_ASIO;\r
447                 internal System.Windows.Forms.RadioButton radioButton_WASAPI;\r
448                 internal System.Windows.Forms.RadioButton radioButton_DirectSound;\r
449                 internal System.Windows.Forms.RadioButton radioButton_UseDTXManiaGR;\r
450                 internal System.Windows.Forms.RadioButton radioButton_UseDTXViewer;\r
451                 private System.Windows.Forms.GroupBox groupBox_SelectViewer;\r
452                 internal System.Windows.Forms.ComboBox comboBox_ASIOdevices;\r
453                 private System.Windows.Forms.Label label_Notice;\r
454                 internal System.Windows.Forms.GroupBox groupBox_SoundDeviceSettings;\r
455                 private System.Windows.Forms.GroupBox groupBox_DTXManiaSettings;\r
456                 public System.Windows.Forms.CheckBox checkBox_GRmode;\r
457                 public System.Windows.Forms.CheckBox checkBox_TimeStretch;\r
458                 public System.Windows.Forms.CheckBox checkBox_VSyncWait;\r
459                 private System.Windows.Forms.Label label1;\r
460 \r
461         }\r
462 }