• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

修订版fd535fbf19eb487cfbc41238310f4eb65b190a77 (tree)
时间2018-01-23 00:55:17
作者yyagi <yyagi.dtxmania@gmai...>
Commiteryyagi

Log Message

#28263 DTX2WAV.exe ラッパーアプリをDTXManiaソリューションに追加

更改概述

差异

--- /dev/null
+++ b/DTX2WAV/App.config
@@ -0,0 +1,6 @@
1+<?xml version="1.0" encoding="utf-8" ?>
2+<configuration>
3+ <startup>
4+ <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7" />
5+ </startup>
6+</configuration>
\ No newline at end of file
--- /dev/null
+++ b/DTX2WAV/DTX2WAV.csproj
@@ -0,0 +1,123 @@
1+<?xml version="1.0" encoding="utf-8"?>
2+<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+ <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+ <PropertyGroup>
5+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7+ <ProjectGuid>{97942C23-C771-440E-9D07-897C9EF9BED5}</ProjectGuid>
8+ <OutputType>WinExe</OutputType>
9+ <RootNamespace>DTX2WAV</RootNamespace>
10+ <AssemblyName>DTX2WAV</AssemblyName>
11+ <TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
12+ <FileAlignment>512</FileAlignment>
13+ <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
14+ </PropertyGroup>
15+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16+ <PlatformTarget>AnyCPU</PlatformTarget>
17+ <DebugSymbols>true</DebugSymbols>
18+ <DebugType>full</DebugType>
19+ <Optimize>false</Optimize>
20+ <OutputPath>bin\Debug\</OutputPath>
21+ <DefineConstants>DEBUG;TRACE</DefineConstants>
22+ <ErrorReport>prompt</ErrorReport>
23+ <WarningLevel>4</WarningLevel>
24+ </PropertyGroup>
25+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26+ <PlatformTarget>AnyCPU</PlatformTarget>
27+ <DebugType>pdbonly</DebugType>
28+ <Optimize>true</Optimize>
29+ <OutputPath>bin\Release\</OutputPath>
30+ <DefineConstants>TRACE</DefineConstants>
31+ <ErrorReport>prompt</ErrorReport>
32+ <WarningLevel>4</WarningLevel>
33+ </PropertyGroup>
34+ <PropertyGroup>
35+ <StartupObject>DTX2WAV.Program</StartupObject>
36+ </PropertyGroup>
37+ <ItemGroup>
38+ <Reference Include="System" />
39+ <Reference Include="System.Core" />
40+ <Reference Include="System.Xml.Linq" />
41+ <Reference Include="System.Data.DataSetExtensions" />
42+ <Reference Include="Microsoft.CSharp" />
43+ <Reference Include="System.Data" />
44+ <Reference Include="System.Deployment" />
45+ <Reference Include="System.Drawing" />
46+ <Reference Include="System.Net.Http" />
47+ <Reference Include="System.Windows.Forms" />
48+ <Reference Include="System.Xml" />
49+ </ItemGroup>
50+ <ItemGroup>
51+ <Compile Include="Form1.cs">
52+ <SubType>Form</SubType>
53+ </Compile>
54+ <Compile Include="Form1.Designer.cs">
55+ <DependentUpon>Form1.cs</DependentUpon>
56+ </Compile>
57+ <Compile Include="Form_Converting.cs">
58+ <SubType>Form</SubType>
59+ </Compile>
60+ <Compile Include="Form_Converting.Designer.cs">
61+ <DependentUpon>Form_Converting.cs</DependentUpon>
62+ </Compile>
63+ <Compile Include="Program.cs" />
64+ <Compile Include="Properties\AssemblyInfo.cs" />
65+ <EmbeddedResource Include="Form1.ja-JP.resx">
66+ <DependentUpon>Form1.cs</DependentUpon>
67+ </EmbeddedResource>
68+ <EmbeddedResource Include="Form1.resx">
69+ <DependentUpon>Form1.cs</DependentUpon>
70+ </EmbeddedResource>
71+ <EmbeddedResource Include="Form_Converting.resx">
72+ <DependentUpon>Form_Converting.cs</DependentUpon>
73+ </EmbeddedResource>
74+ <EmbeddedResource Include="Properties\Resources.resx">
75+ <Generator>ResXFileCodeGenerator</Generator>
76+ <LastGenOutput>Resources.Designer.cs</LastGenOutput>
77+ <SubType>Designer</SubType>
78+ </EmbeddedResource>
79+ <Compile Include="Properties\Resources.Designer.cs">
80+ <AutoGen>True</AutoGen>
81+ <DependentUpon>Resources.resx</DependentUpon>
82+ </Compile>
83+ <None Include="Properties\DataSources\DTX2WAV.Properties.Resources.datasource" />
84+ <None Include="Properties\DataSources\DTX2WAV.Properties.Settings.datasource" />
85+ <None Include="Properties\DataSources\Main.datasource" />
86+ <None Include="Properties\DataSources\Main.VolumeSlider.datasource" />
87+ <None Include="Properties\DataSources\Program.datasource" />
88+ <None Include="Properties\Settings.settings">
89+ <Generator>SettingsSingleFileGenerator</Generator>
90+ <LastGenOutput>Settings.Designer.cs</LastGenOutput>
91+ </None>
92+ <Compile Include="Properties\Settings.Designer.cs">
93+ <AutoGen>True</AutoGen>
94+ <DependentUpon>Settings.settings</DependentUpon>
95+ <DesignTimeSharedInput>True</DesignTimeSharedInput>
96+ </Compile>
97+ </ItemGroup>
98+ <ItemGroup>
99+ <None Include="App.config" />
100+ </ItemGroup>
101+ <ItemGroup>
102+ <WCFMetadata Include="Connected Services\" />
103+ </ItemGroup>
104+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
105+ <PropertyGroup>
106+ <PostBuildEvent>echo.
107+echo ビルド後イベントを開始します。
108+set RUNTIMEDIR="$(SolutionDir)RuntimeResources"
109+
110+echo.
111+echo (2) 出力フォルダ から 実行時リソースフォルダ にコピーします。
112+set DESTDIR=%25RUNTIMEDIR%25
113+xcopy "$(TargetDir)$(TargetFileName)" %25DESTDIR%25 /Y
114+xcopy "$(TargetDir)$(TargetFileName).config" %25DESTDIR%25 /Y
115+set DESTDIR=%25RUNTIMEDIR%25\ja-JP
116+if not exist %25DESTDIR%25 mkdir %25DESTDIR%25
117+xcopy "$(TargetDir)ja-JP" %25DESTDIR%25 /Y
118+
119+echo.
120+echo ビルド後イベントを終了しました。
121+</PostBuildEvent>
122+ </PropertyGroup>
123+</Project>
\ No newline at end of file
--- /dev/null
+++ b/DTX2WAV/Form1.Designer.cs
@@ -0,0 +1,589 @@
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.label10 = new System.Windows.Forms.Label();
55+ this.checkBox1 = new System.Windows.Forms.CheckBox();
56+ this.numericUpDown_Master = new System.Windows.Forms.NumericUpDown();
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.label8 = new System.Windows.Forms.Label();
61+ this.trackBar_Bass = new System.Windows.Forms.TrackBar();
62+ this.numericUpDown_Guitar = new System.Windows.Forms.NumericUpDown();
63+ this.label7 = new System.Windows.Forms.Label();
64+ this.trackBar_Guitar = new System.Windows.Forms.TrackBar();
65+ this.numericUpDown_Drums = new System.Windows.Forms.NumericUpDown();
66+ this.label6 = new System.Windows.Forms.Label();
67+ this.trackBar_Drums = new System.Windows.Forms.TrackBar();
68+ this.numericUpDown_SE = new System.Windows.Forms.NumericUpDown();
69+ this.bindingSource_BGM = new System.Windows.Forms.BindingSource(this.components);
70+ this.label5 = new System.Windows.Forms.Label();
71+ this.trackBar_SE = new System.Windows.Forms.TrackBar();
72+ this.numericUpDown_BGM = new System.Windows.Forms.NumericUpDown();
73+ this.label4 = new System.Windows.Forms.Label();
74+ this.trackBar_BGM = new System.Windows.Forms.TrackBar();
75+ this.tabPage2 = new System.Windows.Forms.TabPage();
76+ this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
77+ this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
78+ this.bindingSource_SE = new System.Windows.Forms.BindingSource(this.components);
79+ this.bindingSource_Drums = new System.Windows.Forms.BindingSource(this.components);
80+ this.bindingSource_Guitar = new System.Windows.Forms.BindingSource(this.components);
81+ this.bindingSource_Bass = new System.Windows.Forms.BindingSource(this.components);
82+ this.bindingSource_Master = new System.Windows.Forms.BindingSource(this.components);
83+ this.menuStrip1.SuspendLayout();
84+ this.groupBox1.SuspendLayout();
85+ this.tabControl1.SuspendLayout();
86+ this.tabPage1.SuspendLayout();
87+ this.groupBox2.SuspendLayout();
88+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Master)).BeginInit();
89+ ((System.ComponentModel.ISupportInitialize)(this.trackBar_Master)).BeginInit();
90+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Bass)).BeginInit();
91+ ((System.ComponentModel.ISupportInitialize)(this.trackBar_Bass)).BeginInit();
92+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Guitar)).BeginInit();
93+ ((System.ComponentModel.ISupportInitialize)(this.trackBar_Guitar)).BeginInit();
94+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Drums)).BeginInit();
95+ ((System.ComponentModel.ISupportInitialize)(this.trackBar_Drums)).BeginInit();
96+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_SE)).BeginInit();
97+ ((System.ComponentModel.ISupportInitialize)(this.bindingSource_BGM)).BeginInit();
98+ ((System.ComponentModel.ISupportInitialize)(this.trackBar_SE)).BeginInit();
99+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_BGM)).BeginInit();
100+ ((System.ComponentModel.ISupportInitialize)(this.trackBar_BGM)).BeginInit();
101+ ((System.ComponentModel.ISupportInitialize)(this.bindingSource_SE)).BeginInit();
102+ ((System.ComponentModel.ISupportInitialize)(this.bindingSource_Drums)).BeginInit();
103+ ((System.ComponentModel.ISupportInitialize)(this.bindingSource_Guitar)).BeginInit();
104+ ((System.ComponentModel.ISupportInitialize)(this.bindingSource_Bass)).BeginInit();
105+ ((System.ComponentModel.ISupportInitialize)(this.bindingSource_Master)).BeginInit();
106+ this.SuspendLayout();
107+ //
108+ // menuStrip1
109+ //
110+ this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
111+ this.toolStripMenuItem1,
112+ this.editToolStripMenuItem,
113+ this.helpToolStripMenuItem});
114+ resources.ApplyResources(this.menuStrip1, "menuStrip1");
115+ this.menuStrip1.Name = "menuStrip1";
116+ //
117+ // toolStripMenuItem1
118+ //
119+ this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
120+ this.exitToolStripMenuItem});
121+ this.toolStripMenuItem1.Name = "toolStripMenuItem1";
122+ resources.ApplyResources(this.toolStripMenuItem1, "toolStripMenuItem1");
123+ //
124+ // exitToolStripMenuItem
125+ //
126+ this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
127+ resources.ApplyResources(this.exitToolStripMenuItem, "exitToolStripMenuItem");
128+ //
129+ // editToolStripMenuItem
130+ //
131+ this.editToolStripMenuItem.Name = "editToolStripMenuItem";
132+ resources.ApplyResources(this.editToolStripMenuItem, "editToolStripMenuItem");
133+ //
134+ // helpToolStripMenuItem
135+ //
136+ this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
137+ resources.ApplyResources(this.helpToolStripMenuItem, "helpToolStripMenuItem");
138+ //
139+ // statusStrip1
140+ //
141+ resources.ApplyResources(this.statusStrip1, "statusStrip1");
142+ this.statusStrip1.Name = "statusStrip1";
143+ //
144+ // openFileDialog1
145+ //
146+ this.openFileDialog1.FileName = "openFileDialog1";
147+ //
148+ // label1
149+ //
150+ resources.ApplyResources(this.label1, "label1");
151+ this.label1.Name = "label1";
152+ //
153+ // groupBox1
154+ //
155+ this.groupBox1.Controls.Add(this.comboBox_AudioFormat);
156+ this.groupBox1.Controls.Add(this.label3);
157+ this.groupBox1.Controls.Add(this.button_BrowseAudio);
158+ this.groupBox1.Controls.Add(this.textBox_BrowseAudio);
159+ this.groupBox1.Controls.Add(this.label2);
160+ this.groupBox1.Controls.Add(this.button_browseDTX);
161+ this.groupBox1.Controls.Add(this.textBox_BrowseDTX);
162+ this.groupBox1.Controls.Add(this.label1);
163+ resources.ApplyResources(this.groupBox1, "groupBox1");
164+ this.groupBox1.Name = "groupBox1";
165+ this.groupBox1.TabStop = false;
166+ //
167+ // comboBox_AudioFormat
168+ //
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.button2_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.label10);
247+ this.groupBox2.Controls.Add(this.checkBox1);
248+ this.groupBox2.Controls.Add(this.numericUpDown_Master);
249+ this.groupBox2.Controls.Add(this.label9);
250+ this.groupBox2.Controls.Add(this.trackBar_Master);
251+ this.groupBox2.Controls.Add(this.numericUpDown_Bass);
252+ this.groupBox2.Controls.Add(this.label8);
253+ this.groupBox2.Controls.Add(this.trackBar_Bass);
254+ this.groupBox2.Controls.Add(this.numericUpDown_Guitar);
255+ this.groupBox2.Controls.Add(this.label7);
256+ this.groupBox2.Controls.Add(this.trackBar_Guitar);
257+ this.groupBox2.Controls.Add(this.numericUpDown_Drums);
258+ this.groupBox2.Controls.Add(this.label6);
259+ this.groupBox2.Controls.Add(this.trackBar_Drums);
260+ this.groupBox2.Controls.Add(this.numericUpDown_SE);
261+ this.groupBox2.Controls.Add(this.label5);
262+ this.groupBox2.Controls.Add(this.trackBar_SE);
263+ this.groupBox2.Controls.Add(this.numericUpDown_BGM);
264+ this.groupBox2.Controls.Add(this.label4);
265+ this.groupBox2.Controls.Add(this.trackBar_BGM);
266+ resources.ApplyResources(this.groupBox2, "groupBox2");
267+ this.groupBox2.Name = "groupBox2";
268+ this.groupBox2.TabStop = false;
269+ //
270+ // label10
271+ //
272+ resources.ApplyResources(this.label10, "label10");
273+ this.label10.Name = "label10";
274+ //
275+ // checkBox1
276+ //
277+ resources.ApplyResources(this.checkBox1, "checkBox1");
278+ this.checkBox1.Checked = true;
279+ this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
280+ this.checkBox1.Name = "checkBox1";
281+ this.checkBox1.UseVisualStyleBackColor = true;
282+ //
283+ // numericUpDown_Master
284+ //
285+ this.numericUpDown_Master.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bindingSource_Master, "Value", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
286+ resources.ApplyResources(this.numericUpDown_Master, "numericUpDown_Master");
287+ this.numericUpDown_Master.Name = "numericUpDown_Master";
288+ this.numericUpDown_Master.Value = new decimal(new int[] {
289+ 100,
290+ 0,
291+ 0,
292+ 0});
293+ //
294+ // label9
295+ //
296+ resources.ApplyResources(this.label9, "label9");
297+ this.label9.Name = "label9";
298+ //
299+ // trackBar_Master
300+ //
301+ resources.ApplyResources(this.trackBar_Master, "trackBar_Master");
302+ this.trackBar_Master.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bindingSource_Master, "Value", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
303+ this.trackBar_Master.LargeChange = 10;
304+ this.trackBar_Master.Maximum = 100;
305+ this.trackBar_Master.Name = "trackBar_Master";
306+ this.trackBar_Master.TickFrequency = 10;
307+ this.trackBar_Master.Value = 100;
308+ //
309+ // numericUpDown_Bass
310+ //
311+ this.numericUpDown_Bass.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bindingSource_Bass, "Value", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
312+ resources.ApplyResources(this.numericUpDown_Bass, "numericUpDown_Bass");
313+ this.numericUpDown_Bass.Maximum = new decimal(new int[] {
314+ 200,
315+ 0,
316+ 0,
317+ 0});
318+ this.numericUpDown_Bass.Name = "numericUpDown_Bass";
319+ this.numericUpDown_Bass.Value = new decimal(new int[] {
320+ 100,
321+ 0,
322+ 0,
323+ 0});
324+ //
325+ // label8
326+ //
327+ resources.ApplyResources(this.label8, "label8");
328+ this.label8.Name = "label8";
329+ //
330+ // trackBar_Bass
331+ //
332+ resources.ApplyResources(this.trackBar_Bass, "trackBar_Bass");
333+ this.trackBar_Bass.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bindingSource_Bass, "Value", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
334+ this.trackBar_Bass.LargeChange = 10;
335+ this.trackBar_Bass.Maximum = 200;
336+ this.trackBar_Bass.Name = "trackBar_Bass";
337+ this.trackBar_Bass.TickFrequency = 10;
338+ this.trackBar_Bass.Value = 100;
339+ //
340+ // numericUpDown_Guitar
341+ //
342+ this.numericUpDown_Guitar.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bindingSource_Guitar, "Value", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
343+ resources.ApplyResources(this.numericUpDown_Guitar, "numericUpDown_Guitar");
344+ this.numericUpDown_Guitar.Maximum = new decimal(new int[] {
345+ 200,
346+ 0,
347+ 0,
348+ 0});
349+ this.numericUpDown_Guitar.Name = "numericUpDown_Guitar";
350+ this.numericUpDown_Guitar.Value = new decimal(new int[] {
351+ 100,
352+ 0,
353+ 0,
354+ 0});
355+ //
356+ // label7
357+ //
358+ resources.ApplyResources(this.label7, "label7");
359+ this.label7.Name = "label7";
360+ //
361+ // trackBar_Guitar
362+ //
363+ resources.ApplyResources(this.trackBar_Guitar, "trackBar_Guitar");
364+ this.trackBar_Guitar.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bindingSource_Guitar, "Value", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
365+ this.trackBar_Guitar.LargeChange = 10;
366+ this.trackBar_Guitar.Maximum = 200;
367+ this.trackBar_Guitar.Name = "trackBar_Guitar";
368+ this.trackBar_Guitar.TickFrequency = 10;
369+ this.trackBar_Guitar.Value = 100;
370+ //
371+ // numericUpDown_Drums
372+ //
373+ this.numericUpDown_Drums.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bindingSource_Drums, "Value", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
374+ resources.ApplyResources(this.numericUpDown_Drums, "numericUpDown_Drums");
375+ this.numericUpDown_Drums.Maximum = new decimal(new int[] {
376+ 200,
377+ 0,
378+ 0,
379+ 0});
380+ this.numericUpDown_Drums.Name = "numericUpDown_Drums";
381+ this.numericUpDown_Drums.Value = new decimal(new int[] {
382+ 100,
383+ 0,
384+ 0,
385+ 0});
386+ //
387+ // label6
388+ //
389+ resources.ApplyResources(this.label6, "label6");
390+ this.label6.Name = "label6";
391+ //
392+ // trackBar_Drums
393+ //
394+ resources.ApplyResources(this.trackBar_Drums, "trackBar_Drums");
395+ this.trackBar_Drums.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bindingSource_Drums, "Value", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
396+ this.trackBar_Drums.LargeChange = 10;
397+ this.trackBar_Drums.Maximum = 200;
398+ this.trackBar_Drums.Name = "trackBar_Drums";
399+ this.trackBar_Drums.TickFrequency = 10;
400+ this.trackBar_Drums.Value = 100;
401+ //
402+ // numericUpDown_SE
403+ //
404+ this.numericUpDown_SE.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bindingSource_SE, "Value", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
405+ resources.ApplyResources(this.numericUpDown_SE, "numericUpDown_SE");
406+ this.numericUpDown_SE.Maximum = new decimal(new int[] {
407+ 200,
408+ 0,
409+ 0,
410+ 0});
411+ this.numericUpDown_SE.Name = "numericUpDown_SE";
412+ this.numericUpDown_SE.Value = new decimal(new int[] {
413+ 100,
414+ 0,
415+ 0,
416+ 0});
417+ //
418+ // bindingSource_BGM
419+ //
420+ this.bindingSource_BGM.DataSource = typeof(DTX2WAV.Main.VolumeSlider);
421+ //
422+ // label5
423+ //
424+ resources.ApplyResources(this.label5, "label5");
425+ this.label5.Name = "label5";
426+ //
427+ // trackBar_SE
428+ //
429+ resources.ApplyResources(this.trackBar_SE, "trackBar_SE");
430+ this.trackBar_SE.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bindingSource_SE, "Value", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
431+ this.trackBar_SE.LargeChange = 10;
432+ this.trackBar_SE.Maximum = 200;
433+ this.trackBar_SE.Name = "trackBar_SE";
434+ this.trackBar_SE.TickFrequency = 10;
435+ this.trackBar_SE.Value = 100;
436+ //
437+ // numericUpDown_BGM
438+ //
439+ this.numericUpDown_BGM.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bindingSource_BGM, "Value", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
440+ resources.ApplyResources(this.numericUpDown_BGM, "numericUpDown_BGM");
441+ this.numericUpDown_BGM.Maximum = new decimal(new int[] {
442+ 200,
443+ 0,
444+ 0,
445+ 0});
446+ this.numericUpDown_BGM.Name = "numericUpDown_BGM";
447+ this.numericUpDown_BGM.Value = new decimal(new int[] {
448+ 100,
449+ 0,
450+ 0,
451+ 0});
452+ //
453+ // label4
454+ //
455+ resources.ApplyResources(this.label4, "label4");
456+ this.label4.Name = "label4";
457+ //
458+ // trackBar_BGM
459+ //
460+ resources.ApplyResources(this.trackBar_BGM, "trackBar_BGM");
461+ this.trackBar_BGM.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bindingSource_BGM, "Value", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
462+ this.trackBar_BGM.LargeChange = 10;
463+ this.trackBar_BGM.Maximum = 200;
464+ this.trackBar_BGM.Name = "trackBar_BGM";
465+ this.trackBar_BGM.TickFrequency = 10;
466+ this.trackBar_BGM.Value = 100;
467+ //
468+ // tabPage2
469+ //
470+ resources.ApplyResources(this.tabPage2, "tabPage2");
471+ this.tabPage2.Name = "tabPage2";
472+ this.tabPage2.UseVisualStyleBackColor = true;
473+ //
474+ // bindingSource_SE
475+ //
476+ this.bindingSource_SE.DataSource = typeof(DTX2WAV.Main.VolumeSlider);
477+ //
478+ // bindingSource_Drums
479+ //
480+ this.bindingSource_Drums.DataSource = typeof(DTX2WAV.Main.VolumeSlider);
481+ //
482+ // bindingSource_Guitar
483+ //
484+ this.bindingSource_Guitar.DataSource = typeof(DTX2WAV.Main.VolumeSlider);
485+ //
486+ // bindingSource_Bass
487+ //
488+ this.bindingSource_Bass.DataSource = typeof(DTX2WAV.Main.VolumeSlider);
489+ //
490+ // bindingSource_Master
491+ //
492+ this.bindingSource_Master.DataSource = typeof(DTX2WAV.Main.VolumeSlider);
493+ //
494+ // Main
495+ //
496+ resources.ApplyResources(this, "$this");
497+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
498+ this.Controls.Add(this.tabControl1);
499+ this.Controls.Add(this.statusStrip1);
500+ this.Controls.Add(this.menuStrip1);
501+ this.MainMenuStrip = this.menuStrip1;
502+ this.Name = "Main";
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.trackBar_Master)).EndInit();
514+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Bass)).EndInit();
515+ ((System.ComponentModel.ISupportInitialize)(this.trackBar_Bass)).EndInit();
516+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Guitar)).EndInit();
517+ ((System.ComponentModel.ISupportInitialize)(this.trackBar_Guitar)).EndInit();
518+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_Drums)).EndInit();
519+ ((System.ComponentModel.ISupportInitialize)(this.trackBar_Drums)).EndInit();
520+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_SE)).EndInit();
521+ ((System.ComponentModel.ISupportInitialize)(this.bindingSource_BGM)).EndInit();
522+ ((System.ComponentModel.ISupportInitialize)(this.trackBar_SE)).EndInit();
523+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_BGM)).EndInit();
524+ ((System.ComponentModel.ISupportInitialize)(this.trackBar_BGM)).EndInit();
525+ ((System.ComponentModel.ISupportInitialize)(this.bindingSource_SE)).EndInit();
526+ ((System.ComponentModel.ISupportInitialize)(this.bindingSource_Drums)).EndInit();
527+ ((System.ComponentModel.ISupportInitialize)(this.bindingSource_Guitar)).EndInit();
528+ ((System.ComponentModel.ISupportInitialize)(this.bindingSource_Bass)).EndInit();
529+ ((System.ComponentModel.ISupportInitialize)(this.bindingSource_Master)).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 checkBox1;
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.Label label10;
582+ private System.Windows.Forms.BindingSource bindingSource_SE;
583+ private System.Windows.Forms.BindingSource bindingSource_Drums;
584+ private System.Windows.Forms.BindingSource bindingSource_Guitar;
585+ private System.Windows.Forms.BindingSource bindingSource_Bass;
586+ private System.Windows.Forms.BindingSource bindingSource_Master;
587+ }
588+}
589+
--- /dev/null
+++ b/DTX2WAV/Form1.cs
@@ -0,0 +1,252 @@
1+using System;
2+using System.Collections.Generic;
3+using System.ComponentModel;
4+using System.Data;
5+using System.Drawing;
6+using System.Linq;
7+using System.Text;
8+using System.Threading.Tasks;
9+using System.Windows.Forms;
10+using System.IO;
11+using System.Diagnostics;
12+
13+namespace DTX2WAV
14+{
15+ public partial class Main : Form
16+ {
17+ Form_Converting f;
18+
19+ public Main()
20+ {
21+ InitializeComponent();
22+ bindingSource_BGM.DataSource = new VolumeSlider();
23+ bindingSource_SE.DataSource = new VolumeSlider();
24+ bindingSource_Drums.DataSource = new VolumeSlider();
25+ bindingSource_Guitar.DataSource = new VolumeSlider();
26+ bindingSource_Bass.DataSource = new VolumeSlider();
27+ bindingSource_Master.DataSource = new VolumeSlider();
28+ }
29+
30+ /// <summary>
31+ /// メインウインドウの表示時に実行
32+ /// タイトルバーに、アプリ名とリリース番号を表示する
33+ /// </summary>
34+ /// <param name="sender"></param>
35+ /// <param name="e"></param>
36+ private void Main_Shown(object sender, EventArgs e)
37+ {
38+ System.Reflection.Assembly asm = System.Reflection.Assembly.GetExecutingAssembly();
39+ int ver_asm_major = asm.GetName().Version.Major;
40+
41+ this.Text = "DTX2WAV Rel" + ver_asm_major.ToString("D3");
42+ }
43+
44+ private void button_browseDTX_Click(object sender, EventArgs e)
45+ {
46+ OpenFileDialog ofd = new OpenFileDialog();
47+
48+ ofd.Filter = "DTXファイル(*.dtx)|*.dtx|GDAファイル(*.gda;*.g2d)|*.gda;*.g2d)|すべてのファイル(*.*)|*.*";
49+ ofd.FilterIndex = 1;
50+ ofd.Title = "DTXファイルを選択してください";
51+
52+ ofd.RestoreDirectory = false;
53+
54+ ofd.CheckFileExists = true;
55+ ofd.CheckPathExists = true;
56+
57+ if (ofd.ShowDialog() == DialogResult.OK)
58+ {
59+ textBox_BrowseDTX.Text = ofd.FileName;
60+
61+ string outpath = Path.Combine(
62+ Path.GetDirectoryName(ofd.FileName),
63+ Path.GetFileNameWithoutExtension(ofd.FileName) + "." + comboBox_AudioFormat.Text.ToLower()
64+ );
65+ Debug.WriteLine("out:" + outpath);
66+ textBox_BrowseAudio.Text = outpath;
67+ }
68+
69+ }
70+
71+ private void button2_Click(object sender, EventArgs e)
72+ {
73+ SaveFileDialog sfd = new SaveFileDialog();
74+
75+ string filter = "";
76+ switch (comboBox_AudioFormat.Text)
77+ {
78+ case "WAV":
79+ filter = "WAVファイル(*.wav)|*.wav|すべてのファイル(*.*)|*.*";
80+ break;
81+ case "OGG":
82+ filter = "OGGファイル(*.ogg)|*.ogg|すべてのファイル(*.*)|*.*";
83+ break;
84+ case "MP3":
85+ filter = "MP3ファイル(*.mp3)|*.mp3|すべてのファイル(*.*)|*.*";
86+ break;
87+ default:
88+ filter = "すべてのファイル(*.*)|*.*";
89+ break;
90+ }
91+ sfd.Filter = filter;
92+ sfd.FilterIndex = 1;
93+ sfd.DefaultExt = "." + comboBox_AudioFormat.Text.ToLower();
94+ sfd.Title = "出力ファイル名を選択してください";
95+
96+ sfd.RestoreDirectory = false;
97+ sfd.AddExtension = true;
98+
99+ sfd.OverwritePrompt = true;
100+ sfd.CheckFileExists = false;
101+ sfd.CheckPathExists = false;
102+
103+ if (sfd.ShowDialog() == DialogResult.OK)
104+ {
105+ textBox_BrowseAudio.Text = sfd.FileName;
106+ }
107+ }
108+
109+
110+ /// <summary>
111+ /// 変換を実行。DTXManiaGRをDTX2WAVモードで呼び出す。
112+ /// </summary>
113+ /// <param name="sender"></param>
114+ /// <param name="e"></param>
115+ private void button_Convert_Click(object sender, EventArgs e)
116+ {
117+ if (!File.Exists(textBox_BrowseDTX.Text))
118+ {
119+ MessageBox.Show("DTXファイルがありません。", "ファイルが見つかりません", MessageBoxButtons.OK, MessageBoxIcon.Error);
120+ return;
121+ }
122+ if (textBox_BrowseAudio.Text == "")
123+ {
124+ MessageBox.Show("出力ファイルが指定されていません。", "ファイルが見つかりません", MessageBoxButtons.OK, MessageBoxIcon.Error);
125+ return;
126+ }
127+
128+ string inext = Path.GetExtension(textBox_BrowseAudio.Text).ToLower();
129+ if (inext == ".dtx" || inext == ".gda" || inext == ".g2d")
130+ {
131+ MessageBox.Show("出力ファイルとして、DTX/GDA/G2Dファイルを指定しています。", "出力ファイル指定エラー", MessageBoxButtons.OK, MessageBoxIcon.Error);
132+ return;
133+ }
134+
135+ System.Diagnostics.Process p = new System.Diagnostics.Process();
136+
137+ //イベントハンドラがフォームを作成したスレッドで実行されるようにする
138+ p.SynchronizingObject = this;
139+ //イベントハンドラの追加
140+ p.Exited += new EventHandler(p_Exited);
141+ p.EnableRaisingEvents = true;
142+
143+ //アプリ名と引数の情報を設定
144+ p.StartInfo.FileName = "DTXManiaGR.exe";
145+ p.StartInfo.Arguments = $"-E{comboBox_AudioFormat.Text.ToUpper()},48000,192,\"{textBox_BrowseAudio.Text}\",\"{textBox_BrowseDTX.Text}\"";
146+
147+ //起動する
148+ p.Start();
149+
150+ //モーダルで変換中ダイアログを表示して、処理をいったん止める(キャンセル or 正常終了イベント待ち)
151+ f = new Form_Converting();
152+ f.ShowDialog(this);
153+
154+ if (f != null)
155+ {
156+ //フォームでCancelボタンが押されると、ここに来る
157+ //変換終了時のイベントで正常終了する場合は、p_Exited()で終了して、fがnullになって、ここはスキップされる
158+ f.Dispose();
159+ f = null;
160+ }
161+ }
162+
163+ private void p_Exited(object sender, EventArgs e)
164+ {
165+ if (f != null)
166+ {
167+ f.Dispose();
168+ f = null;
169+ }
170+
171+ MessageBox.Show(
172+ "変換が正常に終了しました。",
173+ "変換終了",
174+ MessageBoxButtons.OK,
175+ MessageBoxIcon.Information
176+ );
177+ }
178+
179+ /// <summary>
180+ /// Cancel押下時は、アプリ終了
181+ /// </summary>
182+ /// <param name="sender"></param>
183+ /// <param name="e"></param>
184+ private void button_Cancel_Click(object sender, EventArgs e)
185+ {
186+ Application.Exit();
187+ }
188+
189+
190+ /// <summary>
191+ /// 出力フォーマットを変更した場合は、出力パスの拡張子も更新する
192+ /// </summary>
193+ /// <param name="sender"></param>
194+ /// <param name="e"></param>
195+ private void comboBox_AudioFormat_SelectedIndexChanged(object sender, EventArgs e)
196+ {
197+ string outpath = textBox_BrowseAudio.Text;
198+ if (outpath == "")
199+ {
200+ return;
201+ }
202+
203+ textBox_BrowseAudio.Text =
204+ Path.Combine(
205+ Path.GetDirectoryName(outpath),
206+ Path.GetFileNameWithoutExtension(outpath) + "." + comboBox_AudioFormat.Text.ToLower()
207+ );
208+ }
209+
210+
211+
212+
213+ /// <summary>
214+ /// NumericUpDown とTrackBar にバインドされるデータ
215+ /// </summary>
216+ public class VolumeSlider : INotifyPropertyChanged
217+ {
218+ /// <summary>
219+ /// INotifyPropertyChanged から継承したイベントデリゲート
220+ /// </summary>
221+ public event PropertyChangedEventHandler PropertyChanged;
222+ /// <summary>
223+ /// イベント通知
224+ /// </summary>
225+ /// <param name="info"></param>
226+ private void NotifyPropertyChanged(String info)
227+ {
228+ if (PropertyChanged != null)
229+ {
230+ PropertyChanged(this, new PropertyChangedEventArgs(info));
231+ }
232+ }
233+ int _value;
234+ public int Value
235+ {
236+ get { return _value; }
237+ set
238+ {
239+ if (value != _value)
240+ {
241+ _value = value;
242+ // このプロパティ名を渡してイベント通知
243+ NotifyPropertyChanged("Value");
244+ }
245+ }
246+ }
247+
248+ }
249+ }
250+
251+}
252+
--- /dev/null
+++ b/DTX2WAV/Form1.ja-JP.resx
@@ -0,0 +1,123 @@
1+<?xml version="1.0" encoding="utf-8"?>
2+<root>
3+ <!--
4+ Microsoft ResX Schema
5+
6+ Version 2.0
7+
8+ The primary goals of this format is to allow a simple XML format
9+ that is mostly human readable. The generation and parsing of the
10+ various data types are done through the TypeConverter classes
11+ associated with the data types.
12+
13+ Example:
14+
15+ ... ado.net/XML headers & schema ...
16+ <resheader name="resmimetype">text/microsoft-resx</resheader>
17+ <resheader name="version">2.0</resheader>
18+ <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
19+ <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
20+ <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
21+ <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
22+ <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
23+ <value>[base64 mime encoded serialized .NET Framework object]</value>
24+ </data>
25+ <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
26+ <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
27+ <comment>This is a comment</comment>
28+ </data>
29+
30+ There are any number of "resheader" rows that contain simple
31+ name/value pairs.
32+
33+ Each data row contains a name, and value. The row also contains a
34+ type or mimetype. Type corresponds to a .NET class that support
35+ text/value conversion through the TypeConverter architecture.
36+ Classes that don't support this are serialized and stored with the
37+ mimetype set.
38+
39+ The mimetype is used for serialized objects, and tells the
40+ ResXResourceReader how to depersist the object. This is currently not
41+ extensible. For a given mimetype the value must be set accordingly:
42+
43+ Note - application/x-microsoft.net.object.binary.base64 is the format
44+ that the ResXResourceWriter will generate, however the reader can
45+ read any of the formats listed below.
46+
47+ mimetype: application/x-microsoft.net.object.binary.base64
48+ value : The object must be serialized with
49+ : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
50+ : and then encoded with base64 encoding.
51+
52+ mimetype: application/x-microsoft.net.object.soap.base64
53+ value : The object must be serialized with
54+ : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
55+ : and then encoded with base64 encoding.
56+
57+ mimetype: application/x-microsoft.net.object.bytearray.base64
58+ value : The object must be serialized into a byte array
59+ : using a System.ComponentModel.TypeConverter
60+ : and then encoded with base64 encoding.
61+ -->
62+ <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
63+ <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
64+ <xsd:element name="root" msdata:IsDataSet="true">
65+ <xsd:complexType>
66+ <xsd:choice maxOccurs="unbounded">
67+ <xsd:element name="metadata">
68+ <xsd:complexType>
69+ <xsd:sequence>
70+ <xsd:element name="value" type="xsd:string" minOccurs="0" />
71+ </xsd:sequence>
72+ <xsd:attribute name="name" use="required" type="xsd:string" />
73+ <xsd:attribute name="type" type="xsd:string" />
74+ <xsd:attribute name="mimetype" type="xsd:string" />
75+ <xsd:attribute ref="xml:space" />
76+ </xsd:complexType>
77+ </xsd:element>
78+ <xsd:element name="assembly">
79+ <xsd:complexType>
80+ <xsd:attribute name="alias" type="xsd:string" />
81+ <xsd:attribute name="name" type="xsd:string" />
82+ </xsd:complexType>
83+ </xsd:element>
84+ <xsd:element name="data">
85+ <xsd:complexType>
86+ <xsd:sequence>
87+ <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
88+ <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
89+ </xsd:sequence>
90+ <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
91+ <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
92+ <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
93+ <xsd:attribute ref="xml:space" />
94+ </xsd:complexType>
95+ </xsd:element>
96+ <xsd:element name="resheader">
97+ <xsd:complexType>
98+ <xsd:sequence>
99+ <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
100+ </xsd:sequence>
101+ <xsd:attribute name="name" type="xsd:string" use="required" />
102+ </xsd:complexType>
103+ </xsd:element>
104+ </xsd:choice>
105+ </xsd:complexType>
106+ </xsd:element>
107+ </xsd:schema>
108+ <resheader name="resmimetype">
109+ <value>text/microsoft-resx</value>
110+ </resheader>
111+ <resheader name="version">
112+ <value>2.0</value>
113+ </resheader>
114+ <resheader name="reader">
115+ <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
116+ </resheader>
117+ <resheader name="writer">
118+ <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
119+ </resheader>
120+ <data name="$this.Text" xml:space="preserve">
121+ <value>DTX2WAV</value>
122+ </data>
123+</root>
\ No newline at end of file
--- /dev/null
+++ b/DTX2WAV/Form1.resx
@@ -0,0 +1,1372 @@
1+<?xml version="1.0" encoding="utf-8"?>
2+<root>
3+ <!--
4+ Microsoft ResX Schema
5+
6+ Version 2.0
7+
8+ The primary goals of this format is to allow a simple XML format
9+ that is mostly human readable. The generation and parsing of the
10+ various data types are done through the TypeConverter classes
11+ associated with the data types.
12+
13+ Example:
14+
15+ ... ado.net/XML headers & schema ...
16+ <resheader name="resmimetype">text/microsoft-resx</resheader>
17+ <resheader name="version">2.0</resheader>
18+ <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
19+ <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
20+ <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
21+ <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
22+ <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
23+ <value>[base64 mime encoded serialized .NET Framework object]</value>
24+ </data>
25+ <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
26+ <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
27+ <comment>This is a comment</comment>
28+ </data>
29+
30+ There are any number of "resheader" rows that contain simple
31+ name/value pairs.
32+
33+ Each data row contains a name, and value. The row also contains a
34+ type or mimetype. Type corresponds to a .NET class that support
35+ text/value conversion through the TypeConverter architecture.
36+ Classes that don't support this are serialized and stored with the
37+ mimetype set.
38+
39+ The mimetype is used for serialized objects, and tells the
40+ ResXResourceReader how to depersist the object. This is currently not
41+ extensible. For a given mimetype the value must be set accordingly:
42+
43+ Note - application/x-microsoft.net.object.binary.base64 is the format
44+ that the ResXResourceWriter will generate, however the reader can
45+ read any of the formats listed below.
46+
47+ mimetype: application/x-microsoft.net.object.binary.base64
48+ value : The object must be serialized with
49+ : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
50+ : and then encoded with base64 encoding.
51+
52+ mimetype: application/x-microsoft.net.object.soap.base64
53+ value : The object must be serialized with
54+ : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
55+ : and then encoded with base64 encoding.
56+
57+ mimetype: application/x-microsoft.net.object.bytearray.base64
58+ value : The object must be serialized into a byte array
59+ : using a System.ComponentModel.TypeConverter
60+ : and then encoded with base64 encoding.
61+ -->
62+ <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
63+ <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
64+ <xsd:element name="root" msdata:IsDataSet="true">
65+ <xsd:complexType>
66+ <xsd:choice maxOccurs="unbounded">
67+ <xsd:element name="metadata">
68+ <xsd:complexType>
69+ <xsd:sequence>
70+ <xsd:element name="value" type="xsd:string" minOccurs="0" />
71+ </xsd:sequence>
72+ <xsd:attribute name="name" use="required" type="xsd:string" />
73+ <xsd:attribute name="type" type="xsd:string" />
74+ <xsd:attribute name="mimetype" type="xsd:string" />
75+ <xsd:attribute ref="xml:space" />
76+ </xsd:complexType>
77+ </xsd:element>
78+ <xsd:element name="assembly">
79+ <xsd:complexType>
80+ <xsd:attribute name="alias" type="xsd:string" />
81+ <xsd:attribute name="name" type="xsd:string" />
82+ </xsd:complexType>
83+ </xsd:element>
84+ <xsd:element name="data">
85+ <xsd:complexType>
86+ <xsd:sequence>
87+ <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
88+ <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
89+ </xsd:sequence>
90+ <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
91+ <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
92+ <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
93+ <xsd:attribute ref="xml:space" />
94+ </xsd:complexType>
95+ </xsd:element>
96+ <xsd:element name="resheader">
97+ <xsd:complexType>
98+ <xsd:sequence>
99+ <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
100+ </xsd:sequence>
101+ <xsd:attribute name="name" type="xsd:string" use="required" />
102+ </xsd:complexType>
103+ </xsd:element>
104+ </xsd:choice>
105+ </xsd:complexType>
106+ </xsd:element>
107+ </xsd:schema>
108+ <resheader name="resmimetype">
109+ <value>text/microsoft-resx</value>
110+ </resheader>
111+ <resheader name="version">
112+ <value>2.0</value>
113+ </resheader>
114+ <resheader name="reader">
115+ <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
116+ </resheader>
117+ <resheader name="writer">
118+ <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
119+ </resheader>
120+ <metadata name="menuStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
121+ <value>17, 17</value>
122+ </metadata>
123+ <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
124+ <data name="menuStrip1.Location" type="System.Drawing.Point, System.Drawing">
125+ <value>0, 0</value>
126+ </data>
127+ <data name="menuStrip1.Size" type="System.Drawing.Size, System.Drawing">
128+ <value>681, 24</value>
129+ </data>
130+ <assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
131+ <data name="menuStrip1.TabIndex" type="System.Int32, mscorlib">
132+ <value>0</value>
133+ </data>
134+ <data name="menuStrip1.Text" xml:space="preserve">
135+ <value>menuStrip1</value>
136+ </data>
137+ <data name="&gt;&gt;menuStrip1.Name" xml:space="preserve">
138+ <value>menuStrip1</value>
139+ </data>
140+ <data name="&gt;&gt;menuStrip1.Type" xml:space="preserve">
141+ <value>System.Windows.Forms.MenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
142+ </data>
143+ <data name="&gt;&gt;menuStrip1.Parent" xml:space="preserve">
144+ <value>$this</value>
145+ </data>
146+ <data name="&gt;&gt;menuStrip1.ZOrder" xml:space="preserve">
147+ <value>2</value>
148+ </data>
149+ <data name="toolStripMenuItem1.Size" type="System.Drawing.Size, System.Drawing">
150+ <value>37, 20</value>
151+ </data>
152+ <data name="toolStripMenuItem1.Text" xml:space="preserve">
153+ <value>&amp;File</value>
154+ </data>
155+ <data name="exitToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
156+ <value>93, 22</value>
157+ </data>
158+ <data name="exitToolStripMenuItem.Text" xml:space="preserve">
159+ <value>E&amp;xit</value>
160+ </data>
161+ <data name="editToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
162+ <value>39, 20</value>
163+ </data>
164+ <data name="editToolStripMenuItem.Text" xml:space="preserve">
165+ <value>&amp;Edit</value>
166+ </data>
167+ <data name="helpToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
168+ <value>44, 20</value>
169+ </data>
170+ <data name="helpToolStripMenuItem.Text" xml:space="preserve">
171+ <value>&amp;Help</value>
172+ </data>
173+ <metadata name="statusStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
174+ <value>132, 17</value>
175+ </metadata>
176+ <data name="statusStrip1.Location" type="System.Drawing.Point, System.Drawing">
177+ <value>0, 513</value>
178+ </data>
179+ <data name="statusStrip1.Size" type="System.Drawing.Size, System.Drawing">
180+ <value>681, 22</value>
181+ </data>
182+ <data name="statusStrip1.TabIndex" type="System.Int32, mscorlib">
183+ <value>1</value>
184+ </data>
185+ <data name="statusStrip1.Text" xml:space="preserve">
186+ <value>statusStrip1</value>
187+ </data>
188+ <data name="&gt;&gt;statusStrip1.Name" xml:space="preserve">
189+ <value>statusStrip1</value>
190+ </data>
191+ <data name="&gt;&gt;statusStrip1.Type" xml:space="preserve">
192+ <value>System.Windows.Forms.StatusStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
193+ </data>
194+ <data name="&gt;&gt;statusStrip1.Parent" xml:space="preserve">
195+ <value>$this</value>
196+ </data>
197+ <data name="&gt;&gt;statusStrip1.ZOrder" xml:space="preserve">
198+ <value>1</value>
199+ </data>
200+ <metadata name="openFileDialog1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
201+ <value>248, 17</value>
202+ </metadata>
203+ <data name="label1.AutoSize" type="System.Boolean, mscorlib">
204+ <value>True</value>
205+ </data>
206+ <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
207+ <data name="label1.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
208+ <value>NoControl</value>
209+ </data>
210+ <data name="label1.Location" type="System.Drawing.Point, System.Drawing">
211+ <value>20, 26</value>
212+ </data>
213+ <data name="label1.Size" type="System.Drawing.Size, System.Drawing">
214+ <value>120, 12</value>
215+ </data>
216+ <data name="label1.TabIndex" type="System.Int32, mscorlib">
217+ <value>2</value>
218+ </data>
219+ <data name="label1.Text" xml:space="preserve">
220+ <value>変換するDTXファイル(&amp;D)</value>
221+ </data>
222+ <data name="&gt;&gt;label1.Name" xml:space="preserve">
223+ <value>label1</value>
224+ </data>
225+ <data name="&gt;&gt;label1.Type" xml:space="preserve">
226+ <value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
227+ </data>
228+ <data name="&gt;&gt;label1.Parent" xml:space="preserve">
229+ <value>groupBox1</value>
230+ </data>
231+ <data name="&gt;&gt;label1.ZOrder" xml:space="preserve">
232+ <value>7</value>
233+ </data>
234+ <data name="&gt;&gt;comboBox_AudioFormat.Name" xml:space="preserve">
235+ <value>comboBox_AudioFormat</value>
236+ </data>
237+ <data name="&gt;&gt;comboBox_AudioFormat.Type" xml:space="preserve">
238+ <value>System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
239+ </data>
240+ <data name="&gt;&gt;comboBox_AudioFormat.Parent" xml:space="preserve">
241+ <value>groupBox1</value>
242+ </data>
243+ <data name="&gt;&gt;comboBox_AudioFormat.ZOrder" xml:space="preserve">
244+ <value>0</value>
245+ </data>
246+ <data name="&gt;&gt;label3.Name" xml:space="preserve">
247+ <value>label3</value>
248+ </data>
249+ <data name="&gt;&gt;label3.Type" xml:space="preserve">
250+ <value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
251+ </data>
252+ <data name="&gt;&gt;label3.Parent" xml:space="preserve">
253+ <value>groupBox1</value>
254+ </data>
255+ <data name="&gt;&gt;label3.ZOrder" xml:space="preserve">
256+ <value>1</value>
257+ </data>
258+ <data name="&gt;&gt;button_BrowseAudio.Name" xml:space="preserve">
259+ <value>button_BrowseAudio</value>
260+ </data>
261+ <data name="&gt;&gt;button_BrowseAudio.Type" xml:space="preserve">
262+ <value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
263+ </data>
264+ <data name="&gt;&gt;button_BrowseAudio.Parent" xml:space="preserve">
265+ <value>groupBox1</value>
266+ </data>
267+ <data name="&gt;&gt;button_BrowseAudio.ZOrder" xml:space="preserve">
268+ <value>2</value>
269+ </data>
270+ <data name="&gt;&gt;textBox_BrowseAudio.Name" xml:space="preserve">
271+ <value>textBox_BrowseAudio</value>
272+ </data>
273+ <data name="&gt;&gt;textBox_BrowseAudio.Type" xml:space="preserve">
274+ <value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
275+ </data>
276+ <data name="&gt;&gt;textBox_BrowseAudio.Parent" xml:space="preserve">
277+ <value>groupBox1</value>
278+ </data>
279+ <data name="&gt;&gt;textBox_BrowseAudio.ZOrder" xml:space="preserve">
280+ <value>3</value>
281+ </data>
282+ <data name="&gt;&gt;label2.Name" xml:space="preserve">
283+ <value>label2</value>
284+ </data>
285+ <data name="&gt;&gt;label2.Type" xml:space="preserve">
286+ <value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
287+ </data>
288+ <data name="&gt;&gt;label2.Parent" xml:space="preserve">
289+ <value>groupBox1</value>
290+ </data>
291+ <data name="&gt;&gt;label2.ZOrder" xml:space="preserve">
292+ <value>4</value>
293+ </data>
294+ <data name="&gt;&gt;button_browseDTX.Name" xml:space="preserve">
295+ <value>button_browseDTX</value>
296+ </data>
297+ <data name="&gt;&gt;button_browseDTX.Type" xml:space="preserve">
298+ <value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
299+ </data>
300+ <data name="&gt;&gt;button_browseDTX.Parent" xml:space="preserve">
301+ <value>groupBox1</value>
302+ </data>
303+ <data name="&gt;&gt;button_browseDTX.ZOrder" xml:space="preserve">
304+ <value>5</value>
305+ </data>
306+ <data name="&gt;&gt;textBox_BrowseDTX.Name" xml:space="preserve">
307+ <value>textBox_BrowseDTX</value>
308+ </data>
309+ <data name="&gt;&gt;textBox_BrowseDTX.Type" xml:space="preserve">
310+ <value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
311+ </data>
312+ <data name="&gt;&gt;textBox_BrowseDTX.Parent" xml:space="preserve">
313+ <value>groupBox1</value>
314+ </data>
315+ <data name="&gt;&gt;textBox_BrowseDTX.ZOrder" xml:space="preserve">
316+ <value>6</value>
317+ </data>
318+ <data name="groupBox1.Location" type="System.Drawing.Point, System.Drawing">
319+ <value>6, 6</value>
320+ </data>
321+ <data name="groupBox1.Size" type="System.Drawing.Size, System.Drawing">
322+ <value>633, 138</value>
323+ </data>
324+ <data name="groupBox1.TabIndex" type="System.Int32, mscorlib">
325+ <value>3</value>
326+ </data>
327+ <data name="groupBox1.Text" xml:space="preserve">
328+ <value>変換ファイルの指定</value>
329+ </data>
330+ <data name="&gt;&gt;groupBox1.Name" xml:space="preserve">
331+ <value>groupBox1</value>
332+ </data>
333+ <data name="&gt;&gt;groupBox1.Type" xml:space="preserve">
334+ <value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
335+ </data>
336+ <data name="&gt;&gt;groupBox1.Parent" xml:space="preserve">
337+ <value>tabPage1</value>
338+ </data>
339+ <data name="&gt;&gt;groupBox1.ZOrder" xml:space="preserve">
340+ <value>3</value>
341+ </data>
342+ <data name="comboBox_AudioFormat.Items" xml:space="preserve">
343+ <value>WAV</value>
344+ </data>
345+ <data name="comboBox_AudioFormat.Items1" xml:space="preserve">
346+ <value>OGG</value>
347+ </data>
348+ <data name="comboBox_AudioFormat.Items2" xml:space="preserve">
349+ <value>MP3</value>
350+ </data>
351+ <data name="comboBox_AudioFormat.Location" type="System.Drawing.Point, System.Drawing">
352+ <value>177, 100</value>
353+ </data>
354+ <data name="comboBox_AudioFormat.Size" type="System.Drawing.Size, System.Drawing">
355+ <value>121, 20</value>
356+ </data>
357+ <data name="comboBox_AudioFormat.TabIndex" type="System.Int32, mscorlib">
358+ <value>0</value>
359+ </data>
360+ <data name="comboBox_AudioFormat.Text" xml:space="preserve">
361+ <value>WAV</value>
362+ </data>
363+ <data name="&gt;&gt;comboBox_AudioFormat.Name" xml:space="preserve">
364+ <value>comboBox_AudioFormat</value>
365+ </data>
366+ <data name="&gt;&gt;comboBox_AudioFormat.Type" xml:space="preserve">
367+ <value>System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
368+ </data>
369+ <data name="&gt;&gt;comboBox_AudioFormat.Parent" xml:space="preserve">
370+ <value>groupBox1</value>
371+ </data>
372+ <data name="&gt;&gt;comboBox_AudioFormat.ZOrder" xml:space="preserve">
373+ <value>0</value>
374+ </data>
375+ <data name="label3.AutoSize" type="System.Boolean, mscorlib">
376+ <value>True</value>
377+ </data>
378+ <data name="label3.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
379+ <value>NoControl</value>
380+ </data>
381+ <data name="label3.Location" type="System.Drawing.Point, System.Drawing">
382+ <value>20, 103</value>
383+ </data>
384+ <data name="label3.Size" type="System.Drawing.Size, System.Drawing">
385+ <value>134, 12</value>
386+ </data>
387+ <data name="label3.TabIndex" type="System.Int32, mscorlib">
388+ <value>9</value>
389+ </data>
390+ <data name="label3.Text" xml:space="preserve">
391+ <value>出力するオーディオ形式(&amp;M)</value>
392+ </data>
393+ <data name="&gt;&gt;label3.Name" xml:space="preserve">
394+ <value>label3</value>
395+ </data>
396+ <data name="&gt;&gt;label3.Type" xml:space="preserve">
397+ <value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
398+ </data>
399+ <data name="&gt;&gt;label3.Parent" xml:space="preserve">
400+ <value>groupBox1</value>
401+ </data>
402+ <data name="&gt;&gt;label3.ZOrder" xml:space="preserve">
403+ <value>1</value>
404+ </data>
405+ <data name="button_BrowseAudio.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
406+ <value>NoControl</value>
407+ </data>
408+ <data name="button_BrowseAudio.Location" type="System.Drawing.Point, System.Drawing">
409+ <value>525, 59</value>
410+ </data>
411+ <data name="button_BrowseAudio.Size" type="System.Drawing.Size, System.Drawing">
412+ <value>75, 23</value>
413+ </data>
414+ <data name="button_BrowseAudio.TabIndex" type="System.Int32, mscorlib">
415+ <value>10</value>
416+ </data>
417+ <data name="button_BrowseAudio.Text" xml:space="preserve">
418+ <value>参照</value>
419+ </data>
420+ <data name="&gt;&gt;button_BrowseAudio.Name" xml:space="preserve">
421+ <value>button_BrowseAudio</value>
422+ </data>
423+ <data name="&gt;&gt;button_BrowseAudio.Type" xml:space="preserve">
424+ <value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
425+ </data>
426+ <data name="&gt;&gt;button_BrowseAudio.Parent" xml:space="preserve">
427+ <value>groupBox1</value>
428+ </data>
429+ <data name="&gt;&gt;button_BrowseAudio.ZOrder" xml:space="preserve">
430+ <value>2</value>
431+ </data>
432+ <data name="textBox_BrowseAudio.Location" type="System.Drawing.Point, System.Drawing">
433+ <value>177, 61</value>
434+ </data>
435+ <data name="textBox_BrowseAudio.Size" type="System.Drawing.Size, System.Drawing">
436+ <value>342, 19</value>
437+ </data>
438+ <data name="textBox_BrowseAudio.TabIndex" type="System.Int32, mscorlib">
439+ <value>7</value>
440+ </data>
441+ <data name="&gt;&gt;textBox_BrowseAudio.Name" xml:space="preserve">
442+ <value>textBox_BrowseAudio</value>
443+ </data>
444+ <data name="&gt;&gt;textBox_BrowseAudio.Type" xml:space="preserve">
445+ <value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
446+ </data>
447+ <data name="&gt;&gt;textBox_BrowseAudio.Parent" xml:space="preserve">
448+ <value>groupBox1</value>
449+ </data>
450+ <data name="&gt;&gt;textBox_BrowseAudio.ZOrder" xml:space="preserve">
451+ <value>3</value>
452+ </data>
453+ <data name="label2.AutoSize" type="System.Boolean, mscorlib">
454+ <value>True</value>
455+ </data>
456+ <data name="label2.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
457+ <value>NoControl</value>
458+ </data>
459+ <data name="label2.Location" type="System.Drawing.Point, System.Drawing">
460+ <value>20, 64</value>
461+ </data>
462+ <data name="label2.Size" type="System.Drawing.Size, System.Drawing">
463+ <value>143, 12</value>
464+ </data>
465+ <data name="label2.TabIndex" type="System.Int32, mscorlib">
466+ <value>6</value>
467+ </data>
468+ <data name="label2.Text" xml:space="preserve">
469+ <value>出力するオーディオファイル(&amp;A)</value>
470+ </data>
471+ <data name="&gt;&gt;label2.Name" xml:space="preserve">
472+ <value>label2</value>
473+ </data>
474+ <data name="&gt;&gt;label2.Type" xml:space="preserve">
475+ <value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
476+ </data>
477+ <data name="&gt;&gt;label2.Parent" xml:space="preserve">
478+ <value>groupBox1</value>
479+ </data>
480+ <data name="&gt;&gt;label2.ZOrder" xml:space="preserve">
481+ <value>4</value>
482+ </data>
483+ <data name="button_browseDTX.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
484+ <value>NoControl</value>
485+ </data>
486+ <data name="button_browseDTX.Location" type="System.Drawing.Point, System.Drawing">
487+ <value>525, 21</value>
488+ </data>
489+ <data name="button_browseDTX.Size" type="System.Drawing.Size, System.Drawing">
490+ <value>75, 23</value>
491+ </data>
492+ <data name="button_browseDTX.TabIndex" type="System.Int32, mscorlib">
493+ <value>11</value>
494+ </data>
495+ <data name="button_browseDTX.Text" xml:space="preserve">
496+ <value>参照</value>
497+ </data>
498+ <data name="&gt;&gt;button_browseDTX.Name" xml:space="preserve">
499+ <value>button_browseDTX</value>
500+ </data>
501+ <data name="&gt;&gt;button_browseDTX.Type" xml:space="preserve">
502+ <value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
503+ </data>
504+ <data name="&gt;&gt;button_browseDTX.Parent" xml:space="preserve">
505+ <value>groupBox1</value>
506+ </data>
507+ <data name="&gt;&gt;button_browseDTX.ZOrder" xml:space="preserve">
508+ <value>5</value>
509+ </data>
510+ <data name="textBox_BrowseDTX.Location" type="System.Drawing.Point, System.Drawing">
511+ <value>177, 23</value>
512+ </data>
513+ <data name="textBox_BrowseDTX.Size" type="System.Drawing.Size, System.Drawing">
514+ <value>342, 19</value>
515+ </data>
516+ <data name="textBox_BrowseDTX.TabIndex" type="System.Int32, mscorlib">
517+ <value>4</value>
518+ </data>
519+ <data name="&gt;&gt;textBox_BrowseDTX.Name" xml:space="preserve">
520+ <value>textBox_BrowseDTX</value>
521+ </data>
522+ <data name="&gt;&gt;textBox_BrowseDTX.Type" xml:space="preserve">
523+ <value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
524+ </data>
525+ <data name="&gt;&gt;textBox_BrowseDTX.Parent" xml:space="preserve">
526+ <value>groupBox1</value>
527+ </data>
528+ <data name="&gt;&gt;textBox_BrowseDTX.ZOrder" xml:space="preserve">
529+ <value>6</value>
530+ </data>
531+ <data name="button_Cancel.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
532+ <value>NoControl</value>
533+ </data>
534+ <data name="button_Cancel.Location" type="System.Drawing.Point, System.Drawing">
535+ <value>531, 411</value>
536+ </data>
537+ <data name="button_Cancel.Size" type="System.Drawing.Size, System.Drawing">
538+ <value>75, 23</value>
539+ </data>
540+ <data name="button_Cancel.TabIndex" type="System.Int32, mscorlib">
541+ <value>6</value>
542+ </data>
543+ <data name="button_Cancel.Text" xml:space="preserve">
544+ <value>Cancel</value>
545+ </data>
546+ <data name="&gt;&gt;button_Cancel.Name" xml:space="preserve">
547+ <value>button_Cancel</value>
548+ </data>
549+ <data name="&gt;&gt;button_Cancel.Type" xml:space="preserve">
550+ <value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
551+ </data>
552+ <data name="&gt;&gt;button_Cancel.Parent" xml:space="preserve">
553+ <value>tabPage1</value>
554+ </data>
555+ <data name="&gt;&gt;button_Cancel.ZOrder" xml:space="preserve">
556+ <value>0</value>
557+ </data>
558+ <data name="button_Convert.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
559+ <value>NoControl</value>
560+ </data>
561+ <data name="button_Convert.Location" type="System.Drawing.Point, System.Drawing">
562+ <value>438, 410</value>
563+ </data>
564+ <data name="button_Convert.Size" type="System.Drawing.Size, System.Drawing">
565+ <value>75, 23</value>
566+ </data>
567+ <data name="button_Convert.TabIndex" type="System.Int32, mscorlib">
568+ <value>5</value>
569+ </data>
570+ <data name="button_Convert.Text" xml:space="preserve">
571+ <value>変換</value>
572+ </data>
573+ <data name="&gt;&gt;button_Convert.Name" xml:space="preserve">
574+ <value>button_Convert</value>
575+ </data>
576+ <data name="&gt;&gt;button_Convert.Type" xml:space="preserve">
577+ <value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
578+ </data>
579+ <data name="&gt;&gt;button_Convert.Parent" xml:space="preserve">
580+ <value>tabPage1</value>
581+ </data>
582+ <data name="&gt;&gt;button_Convert.ZOrder" xml:space="preserve">
583+ <value>1</value>
584+ </data>
585+ <data name="label10.AutoSize" type="System.Boolean, mscorlib">
586+ <value>True</value>
587+ </data>
588+ <data name="label10.Font" type="System.Drawing.Font, System.Drawing">
589+ <value>MS UI Gothic, 48pt</value>
590+ </data>
591+ <data name="label10.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
592+ <value>NoControl</value>
593+ </data>
594+ <data name="label10.Location" type="System.Drawing.Point, System.Drawing">
595+ <value>114, 34</value>
596+ </data>
597+ <data name="label10.Size" type="System.Drawing.Size, System.Drawing">
598+ <value>405, 128</value>
599+ </data>
600+ <data name="label10.TabIndex" type="System.Int32, mscorlib">
601+ <value>19</value>
602+ </data>
603+ <data name="label10.Text" xml:space="preserve">
604+ <value>使えませんねん
605+亀は万年</value>
606+ </data>
607+ <data name="&gt;&gt;label10.Name" xml:space="preserve">
608+ <value>label10</value>
609+ </data>
610+ <data name="&gt;&gt;label10.Type" xml:space="preserve">
611+ <value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
612+ </data>
613+ <data name="&gt;&gt;label10.Parent" xml:space="preserve">
614+ <value>groupBox2</value>
615+ </data>
616+ <data name="&gt;&gt;label10.ZOrder" xml:space="preserve">
617+ <value>0</value>
618+ </data>
619+ <data name="checkBox1.AutoSize" type="System.Boolean, mscorlib">
620+ <value>True</value>
621+ </data>
622+ <data name="checkBox1.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
623+ <value>NoControl</value>
624+ </data>
625+ <data name="checkBox1.Location" type="System.Drawing.Point, System.Drawing">
626+ <value>22, 227</value>
627+ </data>
628+ <data name="checkBox1.Size" type="System.Drawing.Size, System.Drawing">
629+ <value>522, 16</value>
630+ </data>
631+ <data name="checkBox1.TabIndex" type="System.Int32, mscorlib">
632+ <value>18</value>
633+ </data>
634+ <data name="checkBox1.Text" xml:space="preserve">
635+ <value>録音中の音をスピーカーに出力する(しかし実現方法不明。WASAPI排他じゃなければやりようがあるのだが)</value>
636+ </data>
637+ <data name="&gt;&gt;checkBox1.Name" xml:space="preserve">
638+ <value>checkBox1</value>
639+ </data>
640+ <data name="&gt;&gt;checkBox1.Type" xml:space="preserve">
641+ <value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
642+ </data>
643+ <data name="&gt;&gt;checkBox1.Parent" xml:space="preserve">
644+ <value>groupBox2</value>
645+ </data>
646+ <data name="&gt;&gt;checkBox1.ZOrder" xml:space="preserve">
647+ <value>1</value>
648+ </data>
649+ <metadata name="bindingSource_Master.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
650+ <value>177, 56</value>
651+ </metadata>
652+ <data name="numericUpDown_Master.Location" type="System.Drawing.Point, System.Drawing">
653+ <value>525, 186</value>
654+ </data>
655+ <data name="numericUpDown_Master.Size" type="System.Drawing.Size, System.Drawing">
656+ <value>75, 19</value>
657+ </data>
658+ <data name="numericUpDown_Master.TabIndex" type="System.Int32, mscorlib">
659+ <value>17</value>
660+ </data>
661+ <data name="&gt;&gt;numericUpDown_Master.Name" xml:space="preserve">
662+ <value>numericUpDown_Master</value>
663+ </data>
664+ <data name="&gt;&gt;numericUpDown_Master.Type" xml:space="preserve">
665+ <value>System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
666+ </data>
667+ <data name="&gt;&gt;numericUpDown_Master.Parent" xml:space="preserve">
668+ <value>groupBox2</value>
669+ </data>
670+ <data name="&gt;&gt;numericUpDown_Master.ZOrder" xml:space="preserve">
671+ <value>2</value>
672+ </data>
673+ <data name="label9.AutoSize" type="System.Boolean, mscorlib">
674+ <value>True</value>
675+ </data>
676+ <data name="label9.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
677+ <value>NoControl</value>
678+ </data>
679+ <data name="label9.Location" type="System.Drawing.Point, System.Drawing">
680+ <value>20, 188</value>
681+ </data>
682+ <data name="label9.Size" type="System.Drawing.Size, System.Drawing">
683+ <value>86, 12</value>
684+ </data>
685+ <data name="label9.TabIndex" type="System.Int32, mscorlib">
686+ <value>16</value>
687+ </data>
688+ <data name="label9.Text" xml:space="preserve">
689+ <value>マスターボリューム</value>
690+ </data>
691+ <data name="&gt;&gt;label9.Name" xml:space="preserve">
692+ <value>label9</value>
693+ </data>
694+ <data name="&gt;&gt;label9.Type" xml:space="preserve">
695+ <value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
696+ </data>
697+ <data name="&gt;&gt;label9.Parent" xml:space="preserve">
698+ <value>groupBox2</value>
699+ </data>
700+ <data name="&gt;&gt;label9.ZOrder" xml:space="preserve">
701+ <value>3</value>
702+ </data>
703+ <metadata name="bindingSource_Master.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
704+ <value>177, 56</value>
705+ </metadata>
706+ <data name="trackBar_Master.AutoSize" type="System.Boolean, mscorlib">
707+ <value>False</value>
708+ </data>
709+ <data name="trackBar_Master.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
710+ <value>NoControl</value>
711+ </data>
712+ <data name="trackBar_Master.Location" type="System.Drawing.Point, System.Drawing">
713+ <value>177, 183</value>
714+ </data>
715+ <data name="trackBar_Master.Size" type="System.Drawing.Size, System.Drawing">
716+ <value>330, 22</value>
717+ </data>
718+ <data name="trackBar_Master.TabIndex" type="System.Int32, mscorlib">
719+ <value>15</value>
720+ </data>
721+ <data name="&gt;&gt;trackBar_Master.Name" xml:space="preserve">
722+ <value>trackBar_Master</value>
723+ </data>
724+ <data name="&gt;&gt;trackBar_Master.Type" xml:space="preserve">
725+ <value>System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
726+ </data>
727+ <data name="&gt;&gt;trackBar_Master.Parent" xml:space="preserve">
728+ <value>groupBox2</value>
729+ </data>
730+ <data name="&gt;&gt;trackBar_Master.ZOrder" xml:space="preserve">
731+ <value>4</value>
732+ </data>
733+ <metadata name="bindingSource_Bass.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
734+ <value>17, 56</value>
735+ </metadata>
736+ <data name="numericUpDown_Bass.Location" type="System.Drawing.Point, System.Drawing">
737+ <value>525, 133</value>
738+ </data>
739+ <data name="numericUpDown_Bass.Size" type="System.Drawing.Size, System.Drawing">
740+ <value>75, 19</value>
741+ </data>
742+ <data name="numericUpDown_Bass.TabIndex" type="System.Int32, mscorlib">
743+ <value>14</value>
744+ </data>
745+ <data name="&gt;&gt;numericUpDown_Bass.Name" xml:space="preserve">
746+ <value>numericUpDown_Bass</value>
747+ </data>
748+ <data name="&gt;&gt;numericUpDown_Bass.Type" xml:space="preserve">
749+ <value>System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
750+ </data>
751+ <data name="&gt;&gt;numericUpDown_Bass.Parent" xml:space="preserve">
752+ <value>groupBox2</value>
753+ </data>
754+ <data name="&gt;&gt;numericUpDown_Bass.ZOrder" xml:space="preserve">
755+ <value>5</value>
756+ </data>
757+ <data name="label8.AutoSize" type="System.Boolean, mscorlib">
758+ <value>True</value>
759+ </data>
760+ <data name="label8.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
761+ <value>NoControl</value>
762+ </data>
763+ <data name="label8.Location" type="System.Drawing.Point, System.Drawing">
764+ <value>20, 135</value>
765+ </data>
766+ <data name="label8.Size" type="System.Drawing.Size, System.Drawing">
767+ <value>65, 12</value>
768+ </data>
769+ <data name="label8.TabIndex" type="System.Int32, mscorlib">
770+ <value>13</value>
771+ </data>
772+ <data name="label8.Text" xml:space="preserve">
773+ <value>Bassの音量</value>
774+ </data>
775+ <data name="&gt;&gt;label8.Name" xml:space="preserve">
776+ <value>label8</value>
777+ </data>
778+ <data name="&gt;&gt;label8.Type" xml:space="preserve">
779+ <value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
780+ </data>
781+ <data name="&gt;&gt;label8.Parent" xml:space="preserve">
782+ <value>groupBox2</value>
783+ </data>
784+ <data name="&gt;&gt;label8.ZOrder" xml:space="preserve">
785+ <value>6</value>
786+ </data>
787+ <metadata name="bindingSource_Bass.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
788+ <value>17, 56</value>
789+ </metadata>
790+ <data name="trackBar_Bass.AutoSize" type="System.Boolean, mscorlib">
791+ <value>False</value>
792+ </data>
793+ <data name="trackBar_Bass.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
794+ <value>NoControl</value>
795+ </data>
796+ <data name="trackBar_Bass.Location" type="System.Drawing.Point, System.Drawing">
797+ <value>177, 130</value>
798+ </data>
799+ <data name="trackBar_Bass.Size" type="System.Drawing.Size, System.Drawing">
800+ <value>330, 22</value>
801+ </data>
802+ <data name="trackBar_Bass.TabIndex" type="System.Int32, mscorlib">
803+ <value>12</value>
804+ </data>
805+ <data name="&gt;&gt;trackBar_Bass.Name" xml:space="preserve">
806+ <value>trackBar_Bass</value>
807+ </data>
808+ <data name="&gt;&gt;trackBar_Bass.Type" xml:space="preserve">
809+ <value>System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
810+ </data>
811+ <data name="&gt;&gt;trackBar_Bass.Parent" xml:space="preserve">
812+ <value>groupBox2</value>
813+ </data>
814+ <data name="&gt;&gt;trackBar_Bass.ZOrder" xml:space="preserve">
815+ <value>7</value>
816+ </data>
817+ <metadata name="bindingSource_Guitar.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
818+ <value>1069, 17</value>
819+ </metadata>
820+ <data name="numericUpDown_Guitar.Location" type="System.Drawing.Point, System.Drawing">
821+ <value>525, 105</value>
822+ </data>
823+ <data name="numericUpDown_Guitar.Size" type="System.Drawing.Size, System.Drawing">
824+ <value>75, 19</value>
825+ </data>
826+ <data name="numericUpDown_Guitar.TabIndex" type="System.Int32, mscorlib">
827+ <value>11</value>
828+ </data>
829+ <data name="&gt;&gt;numericUpDown_Guitar.Name" xml:space="preserve">
830+ <value>numericUpDown_Guitar</value>
831+ </data>
832+ <data name="&gt;&gt;numericUpDown_Guitar.Type" xml:space="preserve">
833+ <value>System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
834+ </data>
835+ <data name="&gt;&gt;numericUpDown_Guitar.Parent" xml:space="preserve">
836+ <value>groupBox2</value>
837+ </data>
838+ <data name="&gt;&gt;numericUpDown_Guitar.ZOrder" xml:space="preserve">
839+ <value>8</value>
840+ </data>
841+ <data name="label7.AutoSize" type="System.Boolean, mscorlib">
842+ <value>True</value>
843+ </data>
844+ <data name="label7.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
845+ <value>NoControl</value>
846+ </data>
847+ <data name="label7.Location" type="System.Drawing.Point, System.Drawing">
848+ <value>20, 107</value>
849+ </data>
850+ <data name="label7.Size" type="System.Drawing.Size, System.Drawing">
851+ <value>70, 12</value>
852+ </data>
853+ <data name="label7.TabIndex" type="System.Int32, mscorlib">
854+ <value>10</value>
855+ </data>
856+ <data name="label7.Text" xml:space="preserve">
857+ <value>Guitarの音量</value>
858+ </data>
859+ <data name="&gt;&gt;label7.Name" xml:space="preserve">
860+ <value>label7</value>
861+ </data>
862+ <data name="&gt;&gt;label7.Type" xml:space="preserve">
863+ <value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
864+ </data>
865+ <data name="&gt;&gt;label7.Parent" xml:space="preserve">
866+ <value>groupBox2</value>
867+ </data>
868+ <data name="&gt;&gt;label7.ZOrder" xml:space="preserve">
869+ <value>9</value>
870+ </data>
871+ <metadata name="bindingSource_Guitar.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
872+ <value>1069, 17</value>
873+ </metadata>
874+ <data name="trackBar_Guitar.AutoSize" type="System.Boolean, mscorlib">
875+ <value>False</value>
876+ </data>
877+ <data name="trackBar_Guitar.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
878+ <value>NoControl</value>
879+ </data>
880+ <data name="trackBar_Guitar.Location" type="System.Drawing.Point, System.Drawing">
881+ <value>177, 102</value>
882+ </data>
883+ <data name="trackBar_Guitar.Size" type="System.Drawing.Size, System.Drawing">
884+ <value>330, 22</value>
885+ </data>
886+ <data name="trackBar_Guitar.TabIndex" type="System.Int32, mscorlib">
887+ <value>9</value>
888+ </data>
889+ <data name="&gt;&gt;trackBar_Guitar.Name" xml:space="preserve">
890+ <value>trackBar_Guitar</value>
891+ </data>
892+ <data name="&gt;&gt;trackBar_Guitar.Type" xml:space="preserve">
893+ <value>System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
894+ </data>
895+ <data name="&gt;&gt;trackBar_Guitar.Parent" xml:space="preserve">
896+ <value>groupBox2</value>
897+ </data>
898+ <data name="&gt;&gt;trackBar_Guitar.ZOrder" xml:space="preserve">
899+ <value>10</value>
900+ </data>
901+ <metadata name="bindingSource_Drums.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
902+ <value>932, 17</value>
903+ </metadata>
904+ <data name="numericUpDown_Drums.Location" type="System.Drawing.Point, System.Drawing">
905+ <value>525, 77</value>
906+ </data>
907+ <data name="numericUpDown_Drums.Size" type="System.Drawing.Size, System.Drawing">
908+ <value>75, 19</value>
909+ </data>
910+ <data name="numericUpDown_Drums.TabIndex" type="System.Int32, mscorlib">
911+ <value>8</value>
912+ </data>
913+ <data name="&gt;&gt;numericUpDown_Drums.Name" xml:space="preserve">
914+ <value>numericUpDown_Drums</value>
915+ </data>
916+ <data name="&gt;&gt;numericUpDown_Drums.Type" xml:space="preserve">
917+ <value>System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
918+ </data>
919+ <data name="&gt;&gt;numericUpDown_Drums.Parent" xml:space="preserve">
920+ <value>groupBox2</value>
921+ </data>
922+ <data name="&gt;&gt;numericUpDown_Drums.ZOrder" xml:space="preserve">
923+ <value>11</value>
924+ </data>
925+ <data name="label6.AutoSize" type="System.Boolean, mscorlib">
926+ <value>True</value>
927+ </data>
928+ <data name="label6.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
929+ <value>NoControl</value>
930+ </data>
931+ <data name="label6.Location" type="System.Drawing.Point, System.Drawing">
932+ <value>20, 79</value>
933+ </data>
934+ <data name="label6.Size" type="System.Drawing.Size, System.Drawing">
935+ <value>72, 12</value>
936+ </data>
937+ <data name="label6.TabIndex" type="System.Int32, mscorlib">
938+ <value>7</value>
939+ </data>
940+ <data name="label6.Text" xml:space="preserve">
941+ <value>Drumsの音量</value>
942+ </data>
943+ <data name="&gt;&gt;label6.Name" xml:space="preserve">
944+ <value>label6</value>
945+ </data>
946+ <data name="&gt;&gt;label6.Type" xml:space="preserve">
947+ <value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
948+ </data>
949+ <data name="&gt;&gt;label6.Parent" xml:space="preserve">
950+ <value>groupBox2</value>
951+ </data>
952+ <data name="&gt;&gt;label6.ZOrder" xml:space="preserve">
953+ <value>12</value>
954+ </data>
955+ <metadata name="bindingSource_Drums.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
956+ <value>932, 17</value>
957+ </metadata>
958+ <data name="trackBar_Drums.AutoSize" type="System.Boolean, mscorlib">
959+ <value>False</value>
960+ </data>
961+ <data name="trackBar_Drums.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
962+ <value>NoControl</value>
963+ </data>
964+ <data name="trackBar_Drums.Location" type="System.Drawing.Point, System.Drawing">
965+ <value>177, 74</value>
966+ </data>
967+ <data name="trackBar_Drums.Size" type="System.Drawing.Size, System.Drawing">
968+ <value>330, 22</value>
969+ </data>
970+ <data name="trackBar_Drums.TabIndex" type="System.Int32, mscorlib">
971+ <value>6</value>
972+ </data>
973+ <data name="&gt;&gt;trackBar_Drums.Name" xml:space="preserve">
974+ <value>trackBar_Drums</value>
975+ </data>
976+ <data name="&gt;&gt;trackBar_Drums.Type" xml:space="preserve">
977+ <value>System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
978+ </data>
979+ <data name="&gt;&gt;trackBar_Drums.Parent" xml:space="preserve">
980+ <value>groupBox2</value>
981+ </data>
982+ <data name="&gt;&gt;trackBar_Drums.ZOrder" xml:space="preserve">
983+ <value>13</value>
984+ </data>
985+ <metadata name="bindingSource_SE.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
986+ <value>783, 17</value>
987+ </metadata>
988+ <data name="numericUpDown_SE.Location" type="System.Drawing.Point, System.Drawing">
989+ <value>525, 49</value>
990+ </data>
991+ <data name="numericUpDown_SE.Size" type="System.Drawing.Size, System.Drawing">
992+ <value>75, 19</value>
993+ </data>
994+ <data name="numericUpDown_SE.TabIndex" type="System.Int32, mscorlib">
995+ <value>5</value>
996+ </data>
997+ <data name="&gt;&gt;numericUpDown_SE.Name" xml:space="preserve">
998+ <value>numericUpDown_SE</value>
999+ </data>
1000+ <data name="&gt;&gt;numericUpDown_SE.Type" xml:space="preserve">
1001+ <value>System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
1002+ </data>
1003+ <data name="&gt;&gt;numericUpDown_SE.Parent" xml:space="preserve">
1004+ <value>groupBox2</value>
1005+ </data>
1006+ <data name="&gt;&gt;numericUpDown_SE.ZOrder" xml:space="preserve">
1007+ <value>14</value>
1008+ </data>
1009+ <data name="label5.AutoSize" type="System.Boolean, mscorlib">
1010+ <value>True</value>
1011+ </data>
1012+ <data name="label5.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
1013+ <value>NoControl</value>
1014+ </data>
1015+ <data name="label5.Location" type="System.Drawing.Point, System.Drawing">
1016+ <value>20, 51</value>
1017+ </data>
1018+ <data name="label5.Size" type="System.Drawing.Size, System.Drawing">
1019+ <value>53, 12</value>
1020+ </data>
1021+ <data name="label5.TabIndex" type="System.Int32, mscorlib">
1022+ <value>4</value>
1023+ </data>
1024+ <data name="label5.Text" xml:space="preserve">
1025+ <value>SEの音量</value>
1026+ </data>
1027+ <data name="&gt;&gt;label5.Name" xml:space="preserve">
1028+ <value>label5</value>
1029+ </data>
1030+ <data name="&gt;&gt;label5.Type" xml:space="preserve">
1031+ <value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
1032+ </data>
1033+ <data name="&gt;&gt;label5.Parent" xml:space="preserve">
1034+ <value>groupBox2</value>
1035+ </data>
1036+ <data name="&gt;&gt;label5.ZOrder" xml:space="preserve">
1037+ <value>15</value>
1038+ </data>
1039+ <metadata name="bindingSource_SE.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
1040+ <value>783, 17</value>
1041+ </metadata>
1042+ <data name="trackBar_SE.AutoSize" type="System.Boolean, mscorlib">
1043+ <value>False</value>
1044+ </data>
1045+ <data name="trackBar_SE.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
1046+ <value>NoControl</value>
1047+ </data>
1048+ <data name="trackBar_SE.Location" type="System.Drawing.Point, System.Drawing">
1049+ <value>177, 46</value>
1050+ </data>
1051+ <data name="trackBar_SE.Size" type="System.Drawing.Size, System.Drawing">
1052+ <value>330, 22</value>
1053+ </data>
1054+ <data name="trackBar_SE.TabIndex" type="System.Int32, mscorlib">
1055+ <value>3</value>
1056+ </data>
1057+ <data name="&gt;&gt;trackBar_SE.Name" xml:space="preserve">
1058+ <value>trackBar_SE</value>
1059+ </data>
1060+ <data name="&gt;&gt;trackBar_SE.Type" xml:space="preserve">
1061+ <value>System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
1062+ </data>
1063+ <data name="&gt;&gt;trackBar_SE.Parent" xml:space="preserve">
1064+ <value>groupBox2</value>
1065+ </data>
1066+ <data name="&gt;&gt;trackBar_SE.ZOrder" xml:space="preserve">
1067+ <value>16</value>
1068+ </data>
1069+ <metadata name="bindingSource_BGM.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
1070+ <value>621, 17</value>
1071+ </metadata>
1072+ <data name="numericUpDown_BGM.Location" type="System.Drawing.Point, System.Drawing">
1073+ <value>525, 21</value>
1074+ </data>
1075+ <data name="numericUpDown_BGM.Size" type="System.Drawing.Size, System.Drawing">
1076+ <value>75, 19</value>
1077+ </data>
1078+ <data name="numericUpDown_BGM.TabIndex" type="System.Int32, mscorlib">
1079+ <value>2</value>
1080+ </data>
1081+ <data name="&gt;&gt;numericUpDown_BGM.Name" xml:space="preserve">
1082+ <value>numericUpDown_BGM</value>
1083+ </data>
1084+ <data name="&gt;&gt;numericUpDown_BGM.Type" xml:space="preserve">
1085+ <value>System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
1086+ </data>
1087+ <data name="&gt;&gt;numericUpDown_BGM.Parent" xml:space="preserve">
1088+ <value>groupBox2</value>
1089+ </data>
1090+ <data name="&gt;&gt;numericUpDown_BGM.ZOrder" xml:space="preserve">
1091+ <value>17</value>
1092+ </data>
1093+ <data name="label4.AutoSize" type="System.Boolean, mscorlib">
1094+ <value>True</value>
1095+ </data>
1096+ <data name="label4.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
1097+ <value>NoControl</value>
1098+ </data>
1099+ <data name="label4.Location" type="System.Drawing.Point, System.Drawing">
1100+ <value>20, 23</value>
1101+ </data>
1102+ <data name="label4.Size" type="System.Drawing.Size, System.Drawing">
1103+ <value>64, 12</value>
1104+ </data>
1105+ <data name="label4.TabIndex" type="System.Int32, mscorlib">
1106+ <value>1</value>
1107+ </data>
1108+ <data name="label4.Text" xml:space="preserve">
1109+ <value>BGMの音量</value>
1110+ </data>
1111+ <data name="&gt;&gt;label4.Name" xml:space="preserve">
1112+ <value>label4</value>
1113+ </data>
1114+ <data name="&gt;&gt;label4.Type" xml:space="preserve">
1115+ <value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
1116+ </data>
1117+ <data name="&gt;&gt;label4.Parent" xml:space="preserve">
1118+ <value>groupBox2</value>
1119+ </data>
1120+ <data name="&gt;&gt;label4.ZOrder" xml:space="preserve">
1121+ <value>18</value>
1122+ </data>
1123+ <data name="trackBar_BGM.AutoSize" type="System.Boolean, mscorlib">
1124+ <value>False</value>
1125+ </data>
1126+ <data name="trackBar_BGM.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
1127+ <value>NoControl</value>
1128+ </data>
1129+ <data name="trackBar_BGM.Location" type="System.Drawing.Point, System.Drawing">
1130+ <value>177, 18</value>
1131+ </data>
1132+ <data name="trackBar_BGM.Size" type="System.Drawing.Size, System.Drawing">
1133+ <value>330, 22</value>
1134+ </data>
1135+ <data name="trackBar_BGM.TabIndex" type="System.Int32, mscorlib">
1136+ <value>0</value>
1137+ </data>
1138+ <data name="&gt;&gt;trackBar_BGM.Name" xml:space="preserve">
1139+ <value>trackBar_BGM</value>
1140+ </data>
1141+ <data name="&gt;&gt;trackBar_BGM.Type" xml:space="preserve">
1142+ <value>System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
1143+ </data>
1144+ <data name="&gt;&gt;trackBar_BGM.Parent" xml:space="preserve">
1145+ <value>groupBox2</value>
1146+ </data>
1147+ <data name="&gt;&gt;trackBar_BGM.ZOrder" xml:space="preserve">
1148+ <value>19</value>
1149+ </data>
1150+ <data name="groupBox2.Location" type="System.Drawing.Point, System.Drawing">
1151+ <value>6, 150</value>
1152+ </data>
1153+ <data name="groupBox2.Size" type="System.Drawing.Size, System.Drawing">
1154+ <value>633, 254</value>
1155+ </data>
1156+ <data name="groupBox2.TabIndex" type="System.Int32, mscorlib">
1157+ <value>4</value>
1158+ </data>
1159+ <data name="groupBox2.Text" xml:space="preserve">
1160+ <value>Volume設定</value>
1161+ </data>
1162+ <data name="&gt;&gt;groupBox2.Name" xml:space="preserve">
1163+ <value>groupBox2</value>
1164+ </data>
1165+ <data name="&gt;&gt;groupBox2.Type" xml:space="preserve">
1166+ <value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
1167+ </data>
1168+ <data name="&gt;&gt;groupBox2.Parent" xml:space="preserve">
1169+ <value>tabPage1</value>
1170+ </data>
1171+ <data name="&gt;&gt;groupBox2.ZOrder" xml:space="preserve">
1172+ <value>2</value>
1173+ </data>
1174+ <data name="tabPage1.Location" type="System.Drawing.Point, System.Drawing">
1175+ <value>4, 22</value>
1176+ </data>
1177+ <data name="tabPage1.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
1178+ <value>3, 3, 3, 3</value>
1179+ </data>
1180+ <data name="tabPage1.Size" type="System.Drawing.Size, System.Drawing">
1181+ <value>656, 448</value>
1182+ </data>
1183+ <data name="tabPage1.TabIndex" type="System.Int32, mscorlib">
1184+ <value>0</value>
1185+ </data>
1186+ <data name="tabPage1.Text" xml:space="preserve">
1187+ <value>Convert</value>
1188+ </data>
1189+ <data name="&gt;&gt;tabPage1.Name" xml:space="preserve">
1190+ <value>tabPage1</value>
1191+ </data>
1192+ <data name="&gt;&gt;tabPage1.Type" xml:space="preserve">
1193+ <value>System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
1194+ </data>
1195+ <data name="&gt;&gt;tabPage1.Parent" xml:space="preserve">
1196+ <value>tabControl1</value>
1197+ </data>
1198+ <data name="&gt;&gt;tabPage1.ZOrder" xml:space="preserve">
1199+ <value>0</value>
1200+ </data>
1201+ <data name="tabPage2.Location" type="System.Drawing.Point, System.Drawing">
1202+ <value>4, 22</value>
1203+ </data>
1204+ <data name="tabPage2.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
1205+ <value>3, 3, 3, 3</value>
1206+ </data>
1207+ <data name="tabPage2.Size" type="System.Drawing.Size, System.Drawing">
1208+ <value>656, 448</value>
1209+ </data>
1210+ <data name="tabPage2.TabIndex" type="System.Int32, mscorlib">
1211+ <value>1</value>
1212+ </data>
1213+ <data name="tabPage2.Text" xml:space="preserve">
1214+ <value>Encoding</value>
1215+ </data>
1216+ <data name="&gt;&gt;tabPage2.Name" xml:space="preserve">
1217+ <value>tabPage2</value>
1218+ </data>
1219+ <data name="&gt;&gt;tabPage2.Type" xml:space="preserve">
1220+ <value>System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
1221+ </data>
1222+ <data name="&gt;&gt;tabPage2.Parent" xml:space="preserve">
1223+ <value>tabControl1</value>
1224+ </data>
1225+ <data name="&gt;&gt;tabPage2.ZOrder" xml:space="preserve">
1226+ <value>1</value>
1227+ </data>
1228+ <data name="tabControl1.Location" type="System.Drawing.Point, System.Drawing">
1229+ <value>12, 27</value>
1230+ </data>
1231+ <data name="tabControl1.Size" type="System.Drawing.Size, System.Drawing">
1232+ <value>664, 474</value>
1233+ </data>
1234+ <data name="tabControl1.TabIndex" type="System.Int32, mscorlib">
1235+ <value>4</value>
1236+ </data>
1237+ <data name="&gt;&gt;tabControl1.Name" xml:space="preserve">
1238+ <value>tabControl1</value>
1239+ </data>
1240+ <data name="&gt;&gt;tabControl1.Type" xml:space="preserve">
1241+ <value>System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
1242+ </data>
1243+ <data name="&gt;&gt;tabControl1.Parent" xml:space="preserve">
1244+ <value>$this</value>
1245+ </data>
1246+ <data name="&gt;&gt;tabControl1.ZOrder" xml:space="preserve">
1247+ <value>0</value>
1248+ </data>
1249+ <metadata name="bindingSource_BGM.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
1250+ <value>621, 17</value>
1251+ </metadata>
1252+ <metadata name="saveFileDialog1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
1253+ <value>388, 17</value>
1254+ </metadata>
1255+ <metadata name="toolTip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
1256+ <value>524, 17</value>
1257+ </metadata>
1258+ <metadata name="bindingSource_SE.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
1259+ <value>783, 17</value>
1260+ </metadata>
1261+ <metadata name="bindingSource_Drums.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
1262+ <value>932, 17</value>
1263+ </metadata>
1264+ <metadata name="bindingSource_Guitar.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
1265+ <value>1069, 17</value>
1266+ </metadata>
1267+ <metadata name="bindingSource_Bass.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
1268+ <value>17, 56</value>
1269+ </metadata>
1270+ <metadata name="bindingSource_Master.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
1271+ <value>177, 56</value>
1272+ </metadata>
1273+ <metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
1274+ <value>True</value>
1275+ </metadata>
1276+ <data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
1277+ <value>6, 12</value>
1278+ </data>
1279+ <data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
1280+ <value>681, 535</value>
1281+ </data>
1282+ <data name="$this.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
1283+ <value>NoControl</value>
1284+ </data>
1285+ <data name="$this.Text" xml:space="preserve">
1286+ <value>DTX2WAV</value>
1287+ </data>
1288+ <data name="&gt;&gt;toolStripMenuItem1.Name" xml:space="preserve">
1289+ <value>toolStripMenuItem1</value>
1290+ </data>
1291+ <data name="&gt;&gt;toolStripMenuItem1.Type" xml:space="preserve">
1292+ <value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
1293+ </data>
1294+ <data name="&gt;&gt;exitToolStripMenuItem.Name" xml:space="preserve">
1295+ <value>exitToolStripMenuItem</value>
1296+ </data>
1297+ <data name="&gt;&gt;exitToolStripMenuItem.Type" xml:space="preserve">
1298+ <value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
1299+ </data>
1300+ <data name="&gt;&gt;editToolStripMenuItem.Name" xml:space="preserve">
1301+ <value>editToolStripMenuItem</value>
1302+ </data>
1303+ <data name="&gt;&gt;editToolStripMenuItem.Type" xml:space="preserve">
1304+ <value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
1305+ </data>
1306+ <data name="&gt;&gt;helpToolStripMenuItem.Name" xml:space="preserve">
1307+ <value>helpToolStripMenuItem</value>
1308+ </data>
1309+ <data name="&gt;&gt;helpToolStripMenuItem.Type" xml:space="preserve">
1310+ <value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
1311+ </data>
1312+ <data name="&gt;&gt;openFileDialog1.Name" xml:space="preserve">
1313+ <value>openFileDialog1</value>
1314+ </data>
1315+ <data name="&gt;&gt;openFileDialog1.Type" xml:space="preserve">
1316+ <value>System.Windows.Forms.OpenFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
1317+ </data>
1318+ <data name="&gt;&gt;bindingSource_BGM.Name" xml:space="preserve">
1319+ <value>bindingSource_BGM</value>
1320+ </data>
1321+ <data name="&gt;&gt;bindingSource_BGM.Type" xml:space="preserve">
1322+ <value>System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
1323+ </data>
1324+ <data name="&gt;&gt;saveFileDialog1.Name" xml:space="preserve">
1325+ <value>saveFileDialog1</value>
1326+ </data>
1327+ <data name="&gt;&gt;saveFileDialog1.Type" xml:space="preserve">
1328+ <value>System.Windows.Forms.SaveFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
1329+ </data>
1330+ <data name="&gt;&gt;toolTip1.Name" xml:space="preserve">
1331+ <value>toolTip1</value>
1332+ </data>
1333+ <data name="&gt;&gt;toolTip1.Type" xml:space="preserve">
1334+ <value>System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
1335+ </data>
1336+ <data name="&gt;&gt;bindingSource_SE.Name" xml:space="preserve">
1337+ <value>bindingSource_SE</value>
1338+ </data>
1339+ <data name="&gt;&gt;bindingSource_SE.Type" xml:space="preserve">
1340+ <value>System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
1341+ </data>
1342+ <data name="&gt;&gt;bindingSource_Drums.Name" xml:space="preserve">
1343+ <value>bindingSource_Drums</value>
1344+ </data>
1345+ <data name="&gt;&gt;bindingSource_Drums.Type" xml:space="preserve">
1346+ <value>System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
1347+ </data>
1348+ <data name="&gt;&gt;bindingSource_Guitar.Name" xml:space="preserve">
1349+ <value>bindingSource_Guitar</value>
1350+ </data>
1351+ <data name="&gt;&gt;bindingSource_Guitar.Type" xml:space="preserve">
1352+ <value>System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
1353+ </data>
1354+ <data name="&gt;&gt;bindingSource_Bass.Name" xml:space="preserve">
1355+ <value>bindingSource_Bass</value>
1356+ </data>
1357+ <data name="&gt;&gt;bindingSource_Bass.Type" xml:space="preserve">
1358+ <value>System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
1359+ </data>
1360+ <data name="&gt;&gt;bindingSource_Master.Name" xml:space="preserve">
1361+ <value>bindingSource_Master</value>
1362+ </data>
1363+ <data name="&gt;&gt;bindingSource_Master.Type" xml:space="preserve">
1364+ <value>System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
1365+ </data>
1366+ <data name="&gt;&gt;$this.Name" xml:space="preserve">
1367+ <value>Main</value>
1368+ </data>
1369+ <data name="&gt;&gt;$this.Type" xml:space="preserve">
1370+ <value>System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
1371+ </data>
1372+</root>
\ No newline at end of file
--- /dev/null
+++ b/DTX2WAV/Form_Converting.Designer.cs
@@ -0,0 +1,83 @@
1+namespace DTX2WAV
2+{
3+ partial class Form_Converting
4+ {
5+ /// <summary>
6+ /// Required designer variable.
7+ /// </summary>
8+ private System.ComponentModel.IContainer components = null;
9+
10+ /// <summary>
11+ /// Clean up any resources being used.
12+ /// </summary>
13+ /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14+ protected override void Dispose(bool disposing)
15+ {
16+ if (disposing && (components != null))
17+ {
18+ components.Dispose();
19+ }
20+ base.Dispose(disposing);
21+ }
22+
23+ #region Windows Form Designer generated code
24+
25+ /// <summary>
26+ /// Required method for Designer support - do not modify
27+ /// the contents of this method with the code editor.
28+ /// </summary>
29+ private void InitializeComponent()
30+ {
31+ this.button_CancelConverting = new System.Windows.Forms.Button();
32+ this.label_Converting = new System.Windows.Forms.Label();
33+ this.progressBar_Converting = new System.Windows.Forms.ProgressBar();
34+ this.SuspendLayout();
35+ //
36+ // button_CancelConverting
37+ //
38+ this.button_CancelConverting.Location = new System.Drawing.Point(66, 183);
39+ this.button_CancelConverting.Name = "button_CancelConverting";
40+ this.button_CancelConverting.Size = new System.Drawing.Size(144, 23);
41+ this.button_CancelConverting.TabIndex = 0;
42+ this.button_CancelConverting.Text = "Cancel(まだ使えません)";
43+ this.button_CancelConverting.UseVisualStyleBackColor = true;
44+ //
45+ // label_Converting
46+ //
47+ this.label_Converting.AutoSize = true;
48+ this.label_Converting.Location = new System.Drawing.Point(12, 86);
49+ this.label_Converting.Name = "label_Converting";
50+ this.label_Converting.Size = new System.Drawing.Size(270, 12);
51+ this.label_Converting.TabIndex = 1;
52+ this.label_Converting.Text = "変換中です。演奏が終わるまで、そのままお待ちください。";
53+ //
54+ // progressBar_Converting
55+ //
56+ this.progressBar_Converting.Location = new System.Drawing.Point(36, 142);
57+ this.progressBar_Converting.Name = "progressBar_Converting";
58+ this.progressBar_Converting.Size = new System.Drawing.Size(209, 23);
59+ this.progressBar_Converting.TabIndex = 2;
60+ //
61+ // Form_Converting
62+ //
63+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
64+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
65+ this.ClientSize = new System.Drawing.Size(284, 261);
66+ this.ControlBox = false;
67+ this.Controls.Add(this.progressBar_Converting);
68+ this.Controls.Add(this.label_Converting);
69+ this.Controls.Add(this.button_CancelConverting);
70+ this.Name = "Form_Converting";
71+ this.Text = "Converting...";
72+ this.ResumeLayout(false);
73+ this.PerformLayout();
74+
75+ }
76+
77+ #endregion
78+
79+ private System.Windows.Forms.Button button_CancelConverting;
80+ private System.Windows.Forms.Label label_Converting;
81+ private System.Windows.Forms.ProgressBar progressBar_Converting;
82+ }
83+}
\ No newline at end of file
--- /dev/null
+++ b/DTX2WAV/Form_Converting.cs
@@ -0,0 +1,20 @@
1+using System;
2+using System.Collections.Generic;
3+using System.ComponentModel;
4+using System.Data;
5+using System.Drawing;
6+using System.Linq;
7+using System.Text;
8+using System.Threading.Tasks;
9+using System.Windows.Forms;
10+
11+namespace DTX2WAV
12+{
13+ public partial class Form_Converting : Form
14+ {
15+ public Form_Converting()
16+ {
17+ InitializeComponent();
18+ }
19+ }
20+}
--- /dev/null
+++ b/DTX2WAV/Form_Converting.resx
@@ -0,0 +1,120 @@
1+<?xml version="1.0" encoding="utf-8"?>
2+<root>
3+ <!--
4+ Microsoft ResX Schema
5+
6+ Version 2.0
7+
8+ The primary goals of this format is to allow a simple XML format
9+ that is mostly human readable. The generation and parsing of the
10+ various data types are done through the TypeConverter classes
11+ associated with the data types.
12+
13+ Example:
14+
15+ ... ado.net/XML headers & schema ...
16+ <resheader name="resmimetype">text/microsoft-resx</resheader>
17+ <resheader name="version">2.0</resheader>
18+ <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
19+ <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
20+ <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
21+ <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
22+ <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
23+ <value>[base64 mime encoded serialized .NET Framework object]</value>
24+ </data>
25+ <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
26+ <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
27+ <comment>This is a comment</comment>
28+ </data>
29+
30+ There are any number of "resheader" rows that contain simple
31+ name/value pairs.
32+
33+ Each data row contains a name, and value. The row also contains a
34+ type or mimetype. Type corresponds to a .NET class that support
35+ text/value conversion through the TypeConverter architecture.
36+ Classes that don't support this are serialized and stored with the
37+ mimetype set.
38+
39+ The mimetype is used for serialized objects, and tells the
40+ ResXResourceReader how to depersist the object. This is currently not
41+ extensible. For a given mimetype the value must be set accordingly:
42+
43+ Note - application/x-microsoft.net.object.binary.base64 is the format
44+ that the ResXResourceWriter will generate, however the reader can
45+ read any of the formats listed below.
46+
47+ mimetype: application/x-microsoft.net.object.binary.base64
48+ value : The object must be serialized with
49+ : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
50+ : and then encoded with base64 encoding.
51+
52+ mimetype: application/x-microsoft.net.object.soap.base64
53+ value : The object must be serialized with
54+ : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
55+ : and then encoded with base64 encoding.
56+
57+ mimetype: application/x-microsoft.net.object.bytearray.base64
58+ value : The object must be serialized into a byte array
59+ : using a System.ComponentModel.TypeConverter
60+ : and then encoded with base64 encoding.
61+ -->
62+ <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
63+ <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
64+ <xsd:element name="root" msdata:IsDataSet="true">
65+ <xsd:complexType>
66+ <xsd:choice maxOccurs="unbounded">
67+ <xsd:element name="metadata">
68+ <xsd:complexType>
69+ <xsd:sequence>
70+ <xsd:element name="value" type="xsd:string" minOccurs="0" />
71+ </xsd:sequence>
72+ <xsd:attribute name="name" use="required" type="xsd:string" />
73+ <xsd:attribute name="type" type="xsd:string" />
74+ <xsd:attribute name="mimetype" type="xsd:string" />
75+ <xsd:attribute ref="xml:space" />
76+ </xsd:complexType>
77+ </xsd:element>
78+ <xsd:element name="assembly">
79+ <xsd:complexType>
80+ <xsd:attribute name="alias" type="xsd:string" />
81+ <xsd:attribute name="name" type="xsd:string" />
82+ </xsd:complexType>
83+ </xsd:element>
84+ <xsd:element name="data">
85+ <xsd:complexType>
86+ <xsd:sequence>
87+ <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
88+ <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
89+ </xsd:sequence>
90+ <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
91+ <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
92+ <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
93+ <xsd:attribute ref="xml:space" />
94+ </xsd:complexType>
95+ </xsd:element>
96+ <xsd:element name="resheader">
97+ <xsd:complexType>
98+ <xsd:sequence>
99+ <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
100+ </xsd:sequence>
101+ <xsd:attribute name="name" type="xsd:string" use="required" />
102+ </xsd:complexType>
103+ </xsd:element>
104+ </xsd:choice>
105+ </xsd:complexType>
106+ </xsd:element>
107+ </xsd:schema>
108+ <resheader name="resmimetype">
109+ <value>text/microsoft-resx</value>
110+ </resheader>
111+ <resheader name="version">
112+ <value>2.0</value>
113+ </resheader>
114+ <resheader name="reader">
115+ <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
116+ </resheader>
117+ <resheader name="writer">
118+ <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
119+ </resheader>
120+</root>
\ No newline at end of file
--- /dev/null
+++ b/DTX2WAV/Program.cs
@@ -0,0 +1,22 @@
1+using System;
2+using System.Collections.Generic;
3+using System.Linq;
4+using System.Threading.Tasks;
5+using System.Windows.Forms;
6+
7+namespace DTX2WAV
8+{
9+ static class Program
10+ {
11+ /// <summary>
12+ /// アプリケーションのメイン エントリ ポイントです。
13+ /// </summary>
14+ [STAThread]
15+ static void Main()
16+ {
17+ Application.EnableVisualStyles();
18+ Application.SetCompatibleTextRenderingDefault(false);
19+ Application.Run(new Main());
20+ }
21+ }
22+}
--- /dev/null
+++ b/DTX2WAV/Properties/AssemblyInfo.cs
@@ -0,0 +1,36 @@
1+using System.Reflection;
2+using System.Runtime.CompilerServices;
3+using System.Runtime.InteropServices;
4+
5+// アセンブリに関する一般情報は以下の属性セットをとおして制御されます。
6+// アセンブリに関連付けられている情報を変更するには、
7+// これらの属性値を変更してください。
8+[assembly: AssemblyTitle("DTX2WAV")]
9+[assembly: AssemblyDescription("")]
10+[assembly: AssemblyConfiguration("")]
11+[assembly: AssemblyCompany("")]
12+[assembly: AssemblyProduct("DTX2WAV")]
13+[assembly: AssemblyCopyright("Copyright © 2018 DTXMania Group")]
14+[assembly: AssemblyTrademark("")]
15+[assembly: AssemblyCulture("")]
16+
17+// ComVisible を false に設定すると、このアセンブリ内の型は COM コンポーネントから
18+// 参照できなくなります。COM からこのアセンブリ内の型にアクセスする必要がある場合は、
19+// その型の ComVisible 属性を true に設定してください。
20+[assembly: ComVisible(false)]
21+
22+// このプロジェクトが COM に公開される場合、次の GUID が typelib の ID になります
23+[assembly: Guid("97942c23-c771-440e-9d07-897c9ef9bed5")]
24+
25+// アセンブリのバージョン情報は次の 4 つの値で構成されています:
26+//
27+// メジャー バージョン
28+// マイナー バージョン
29+// ビルド番号
30+// Revision
31+//
32+// すべての値を指定するか、次を使用してビルド番号とリビジョン番号を既定に設定できます
33+// 既定値にすることができます:
34+// [assembly: AssemblyVersion("1.0.*")]
35+[assembly: AssemblyVersion("1.0.0.0")]
36+[assembly: AssemblyFileVersion("1.0.0.0")]
--- /dev/null
+++ b/DTX2WAV/Properties/DataSources/DTX2WAV.Properties.Resources.datasource
@@ -0,0 +1,10 @@
1+<?xml version="1.0" encoding="utf-8"?>
2+<!--
3+ This file is automatically generated by Visual Studio .Net. It is
4+ used to store generic object data source configuration information.
5+ Renaming the file extension or editing the content of this file may
6+ cause the file to be unrecognizable by the program.
7+-->
8+<GenericObjectDataSource DisplayName="Resources" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
9+ <TypeInfo>DTX2WAV.Properties.Resources, DTX2WAV, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
10+</GenericObjectDataSource>
\ No newline at end of file
--- /dev/null
+++ b/DTX2WAV/Properties/DataSources/DTX2WAV.Properties.Settings.datasource
@@ -0,0 +1,10 @@
1+<?xml version="1.0" encoding="utf-8"?>
2+<!--
3+ This file is automatically generated by Visual Studio .Net. It is
4+ used to store generic object data source configuration information.
5+ Renaming the file extension or editing the content of this file may
6+ cause the file to be unrecognizable by the program.
7+-->
8+<GenericObjectDataSource DisplayName="Settings" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
9+ <TypeInfo>DTX2WAV.Properties.Settings, DTX2WAV, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
10+</GenericObjectDataSource>
\ No newline at end of file
--- /dev/null
+++ b/DTX2WAV/Properties/DataSources/Main.VolumeSlider.datasource
@@ -0,0 +1,10 @@
1+<?xml version="1.0" encoding="utf-8"?>
2+<!--
3+ This file is automatically generated by Visual Studio .Net. It is
4+ used to store generic object data source configuration information.
5+ Renaming the file extension or editing the content of this file may
6+ cause the file to be unrecognizable by the program.
7+-->
8+<GenericObjectDataSource DisplayName="Main+VolumeSlider" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
9+ <TypeInfo>DTX2WAV.Main+VolumeSlider, DTX2WAV, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
10+</GenericObjectDataSource>
\ No newline at end of file
--- /dev/null
+++ b/DTX2WAV/Properties/DataSources/Main.datasource
@@ -0,0 +1,10 @@
1+<?xml version="1.0" encoding="utf-8"?>
2+<!--
3+ This file is automatically generated by Visual Studio .Net. It is
4+ used to store generic object data source configuration information.
5+ Renaming the file extension or editing the content of this file may
6+ cause the file to be unrecognizable by the program.
7+-->
8+<GenericObjectDataSource DisplayName="Main" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
9+ <TypeInfo>DTX2WAV.Main, DTX2WAV, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
10+</GenericObjectDataSource>
\ No newline at end of file
--- /dev/null
+++ b/DTX2WAV/Properties/DataSources/Program.datasource
@@ -0,0 +1,10 @@
1+<?xml version="1.0" encoding="utf-8"?>
2+<!--
3+ This file is automatically generated by Visual Studio .Net. It is
4+ used to store generic object data source configuration information.
5+ Renaming the file extension or editing the content of this file may
6+ cause the file to be unrecognizable by the program.
7+-->
8+<GenericObjectDataSource DisplayName="Program" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
9+ <TypeInfo>DTX2WAV.Program, DTX2WAV, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
10+</GenericObjectDataSource>
\ No newline at end of file
--- /dev/null
+++ b/DTX2WAV/Properties/Resources.Designer.cs
@@ -0,0 +1,71 @@
1+//------------------------------------------------------------------------------
2+// <auto-generated>
3+// このコードはツールによって生成されました。
4+// ランタイム バージョン:4.0.30319.42000
5+//
6+// このファイルへの変更は、以下の状況下で不正な動作の原因になったり、
7+// コードが再生成されるときに損失したりします
8+// </auto-generated>
9+//------------------------------------------------------------------------------
10+
11+namespace DTX2WAV.Properties
12+{
13+
14+
15+ /// <summary>
16+ /// ローカライズされた文字列などを検索するための、厳密に型指定されたリソース クラスです。
17+ /// </summary>
18+ // このクラスは StronglyTypedResourceBuilder クラスが ResGen
19+ // または Visual Studio のようなツールを使用して自動生成されました。
20+ // メンバーを追加または削除するには、.ResX ファイルを編集して、/str オプションと共に
21+ // ResGen を実行し直すか、または VS プロジェクトをリビルドします。
22+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
23+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
24+ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
25+ internal class Resources
26+ {
27+
28+ private static global::System.Resources.ResourceManager resourceMan;
29+
30+ private static global::System.Globalization.CultureInfo resourceCulture;
31+
32+ [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
33+ internal Resources()
34+ {
35+ }
36+
37+ /// <summary>
38+ /// このクラスで使用されるキャッシュされた ResourceManager インスタンスを返します。
39+ /// </summary>
40+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
41+ internal static global::System.Resources.ResourceManager ResourceManager
42+ {
43+ get
44+ {
45+ if ((resourceMan == null))
46+ {
47+ global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("DTX2WAV.Properties.Resources", typeof(Resources).Assembly);
48+ resourceMan = temp;
49+ }
50+ return resourceMan;
51+ }
52+ }
53+
54+ /// <summary>
55+ /// 厳密に型指定されたこのリソース クラスを使用して、すべての検索リソースに対し、
56+ /// 現在のスレッドの CurrentUICulture プロパティをオーバーライドします。
57+ /// </summary>
58+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
59+ internal static global::System.Globalization.CultureInfo Culture
60+ {
61+ get
62+ {
63+ return resourceCulture;
64+ }
65+ set
66+ {
67+ resourceCulture = value;
68+ }
69+ }
70+ }
71+}
--- /dev/null
+++ b/DTX2WAV/Properties/Resources.resx
@@ -0,0 +1,117 @@
1+<?xml version="1.0" encoding="utf-8"?>
2+<root>
3+ <!--
4+ Microsoft ResX Schema
5+
6+ Version 2.0
7+
8+ The primary goals of this format is to allow a simple XML format
9+ that is mostly human readable. The generation and parsing of the
10+ various data types are done through the TypeConverter classes
11+ associated with the data types.
12+
13+ Example:
14+
15+ ... ado.net/XML headers & schema ...
16+ <resheader name="resmimetype">text/microsoft-resx</resheader>
17+ <resheader name="version">2.0</resheader>
18+ <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
19+ <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
20+ <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
21+ <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
22+ <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
23+ <value>[base64 mime encoded serialized .NET Framework object]</value>
24+ </data>
25+ <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
26+ <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
27+ <comment>This is a comment</comment>
28+ </data>
29+
30+ There are any number of "resheader" rows that contain simple
31+ name/value pairs.
32+
33+ Each data row contains a name, and value. The row also contains a
34+ type or mimetype. Type corresponds to a .NET class that support
35+ text/value conversion through the TypeConverter architecture.
36+ Classes that don't support this are serialized and stored with the
37+ mimetype set.
38+
39+ The mimetype is used for serialized objects, and tells the
40+ ResXResourceReader how to depersist the object. This is currently not
41+ extensible. For a given mimetype the value must be set accordingly:
42+
43+ Note - application/x-microsoft.net.object.binary.base64 is the format
44+ that the ResXResourceWriter will generate, however the reader can
45+ read any of the formats listed below.
46+
47+ mimetype: application/x-microsoft.net.object.binary.base64
48+ value : The object must be serialized with
49+ : System.Serialization.Formatters.Binary.BinaryFormatter
50+ : and then encoded with base64 encoding.
51+
52+ mimetype: application/x-microsoft.net.object.soap.base64
53+ value : The object must be serialized with
54+ : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
55+ : and then encoded with base64 encoding.
56+
57+ mimetype: application/x-microsoft.net.object.bytearray.base64
58+ value : The object must be serialized into a byte array
59+ : using a System.ComponentModel.TypeConverter
60+ : and then encoded with base64 encoding.
61+ -->
62+ <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
63+ <xsd:element name="root" msdata:IsDataSet="true">
64+ <xsd:complexType>
65+ <xsd:choice maxOccurs="unbounded">
66+ <xsd:element name="metadata">
67+ <xsd:complexType>
68+ <xsd:sequence>
69+ <xsd:element name="value" type="xsd:string" minOccurs="0" />
70+ </xsd:sequence>
71+ <xsd:attribute name="name" type="xsd:string" />
72+ <xsd:attribute name="type" type="xsd:string" />
73+ <xsd:attribute name="mimetype" type="xsd:string" />
74+ </xsd:complexType>
75+ </xsd:element>
76+ <xsd:element name="assembly">
77+ <xsd:complexType>
78+ <xsd:attribute name="alias" type="xsd:string" />
79+ <xsd:attribute name="name" type="xsd:string" />
80+ </xsd:complexType>
81+ </xsd:element>
82+ <xsd:element name="data">
83+ <xsd:complexType>
84+ <xsd:sequence>
85+ <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
86+ <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
87+ </xsd:sequence>
88+ <xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
89+ <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
90+ <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
91+ </xsd:complexType>
92+ </xsd:element>
93+ <xsd:element name="resheader">
94+ <xsd:complexType>
95+ <xsd:sequence>
96+ <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
97+ </xsd:sequence>
98+ <xsd:attribute name="name" type="xsd:string" use="required" />
99+ </xsd:complexType>
100+ </xsd:element>
101+ </xsd:choice>
102+ </xsd:complexType>
103+ </xsd:element>
104+ </xsd:schema>
105+ <resheader name="resmimetype">
106+ <value>text/microsoft-resx</value>
107+ </resheader>
108+ <resheader name="version">
109+ <value>2.0</value>
110+ </resheader>
111+ <resheader name="reader">
112+ <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
113+ </resheader>
114+ <resheader name="writer">
115+ <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
116+ </resheader>
117+</root>
\ No newline at end of file
--- /dev/null
+++ b/DTX2WAV/Properties/Settings.Designer.cs
@@ -0,0 +1,30 @@
1+//------------------------------------------------------------------------------
2+// <auto-generated>
3+// This code was generated by a tool.
4+// Runtime Version:4.0.30319.42000
5+//
6+// Changes to this file may cause incorrect behavior and will be lost if
7+// the code is regenerated.
8+// </auto-generated>
9+//------------------------------------------------------------------------------
10+
11+namespace DTX2WAV.Properties
12+{
13+
14+
15+ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
16+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
17+ internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
18+ {
19+
20+ private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
21+
22+ public static Settings Default
23+ {
24+ get
25+ {
26+ return defaultInstance;
27+ }
28+ }
29+ }
30+}
--- /dev/null
+++ b/DTX2WAV/Properties/Settings.settings
@@ -0,0 +1,7 @@
1+<?xml version='1.0' encoding='utf-8'?>
2+<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)">
3+ <Profiles>
4+ <Profile Name="(Default)" />
5+ </Profiles>
6+ <Settings />
7+</SettingsFile>
--- a/DTXMania.sln
+++ b/DTXMania.sln
@@ -1,7 +1,7 @@
11 
22 Microsoft Visual Studio Solution File, Format Version 12.00
33 # Visual Studio 15
4-VisualStudioVersion = 15.0.27004.2002
4+VisualStudioVersion = 15.0.27130.2024
55 MinimumVisualStudioVersion = 10.0.40219.1
66 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FDK", "FDK\FDK.csproj", "{BCD40908-F3E2-4707-BFAA-1DD99DF6357D}"
77 EndProject
@@ -9,24 +9,42 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DTXMania", "DTXMania\DTXMan
99 EndProject
1010 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DTXCreator", "DTXCreator\DTXCreator.csproj", "{BAC81BCC-5689-4600-91A0-7427667500D6}"
1111 EndProject
12+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DTX2WAV", "DTX2WAV\DTX2WAV.csproj", "{97942C23-C771-440E-9D07-897C9EF9BED5}"
13+EndProject
1214 Global
1315 GlobalSection(SolutionConfigurationPlatforms) = preSolution
16+ Debug|Any CPU = Debug|Any CPU
1417 Debug|x86 = Debug|x86
18+ Release|Any CPU = Release|Any CPU
1519 Release|x86 = Release|x86
1620 EndGlobalSection
1721 GlobalSection(ProjectConfigurationPlatforms) = postSolution
22+ {BCD40908-F3E2-4707-BFAA-1DD99DF6357D}.Debug|Any CPU.ActiveCfg = Debug|x86
1823 {BCD40908-F3E2-4707-BFAA-1DD99DF6357D}.Debug|x86.ActiveCfg = Debug|x86
1924 {BCD40908-F3E2-4707-BFAA-1DD99DF6357D}.Debug|x86.Build.0 = Debug|x86
25+ {BCD40908-F3E2-4707-BFAA-1DD99DF6357D}.Release|Any CPU.ActiveCfg = Release|x86
2026 {BCD40908-F3E2-4707-BFAA-1DD99DF6357D}.Release|x86.ActiveCfg = Release|x86
2127 {BCD40908-F3E2-4707-BFAA-1DD99DF6357D}.Release|x86.Build.0 = Release|x86
28+ {81BEC512-8074-4BD1-8A3C-AC73BC7BF846}.Debug|Any CPU.ActiveCfg = Debug|x86
2229 {81BEC512-8074-4BD1-8A3C-AC73BC7BF846}.Debug|x86.ActiveCfg = Debug|x86
2330 {81BEC512-8074-4BD1-8A3C-AC73BC7BF846}.Debug|x86.Build.0 = Debug|x86
31+ {81BEC512-8074-4BD1-8A3C-AC73BC7BF846}.Release|Any CPU.ActiveCfg = Release|x86
2432 {81BEC512-8074-4BD1-8A3C-AC73BC7BF846}.Release|x86.ActiveCfg = Release|x86
2533 {81BEC512-8074-4BD1-8A3C-AC73BC7BF846}.Release|x86.Build.0 = Release|x86
34+ {BAC81BCC-5689-4600-91A0-7427667500D6}.Debug|Any CPU.ActiveCfg = Debug|x86
2635 {BAC81BCC-5689-4600-91A0-7427667500D6}.Debug|x86.ActiveCfg = Debug|x86
2736 {BAC81BCC-5689-4600-91A0-7427667500D6}.Debug|x86.Build.0 = Debug|x86
37+ {BAC81BCC-5689-4600-91A0-7427667500D6}.Release|Any CPU.ActiveCfg = Release|x86
2838 {BAC81BCC-5689-4600-91A0-7427667500D6}.Release|x86.ActiveCfg = Release|x86
2939 {BAC81BCC-5689-4600-91A0-7427667500D6}.Release|x86.Build.0 = Release|x86
40+ {97942C23-C771-440E-9D07-897C9EF9BED5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
41+ {97942C23-C771-440E-9D07-897C9EF9BED5}.Debug|Any CPU.Build.0 = Debug|Any CPU
42+ {97942C23-C771-440E-9D07-897C9EF9BED5}.Debug|x86.ActiveCfg = Debug|Any CPU
43+ {97942C23-C771-440E-9D07-897C9EF9BED5}.Debug|x86.Build.0 = Debug|Any CPU
44+ {97942C23-C771-440E-9D07-897C9EF9BED5}.Release|Any CPU.ActiveCfg = Release|Any CPU
45+ {97942C23-C771-440E-9D07-897C9EF9BED5}.Release|Any CPU.Build.0 = Release|Any CPU
46+ {97942C23-C771-440E-9D07-897C9EF9BED5}.Release|x86.ActiveCfg = Release|Any CPU
47+ {97942C23-C771-440E-9D07-897C9EF9BED5}.Release|x86.Build.0 = Release|Any CPU
3048 EndGlobalSection
3149 GlobalSection(SolutionProperties) = preSolution
3250 HideSolutionNode = FALSE