OSDN Git Service

#xxxxx Add more logs settings in CONFIGURATION, for debugging
[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.label_infile = new System.Windows.Forms.Label();
41                         this.groupBox_recfiles = new System.Windows.Forms.GroupBox();
42                         this.comboBox_AudioFormat = new System.Windows.Forms.ComboBox();
43                         this.label_filetype = 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.label_outfile = 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.checkBox_overwriteCheck = new System.Windows.Forms.CheckBox();
52                         this.button_Cancel = new System.Windows.Forms.Button();
53                         this.button_Convert = new System.Windows.Forms.Button();
54                         this.groupBox_volumes = new System.Windows.Forms.GroupBox();
55                         this.checkBox_MonitorSound = new System.Windows.Forms.CheckBox();
56                         this.numericUpDown_Master = new System.Windows.Forms.NumericUpDown();
57                         this.bindingSource_Master = new System.Windows.Forms.BindingSource(this.components);
58                         this.label9 = new System.Windows.Forms.Label();
59                         this.trackBar_Master = new System.Windows.Forms.TrackBar();
60                         this.numericUpDown_Bass = new System.Windows.Forms.NumericUpDown();
61                         this.bindingSource_Bass = new System.Windows.Forms.BindingSource(this.components);
62                         this.label8 = new System.Windows.Forms.Label();
63                         this.trackBar_Bass = new System.Windows.Forms.TrackBar();
64                         this.numericUpDown_Guitar = new System.Windows.Forms.NumericUpDown();
65                         this.bindingSource_Guitar = new System.Windows.Forms.BindingSource(this.components);
66                         this.label7 = new System.Windows.Forms.Label();
67                         this.trackBar_Guitar = new System.Windows.Forms.TrackBar();
68                         this.numericUpDown_Drums = new System.Windows.Forms.NumericUpDown();
69                         this.bindingSource_Drums = new System.Windows.Forms.BindingSource(this.components);
70                         this.label6 = new System.Windows.Forms.Label();
71                         this.trackBar_Drums = new System.Windows.Forms.TrackBar();
72                         this.numericUpDown_SE = new System.Windows.Forms.NumericUpDown();
73                         this.bindingSource_SE = new System.Windows.Forms.BindingSource(this.components);
74                         this.label5 = new System.Windows.Forms.Label();
75                         this.trackBar_SE = new System.Windows.Forms.TrackBar();
76                         this.numericUpDown_BGM = new System.Windows.Forms.NumericUpDown();
77                         this.bindingSource_BGM = new System.Windows.Forms.BindingSource(this.components);
78                         this.label4 = new System.Windows.Forms.Label();
79                         this.trackBar_BGM = new System.Windows.Forms.TrackBar();
80                         this.tabPage2 = new System.Windows.Forms.TabPage();
81                         this.groupBox_MP3 = new System.Windows.Forms.GroupBox();
82                         this.comboBox_MP3_bps = new System.Windows.Forms.ComboBox();
83                         this.label11 = new System.Windows.Forms.Label();
84                         this.groupBox_Ogg = new System.Windows.Forms.GroupBox();
85                         this.label_highq = new System.Windows.Forms.Label();
86                         this.label_ogg_lowq = new System.Windows.Forms.Label();
87                         this.numericUpDown_Ogg_Q = new System.Windows.Forms.NumericUpDown();
88                         this.bindingSource_Ogg_Q = new System.Windows.Forms.BindingSource(this.components);
89                         this.label10 = new System.Windows.Forms.Label();
90                         this.trackBar_Ogg_Q = new System.Windows.Forms.TrackBar();
91                         this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
92                         this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
93                         this.menuStrip1.SuspendLayout();
94                         this.groupBox_recfiles.SuspendLayout();
95                         this.tabControl1.SuspendLayout();
96                         this.tabPage1.SuspendLayout();
97                         this.groupBox_volumes.SuspendLayout();
98                         ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Master)).BeginInit();
99                         ((System.ComponentModel.ISupportInitialize)(this.bindingSource_Master)).BeginInit();
100                         ((System.ComponentModel.ISupportInitialize)(this.trackBar_Master)).BeginInit();
101                         ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Bass)).BeginInit();
102                         ((System.ComponentModel.ISupportInitialize)(this.bindingSource_Bass)).BeginInit();
103                         ((System.ComponentModel.ISupportInitialize)(this.trackBar_Bass)).BeginInit();
104                         ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Guitar)).BeginInit();
105                         ((System.ComponentModel.ISupportInitialize)(this.bindingSource_Guitar)).BeginInit();
106                         ((System.ComponentModel.ISupportInitialize)(this.trackBar_Guitar)).BeginInit();
107                         ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Drums)).BeginInit();
108                         ((System.ComponentModel.ISupportInitialize)(this.bindingSource_Drums)).BeginInit();
109                         ((System.ComponentModel.ISupportInitialize)(this.trackBar_Drums)).BeginInit();
110                         ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_SE)).BeginInit();
111                         ((System.ComponentModel.ISupportInitialize)(this.bindingSource_SE)).BeginInit();
112                         ((System.ComponentModel.ISupportInitialize)(this.trackBar_SE)).BeginInit();
113                         ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_BGM)).BeginInit();
114                         ((System.ComponentModel.ISupportInitialize)(this.bindingSource_BGM)).BeginInit();
115                         ((System.ComponentModel.ISupportInitialize)(this.trackBar_BGM)).BeginInit();
116                         this.tabPage2.SuspendLayout();
117                         this.groupBox_MP3.SuspendLayout();
118                         this.groupBox_Ogg.SuspendLayout();
119                         ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Ogg_Q)).BeginInit();
120                         ((System.ComponentModel.ISupportInitialize)(this.bindingSource_Ogg_Q)).BeginInit();
121                         ((System.ComponentModel.ISupportInitialize)(this.trackBar_Ogg_Q)).BeginInit();
122                         this.SuspendLayout();
123                         // 
124                         // menuStrip1
125                         // 
126                         resources.ApplyResources(this.menuStrip1, "menuStrip1");
127                         this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
128             this.toolStripMenuItem1,
129             this.editToolStripMenuItem,
130             this.helpToolStripMenuItem});
131                         this.menuStrip1.Name = "menuStrip1";
132                         this.toolTip1.SetToolTip(this.menuStrip1, resources.GetString("menuStrip1.ToolTip"));
133                         // 
134                         // toolStripMenuItem1
135                         // 
136                         resources.ApplyResources(this.toolStripMenuItem1, "toolStripMenuItem1");
137                         this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
138             this.exitToolStripMenuItem});
139                         this.toolStripMenuItem1.Name = "toolStripMenuItem1";
140                         // 
141                         // exitToolStripMenuItem
142                         // 
143                         resources.ApplyResources(this.exitToolStripMenuItem, "exitToolStripMenuItem");
144                         this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
145                         // 
146                         // editToolStripMenuItem
147                         // 
148                         resources.ApplyResources(this.editToolStripMenuItem, "editToolStripMenuItem");
149                         this.editToolStripMenuItem.Name = "editToolStripMenuItem";
150                         // 
151                         // helpToolStripMenuItem
152                         // 
153                         resources.ApplyResources(this.helpToolStripMenuItem, "helpToolStripMenuItem");
154                         this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
155                         // 
156                         // statusStrip1
157                         // 
158                         resources.ApplyResources(this.statusStrip1, "statusStrip1");
159                         this.statusStrip1.Name = "statusStrip1";
160                         this.toolTip1.SetToolTip(this.statusStrip1, resources.GetString("statusStrip1.ToolTip"));
161                         // 
162                         // openFileDialog1
163                         // 
164                         this.openFileDialog1.FileName = "openFileDialog1";
165                         resources.ApplyResources(this.openFileDialog1, "openFileDialog1");
166                         // 
167                         // label_infile
168                         // 
169                         resources.ApplyResources(this.label_infile, "label_infile");
170                         this.label_infile.Name = "label_infile";
171                         this.toolTip1.SetToolTip(this.label_infile, resources.GetString("label_infile.ToolTip"));
172                         // 
173                         // groupBox_recfiles
174                         // 
175                         resources.ApplyResources(this.groupBox_recfiles, "groupBox_recfiles");
176                         this.groupBox_recfiles.Controls.Add(this.comboBox_AudioFormat);
177                         this.groupBox_recfiles.Controls.Add(this.label_filetype);
178                         this.groupBox_recfiles.Controls.Add(this.button_BrowseAudio);
179                         this.groupBox_recfiles.Controls.Add(this.textBox_BrowseAudio);
180                         this.groupBox_recfiles.Controls.Add(this.label_outfile);
181                         this.groupBox_recfiles.Controls.Add(this.button_browseDTX);
182                         this.groupBox_recfiles.Controls.Add(this.textBox_BrowseDTX);
183                         this.groupBox_recfiles.Controls.Add(this.label_infile);
184                         this.groupBox_recfiles.Name = "groupBox_recfiles";
185                         this.groupBox_recfiles.TabStop = false;
186                         this.toolTip1.SetToolTip(this.groupBox_recfiles, resources.GetString("groupBox_recfiles.ToolTip"));
187                         // 
188                         // comboBox_AudioFormat
189                         // 
190                         resources.ApplyResources(this.comboBox_AudioFormat, "comboBox_AudioFormat");
191                         this.comboBox_AudioFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
192                         this.comboBox_AudioFormat.FormattingEnabled = true;
193                         this.comboBox_AudioFormat.Items.AddRange(new object[] {
194             resources.GetString("comboBox_AudioFormat.Items"),
195             resources.GetString("comboBox_AudioFormat.Items1"),
196             resources.GetString("comboBox_AudioFormat.Items2")});
197                         this.comboBox_AudioFormat.Name = "comboBox_AudioFormat";
198                         this.toolTip1.SetToolTip(this.comboBox_AudioFormat, resources.GetString("comboBox_AudioFormat.ToolTip"));
199                         this.comboBox_AudioFormat.SelectedIndexChanged += new System.EventHandler(this.comboBox_AudioFormat_SelectedIndexChanged);
200                         // 
201                         // label_filetype
202                         // 
203                         resources.ApplyResources(this.label_filetype, "label_filetype");
204                         this.label_filetype.Name = "label_filetype";
205                         this.toolTip1.SetToolTip(this.label_filetype, resources.GetString("label_filetype.ToolTip"));
206                         // 
207                         // button_BrowseAudio
208                         // 
209                         resources.ApplyResources(this.button_BrowseAudio, "button_BrowseAudio");
210                         this.button_BrowseAudio.Name = "button_BrowseAudio";
211                         this.toolTip1.SetToolTip(this.button_BrowseAudio, resources.GetString("button_BrowseAudio.ToolTip"));
212                         this.button_BrowseAudio.UseVisualStyleBackColor = true;
213                         this.button_BrowseAudio.Click += new System.EventHandler(this.button_browseWAV_Click);
214                         // 
215                         // textBox_BrowseAudio
216                         // 
217                         resources.ApplyResources(this.textBox_BrowseAudio, "textBox_BrowseAudio");
218                         this.textBox_BrowseAudio.Name = "textBox_BrowseAudio";
219                         this.toolTip1.SetToolTip(this.textBox_BrowseAudio, resources.GetString("textBox_BrowseAudio.ToolTip"));
220                         // 
221                         // label_outfile
222                         // 
223                         resources.ApplyResources(this.label_outfile, "label_outfile");
224                         this.label_outfile.Name = "label_outfile";
225                         this.toolTip1.SetToolTip(this.label_outfile, resources.GetString("label_outfile.ToolTip"));
226                         // 
227                         // button_browseDTX
228                         // 
229                         resources.ApplyResources(this.button_browseDTX, "button_browseDTX");
230                         this.button_browseDTX.Name = "button_browseDTX";
231                         this.toolTip1.SetToolTip(this.button_browseDTX, resources.GetString("button_browseDTX.ToolTip"));
232                         this.button_browseDTX.UseVisualStyleBackColor = true;
233                         this.button_browseDTX.Click += new System.EventHandler(this.button_browseDTX_Click);
234                         // 
235                         // textBox_BrowseDTX
236                         // 
237                         resources.ApplyResources(this.textBox_BrowseDTX, "textBox_BrowseDTX");
238                         this.textBox_BrowseDTX.AllowDrop = true;
239                         this.textBox_BrowseDTX.Name = "textBox_BrowseDTX";
240                         this.toolTip1.SetToolTip(this.textBox_BrowseDTX, resources.GetString("textBox_BrowseDTX.ToolTip"));
241                         this.textBox_BrowseDTX.DragDrop += new System.Windows.Forms.DragEventHandler(this.textBox_BrowseDTX_DragDrop);
242                         this.textBox_BrowseDTX.DragEnter += new System.Windows.Forms.DragEventHandler(this.textBox_BrowseDTX_DragEnter);
243                         // 
244                         // tabControl1
245                         // 
246                         resources.ApplyResources(this.tabControl1, "tabControl1");
247                         this.tabControl1.Controls.Add(this.tabPage1);
248                         this.tabControl1.Controls.Add(this.tabPage2);
249                         this.tabControl1.Name = "tabControl1";
250                         this.tabControl1.SelectedIndex = 0;
251                         this.toolTip1.SetToolTip(this.tabControl1, resources.GetString("tabControl1.ToolTip"));
252                         this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
253                         // 
254                         // tabPage1
255                         // 
256                         resources.ApplyResources(this.tabPage1, "tabPage1");
257                         this.tabPage1.Controls.Add(this.checkBox_overwriteCheck);
258                         this.tabPage1.Controls.Add(this.button_Cancel);
259                         this.tabPage1.Controls.Add(this.button_Convert);
260                         this.tabPage1.Controls.Add(this.groupBox_volumes);
261                         this.tabPage1.Controls.Add(this.groupBox_recfiles);
262                         this.tabPage1.Name = "tabPage1";
263                         this.toolTip1.SetToolTip(this.tabPage1, resources.GetString("tabPage1.ToolTip"));
264                         this.tabPage1.UseVisualStyleBackColor = true;
265                         // 
266                         // checkBox_overwriteCheck
267                         // 
268                         resources.ApplyResources(this.checkBox_overwriteCheck, "checkBox_overwriteCheck");
269                         this.checkBox_overwriteCheck.Name = "checkBox_overwriteCheck";
270                         this.toolTip1.SetToolTip(this.checkBox_overwriteCheck, resources.GetString("checkBox_overwriteCheck.ToolTip"));
271                         this.checkBox_overwriteCheck.UseVisualStyleBackColor = true;
272                         // 
273                         // button_Cancel
274                         // 
275                         resources.ApplyResources(this.button_Cancel, "button_Cancel");
276                         this.button_Cancel.Name = "button_Cancel";
277                         this.toolTip1.SetToolTip(this.button_Cancel, resources.GetString("button_Cancel.ToolTip"));
278                         this.button_Cancel.UseVisualStyleBackColor = true;
279                         this.button_Cancel.Click += new System.EventHandler(this.button_Cancel_Click);
280                         // 
281                         // button_Convert
282                         // 
283                         resources.ApplyResources(this.button_Convert, "button_Convert");
284                         this.button_Convert.Name = "button_Convert";
285                         this.toolTip1.SetToolTip(this.button_Convert, resources.GetString("button_Convert.ToolTip"));
286                         this.button_Convert.UseVisualStyleBackColor = true;
287                         this.button_Convert.Click += new System.EventHandler(this.button_Convert_Click);
288                         // 
289                         // groupBox_volumes
290                         // 
291                         resources.ApplyResources(this.groupBox_volumes, "groupBox_volumes");
292                         this.groupBox_volumes.Controls.Add(this.checkBox_MonitorSound);
293                         this.groupBox_volumes.Controls.Add(this.numericUpDown_Master);
294                         this.groupBox_volumes.Controls.Add(this.label9);
295                         this.groupBox_volumes.Controls.Add(this.trackBar_Master);
296                         this.groupBox_volumes.Controls.Add(this.numericUpDown_Bass);
297                         this.groupBox_volumes.Controls.Add(this.label8);
298                         this.groupBox_volumes.Controls.Add(this.trackBar_Bass);
299                         this.groupBox_volumes.Controls.Add(this.numericUpDown_Guitar);
300                         this.groupBox_volumes.Controls.Add(this.label7);
301                         this.groupBox_volumes.Controls.Add(this.trackBar_Guitar);
302                         this.groupBox_volumes.Controls.Add(this.numericUpDown_Drums);
303                         this.groupBox_volumes.Controls.Add(this.label6);
304                         this.groupBox_volumes.Controls.Add(this.trackBar_Drums);
305                         this.groupBox_volumes.Controls.Add(this.numericUpDown_SE);
306                         this.groupBox_volumes.Controls.Add(this.label5);
307                         this.groupBox_volumes.Controls.Add(this.trackBar_SE);
308                         this.groupBox_volumes.Controls.Add(this.numericUpDown_BGM);
309                         this.groupBox_volumes.Controls.Add(this.label4);
310                         this.groupBox_volumes.Controls.Add(this.trackBar_BGM);
311                         this.groupBox_volumes.Name = "groupBox_volumes";
312                         this.groupBox_volumes.TabStop = false;
313                         this.toolTip1.SetToolTip(this.groupBox_volumes, resources.GetString("groupBox_volumes.ToolTip"));
314                         // 
315                         // checkBox_MonitorSound
316                         // 
317                         resources.ApplyResources(this.checkBox_MonitorSound, "checkBox_MonitorSound");
318                         this.checkBox_MonitorSound.Checked = true;
319                         this.checkBox_MonitorSound.CheckState = System.Windows.Forms.CheckState.Checked;
320                         this.checkBox_MonitorSound.Name = "checkBox_MonitorSound";
321                         this.toolTip1.SetToolTip(this.checkBox_MonitorSound, resources.GetString("checkBox_MonitorSound.ToolTip"));
322                         this.checkBox_MonitorSound.UseVisualStyleBackColor = true;
323                         // 
324                         // numericUpDown_Master
325                         // 
326                         resources.ApplyResources(this.numericUpDown_Master, "numericUpDown_Master");
327                         this.numericUpDown_Master.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bindingSource_Master, "Value", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
328                         this.numericUpDown_Master.Maximum = new decimal(new int[] {
329             200,
330             0,
331             0,
332             0});
333                         this.numericUpDown_Master.Name = "numericUpDown_Master";
334                         this.toolTip1.SetToolTip(this.numericUpDown_Master, resources.GetString("numericUpDown_Master.ToolTip"));
335                         this.numericUpDown_Master.Value = new decimal(new int[] {
336             100,
337             0,
338             0,
339             0});
340                         // 
341                         // bindingSource_Master
342                         // 
343                         this.bindingSource_Master.DataSource = typeof(DTX2WAV.Main.VolumeSlider);
344                         // 
345                         // label9
346                         // 
347                         resources.ApplyResources(this.label9, "label9");
348                         this.label9.Name = "label9";
349                         this.toolTip1.SetToolTip(this.label9, resources.GetString("label9.ToolTip"));
350                         // 
351                         // trackBar_Master
352                         // 
353                         resources.ApplyResources(this.trackBar_Master, "trackBar_Master");
354                         this.trackBar_Master.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bindingSource_Master, "Value", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
355                         this.trackBar_Master.LargeChange = 10;
356                         this.trackBar_Master.Maximum = 200;
357                         this.trackBar_Master.Name = "trackBar_Master";
358                         this.trackBar_Master.TickFrequency = 10;
359                         this.toolTip1.SetToolTip(this.trackBar_Master, resources.GetString("trackBar_Master.ToolTip"));
360                         this.trackBar_Master.Value = 100;
361                         // 
362                         // numericUpDown_Bass
363                         // 
364                         resources.ApplyResources(this.numericUpDown_Bass, "numericUpDown_Bass");
365                         this.numericUpDown_Bass.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bindingSource_Bass, "Value", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
366                         this.numericUpDown_Bass.Maximum = new decimal(new int[] {
367             200,
368             0,
369             0,
370             0});
371                         this.numericUpDown_Bass.Name = "numericUpDown_Bass";
372                         this.toolTip1.SetToolTip(this.numericUpDown_Bass, resources.GetString("numericUpDown_Bass.ToolTip"));
373                         this.numericUpDown_Bass.Value = new decimal(new int[] {
374             100,
375             0,
376             0,
377             0});
378                         // 
379                         // bindingSource_Bass
380                         // 
381                         this.bindingSource_Bass.DataSource = typeof(DTX2WAV.Main.VolumeSlider);
382                         // 
383                         // label8
384                         // 
385                         resources.ApplyResources(this.label8, "label8");
386                         this.label8.Name = "label8";
387                         this.toolTip1.SetToolTip(this.label8, resources.GetString("label8.ToolTip"));
388                         // 
389                         // trackBar_Bass
390                         // 
391                         resources.ApplyResources(this.trackBar_Bass, "trackBar_Bass");
392                         this.trackBar_Bass.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bindingSource_Bass, "Value", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
393                         this.trackBar_Bass.LargeChange = 10;
394                         this.trackBar_Bass.Maximum = 200;
395                         this.trackBar_Bass.Name = "trackBar_Bass";
396                         this.trackBar_Bass.TickFrequency = 10;
397                         this.toolTip1.SetToolTip(this.trackBar_Bass, resources.GetString("trackBar_Bass.ToolTip"));
398                         this.trackBar_Bass.Value = 100;
399                         // 
400                         // numericUpDown_Guitar
401                         // 
402                         resources.ApplyResources(this.numericUpDown_Guitar, "numericUpDown_Guitar");
403                         this.numericUpDown_Guitar.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bindingSource_Guitar, "Value", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
404                         this.numericUpDown_Guitar.Maximum = new decimal(new int[] {
405             200,
406             0,
407             0,
408             0});
409                         this.numericUpDown_Guitar.Name = "numericUpDown_Guitar";
410                         this.toolTip1.SetToolTip(this.numericUpDown_Guitar, resources.GetString("numericUpDown_Guitar.ToolTip"));
411                         this.numericUpDown_Guitar.Value = new decimal(new int[] {
412             100,
413             0,
414             0,
415             0});
416                         // 
417                         // bindingSource_Guitar
418                         // 
419                         this.bindingSource_Guitar.DataSource = typeof(DTX2WAV.Main.VolumeSlider);
420                         // 
421                         // label7
422                         // 
423                         resources.ApplyResources(this.label7, "label7");
424                         this.label7.Name = "label7";
425                         this.toolTip1.SetToolTip(this.label7, resources.GetString("label7.ToolTip"));
426                         // 
427                         // trackBar_Guitar
428                         // 
429                         resources.ApplyResources(this.trackBar_Guitar, "trackBar_Guitar");
430                         this.trackBar_Guitar.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bindingSource_Guitar, "Value", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
431                         this.trackBar_Guitar.LargeChange = 10;
432                         this.trackBar_Guitar.Maximum = 200;
433                         this.trackBar_Guitar.Name = "trackBar_Guitar";
434                         this.trackBar_Guitar.TickFrequency = 10;
435                         this.toolTip1.SetToolTip(this.trackBar_Guitar, resources.GetString("trackBar_Guitar.ToolTip"));
436                         this.trackBar_Guitar.Value = 100;
437                         // 
438                         // numericUpDown_Drums
439                         // 
440                         resources.ApplyResources(this.numericUpDown_Drums, "numericUpDown_Drums");
441                         this.numericUpDown_Drums.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bindingSource_Drums, "Value", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
442                         this.numericUpDown_Drums.Maximum = new decimal(new int[] {
443             200,
444             0,
445             0,
446             0});
447                         this.numericUpDown_Drums.Name = "numericUpDown_Drums";
448                         this.toolTip1.SetToolTip(this.numericUpDown_Drums, resources.GetString("numericUpDown_Drums.ToolTip"));
449                         this.numericUpDown_Drums.Value = new decimal(new int[] {
450             100,
451             0,
452             0,
453             0});
454                         // 
455                         // bindingSource_Drums
456                         // 
457                         this.bindingSource_Drums.DataSource = typeof(DTX2WAV.Main.VolumeSlider);
458                         // 
459                         // label6
460                         // 
461                         resources.ApplyResources(this.label6, "label6");
462                         this.label6.Name = "label6";
463                         this.toolTip1.SetToolTip(this.label6, resources.GetString("label6.ToolTip"));
464                         // 
465                         // trackBar_Drums
466                         // 
467                         resources.ApplyResources(this.trackBar_Drums, "trackBar_Drums");
468                         this.trackBar_Drums.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bindingSource_Drums, "Value", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
469                         this.trackBar_Drums.LargeChange = 10;
470                         this.trackBar_Drums.Maximum = 200;
471                         this.trackBar_Drums.Name = "trackBar_Drums";
472                         this.trackBar_Drums.TickFrequency = 10;
473                         this.toolTip1.SetToolTip(this.trackBar_Drums, resources.GetString("trackBar_Drums.ToolTip"));
474                         this.trackBar_Drums.Value = 100;
475                         // 
476                         // numericUpDown_SE
477                         // 
478                         resources.ApplyResources(this.numericUpDown_SE, "numericUpDown_SE");
479                         this.numericUpDown_SE.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bindingSource_SE, "Value", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
480                         this.numericUpDown_SE.Maximum = new decimal(new int[] {
481             200,
482             0,
483             0,
484             0});
485                         this.numericUpDown_SE.Name = "numericUpDown_SE";
486                         this.toolTip1.SetToolTip(this.numericUpDown_SE, resources.GetString("numericUpDown_SE.ToolTip"));
487                         this.numericUpDown_SE.Value = new decimal(new int[] {
488             100,
489             0,
490             0,
491             0});
492                         // 
493                         // bindingSource_SE
494                         // 
495                         this.bindingSource_SE.DataSource = typeof(DTX2WAV.Main.VolumeSlider);
496                         // 
497                         // label5
498                         // 
499                         resources.ApplyResources(this.label5, "label5");
500                         this.label5.Name = "label5";
501                         this.toolTip1.SetToolTip(this.label5, resources.GetString("label5.ToolTip"));
502                         // 
503                         // trackBar_SE
504                         // 
505                         resources.ApplyResources(this.trackBar_SE, "trackBar_SE");
506                         this.trackBar_SE.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bindingSource_SE, "Value", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
507                         this.trackBar_SE.LargeChange = 10;
508                         this.trackBar_SE.Maximum = 200;
509                         this.trackBar_SE.Name = "trackBar_SE";
510                         this.trackBar_SE.TickFrequency = 10;
511                         this.toolTip1.SetToolTip(this.trackBar_SE, resources.GetString("trackBar_SE.ToolTip"));
512                         this.trackBar_SE.Value = 100;
513                         // 
514                         // numericUpDown_BGM
515                         // 
516                         resources.ApplyResources(this.numericUpDown_BGM, "numericUpDown_BGM");
517                         this.numericUpDown_BGM.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bindingSource_BGM, "Value", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
518                         this.numericUpDown_BGM.Maximum = new decimal(new int[] {
519             200,
520             0,
521             0,
522             0});
523                         this.numericUpDown_BGM.Name = "numericUpDown_BGM";
524                         this.toolTip1.SetToolTip(this.numericUpDown_BGM, resources.GetString("numericUpDown_BGM.ToolTip"));
525                         this.numericUpDown_BGM.Value = new decimal(new int[] {
526             100,
527             0,
528             0,
529             0});
530                         // 
531                         // bindingSource_BGM
532                         // 
533                         this.bindingSource_BGM.DataSource = typeof(DTX2WAV.Main.VolumeSlider);
534                         // 
535                         // label4
536                         // 
537                         resources.ApplyResources(this.label4, "label4");
538                         this.label4.Name = "label4";
539                         this.toolTip1.SetToolTip(this.label4, resources.GetString("label4.ToolTip"));
540                         // 
541                         // trackBar_BGM
542                         // 
543                         resources.ApplyResources(this.trackBar_BGM, "trackBar_BGM");
544                         this.trackBar_BGM.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bindingSource_BGM, "Value", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
545                         this.trackBar_BGM.LargeChange = 10;
546                         this.trackBar_BGM.Maximum = 200;
547                         this.trackBar_BGM.Name = "trackBar_BGM";
548                         this.trackBar_BGM.TickFrequency = 10;
549                         this.toolTip1.SetToolTip(this.trackBar_BGM, resources.GetString("trackBar_BGM.ToolTip"));
550                         this.trackBar_BGM.Value = 100;
551                         // 
552                         // tabPage2
553                         // 
554                         resources.ApplyResources(this.tabPage2, "tabPage2");
555                         this.tabPage2.Controls.Add(this.groupBox_MP3);
556                         this.tabPage2.Controls.Add(this.groupBox_Ogg);
557                         this.tabPage2.Name = "tabPage2";
558                         this.toolTip1.SetToolTip(this.tabPage2, resources.GetString("tabPage2.ToolTip"));
559                         this.tabPage2.UseVisualStyleBackColor = true;
560                         // 
561                         // groupBox_MP3
562                         // 
563                         resources.ApplyResources(this.groupBox_MP3, "groupBox_MP3");
564                         this.groupBox_MP3.Controls.Add(this.comboBox_MP3_bps);
565                         this.groupBox_MP3.Controls.Add(this.label11);
566                         this.groupBox_MP3.Name = "groupBox_MP3";
567                         this.groupBox_MP3.TabStop = false;
568                         this.toolTip1.SetToolTip(this.groupBox_MP3, resources.GetString("groupBox_MP3.ToolTip"));
569                         // 
570                         // comboBox_MP3_bps
571                         // 
572                         resources.ApplyResources(this.comboBox_MP3_bps, "comboBox_MP3_bps");
573                         this.comboBox_MP3_bps.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
574                         this.comboBox_MP3_bps.FormattingEnabled = true;
575                         this.comboBox_MP3_bps.Items.AddRange(new object[] {
576             resources.GetString("comboBox_MP3_bps.Items"),
577             resources.GetString("comboBox_MP3_bps.Items1"),
578             resources.GetString("comboBox_MP3_bps.Items2"),
579             resources.GetString("comboBox_MP3_bps.Items3"),
580             resources.GetString("comboBox_MP3_bps.Items4"),
581             resources.GetString("comboBox_MP3_bps.Items5"),
582             resources.GetString("comboBox_MP3_bps.Items6"),
583             resources.GetString("comboBox_MP3_bps.Items7"),
584             resources.GetString("comboBox_MP3_bps.Items8"),
585             resources.GetString("comboBox_MP3_bps.Items9")});
586                         this.comboBox_MP3_bps.Name = "comboBox_MP3_bps";
587                         this.toolTip1.SetToolTip(this.comboBox_MP3_bps, resources.GetString("comboBox_MP3_bps.ToolTip"));
588                         // 
589                         // label11
590                         // 
591                         resources.ApplyResources(this.label11, "label11");
592                         this.label11.Name = "label11";
593                         this.toolTip1.SetToolTip(this.label11, resources.GetString("label11.ToolTip"));
594                         // 
595                         // groupBox_Ogg
596                         // 
597                         resources.ApplyResources(this.groupBox_Ogg, "groupBox_Ogg");
598                         this.groupBox_Ogg.Controls.Add(this.label_highq);
599                         this.groupBox_Ogg.Controls.Add(this.label_ogg_lowq);
600                         this.groupBox_Ogg.Controls.Add(this.numericUpDown_Ogg_Q);
601                         this.groupBox_Ogg.Controls.Add(this.label10);
602                         this.groupBox_Ogg.Controls.Add(this.trackBar_Ogg_Q);
603                         this.groupBox_Ogg.Name = "groupBox_Ogg";
604                         this.groupBox_Ogg.TabStop = false;
605                         this.toolTip1.SetToolTip(this.groupBox_Ogg, resources.GetString("groupBox_Ogg.ToolTip"));
606                         // 
607                         // label_highq
608                         // 
609                         resources.ApplyResources(this.label_highq, "label_highq");
610                         this.label_highq.Name = "label_highq";
611                         this.toolTip1.SetToolTip(this.label_highq, resources.GetString("label_highq.ToolTip"));
612                         // 
613                         // label_ogg_lowq
614                         // 
615                         resources.ApplyResources(this.label_ogg_lowq, "label_ogg_lowq");
616                         this.label_ogg_lowq.Name = "label_ogg_lowq";
617                         this.toolTip1.SetToolTip(this.label_ogg_lowq, resources.GetString("label_ogg_lowq.ToolTip"));
618                         // 
619                         // numericUpDown_Ogg_Q
620                         // 
621                         resources.ApplyResources(this.numericUpDown_Ogg_Q, "numericUpDown_Ogg_Q");
622                         this.numericUpDown_Ogg_Q.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bindingSource_Ogg_Q, "Value", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
623                         this.numericUpDown_Ogg_Q.Maximum = new decimal(new int[] {
624             10,
625             0,
626             0,
627             0});
628                         this.numericUpDown_Ogg_Q.Minimum = new decimal(new int[] {
629             1,
630             0,
631             0,
632             -2147483648});
633                         this.numericUpDown_Ogg_Q.Name = "numericUpDown_Ogg_Q";
634                         this.toolTip1.SetToolTip(this.numericUpDown_Ogg_Q, resources.GetString("numericUpDown_Ogg_Q.ToolTip"));
635                         this.numericUpDown_Ogg_Q.Value = new decimal(new int[] {
636             10,
637             0,
638             0,
639             0});
640                         // 
641                         // bindingSource_Ogg_Q
642                         // 
643                         this.bindingSource_Ogg_Q.DataSource = typeof(DTX2WAV.Main.VolumeSlider);
644                         // 
645                         // label10
646                         // 
647                         resources.ApplyResources(this.label10, "label10");
648                         this.label10.Name = "label10";
649                         this.toolTip1.SetToolTip(this.label10, resources.GetString("label10.ToolTip"));
650                         // 
651                         // trackBar_Ogg_Q
652                         // 
653                         resources.ApplyResources(this.trackBar_Ogg_Q, "trackBar_Ogg_Q");
654                         this.trackBar_Ogg_Q.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bindingSource_Ogg_Q, "Value", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
655                         this.trackBar_Ogg_Q.LargeChange = 1;
656                         this.trackBar_Ogg_Q.Minimum = -1;
657                         this.trackBar_Ogg_Q.Name = "trackBar_Ogg_Q";
658                         this.toolTip1.SetToolTip(this.trackBar_Ogg_Q, resources.GetString("trackBar_Ogg_Q.ToolTip"));
659                         this.trackBar_Ogg_Q.Value = 10;
660                         // 
661                         // saveFileDialog1
662                         // 
663                         resources.ApplyResources(this.saveFileDialog1, "saveFileDialog1");
664                         // 
665                         // Main
666                         // 
667                         resources.ApplyResources(this, "$this");
668                         this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
669                         this.Controls.Add(this.tabControl1);
670                         this.Controls.Add(this.statusStrip1);
671                         this.Controls.Add(this.menuStrip1);
672                         this.MainMenuStrip = this.menuStrip1;
673                         this.Name = "Main";
674                         this.toolTip1.SetToolTip(this, resources.GetString("$this.ToolTip"));
675                         this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Main_FormClosing);
676                         this.Shown += new System.EventHandler(this.Main_Shown);
677                         this.menuStrip1.ResumeLayout(false);
678                         this.menuStrip1.PerformLayout();
679                         this.groupBox_recfiles.ResumeLayout(false);
680                         this.groupBox_recfiles.PerformLayout();
681                         this.tabControl1.ResumeLayout(false);
682                         this.tabPage1.ResumeLayout(false);
683                         this.tabPage1.PerformLayout();
684                         this.groupBox_volumes.ResumeLayout(false);
685                         this.groupBox_volumes.PerformLayout();
686                         ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Master)).EndInit();
687                         ((System.ComponentModel.ISupportInitialize)(this.bindingSource_Master)).EndInit();
688                         ((System.ComponentModel.ISupportInitialize)(this.trackBar_Master)).EndInit();
689                         ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Bass)).EndInit();
690                         ((System.ComponentModel.ISupportInitialize)(this.bindingSource_Bass)).EndInit();
691                         ((System.ComponentModel.ISupportInitialize)(this.trackBar_Bass)).EndInit();
692                         ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Guitar)).EndInit();
693                         ((System.ComponentModel.ISupportInitialize)(this.bindingSource_Guitar)).EndInit();
694                         ((System.ComponentModel.ISupportInitialize)(this.trackBar_Guitar)).EndInit();
695                         ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Drums)).EndInit();
696                         ((System.ComponentModel.ISupportInitialize)(this.bindingSource_Drums)).EndInit();
697                         ((System.ComponentModel.ISupportInitialize)(this.trackBar_Drums)).EndInit();
698                         ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_SE)).EndInit();
699                         ((System.ComponentModel.ISupportInitialize)(this.bindingSource_SE)).EndInit();
700                         ((System.ComponentModel.ISupportInitialize)(this.trackBar_SE)).EndInit();
701                         ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_BGM)).EndInit();
702                         ((System.ComponentModel.ISupportInitialize)(this.bindingSource_BGM)).EndInit();
703                         ((System.ComponentModel.ISupportInitialize)(this.trackBar_BGM)).EndInit();
704                         this.tabPage2.ResumeLayout(false);
705                         this.groupBox_MP3.ResumeLayout(false);
706                         this.groupBox_MP3.PerformLayout();
707                         this.groupBox_Ogg.ResumeLayout(false);
708                         this.groupBox_Ogg.PerformLayout();
709                         ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Ogg_Q)).EndInit();
710                         ((System.ComponentModel.ISupportInitialize)(this.bindingSource_Ogg_Q)).EndInit();
711                         ((System.ComponentModel.ISupportInitialize)(this.trackBar_Ogg_Q)).EndInit();
712                         this.ResumeLayout(false);
713                         this.PerformLayout();
714
715                 }
716
717                 #endregion
718
719                 private System.Windows.Forms.MenuStrip menuStrip1;
720                 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
721                 private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem;
722                 private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
723                 private System.Windows.Forms.StatusStrip statusStrip1;
724                 private System.Windows.Forms.OpenFileDialog openFileDialog1;
725                 private System.Windows.Forms.Label label_infile;
726                 private System.Windows.Forms.GroupBox groupBox_recfiles;
727                 private System.Windows.Forms.ComboBox comboBox_AudioFormat;
728                 private System.Windows.Forms.Label label_filetype;
729                 private System.Windows.Forms.Button button_BrowseAudio;
730                 private System.Windows.Forms.TextBox textBox_BrowseAudio;
731                 private System.Windows.Forms.Label label_outfile;
732                 private System.Windows.Forms.Button button_browseDTX;
733                 private System.Windows.Forms.TextBox textBox_BrowseDTX;
734                 private System.Windows.Forms.TabControl tabControl1;
735                 private System.Windows.Forms.TabPage tabPage1;
736                 private System.Windows.Forms.TabPage tabPage2;
737                 private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
738                 private System.Windows.Forms.GroupBox groupBox_volumes;
739                 private System.Windows.Forms.CheckBox checkBox_MonitorSound;
740                 private System.Windows.Forms.NumericUpDown numericUpDown_Master;
741                 private System.Windows.Forms.Label label9;
742                 private System.Windows.Forms.TrackBar trackBar_Master;
743                 private System.Windows.Forms.NumericUpDown numericUpDown_Bass;
744                 private System.Windows.Forms.Label label8;
745                 private System.Windows.Forms.TrackBar trackBar_Bass;
746                 private System.Windows.Forms.NumericUpDown numericUpDown_Guitar;
747                 private System.Windows.Forms.Label label7;
748                 private System.Windows.Forms.TrackBar trackBar_Guitar;
749                 private System.Windows.Forms.NumericUpDown numericUpDown_Drums;
750                 private System.Windows.Forms.Label label6;
751                 private System.Windows.Forms.TrackBar trackBar_Drums;
752                 private System.Windows.Forms.NumericUpDown numericUpDown_SE;
753                 private System.Windows.Forms.Label label5;
754                 private System.Windows.Forms.TrackBar trackBar_SE;
755                 private System.Windows.Forms.NumericUpDown numericUpDown_BGM;
756                 private System.Windows.Forms.Label label4;
757                 private System.Windows.Forms.TrackBar trackBar_BGM;
758                 private System.Windows.Forms.SaveFileDialog saveFileDialog1;
759                 private System.Windows.Forms.ToolTip toolTip1;
760                 private System.Windows.Forms.BindingSource bindingSource_BGM;
761                 private System.Windows.Forms.Button button_Cancel;
762                 private System.Windows.Forms.Button button_Convert;
763                 private System.Windows.Forms.BindingSource bindingSource_SE;
764                 private System.Windows.Forms.BindingSource bindingSource_Drums;
765                 private System.Windows.Forms.BindingSource bindingSource_Guitar;
766                 private System.Windows.Forms.BindingSource bindingSource_Bass;
767                 private System.Windows.Forms.BindingSource bindingSource_Master;
768                 private System.Windows.Forms.GroupBox groupBox_MP3;
769                 private System.Windows.Forms.Label label11;
770                 private System.Windows.Forms.GroupBox groupBox_Ogg;
771                 private System.Windows.Forms.NumericUpDown numericUpDown_Ogg_Q;
772                 private System.Windows.Forms.Label label10;
773                 private System.Windows.Forms.TrackBar trackBar_Ogg_Q;
774                 private System.Windows.Forms.BindingSource bindingSource_Ogg_Q;
775                 private System.Windows.Forms.ComboBox comboBox_MP3_bps;
776                 private System.Windows.Forms.Label label_highq;
777                 private System.Windows.Forms.Label label_ogg_lowq;
778                 private System.Windows.Forms.CheckBox checkBox_overwriteCheck;
779         }
780 }
781