OSDN Git Service

#28263 DTX2WAV005:
[dtxmania/dtxmania.git] / DTX2WAV / Form1.Designer.cs
1 namespace DTX2WAV
2 {
3         partial class Main
4         {
5                 /// <summary>
6                 /// 必要なデザイナー変数です。
7                 /// </summary>
8                 private System.ComponentModel.IContainer components = null;
9
10                 /// <summary>
11                 /// 使用中のリソースをすべてクリーンアップします。
12                 /// </summary>
13                 /// <param name="disposing">マネージ リソースを破棄する場合は true を指定し、その他の場合は false を指定します。</param>
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 フォーム デザイナーで生成されたコード
24
25                 /// <summary>
26                 /// デザイナー サポートに必要なメソッドです。このメソッドの内容を
27                 /// コード エディターで変更しないでください。
28                 /// </summary>
29                 private void InitializeComponent()
30                 {
31                         this.components = new System.ComponentModel.Container();
32                         System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
33                         this.menuStrip1 = new System.Windows.Forms.MenuStrip();
34                         this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
35                         this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
36                         this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
37                         this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
38                         this.statusStrip1 = new System.Windows.Forms.StatusStrip();
39                         this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
40                         this.label1 = new System.Windows.Forms.Label();
41                         this.groupBox1 = new System.Windows.Forms.GroupBox();
42                         this.comboBox_AudioFormat = new System.Windows.Forms.ComboBox();
43                         this.label3 = new System.Windows.Forms.Label();
44                         this.button_BrowseAudio = new System.Windows.Forms.Button();
45                         this.textBox_BrowseAudio = new System.Windows.Forms.TextBox();
46                         this.label2 = new System.Windows.Forms.Label();
47                         this.button_browseDTX = new System.Windows.Forms.Button();
48                         this.textBox_BrowseDTX = new System.Windows.Forms.TextBox();
49                         this.tabControl1 = new System.Windows.Forms.TabControl();
50                         this.tabPage1 = new System.Windows.Forms.TabPage();
51                         this.button_Cancel = new System.Windows.Forms.Button();
52                         this.button_Convert = new System.Windows.Forms.Button();
53                         this.groupBox2 = new System.Windows.Forms.GroupBox();
54                         this.checkBox_MonitorSound = new System.Windows.Forms.CheckBox();
55                         this.numericUpDown_Master = new System.Windows.Forms.NumericUpDown();
56                         this.bindingSource_Master = new System.Windows.Forms.BindingSource(this.components);
57                         this.label9 = new System.Windows.Forms.Label();
58                         this.trackBar_Master = new System.Windows.Forms.TrackBar();
59                         this.numericUpDown_Bass = new System.Windows.Forms.NumericUpDown();
60                         this.bindingSource_Bass = new System.Windows.Forms.BindingSource(this.components);
61                         this.label8 = new System.Windows.Forms.Label();
62                         this.trackBar_Bass = new System.Windows.Forms.TrackBar();
63                         this.numericUpDown_Guitar = new System.Windows.Forms.NumericUpDown();
64                         this.bindingSource_Guitar = new System.Windows.Forms.BindingSource(this.components);
65                         this.label7 = new System.Windows.Forms.Label();
66                         this.trackBar_Guitar = new System.Windows.Forms.TrackBar();
67                         this.numericUpDown_Drums = new System.Windows.Forms.NumericUpDown();
68                         this.bindingSource_Drums = new System.Windows.Forms.BindingSource(this.components);
69                         this.label6 = new System.Windows.Forms.Label();
70                         this.trackBar_Drums = new System.Windows.Forms.TrackBar();
71                         this.numericUpDown_SE = new System.Windows.Forms.NumericUpDown();
72                         this.bindingSource_SE = new System.Windows.Forms.BindingSource(this.components);
73                         this.label5 = new System.Windows.Forms.Label();
74                         this.trackBar_SE = new System.Windows.Forms.TrackBar();
75                         this.numericUpDown_BGM = new System.Windows.Forms.NumericUpDown();
76                         this.bindingSource_BGM = new System.Windows.Forms.BindingSource(this.components);
77                         this.label4 = new System.Windows.Forms.Label();
78                         this.trackBar_BGM = new System.Windows.Forms.TrackBar();
79                         this.tabPage2 = new System.Windows.Forms.TabPage();
80                         this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
81                         this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
82                         this.menuStrip1.SuspendLayout();
83                         this.groupBox1.SuspendLayout();
84                         this.tabControl1.SuspendLayout();
85                         this.tabPage1.SuspendLayout();
86                         this.groupBox2.SuspendLayout();
87                         ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Master)).BeginInit();
88                         ((System.ComponentModel.ISupportInitialize)(this.bindingSource_Master)).BeginInit();
89                         ((System.ComponentModel.ISupportInitialize)(this.trackBar_Master)).BeginInit();
90                         ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Bass)).BeginInit();
91                         ((System.ComponentModel.ISupportInitialize)(this.bindingSource_Bass)).BeginInit();
92                         ((System.ComponentModel.ISupportInitialize)(this.trackBar_Bass)).BeginInit();
93                         ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Guitar)).BeginInit();
94                         ((System.ComponentModel.ISupportInitialize)(this.bindingSource_Guitar)).BeginInit();
95                         ((System.ComponentModel.ISupportInitialize)(this.trackBar_Guitar)).BeginInit();
96                         ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Drums)).BeginInit();
97                         ((System.ComponentModel.ISupportInitialize)(this.bindingSource_Drums)).BeginInit();
98                         ((System.ComponentModel.ISupportInitialize)(this.trackBar_Drums)).BeginInit();
99                         ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_SE)).BeginInit();
100                         ((System.ComponentModel.ISupportInitialize)(this.bindingSource_SE)).BeginInit();
101                         ((System.ComponentModel.ISupportInitialize)(this.trackBar_SE)).BeginInit();
102                         ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_BGM)).BeginInit();
103                         ((System.ComponentModel.ISupportInitialize)(this.bindingSource_BGM)).BeginInit();
104                         ((System.ComponentModel.ISupportInitialize)(this.trackBar_BGM)).BeginInit();
105                         this.SuspendLayout();
106                         // 
107                         // menuStrip1
108                         // 
109                         this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
110             this.toolStripMenuItem1,
111             this.editToolStripMenuItem,
112             this.helpToolStripMenuItem});
113                         resources.ApplyResources(this.menuStrip1, "menuStrip1");
114                         this.menuStrip1.Name = "menuStrip1";
115                         // 
116                         // toolStripMenuItem1
117                         // 
118                         this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
119             this.exitToolStripMenuItem});
120                         this.toolStripMenuItem1.Name = "toolStripMenuItem1";
121                         resources.ApplyResources(this.toolStripMenuItem1, "toolStripMenuItem1");
122                         // 
123                         // exitToolStripMenuItem
124                         // 
125                         this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
126                         resources.ApplyResources(this.exitToolStripMenuItem, "exitToolStripMenuItem");
127                         // 
128                         // editToolStripMenuItem
129                         // 
130                         this.editToolStripMenuItem.Name = "editToolStripMenuItem";
131                         resources.ApplyResources(this.editToolStripMenuItem, "editToolStripMenuItem");
132                         // 
133                         // helpToolStripMenuItem
134                         // 
135                         this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
136                         resources.ApplyResources(this.helpToolStripMenuItem, "helpToolStripMenuItem");
137                         // 
138                         // statusStrip1
139                         // 
140                         resources.ApplyResources(this.statusStrip1, "statusStrip1");
141                         this.statusStrip1.Name = "statusStrip1";
142                         // 
143                         // openFileDialog1
144                         // 
145                         this.openFileDialog1.FileName = "openFileDialog1";
146                         // 
147                         // label1
148                         // 
149                         resources.ApplyResources(this.label1, "label1");
150                         this.label1.Name = "label1";
151                         // 
152                         // groupBox1
153                         // 
154                         this.groupBox1.Controls.Add(this.comboBox_AudioFormat);
155                         this.groupBox1.Controls.Add(this.label3);
156                         this.groupBox1.Controls.Add(this.button_BrowseAudio);
157                         this.groupBox1.Controls.Add(this.textBox_BrowseAudio);
158                         this.groupBox1.Controls.Add(this.label2);
159                         this.groupBox1.Controls.Add(this.button_browseDTX);
160                         this.groupBox1.Controls.Add(this.textBox_BrowseDTX);
161                         this.groupBox1.Controls.Add(this.label1);
162                         resources.ApplyResources(this.groupBox1, "groupBox1");
163                         this.groupBox1.Name = "groupBox1";
164                         this.groupBox1.TabStop = false;
165                         // 
166                         // comboBox_AudioFormat
167                         // 
168                         this.comboBox_AudioFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
169                         this.comboBox_AudioFormat.FormattingEnabled = true;
170                         this.comboBox_AudioFormat.Items.AddRange(new object[] {
171             resources.GetString("comboBox_AudioFormat.Items"),
172             resources.GetString("comboBox_AudioFormat.Items1"),
173             resources.GetString("comboBox_AudioFormat.Items2")});
174                         resources.ApplyResources(this.comboBox_AudioFormat, "comboBox_AudioFormat");
175                         this.comboBox_AudioFormat.Name = "comboBox_AudioFormat";
176                         this.comboBox_AudioFormat.SelectedIndexChanged += new System.EventHandler(this.comboBox_AudioFormat_SelectedIndexChanged);
177                         // 
178                         // label3
179                         // 
180                         resources.ApplyResources(this.label3, "label3");
181                         this.label3.Name = "label3";
182                         // 
183                         // button_BrowseAudio
184                         // 
185                         resources.ApplyResources(this.button_BrowseAudio, "button_BrowseAudio");
186                         this.button_BrowseAudio.Name = "button_BrowseAudio";
187                         this.button_BrowseAudio.UseVisualStyleBackColor = true;
188                         this.button_BrowseAudio.Click += new System.EventHandler(this.button_browseWAV_Click);
189                         // 
190                         // textBox_BrowseAudio
191                         // 
192                         resources.ApplyResources(this.textBox_BrowseAudio, "textBox_BrowseAudio");
193                         this.textBox_BrowseAudio.Name = "textBox_BrowseAudio";
194                         // 
195                         // label2
196                         // 
197                         resources.ApplyResources(this.label2, "label2");
198                         this.label2.Name = "label2";
199                         // 
200                         // button_browseDTX
201                         // 
202                         resources.ApplyResources(this.button_browseDTX, "button_browseDTX");
203                         this.button_browseDTX.Name = "button_browseDTX";
204                         this.button_browseDTX.UseVisualStyleBackColor = true;
205                         this.button_browseDTX.Click += new System.EventHandler(this.button_browseDTX_Click);
206                         // 
207                         // textBox_BrowseDTX
208                         // 
209                         resources.ApplyResources(this.textBox_BrowseDTX, "textBox_BrowseDTX");
210                         this.textBox_BrowseDTX.Name = "textBox_BrowseDTX";
211                         // 
212                         // tabControl1
213                         // 
214                         this.tabControl1.Controls.Add(this.tabPage1);
215                         this.tabControl1.Controls.Add(this.tabPage2);
216                         resources.ApplyResources(this.tabControl1, "tabControl1");
217                         this.tabControl1.Name = "tabControl1";
218                         this.tabControl1.SelectedIndex = 0;
219                         // 
220                         // tabPage1
221                         // 
222                         this.tabPage1.Controls.Add(this.button_Cancel);
223                         this.tabPage1.Controls.Add(this.button_Convert);
224                         this.tabPage1.Controls.Add(this.groupBox2);
225                         this.tabPage1.Controls.Add(this.groupBox1);
226                         resources.ApplyResources(this.tabPage1, "tabPage1");
227                         this.tabPage1.Name = "tabPage1";
228                         this.tabPage1.UseVisualStyleBackColor = true;
229                         // 
230                         // button_Cancel
231                         // 
232                         resources.ApplyResources(this.button_Cancel, "button_Cancel");
233                         this.button_Cancel.Name = "button_Cancel";
234                         this.button_Cancel.UseVisualStyleBackColor = true;
235                         this.button_Cancel.Click += new System.EventHandler(this.button_Cancel_Click);
236                         // 
237                         // button_Convert
238                         // 
239                         resources.ApplyResources(this.button_Convert, "button_Convert");
240                         this.button_Convert.Name = "button_Convert";
241                         this.button_Convert.UseVisualStyleBackColor = true;
242                         this.button_Convert.Click += new System.EventHandler(this.button_Convert_Click);
243                         // 
244                         // groupBox2
245                         // 
246                         this.groupBox2.Controls.Add(this.checkBox_MonitorSound);
247                         this.groupBox2.Controls.Add(this.numericUpDown_Master);
248                         this.groupBox2.Controls.Add(this.label9);
249                         this.groupBox2.Controls.Add(this.trackBar_Master);
250                         this.groupBox2.Controls.Add(this.numericUpDown_Bass);
251                         this.groupBox2.Controls.Add(this.label8);
252                         this.groupBox2.Controls.Add(this.trackBar_Bass);
253                         this.groupBox2.Controls.Add(this.numericUpDown_Guitar);
254                         this.groupBox2.Controls.Add(this.label7);
255                         this.groupBox2.Controls.Add(this.trackBar_Guitar);
256                         this.groupBox2.Controls.Add(this.numericUpDown_Drums);
257                         this.groupBox2.Controls.Add(this.label6);
258                         this.groupBox2.Controls.Add(this.trackBar_Drums);
259                         this.groupBox2.Controls.Add(this.numericUpDown_SE);
260                         this.groupBox2.Controls.Add(this.label5);
261                         this.groupBox2.Controls.Add(this.trackBar_SE);
262                         this.groupBox2.Controls.Add(this.numericUpDown_BGM);
263                         this.groupBox2.Controls.Add(this.label4);
264                         this.groupBox2.Controls.Add(this.trackBar_BGM);
265                         resources.ApplyResources(this.groupBox2, "groupBox2");
266                         this.groupBox2.Name = "groupBox2";
267                         this.groupBox2.TabStop = false;
268                         // 
269                         // checkBox_MonitorSound
270                         // 
271                         resources.ApplyResources(this.checkBox_MonitorSound, "checkBox_MonitorSound");
272                         this.checkBox_MonitorSound.Checked = true;
273                         this.checkBox_MonitorSound.CheckState = System.Windows.Forms.CheckState.Checked;
274                         this.checkBox_MonitorSound.Name = "checkBox_MonitorSound";
275                         this.checkBox_MonitorSound.UseVisualStyleBackColor = true;
276                         // 
277                         // numericUpDown_Master
278                         // 
279                         this.numericUpDown_Master.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bindingSource_Master, "Value", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
280                         resources.ApplyResources(this.numericUpDown_Master, "numericUpDown_Master");
281                         this.numericUpDown_Master.Maximum = new decimal(new int[] {
282             200,
283             0,
284             0,
285             0});
286                         this.numericUpDown_Master.Name = "numericUpDown_Master";
287                         this.numericUpDown_Master.Value = new decimal(new int[] {
288             100,
289             0,
290             0,
291             0});
292                         // 
293                         // bindingSource_Master
294                         // 
295                         this.bindingSource_Master.DataSource = typeof(DTX2WAV.Main.VolumeSlider);
296                         // 
297                         // label9
298                         // 
299                         resources.ApplyResources(this.label9, "label9");
300                         this.label9.Name = "label9";
301                         // 
302                         // trackBar_Master
303                         // 
304                         resources.ApplyResources(this.trackBar_Master, "trackBar_Master");
305                         this.trackBar_Master.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bindingSource_Master, "Value", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
306                         this.trackBar_Master.LargeChange = 10;
307                         this.trackBar_Master.Maximum = 200;
308                         this.trackBar_Master.Name = "trackBar_Master";
309                         this.trackBar_Master.TickFrequency = 10;
310                         this.trackBar_Master.Value = 100;
311                         // 
312                         // numericUpDown_Bass
313                         // 
314                         this.numericUpDown_Bass.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bindingSource_Bass, "Value", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
315                         resources.ApplyResources(this.numericUpDown_Bass, "numericUpDown_Bass");
316                         this.numericUpDown_Bass.Maximum = new decimal(new int[] {
317             200,
318             0,
319             0,
320             0});
321                         this.numericUpDown_Bass.Name = "numericUpDown_Bass";
322                         this.numericUpDown_Bass.Value = new decimal(new int[] {
323             100,
324             0,
325             0,
326             0});
327                         // 
328                         // bindingSource_Bass
329                         // 
330                         this.bindingSource_Bass.DataSource = typeof(DTX2WAV.Main.VolumeSlider);
331                         // 
332                         // label8
333                         // 
334                         resources.ApplyResources(this.label8, "label8");
335                         this.label8.Name = "label8";
336                         // 
337                         // trackBar_Bass
338                         // 
339                         resources.ApplyResources(this.trackBar_Bass, "trackBar_Bass");
340                         this.trackBar_Bass.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bindingSource_Bass, "Value", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
341                         this.trackBar_Bass.LargeChange = 10;
342                         this.trackBar_Bass.Maximum = 200;
343                         this.trackBar_Bass.Name = "trackBar_Bass";
344                         this.trackBar_Bass.TickFrequency = 10;
345                         this.trackBar_Bass.Value = 100;
346                         // 
347                         // numericUpDown_Guitar
348                         // 
349                         this.numericUpDown_Guitar.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bindingSource_Guitar, "Value", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
350                         resources.ApplyResources(this.numericUpDown_Guitar, "numericUpDown_Guitar");
351                         this.numericUpDown_Guitar.Maximum = new decimal(new int[] {
352             200,
353             0,
354             0,
355             0});
356                         this.numericUpDown_Guitar.Name = "numericUpDown_Guitar";
357                         this.numericUpDown_Guitar.Value = new decimal(new int[] {
358             100,
359             0,
360             0,
361             0});
362                         // 
363                         // bindingSource_Guitar
364                         // 
365                         this.bindingSource_Guitar.DataSource = typeof(DTX2WAV.Main.VolumeSlider);
366                         // 
367                         // label7
368                         // 
369                         resources.ApplyResources(this.label7, "label7");
370                         this.label7.Name = "label7";
371                         // 
372                         // trackBar_Guitar
373                         // 
374                         resources.ApplyResources(this.trackBar_Guitar, "trackBar_Guitar");
375                         this.trackBar_Guitar.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bindingSource_Guitar, "Value", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
376                         this.trackBar_Guitar.LargeChange = 10;
377                         this.trackBar_Guitar.Maximum = 200;
378                         this.trackBar_Guitar.Name = "trackBar_Guitar";
379                         this.trackBar_Guitar.TickFrequency = 10;
380                         this.trackBar_Guitar.Value = 100;
381                         // 
382                         // numericUpDown_Drums
383                         // 
384                         this.numericUpDown_Drums.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bindingSource_Drums, "Value", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
385                         resources.ApplyResources(this.numericUpDown_Drums, "numericUpDown_Drums");
386                         this.numericUpDown_Drums.Maximum = new decimal(new int[] {
387             200,
388             0,
389             0,
390             0});
391                         this.numericUpDown_Drums.Name = "numericUpDown_Drums";
392                         this.numericUpDown_Drums.Value = new decimal(new int[] {
393             100,
394             0,
395             0,
396             0});
397                         // 
398                         // bindingSource_Drums
399                         // 
400                         this.bindingSource_Drums.DataSource = typeof(DTX2WAV.Main.VolumeSlider);
401                         // 
402                         // label6
403                         // 
404                         resources.ApplyResources(this.label6, "label6");
405                         this.label6.Name = "label6";
406                         // 
407                         // trackBar_Drums
408                         // 
409                         resources.ApplyResources(this.trackBar_Drums, "trackBar_Drums");
410                         this.trackBar_Drums.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bindingSource_Drums, "Value", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
411                         this.trackBar_Drums.LargeChange = 10;
412                         this.trackBar_Drums.Maximum = 200;
413                         this.trackBar_Drums.Name = "trackBar_Drums";
414                         this.trackBar_Drums.TickFrequency = 10;
415                         this.trackBar_Drums.Value = 100;
416                         // 
417                         // numericUpDown_SE
418                         // 
419                         this.numericUpDown_SE.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bindingSource_SE, "Value", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
420                         resources.ApplyResources(this.numericUpDown_SE, "numericUpDown_SE");
421                         this.numericUpDown_SE.Maximum = new decimal(new int[] {
422             200,
423             0,
424             0,
425             0});
426                         this.numericUpDown_SE.Name = "numericUpDown_SE";
427                         this.numericUpDown_SE.Value = new decimal(new int[] {
428             100,
429             0,
430             0,
431             0});
432                         // 
433                         // bindingSource_SE
434                         // 
435                         this.bindingSource_SE.DataSource = typeof(DTX2WAV.Main.VolumeSlider);
436                         // 
437                         // label5
438                         // 
439                         resources.ApplyResources(this.label5, "label5");
440                         this.label5.Name = "label5";
441                         // 
442                         // trackBar_SE
443                         // 
444                         resources.ApplyResources(this.trackBar_SE, "trackBar_SE");
445                         this.trackBar_SE.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bindingSource_SE, "Value", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
446                         this.trackBar_SE.LargeChange = 10;
447                         this.trackBar_SE.Maximum = 200;
448                         this.trackBar_SE.Name = "trackBar_SE";
449                         this.trackBar_SE.TickFrequency = 10;
450                         this.trackBar_SE.Value = 100;
451                         // 
452                         // numericUpDown_BGM
453                         // 
454                         this.numericUpDown_BGM.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bindingSource_BGM, "Value", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
455                         resources.ApplyResources(this.numericUpDown_BGM, "numericUpDown_BGM");
456                         this.numericUpDown_BGM.Maximum = new decimal(new int[] {
457             200,
458             0,
459             0,
460             0});
461                         this.numericUpDown_BGM.Name = "numericUpDown_BGM";
462                         this.numericUpDown_BGM.Value = new decimal(new int[] {
463             100,
464             0,
465             0,
466             0});
467                         // 
468                         // bindingSource_BGM
469                         // 
470                         this.bindingSource_BGM.DataSource = typeof(DTX2WAV.Main.VolumeSlider);
471                         // 
472                         // label4
473                         // 
474                         resources.ApplyResources(this.label4, "label4");
475                         this.label4.Name = "label4";
476                         // 
477                         // trackBar_BGM
478                         // 
479                         resources.ApplyResources(this.trackBar_BGM, "trackBar_BGM");
480                         this.trackBar_BGM.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bindingSource_BGM, "Value", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
481                         this.trackBar_BGM.LargeChange = 10;
482                         this.trackBar_BGM.Maximum = 200;
483                         this.trackBar_BGM.Name = "trackBar_BGM";
484                         this.trackBar_BGM.TickFrequency = 10;
485                         this.trackBar_BGM.Value = 100;
486                         // 
487                         // tabPage2
488                         // 
489                         resources.ApplyResources(this.tabPage2, "tabPage2");
490                         this.tabPage2.Name = "tabPage2";
491                         this.tabPage2.UseVisualStyleBackColor = true;
492                         // 
493                         // Main
494                         // 
495                         resources.ApplyResources(this, "$this");
496                         this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
497                         this.Controls.Add(this.tabControl1);
498                         this.Controls.Add(this.statusStrip1);
499                         this.Controls.Add(this.menuStrip1);
500                         this.MainMenuStrip = this.menuStrip1;
501                         this.Name = "Main";
502                         this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Main_FormClosing);
503                         this.Shown += new System.EventHandler(this.Main_Shown);
504                         this.menuStrip1.ResumeLayout(false);
505                         this.menuStrip1.PerformLayout();
506                         this.groupBox1.ResumeLayout(false);
507                         this.groupBox1.PerformLayout();
508                         this.tabControl1.ResumeLayout(false);
509                         this.tabPage1.ResumeLayout(false);
510                         this.groupBox2.ResumeLayout(false);
511                         this.groupBox2.PerformLayout();
512                         ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Master)).EndInit();
513                         ((System.ComponentModel.ISupportInitialize)(this.bindingSource_Master)).EndInit();
514                         ((System.ComponentModel.ISupportInitialize)(this.trackBar_Master)).EndInit();
515                         ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Bass)).EndInit();
516                         ((System.ComponentModel.ISupportInitialize)(this.bindingSource_Bass)).EndInit();
517                         ((System.ComponentModel.ISupportInitialize)(this.trackBar_Bass)).EndInit();
518                         ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Guitar)).EndInit();
519                         ((System.ComponentModel.ISupportInitialize)(this.bindingSource_Guitar)).EndInit();
520                         ((System.ComponentModel.ISupportInitialize)(this.trackBar_Guitar)).EndInit();
521                         ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Drums)).EndInit();
522                         ((System.ComponentModel.ISupportInitialize)(this.bindingSource_Drums)).EndInit();
523                         ((System.ComponentModel.ISupportInitialize)(this.trackBar_Drums)).EndInit();
524                         ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_SE)).EndInit();
525                         ((System.ComponentModel.ISupportInitialize)(this.bindingSource_SE)).EndInit();
526                         ((System.ComponentModel.ISupportInitialize)(this.trackBar_SE)).EndInit();
527                         ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_BGM)).EndInit();
528                         ((System.ComponentModel.ISupportInitialize)(this.bindingSource_BGM)).EndInit();
529                         ((System.ComponentModel.ISupportInitialize)(this.trackBar_BGM)).EndInit();
530                         this.ResumeLayout(false);
531                         this.PerformLayout();
532
533                 }
534
535                 #endregion
536
537                 private System.Windows.Forms.MenuStrip menuStrip1;
538                 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
539                 private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem;
540                 private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
541                 private System.Windows.Forms.StatusStrip statusStrip1;
542                 private System.Windows.Forms.OpenFileDialog openFileDialog1;
543                 private System.Windows.Forms.Label label1;
544                 private System.Windows.Forms.GroupBox groupBox1;
545                 private System.Windows.Forms.ComboBox comboBox_AudioFormat;
546                 private System.Windows.Forms.Label label3;
547                 private System.Windows.Forms.Button button_BrowseAudio;
548                 private System.Windows.Forms.TextBox textBox_BrowseAudio;
549                 private System.Windows.Forms.Label label2;
550                 private System.Windows.Forms.Button button_browseDTX;
551                 private System.Windows.Forms.TextBox textBox_BrowseDTX;
552                 private System.Windows.Forms.TabControl tabControl1;
553                 private System.Windows.Forms.TabPage tabPage1;
554                 private System.Windows.Forms.TabPage tabPage2;
555                 private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
556                 private System.Windows.Forms.GroupBox groupBox2;
557                 private System.Windows.Forms.CheckBox checkBox_MonitorSound;
558                 private System.Windows.Forms.NumericUpDown numericUpDown_Master;
559                 private System.Windows.Forms.Label label9;
560                 private System.Windows.Forms.TrackBar trackBar_Master;
561                 private System.Windows.Forms.NumericUpDown numericUpDown_Bass;
562                 private System.Windows.Forms.Label label8;
563                 private System.Windows.Forms.TrackBar trackBar_Bass;
564                 private System.Windows.Forms.NumericUpDown numericUpDown_Guitar;
565                 private System.Windows.Forms.Label label7;
566                 private System.Windows.Forms.TrackBar trackBar_Guitar;
567                 private System.Windows.Forms.NumericUpDown numericUpDown_Drums;
568                 private System.Windows.Forms.Label label6;
569                 private System.Windows.Forms.TrackBar trackBar_Drums;
570                 private System.Windows.Forms.NumericUpDown numericUpDown_SE;
571                 private System.Windows.Forms.Label label5;
572                 private System.Windows.Forms.TrackBar trackBar_SE;
573                 private System.Windows.Forms.NumericUpDown numericUpDown_BGM;
574                 private System.Windows.Forms.Label label4;
575                 private System.Windows.Forms.TrackBar trackBar_BGM;
576                 private System.Windows.Forms.SaveFileDialog saveFileDialog1;
577                 private System.Windows.Forms.ToolTip toolTip1;
578                 private System.Windows.Forms.BindingSource bindingSource_BGM;
579                 private System.Windows.Forms.Button button_Cancel;
580                 private System.Windows.Forms.Button button_Convert;
581                 private System.Windows.Forms.BindingSource bindingSource_SE;
582                 private System.Windows.Forms.BindingSource bindingSource_Drums;
583                 private System.Windows.Forms.BindingSource bindingSource_Guitar;
584                 private System.Windows.Forms.BindingSource bindingSource_Bass;
585                 private System.Windows.Forms.BindingSource bindingSource_Master;
586         }
587 }
588