From c6d862efd937577fc67910c80569f4699e6fb6b4 Mon Sep 17 00:00:00 2001 From: kjozk Date: Mon, 7 Nov 2022 01:17:12 +0900 Subject: [PATCH 1/4] Japanese localization of parts of MainWin --- MoeGoe_GUI/MainWin.Designer.cs | 421 +---- MoeGoe_GUI/MainWin.ja-JP.resx | 411 +++++ MoeGoe_GUI/MainWin.resx | 3070 +++++++++++++++++++++++++++++++- MoeGoe_GUI/MoeGoe_GUI.csproj | 3 + 4 files changed, 3565 insertions(+), 340 deletions(-) create mode 100644 MoeGoe_GUI/MainWin.ja-JP.resx diff --git a/MoeGoe_GUI/MainWin.Designer.cs b/MoeGoe_GUI/MainWin.Designer.cs index 0206812..3a1b3c6 100644 --- a/MoeGoe_GUI/MainWin.Designer.cs +++ b/MoeGoe_GUI/MainWin.Designer.cs @@ -136,29 +136,21 @@ private void InitializeComponent() // this.EXEPanel.Controls.Add(this.EXEPath); this.EXEPanel.Controls.Add(this.openEXE); - this.EXEPanel.Location = new System.Drawing.Point(12, 12); + resources.ApplyResources(this.EXEPanel, "EXEPanel"); this.EXEPanel.Name = "EXEPanel"; - this.EXEPanel.Size = new System.Drawing.Size(501, 85); - this.EXEPanel.TabIndex = 0; this.EXEPanel.TabStop = false; - this.EXEPanel.Text = "MoeGoe.exe"; // // EXEPath // - this.EXEPath.Location = new System.Drawing.Point(132, 32); + resources.ApplyResources(this.EXEPath, "EXEPath"); this.EXEPath.Name = "EXEPath"; - this.EXEPath.Size = new System.Drawing.Size(363, 31); - this.EXEPath.TabIndex = 1; this.EXEPath.KeyDown += new System.Windows.Forms.KeyEventHandler(this.EXEPath_KeyDown); this.EXEPath.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.EXEPath_KeyPress); // // openEXE // - this.openEXE.Location = new System.Drawing.Point(6, 30); + resources.ApplyResources(this.openEXE, "openEXE"); this.openEXE.Name = "openEXE"; - this.openEXE.Size = new System.Drawing.Size(120, 35); - this.openEXE.TabIndex = 0; - this.openEXE.Text = "打开文件"; this.openEXE.UseVisualStyleBackColor = true; this.openEXE.Click += new System.EventHandler(this.OpenEXE_Click); // @@ -168,48 +160,35 @@ private void InitializeComponent() this.modelPanel.Controls.Add(this.openConfig); this.modelPanel.Controls.Add(this.modelPath); this.modelPanel.Controls.Add(this.openModel); - this.modelPanel.Location = new System.Drawing.Point(6, 6); + resources.ApplyResources(this.modelPanel, "modelPanel"); this.modelPanel.Name = "modelPanel"; - this.modelPanel.Size = new System.Drawing.Size(485, 125); - this.modelPanel.TabIndex = 1; this.modelPanel.TabStop = false; - this.modelPanel.Text = "模型文件"; // // configPath // - this.configPath.Location = new System.Drawing.Point(132, 73); + resources.ApplyResources(this.configPath, "configPath"); this.configPath.Name = "configPath"; - this.configPath.Size = new System.Drawing.Size(347, 31); - this.configPath.TabIndex = 3; this.configPath.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ConfigPath_KeyDown); this.configPath.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ConfigPath_KeyPress); // // openConfig // - this.openConfig.Location = new System.Drawing.Point(6, 71); + resources.ApplyResources(this.openConfig, "openConfig"); this.openConfig.Name = "openConfig"; - this.openConfig.Size = new System.Drawing.Size(120, 35); - this.openConfig.TabIndex = 2; - this.openConfig.Text = "打开配置"; this.openConfig.UseVisualStyleBackColor = true; this.openConfig.Click += new System.EventHandler(this.OpenConfig_Click); // // modelPath // - this.modelPath.Location = new System.Drawing.Point(132, 32); + resources.ApplyResources(this.modelPath, "modelPath"); this.modelPath.Name = "modelPath"; - this.modelPath.Size = new System.Drawing.Size(347, 31); - this.modelPath.TabIndex = 1; this.modelPath.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ModelPath_KeyDown); this.modelPath.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ModelPath_KeyPress); // // openModel // - this.openModel.Location = new System.Drawing.Point(6, 30); + resources.ApplyResources(this.openModel, "openModel"); this.openModel.Name = "openModel"; - this.openModel.Size = new System.Drawing.Size(120, 35); - this.openModel.TabIndex = 0; - this.openModel.Text = "打开模型"; this.openModel.UseVisualStyleBackColor = true; this.openModel.Click += new System.EventHandler(this.OpenModel_Click); // @@ -217,12 +196,9 @@ private void InitializeComponent() // this.modeControl.Controls.Add(this.TTSPage); this.modeControl.Controls.Add(this.VCPage); - this.modeControl.Enabled = false; - this.modeControl.Location = new System.Drawing.Point(6, 137); + resources.ApplyResources(this.modeControl, "modeControl"); this.modeControl.Name = "modeControl"; this.modeControl.SelectedIndex = 0; - this.modeControl.Size = new System.Drawing.Size(487, 267); - this.modeControl.TabIndex = 2; // // TTSPage // @@ -233,81 +209,53 @@ private void InitializeComponent() this.TTSPage.Controls.Add(this.speakerLabel); this.TTSPage.Controls.Add(this.textLabel); this.TTSPage.Controls.Add(this.textBox); - this.TTSPage.Location = new System.Drawing.Point(4, 33); + resources.ApplyResources(this.TTSPage, "TTSPage"); this.TTSPage.Name = "TTSPage"; - this.TTSPage.Padding = new System.Windows.Forms.Padding(3); - this.TTSPage.Size = new System.Drawing.Size(479, 230); - this.TTSPage.TabIndex = 0; - this.TTSPage.Text = "语音合成"; this.TTSPage.UseVisualStyleBackColor = true; // // cleanButton2 // - this.cleanButton2.Location = new System.Drawing.Point(118, 138); + resources.ApplyResources(this.cleanButton2, "cleanButton2"); this.cleanButton2.Name = "cleanButton2"; - this.cleanButton2.Size = new System.Drawing.Size(111, 35); - this.cleanButton2.TabIndex = 10; - this.cleanButton2.Text = "清理文本"; this.cleanButton2.UseVisualStyleBackColor = true; this.cleanButton2.Click += new System.EventHandler(this.CleanButton_Click); // // symbolsButton2 // - this.symbolsButton2.Location = new System.Drawing.Point(351, 138); + resources.ApplyResources(this.symbolsButton2, "symbolsButton2"); this.symbolsButton2.Name = "symbolsButton2"; - this.symbolsButton2.Size = new System.Drawing.Size(111, 35); - this.symbolsButton2.TabIndex = 9; - this.symbolsButton2.Text = "符号输入"; this.symbolsButton2.UseVisualStyleBackColor = true; this.symbolsButton2.Click += new System.EventHandler(this.SymbolsButton_Click); // // paramsButton2 // - this.paramsButton2.Location = new System.Drawing.Point(234, 138); + resources.ApplyResources(this.paramsButton2, "paramsButton2"); this.paramsButton2.Name = "paramsButton2"; - this.paramsButton2.Size = new System.Drawing.Size(111, 35); - this.paramsButton2.TabIndex = 8; - this.paramsButton2.Text = "参数设置"; this.paramsButton2.UseVisualStyleBackColor = true; this.paramsButton2.Click += new System.EventHandler(this.AdvancedButton_Click); // // speakerBox // this.speakerBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.speakerBox.Font = new System.Drawing.Font("Yu Gothic UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.speakerBox.FormattingEnabled = true; - this.speakerBox.Location = new System.Drawing.Point(118, 179); + resources.ApplyResources(this.speakerBox, "speakerBox"); this.speakerBox.Name = "speakerBox"; - this.speakerBox.Size = new System.Drawing.Size(344, 33); - this.speakerBox.TabIndex = 3; // // speakerLabel // - this.speakerLabel.AutoSize = true; - this.speakerLabel.Location = new System.Drawing.Point(28, 183); + resources.ApplyResources(this.speakerLabel, "speakerLabel"); this.speakerLabel.Name = "speakerLabel"; - this.speakerLabel.Size = new System.Drawing.Size(64, 24); - this.speakerLabel.TabIndex = 2; - this.speakerLabel.Text = "说话人"; // // textLabel // - this.textLabel.AutoSize = true; - this.textLabel.Location = new System.Drawing.Point(37, 63); + resources.ApplyResources(this.textLabel, "textLabel"); this.textLabel.Name = "textLabel"; - this.textLabel.Size = new System.Drawing.Size(46, 24); - this.textLabel.TabIndex = 0; - this.textLabel.Text = "文本"; // // textBox // this.textBox.ContextMenuStrip = this.menuStrip; - this.textBox.Font = new System.Drawing.Font("Yu Gothic UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); - this.textBox.Location = new System.Drawing.Point(118, 18); - this.textBox.Multiline = true; + resources.ApplyResources(this.textBox, "textBox"); this.textBox.Name = "textBox"; - this.textBox.Size = new System.Drawing.Size(344, 114); - this.textBox.TabIndex = 1; this.textBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TextBox_KeyDown); // // menuStrip @@ -318,27 +266,24 @@ private void InitializeComponent() this.paramsButton, this.symbolsButton}); this.menuStrip.Name = "menuStrip"; - this.menuStrip.Size = new System.Drawing.Size(153, 94); + resources.ApplyResources(this.menuStrip, "menuStrip"); // // cleanButton // this.cleanButton.Name = "cleanButton"; - this.cleanButton.Size = new System.Drawing.Size(152, 30); - this.cleanButton.Text = "清理文本"; + resources.ApplyResources(this.cleanButton, "cleanButton"); this.cleanButton.Click += new System.EventHandler(this.CleanButton_Click); // // paramsButton // this.paramsButton.Name = "paramsButton"; - this.paramsButton.Size = new System.Drawing.Size(152, 30); - this.paramsButton.Text = "参数设置"; + resources.ApplyResources(this.paramsButton, "paramsButton"); this.paramsButton.Click += new System.EventHandler(this.AdvancedButton_Click); // // symbolsButton // this.symbolsButton.Name = "symbolsButton"; - this.symbolsButton.Size = new System.Drawing.Size(152, 30); - this.symbolsButton.Text = "符号输入"; + resources.ApplyResources(this.symbolsButton, "symbolsButton"); this.symbolsButton.Click += new System.EventHandler(this.SymbolsButton_Click); // // VCPage @@ -349,70 +294,47 @@ private void InitializeComponent() this.VCPage.Controls.Add(this.originLabel); this.VCPage.Controls.Add(this.targetBox); this.VCPage.Controls.Add(this.targetLabel); - this.VCPage.Location = new System.Drawing.Point(4, 33); + resources.ApplyResources(this.VCPage, "VCPage"); this.VCPage.Name = "VCPage"; - this.VCPage.Padding = new System.Windows.Forms.Padding(3); - this.VCPage.Size = new System.Drawing.Size(479, 230); - this.VCPage.TabIndex = 1; - this.VCPage.Text = "语音转换"; this.VCPage.UseVisualStyleBackColor = true; // // openOrigin // - this.openOrigin.Location = new System.Drawing.Point(12, 39); + resources.ApplyResources(this.openOrigin, "openOrigin"); this.openOrigin.Name = "openOrigin"; - this.openOrigin.Size = new System.Drawing.Size(108, 35); - this.openOrigin.TabIndex = 4; - this.openOrigin.Text = "打开原音频"; this.openOrigin.UseVisualStyleBackColor = true; this.openOrigin.Click += new System.EventHandler(this.OpenOrigin_Click); // // originPath // - this.originPath.Location = new System.Drawing.Point(128, 41); + resources.ApplyResources(this.originPath, "originPath"); this.originPath.Name = "originPath"; - this.originPath.Size = new System.Drawing.Size(344, 31); - this.originPath.TabIndex = 12; this.originPath.KeyDown += new System.Windows.Forms.KeyEventHandler(this.OriginPath_KeyDown); this.originPath.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.OriginPath_KeyPress); // // originBox // this.originBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.originBox.Font = new System.Drawing.Font("Yu Gothic UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); + resources.ApplyResources(this.originBox, "originBox"); this.originBox.FormattingEnabled = true; - this.originBox.Location = new System.Drawing.Point(128, 106); this.originBox.Name = "originBox"; - this.originBox.Size = new System.Drawing.Size(344, 33); - this.originBox.TabIndex = 10; // // originLabel // - this.originLabel.AutoSize = true; - this.originLabel.Location = new System.Drawing.Point(25, 110); + resources.ApplyResources(this.originLabel, "originLabel"); this.originLabel.Name = "originLabel"; - this.originLabel.Size = new System.Drawing.Size(82, 24); - this.originLabel.TabIndex = 9; - this.originLabel.Text = "原说话人"; // // targetBox // this.targetBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.targetBox.Font = new System.Drawing.Font("Yu Gothic UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); + resources.ApplyResources(this.targetBox, "targetBox"); this.targetBox.FormattingEnabled = true; - this.targetBox.Location = new System.Drawing.Point(128, 156); this.targetBox.Name = "targetBox"; - this.targetBox.Size = new System.Drawing.Size(344, 33); - this.targetBox.TabIndex = 8; // // targetLabel // - this.targetLabel.AutoSize = true; - this.targetLabel.Location = new System.Drawing.Point(16, 160); + resources.ApplyResources(this.targetLabel, "targetLabel"); this.targetLabel.Name = "targetLabel"; - this.targetLabel.Size = new System.Drawing.Size(100, 24); - this.targetLabel.TabIndex = 7; - this.targetLabel.Text = "目标说话人"; // // savePanel // @@ -422,111 +344,74 @@ private void InitializeComponent() this.savePanel.Controls.Add(this.playButton); this.savePanel.Controls.Add(this.savePath); this.savePanel.Controls.Add(this.saveButton); - this.savePanel.Enabled = false; - this.savePanel.Location = new System.Drawing.Point(12, 556); + resources.ApplyResources(this.savePanel, "savePanel"); this.savePanel.Name = "savePanel"; - this.savePanel.Size = new System.Drawing.Size(501, 125); - this.savePanel.TabIndex = 3; this.savePanel.TabStop = false; - this.savePanel.Text = "保存文件"; // // deleteButton // - this.deleteButton.Enabled = false; - this.deleteButton.Location = new System.Drawing.Point(132, 71); + resources.ApplyResources(this.deleteButton, "deleteButton"); this.deleteButton.Name = "deleteButton"; - this.deleteButton.Size = new System.Drawing.Size(115, 35); - this.deleteButton.TabIndex = 7; - this.deleteButton.Text = "删除"; this.deleteButton.UseVisualStyleBackColor = true; this.deleteButton.Click += new System.EventHandler(this.DeleteButton_Click); // // stopButton // - this.stopButton.Enabled = false; - this.stopButton.Location = new System.Drawing.Point(380, 71); + resources.ApplyResources(this.stopButton, "stopButton"); this.stopButton.Name = "stopButton"; - this.stopButton.Size = new System.Drawing.Size(115, 35); - this.stopButton.TabIndex = 6; - this.stopButton.Text = "停止"; this.stopButton.UseVisualStyleBackColor = true; this.stopButton.Click += new System.EventHandler(this.StopButton_Click); // // resaveButton // - this.resaveButton.Enabled = false; - this.resaveButton.Location = new System.Drawing.Point(6, 71); + resources.ApplyResources(this.resaveButton, "resaveButton"); this.resaveButton.Name = "resaveButton"; - this.resaveButton.Size = new System.Drawing.Size(120, 35); - this.resaveButton.TabIndex = 2; - this.resaveButton.Text = "重新合成"; this.resaveButton.UseVisualStyleBackColor = true; this.resaveButton.Click += new System.EventHandler(this.ResaveButton_Click); // // playButton // - this.playButton.Enabled = false; - this.playButton.Location = new System.Drawing.Point(256, 71); + resources.ApplyResources(this.playButton, "playButton"); this.playButton.Name = "playButton"; - this.playButton.Size = new System.Drawing.Size(115, 35); - this.playButton.TabIndex = 4; - this.playButton.Text = "播放"; this.playButton.UseVisualStyleBackColor = true; this.playButton.Click += new System.EventHandler(this.PlayButton_Click); // // savePath // - this.savePath.Location = new System.Drawing.Point(132, 32); + resources.ApplyResources(this.savePath, "savePath"); this.savePath.Name = "savePath"; - this.savePath.Size = new System.Drawing.Size(363, 31); - this.savePath.TabIndex = 1; this.savePath.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SavePath_KeyDown); this.savePath.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.SavePath_KeyPress); // // saveButton // - this.saveButton.Location = new System.Drawing.Point(6, 30); + resources.ApplyResources(this.saveButton, "saveButton"); this.saveButton.Name = "saveButton"; - this.saveButton.Size = new System.Drawing.Size(120, 35); - this.saveButton.TabIndex = 0; - this.saveButton.Text = "保存"; this.saveButton.UseVisualStyleBackColor = true; this.saveButton.Click += new System.EventHandler(this.SaveButton_Click); // // consoleBox // - this.consoleBox.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.consoleBox.Location = new System.Drawing.Point(528, 24); - this.consoleBox.Multiline = true; + resources.ApplyResources(this.consoleBox, "consoleBox"); this.consoleBox.Name = "consoleBox"; this.consoleBox.ReadOnly = true; - this.consoleBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; - this.consoleBox.Size = new System.Drawing.Size(436, 657); - this.consoleBox.TabIndex = 4; // // modelControl // this.modelControl.Controls.Add(this.vitsPage); this.modelControl.Controls.Add(this.hubertPage); this.modelControl.Controls.Add(this.w2v2Page); - this.modelControl.Enabled = false; - this.modelControl.Location = new System.Drawing.Point(12, 103); + resources.ApplyResources(this.modelControl, "modelControl"); this.modelControl.Name = "modelControl"; this.modelControl.SelectedIndex = 0; - this.modelControl.Size = new System.Drawing.Size(505, 447); - this.modelControl.TabIndex = 5; this.modelControl.SelectedIndexChanged += new System.EventHandler(this.ModelControl_SelectedIndexChanged); // // vitsPage // this.vitsPage.Controls.Add(this.modelPanel); this.vitsPage.Controls.Add(this.modeControl); - this.vitsPage.Location = new System.Drawing.Point(4, 33); + resources.ApplyResources(this.vitsPage, "vitsPage"); this.vitsPage.Name = "vitsPage"; - this.vitsPage.Padding = new System.Windows.Forms.Padding(3); - this.vitsPage.Size = new System.Drawing.Size(497, 410); - this.vitsPage.TabIndex = 0; - this.vitsPage.Text = "VITS"; this.vitsPage.UseVisualStyleBackColor = true; // // hubertPage @@ -535,22 +420,14 @@ private void InitializeComponent() this.hubertPage.Controls.Add(this.HVCControl); this.hubertPage.Controls.Add(this.HModelPanel); this.hubertPage.Controls.Add(this.HOriginPath); - this.hubertPage.Location = new System.Drawing.Point(4, 33); + resources.ApplyResources(this.hubertPage, "hubertPage"); this.hubertPage.Name = "hubertPage"; - this.hubertPage.Padding = new System.Windows.Forms.Padding(3); - this.hubertPage.Size = new System.Drawing.Size(497, 410); - this.hubertPage.TabIndex = 1; - this.hubertPage.Text = "HuBERT-VITS"; this.hubertPage.UseVisualStyleBackColor = true; // // HOpenOrigin // - this.HOpenOrigin.Enabled = false; - this.HOpenOrigin.Location = new System.Drawing.Point(10, 189); + resources.ApplyResources(this.HOpenOrigin, "HOpenOrigin"); this.HOpenOrigin.Name = "HOpenOrigin"; - this.HOpenOrigin.Size = new System.Drawing.Size(122, 35); - this.HOpenOrigin.TabIndex = 13; - this.HOpenOrigin.Text = "打开原音频"; this.HOpenOrigin.UseVisualStyleBackColor = true; this.HOpenOrigin.Click += new System.EventHandler(this.OpenOrigin_Click); // @@ -558,53 +435,37 @@ private void InitializeComponent() // this.HVCControl.Controls.Add(this.HVCPage1); this.HVCControl.Controls.Add(this.HVCPage2); - this.HVCControl.Location = new System.Drawing.Point(6, 241); + resources.ApplyResources(this.HVCControl, "HVCControl"); this.HVCControl.Name = "HVCControl"; this.HVCControl.SelectedIndex = 0; - this.HVCControl.Size = new System.Drawing.Size(485, 163); - this.HVCControl.TabIndex = 18; // // HVCPage1 // this.HVCPage1.Controls.Add(this.HAdvancedControl); this.HVCPage1.Controls.Add(this.HTargetLabel); this.HVCPage1.Controls.Add(this.HTargetBox); - this.HVCPage1.Location = new System.Drawing.Point(4, 33); + resources.ApplyResources(this.HVCPage1, "HVCPage1"); this.HVCPage1.Name = "HVCPage1"; - this.HVCPage1.Padding = new System.Windows.Forms.Padding(3); - this.HVCPage1.Size = new System.Drawing.Size(477, 126); - this.HVCPage1.TabIndex = 0; - this.HVCPage1.Text = "语言转换(模式一)"; this.HVCPage1.UseVisualStyleBackColor = true; // // HAdvancedControl // - this.HAdvancedControl.Location = new System.Drawing.Point(362, 47); + resources.ApplyResources(this.HAdvancedControl, "HAdvancedControl"); this.HAdvancedControl.Name = "HAdvancedControl"; - this.HAdvancedControl.Size = new System.Drawing.Size(109, 35); - this.HAdvancedControl.TabIndex = 17; - this.HAdvancedControl.Text = "高级设置"; this.HAdvancedControl.UseVisualStyleBackColor = true; this.HAdvancedControl.Click += new System.EventHandler(this.HAdvancedControl_Click); // // HTargetLabel // - this.HTargetLabel.AutoSize = true; - this.HTargetLabel.Location = new System.Drawing.Point(14, 52); + resources.ApplyResources(this.HTargetLabel, "HTargetLabel"); this.HTargetLabel.Name = "HTargetLabel"; - this.HTargetLabel.Size = new System.Drawing.Size(100, 24); - this.HTargetLabel.TabIndex = 14; - this.HTargetLabel.Text = "目标说话人"; // // HTargetBox // this.HTargetBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.HTargetBox.Font = new System.Drawing.Font("Yu Gothic UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); + resources.ApplyResources(this.HTargetBox, "HTargetBox"); this.HTargetBox.FormattingEnabled = true; - this.HTargetBox.Location = new System.Drawing.Point(128, 48); this.HTargetBox.Name = "HTargetBox"; - this.HTargetBox.Size = new System.Drawing.Size(228, 33); - this.HTargetBox.TabIndex = 15; // // HVCPage2 // @@ -612,51 +473,33 @@ private void InitializeComponent() this.HVCPage2.Controls.Add(this.HOriginBox); this.HVCPage2.Controls.Add(this.HOriginLabel2); this.HVCPage2.Controls.Add(this.HTargetBox2); - this.HVCPage2.Location = new System.Drawing.Point(4, 33); + resources.ApplyResources(this.HVCPage2, "HVCPage2"); this.HVCPage2.Name = "HVCPage2"; - this.HVCPage2.Padding = new System.Windows.Forms.Padding(3); - this.HVCPage2.Size = new System.Drawing.Size(477, 126); - this.HVCPage2.TabIndex = 1; - this.HVCPage2.Text = "语音转换(模式二)"; this.HVCPage2.UseVisualStyleBackColor = true; // // HOriginLabel // - this.HOriginLabel.AutoSize = true; - this.HOriginLabel.Location = new System.Drawing.Point(23, 32); + resources.ApplyResources(this.HOriginLabel, "HOriginLabel"); this.HOriginLabel.Name = "HOriginLabel"; - this.HOriginLabel.Size = new System.Drawing.Size(82, 24); - this.HOriginLabel.TabIndex = 21; - this.HOriginLabel.Text = "原说话人"; // // HOriginBox // this.HOriginBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.HOriginBox.Font = new System.Drawing.Font("Yu Gothic UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); + resources.ApplyResources(this.HOriginBox, "HOriginBox"); this.HOriginBox.FormattingEnabled = true; - this.HOriginBox.Location = new System.Drawing.Point(128, 28); this.HOriginBox.Name = "HOriginBox"; - this.HOriginBox.Size = new System.Drawing.Size(343, 33); - this.HOriginBox.TabIndex = 22; // // HOriginLabel2 // - this.HOriginLabel2.AutoSize = true; - this.HOriginLabel2.Location = new System.Drawing.Point(14, 71); + resources.ApplyResources(this.HOriginLabel2, "HOriginLabel2"); this.HOriginLabel2.Name = "HOriginLabel2"; - this.HOriginLabel2.Size = new System.Drawing.Size(100, 24); - this.HOriginLabel2.TabIndex = 18; - this.HOriginLabel2.Text = "目标说话人"; // // HTargetBox2 // this.HTargetBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.HTargetBox2.Font = new System.Drawing.Font("Yu Gothic UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); + resources.ApplyResources(this.HTargetBox2, "HTargetBox2"); this.HTargetBox2.FormattingEnabled = true; - this.HTargetBox2.Location = new System.Drawing.Point(128, 67); this.HTargetBox2.Name = "HTargetBox2"; - this.HTargetBox2.Size = new System.Drawing.Size(343, 33); - this.HTargetBox2.TabIndex = 19; // // HModelPanel // @@ -666,78 +509,56 @@ private void InitializeComponent() this.HModelPanel.Controls.Add(this.HOpenConfig); this.HModelPanel.Controls.Add(this.HModelPath); this.HModelPanel.Controls.Add(this.HOpenModel); - this.HModelPanel.Location = new System.Drawing.Point(6, 6); + resources.ApplyResources(this.HModelPanel, "HModelPanel"); this.HModelPanel.Name = "HModelPanel"; - this.HModelPanel.Size = new System.Drawing.Size(485, 167); - this.HModelPanel.TabIndex = 2; this.HModelPanel.TabStop = false; - this.HModelPanel.Text = "模型文件"; // // hubertPath // - this.hubertPath.Location = new System.Drawing.Point(132, 114); + resources.ApplyResources(this.hubertPath, "hubertPath"); this.hubertPath.Name = "hubertPath"; - this.hubertPath.Size = new System.Drawing.Size(347, 31); - this.hubertPath.TabIndex = 5; this.hubertPath.KeyDown += new System.Windows.Forms.KeyEventHandler(this.HubertPath_KeyDown); this.hubertPath.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.HubertPath_KeyPress); // // HOpenHubert // - this.HOpenHubert.Font = new System.Drawing.Font("微软雅黑", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.HOpenHubert.Location = new System.Drawing.Point(6, 112); + resources.ApplyResources(this.HOpenHubert, "HOpenHubert"); this.HOpenHubert.Name = "HOpenHubert"; - this.HOpenHubert.Size = new System.Drawing.Size(120, 35); - this.HOpenHubert.TabIndex = 4; - this.HOpenHubert.Text = "HuBERT模型"; this.HOpenHubert.UseVisualStyleBackColor = true; this.HOpenHubert.Click += new System.EventHandler(this.HOpenHubert_Click); // // HConfigPath // - this.HConfigPath.Location = new System.Drawing.Point(132, 73); + resources.ApplyResources(this.HConfigPath, "HConfigPath"); this.HConfigPath.Name = "HConfigPath"; - this.HConfigPath.Size = new System.Drawing.Size(347, 31); - this.HConfigPath.TabIndex = 3; this.HConfigPath.KeyDown += new System.Windows.Forms.KeyEventHandler(this.HConfigPath_KeyDown); this.HConfigPath.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ConfigPath_KeyPress); // // HOpenConfig // - this.HOpenConfig.Location = new System.Drawing.Point(6, 71); + resources.ApplyResources(this.HOpenConfig, "HOpenConfig"); this.HOpenConfig.Name = "HOpenConfig"; - this.HOpenConfig.Size = new System.Drawing.Size(120, 35); - this.HOpenConfig.TabIndex = 2; - this.HOpenConfig.Text = "VITS配置"; this.HOpenConfig.UseVisualStyleBackColor = true; this.HOpenConfig.Click += new System.EventHandler(this.OpenConfig_Click); // // HModelPath // - this.HModelPath.Location = new System.Drawing.Point(132, 32); + resources.ApplyResources(this.HModelPath, "HModelPath"); this.HModelPath.Name = "HModelPath"; - this.HModelPath.Size = new System.Drawing.Size(347, 31); - this.HModelPath.TabIndex = 1; this.HModelPath.KeyDown += new System.Windows.Forms.KeyEventHandler(this.HModelPath_KeyDown); this.HModelPath.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ModelPath_KeyPress); // // HOpenModel // - this.HOpenModel.Location = new System.Drawing.Point(6, 30); + resources.ApplyResources(this.HOpenModel, "HOpenModel"); this.HOpenModel.Name = "HOpenModel"; - this.HOpenModel.Size = new System.Drawing.Size(120, 35); - this.HOpenModel.TabIndex = 0; - this.HOpenModel.Text = "VITS模型"; this.HOpenModel.UseVisualStyleBackColor = true; this.HOpenModel.Click += new System.EventHandler(this.OpenModel_Click); // // HOriginPath // - this.HOriginPath.Enabled = false; - this.HOriginPath.Location = new System.Drawing.Point(138, 191); + resources.ApplyResources(this.HOriginPath, "HOriginPath"); this.HOriginPath.Name = "HOriginPath"; - this.HOriginPath.Size = new System.Drawing.Size(349, 31); - this.HOriginPath.TabIndex = 16; this.HOriginPath.KeyDown += new System.Windows.Forms.KeyEventHandler(this.HOriginPath_KeyDown); this.HOriginPath.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.OriginPath_KeyPress); // @@ -745,23 +566,17 @@ private void InitializeComponent() // this.w2v2Page.Controls.Add(this.WModeControl); this.w2v2Page.Controls.Add(this.WModelPanel); - this.w2v2Page.Location = new System.Drawing.Point(4, 33); + resources.ApplyResources(this.w2v2Page, "w2v2Page"); this.w2v2Page.Name = "w2v2Page"; - this.w2v2Page.Size = new System.Drawing.Size(497, 410); - this.w2v2Page.TabIndex = 2; - this.w2v2Page.Text = "W2V2-VITS"; this.w2v2Page.UseVisualStyleBackColor = true; // // WModeControl // this.WModeControl.Controls.Add(this.tabPage1); this.WModeControl.Controls.Add(this.tabPage2); - this.WModeControl.Enabled = false; - this.WModeControl.Location = new System.Drawing.Point(6, 179); + resources.ApplyResources(this.WModeControl, "WModeControl"); this.WModeControl.Name = "WModeControl"; this.WModeControl.SelectedIndex = 0; - this.WModeControl.Size = new System.Drawing.Size(487, 225); - this.WModeControl.TabIndex = 4; // // tabPage1 // @@ -771,70 +586,46 @@ private void InitializeComponent() this.tabPage1.Controls.Add(this.WSpeakerLabel); this.tabPage1.Controls.Add(this.WTextLabel); this.tabPage1.Controls.Add(this.WTextBox); - this.tabPage1.Location = new System.Drawing.Point(4, 33); + resources.ApplyResources(this.tabPage1, "tabPage1"); this.tabPage1.Name = "tabPage1"; - this.tabPage1.Padding = new System.Windows.Forms.Padding(3); - this.tabPage1.Size = new System.Drawing.Size(479, 188); - this.tabPage1.TabIndex = 0; - this.tabPage1.Text = "语音合成"; this.tabPage1.UseVisualStyleBackColor = true; // // emotionButton // - this.emotionButton.Location = new System.Drawing.Point(6, 6); + resources.ApplyResources(this.emotionButton, "emotionButton"); this.emotionButton.Name = "emotionButton"; - this.emotionButton.Size = new System.Drawing.Size(117, 35); - this.emotionButton.TabIndex = 13; - this.emotionButton.Text = "情感参考"; this.emotionButton.UseVisualStyleBackColor = true; this.emotionButton.Click += new System.EventHandler(this.EmotionButton_Click); // // emotionPath // - this.emotionPath.Location = new System.Drawing.Point(128, 8); + resources.ApplyResources(this.emotionPath, "emotionPath"); this.emotionPath.Name = "emotionPath"; - this.emotionPath.Size = new System.Drawing.Size(344, 31); - this.emotionPath.TabIndex = 14; this.emotionPath.KeyDown += new System.Windows.Forms.KeyEventHandler(this.EmotionPath_KeyDown); this.emotionPath.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.EmotionPath_KeyPress); // // WSpeakerBox // this.WSpeakerBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.WSpeakerBox.Font = new System.Drawing.Font("Yu Gothic UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); + resources.ApplyResources(this.WSpeakerBox, "WSpeakerBox"); this.WSpeakerBox.FormattingEnabled = true; - this.WSpeakerBox.Location = new System.Drawing.Point(128, 146); this.WSpeakerBox.Name = "WSpeakerBox"; - this.WSpeakerBox.Size = new System.Drawing.Size(344, 33); - this.WSpeakerBox.TabIndex = 3; // // WSpeakerLabel // - this.WSpeakerLabel.AutoSize = true; - this.WSpeakerLabel.Location = new System.Drawing.Point(32, 150); + resources.ApplyResources(this.WSpeakerLabel, "WSpeakerLabel"); this.WSpeakerLabel.Name = "WSpeakerLabel"; - this.WSpeakerLabel.Size = new System.Drawing.Size(64, 24); - this.WSpeakerLabel.TabIndex = 2; - this.WSpeakerLabel.Text = "说话人"; // // WTextLabel // - this.WTextLabel.AutoSize = true; - this.WTextLabel.Location = new System.Drawing.Point(41, 81); + resources.ApplyResources(this.WTextLabel, "WTextLabel"); this.WTextLabel.Name = "WTextLabel"; - this.WTextLabel.Size = new System.Drawing.Size(46, 24); - this.WTextLabel.TabIndex = 0; - this.WTextLabel.Text = "文本"; // // WTextBox // this.WTextBox.ContextMenuStrip = this.menuStrip; - this.WTextBox.Font = new System.Drawing.Font("Yu Gothic UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); - this.WTextBox.Location = new System.Drawing.Point(128, 47); - this.WTextBox.Multiline = true; + resources.ApplyResources(this.WTextBox, "WTextBox"); this.WTextBox.Name = "WTextBox"; - this.WTextBox.Size = new System.Drawing.Size(344, 93); - this.WTextBox.TabIndex = 1; this.WTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TextBox_KeyDown); // // tabPage2 @@ -845,70 +636,47 @@ private void InitializeComponent() this.tabPage2.Controls.Add(this.WOriginLabel); this.tabPage2.Controls.Add(this.WTargetBox); this.tabPage2.Controls.Add(this.WTargetLabel); - this.tabPage2.Location = new System.Drawing.Point(4, 33); + resources.ApplyResources(this.tabPage2, "tabPage2"); this.tabPage2.Name = "tabPage2"; - this.tabPage2.Padding = new System.Windows.Forms.Padding(3); - this.tabPage2.Size = new System.Drawing.Size(479, 188); - this.tabPage2.TabIndex = 1; - this.tabPage2.Text = "语音转换"; this.tabPage2.UseVisualStyleBackColor = true; // // WOpenOrigin // - this.WOpenOrigin.Location = new System.Drawing.Point(6, 28); + resources.ApplyResources(this.WOpenOrigin, "WOpenOrigin"); this.WOpenOrigin.Name = "WOpenOrigin"; - this.WOpenOrigin.Size = new System.Drawing.Size(116, 35); - this.WOpenOrigin.TabIndex = 4; - this.WOpenOrigin.Text = "打开原音频"; this.WOpenOrigin.UseVisualStyleBackColor = true; this.WOpenOrigin.Click += new System.EventHandler(this.OpenOrigin_Click); // // WOriginPath // - this.WOriginPath.Location = new System.Drawing.Point(128, 30); + resources.ApplyResources(this.WOriginPath, "WOriginPath"); this.WOriginPath.Name = "WOriginPath"; - this.WOriginPath.Size = new System.Drawing.Size(344, 31); - this.WOriginPath.TabIndex = 12; this.WOriginPath.KeyDown += new System.Windows.Forms.KeyEventHandler(this.OriginPath_KeyDown); this.WOriginPath.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.OriginPath_KeyPress); // // WOriginBox // this.WOriginBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.WOriginBox.Font = new System.Drawing.Font("Yu Gothic UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); + resources.ApplyResources(this.WOriginBox, "WOriginBox"); this.WOriginBox.FormattingEnabled = true; - this.WOriginBox.Location = new System.Drawing.Point(128, 89); this.WOriginBox.Name = "WOriginBox"; - this.WOriginBox.Size = new System.Drawing.Size(344, 33); - this.WOriginBox.TabIndex = 10; // // WOriginLabel // - this.WOriginLabel.AutoSize = true; - this.WOriginLabel.Location = new System.Drawing.Point(23, 93); + resources.ApplyResources(this.WOriginLabel, "WOriginLabel"); this.WOriginLabel.Name = "WOriginLabel"; - this.WOriginLabel.Size = new System.Drawing.Size(82, 24); - this.WOriginLabel.TabIndex = 9; - this.WOriginLabel.Text = "原说话人"; // // WTargetBox // this.WTargetBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.WTargetBox.Font = new System.Drawing.Font("Yu Gothic UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); + resources.ApplyResources(this.WTargetBox, "WTargetBox"); this.WTargetBox.FormattingEnabled = true; - this.WTargetBox.Location = new System.Drawing.Point(128, 128); this.WTargetBox.Name = "WTargetBox"; - this.WTargetBox.Size = new System.Drawing.Size(344, 33); - this.WTargetBox.TabIndex = 8; // // WTargetLabel // - this.WTargetLabel.AutoSize = true; - this.WTargetLabel.Location = new System.Drawing.Point(14, 132); + resources.ApplyResources(this.WTargetLabel, "WTargetLabel"); this.WTargetLabel.Name = "WTargetLabel"; - this.WTargetLabel.Size = new System.Drawing.Size(100, 24); - this.WTargetLabel.TabIndex = 7; - this.WTargetLabel.Text = "目标说话人"; // // WModelPanel // @@ -918,88 +686,63 @@ private void InitializeComponent() this.WModelPanel.Controls.Add(this.WOpenConfig); this.WModelPanel.Controls.Add(this.WModelPath); this.WModelPanel.Controls.Add(this.WOpenModel); - this.WModelPanel.Location = new System.Drawing.Point(6, 6); + resources.ApplyResources(this.WModelPanel, "WModelPanel"); this.WModelPanel.Name = "WModelPanel"; - this.WModelPanel.Size = new System.Drawing.Size(485, 167); - this.WModelPanel.TabIndex = 3; this.WModelPanel.TabStop = false; - this.WModelPanel.Text = "模型文件"; // // W2V2Path // - this.W2V2Path.Location = new System.Drawing.Point(132, 114); + resources.ApplyResources(this.W2V2Path, "W2V2Path"); this.W2V2Path.Name = "W2V2Path"; - this.W2V2Path.Size = new System.Drawing.Size(347, 31); - this.W2V2Path.TabIndex = 5; this.W2V2Path.KeyDown += new System.Windows.Forms.KeyEventHandler(this.W2V2Path_KeyDown); this.W2V2Path.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.W2V2Path_KeyPress); // // W2V2Model // - this.W2V2Model.Font = new System.Drawing.Font("微软雅黑", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.W2V2Model.Location = new System.Drawing.Point(6, 112); + resources.ApplyResources(this.W2V2Model, "W2V2Model"); this.W2V2Model.Name = "W2V2Model"; - this.W2V2Model.Size = new System.Drawing.Size(120, 35); - this.W2V2Model.TabIndex = 4; - this.W2V2Model.Text = "情感识别模型"; this.W2V2Model.UseVisualStyleBackColor = true; this.W2V2Model.Click += new System.EventHandler(this.W2V2Model_Click); // // WConfigPath // - this.WConfigPath.Location = new System.Drawing.Point(132, 73); + resources.ApplyResources(this.WConfigPath, "WConfigPath"); this.WConfigPath.Name = "WConfigPath"; - this.WConfigPath.Size = new System.Drawing.Size(347, 31); - this.WConfigPath.TabIndex = 3; this.WConfigPath.KeyDown += new System.Windows.Forms.KeyEventHandler(this.WConfigPath_KeyDown); this.WConfigPath.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ConfigPath_KeyPress); // // WOpenConfig // - this.WOpenConfig.Location = new System.Drawing.Point(6, 71); + resources.ApplyResources(this.WOpenConfig, "WOpenConfig"); this.WOpenConfig.Name = "WOpenConfig"; - this.WOpenConfig.Size = new System.Drawing.Size(120, 35); - this.WOpenConfig.TabIndex = 2; - this.WOpenConfig.Text = "VITS配置"; this.WOpenConfig.UseVisualStyleBackColor = true; this.WOpenConfig.Click += new System.EventHandler(this.OpenConfig_Click); // // WModelPath // - this.WModelPath.Location = new System.Drawing.Point(132, 32); + resources.ApplyResources(this.WModelPath, "WModelPath"); this.WModelPath.Name = "WModelPath"; - this.WModelPath.Size = new System.Drawing.Size(347, 31); - this.WModelPath.TabIndex = 1; this.WModelPath.KeyDown += new System.Windows.Forms.KeyEventHandler(this.WModelPath_KeyDown); this.WModelPath.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ModelPath_KeyPress); // // WOpenModel // - this.WOpenModel.Location = new System.Drawing.Point(6, 30); + resources.ApplyResources(this.WOpenModel, "WOpenModel"); this.WOpenModel.Name = "WOpenModel"; - this.WOpenModel.Size = new System.Drawing.Size(120, 35); - this.WOpenModel.TabIndex = 0; - this.WOpenModel.Text = "VITS模型"; this.WOpenModel.UseVisualStyleBackColor = true; this.WOpenModel.Click += new System.EventHandler(this.OpenModel_Click); // // MainWin // - this.AutoScaleDimensions = new System.Drawing.SizeF(144F, 144F); + resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; - this.ClientSize = new System.Drawing.Size(977, 701); this.Controls.Add(this.modelControl); this.Controls.Add(this.consoleBox); this.Controls.Add(this.savePanel); this.Controls.Add(this.EXEPanel); - this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; - this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); - this.Margin = new System.Windows.Forms.Padding(4); this.MaximizeBox = false; this.Name = "MainWin"; - this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; - this.Text = "MoeGoe"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainWin_FormClosed); this.EXEPanel.ResumeLayout(false); this.EXEPanel.PerformLayout(); diff --git a/MoeGoe_GUI/MainWin.ja-JP.resx b/MoeGoe_GUI/MainWin.ja-JP.resx new file mode 100644 index 0000000..19704a5 --- /dev/null +++ b/MoeGoe_GUI/MainWin.ja-JP.resx @@ -0,0 +1,411 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + 96, 21 + + + 235, 23 + + + 88, 23 + + + ファイルを開く... + + + モデルファイル + + + 設定を開く... + + + モデルを開く... + + + 4, 24 + + + 317, 150 + + + 音声合成 + + + 清理文本... + + + 符号入力... + + + パラメータ... + + + 39, 15 + + + 話し手 + + + 17, 42 + + + 42, 15 + + + テキスト + + + 4, 24 + + + 317, 150 + + + 音声変換 + + + 85, 23 + + + 変換元を開く... + + + 97, 27 + + + 219, 23 + + + 97, 71 + + + 219, 23 + + + 8, 74 + + + 85, 15 + + + 変換元の話し手 + + + 97, 104 + + + 219, 23 + + + 8, 107 + + + 85, 15 + + + 変換先の話し手 + + + ファイルを保存 + + + 削除 + + + 再合成 + + + 再生 + + + 保存... + + + 4, 24 + + + 329, 270 + + + 4, 24 + + + 329, 270 + + + 95, 23 + + + 4, 24 + + + 315, 81 + + + 言語切替(モード1) + + + 詳細設定 + + + 85, 15 + + + 変換先の話し手 + + + 98, 32 + + + 140, 23 + + + 4, 24 + + + 315, 81 + + + 言語切替(モード2) + + + 55, 15 + + + 67, 15 + + + 102, 76 + + + 219, 23 + + + + + + + 94, 23 + + + HuBERTモデル... + + + 102, 49 + + + 219, 23 + + + 94, 23 + + + VITS設定... + + + 102, 21 + + + 219, 23 + + + 94, 23 + + + VITSモデル... + + + 106, 127 + + + 220, 23 + + + 4, 24 + + + 329, 270 + + + 4, 24 + + + 317, 122 + + + 43, 15 + + + 31, 15 + + + 4, 24 + + + 317, 122 + + + 55, 15 + + + 67, 15 + + + Yu Gothic UI, 9pt + + + + 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 + + + \ No newline at end of file diff --git a/MoeGoe_GUI/MainWin.resx b/MoeGoe_GUI/MainWin.resx index be4707e..d207a05 100644 --- a/MoeGoe_GUI/MainWin.resx +++ b/MoeGoe_GUI/MainWin.resx @@ -117,10 +117,3048 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + EXEPath + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + EXEPanel + + + 0 + + + openEXE + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + EXEPanel + + + 1 + + + + 8, 8 + + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 334, 57 + + + + 0 + + + MoeGoe.exe + + + EXEPanel + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 4 + + + 88, 21 + + + 2, 2, 2, 2 + + + 243, 23 + + + 1 + + + EXEPath + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + EXEPanel + + + 0 + + + 4, 20 + + + 2, 2, 2, 2 + + + 80, 23 + + + 0 + + + 打开文件 + + + openEXE + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + EXEPanel + + + 1 + + + configPath + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + modelPanel + + + 0 + + + openConfig + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + modelPanel + + + 1 + + + modelPath + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + modelPanel + + + 2 + + + openModel + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + modelPanel + + + 3 + + + 4, 4 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 323, 83 + + + 1 + + + 模型文件 + + + modelPanel + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + vitsPage + + + 0 + + + 88, 49 + + + 2, 2, 2, 2 + + + 233, 23 + + + 3 + + + configPath + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + modelPanel + + + 0 + + + 4, 47 + + + 2, 2, 2, 2 + + + 80, 23 + + + 2 + + + 打开配置 + + + openConfig + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + modelPanel + + + 1 + + + 88, 21 + + + 2, 2, 2, 2 + + + 233, 23 + + + 1 + + + modelPath + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + modelPanel + + + 2 + + + 4, 20 + + + 2, 2, 2, 2 + + + 80, 23 + + + 0 + + + 打开模型 + + + openModel + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + modelPanel + + + 3 + + + TTSPage + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + modeControl + + + 0 + + + VCPage + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + modeControl + + + 1 + + + False + + + 4, 91 + + + 2, 2, 2, 2 + + + 325, 178 + + + 2 + + + modeControl + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + vitsPage + + + 1 + + + cleanButton2 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TTSPage + + + 0 + + + symbolsButton2 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TTSPage + + + 1 + + + paramsButton2 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TTSPage + + + 2 + + + speakerBox + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TTSPage + + + 3 + + + speakerLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TTSPage + + + 4 + + + textLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TTSPage + + + 5 + + + textBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TTSPage + + + 6 + + + 4, 26 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 317, 148 + + + 0 + + + 语音合成 + + + TTSPage + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + modeControl + + + 0 + + + 79, 92 + + + 2, 2, 2, 2 + + + 74, 23 + + + 10 + + + 清理文本 + + + cleanButton2 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TTSPage + + + 0 + + + 234, 92 + + + 2, 2, 2, 2 + + + 74, 23 + + + 9 + + + 符号输入 + + + symbolsButton2 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TTSPage + + + 1 + + + 156, 92 + + + 2, 2, 2, 2 + + + 74, 23 + + + 8 + + + 参数设置 + + + paramsButton2 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TTSPage + + + 2 + + + 79, 119 + + + 2, 2, 2, 2 + + + 231, 25 + + + 3 + + + speakerBox + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TTSPage + + + 3 + + + True + + + 19, 122 + + + 2, 0, 2, 0 + + + 44, 17 + + + 2 + + + 说话人 + + + speakerLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TTSPage + + + 4 + + + True + + + 25, 42 + + + 2, 0, 2, 0 + + + 32, 17 + + + 0 + + + 文本 + + + textLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TTSPage + + + 5 + 17, 17 - + + 123, 70 + + + menuStrip + + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Yu Gothic UI, 9pt + + + 79, 12 + + + 2, 2, 2, 2 + + + True + + + 231, 77 + + + 1 + + + textBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + TTSPage + + + 6 + + + 122, 22 + + + 清理文本 + + + 122, 22 + + + 参数设置 + + + 122, 22 + + + 符号输入 + + + openOrigin + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + VCPage + + + 0 + + + originPath + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + VCPage + + + 1 + + + originBox + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + VCPage + + + 2 + + + originLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + VCPage + + + 3 + + + targetBox + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + VCPage + + + 4 + + + targetLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + VCPage + + + 5 + + + 4, 26 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 317, 148 + + + 1 + + + 语音转换 + + + VCPage + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + modeControl + + + 1 + + + 8, 26 + + + 2, 2, 2, 2 + + + 72, 23 + + + 4 + + + 打开原音频 + + + openOrigin + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + VCPage + + + 0 + + + 85, 27 + + + 2, 2, 2, 2 + + + 231, 23 + + + 12 + + + originPath + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + VCPage + + + 1 + + + Yu Gothic UI, 9pt + + + 85, 71 + + + 2, 2, 2, 2 + + + 231, 23 + + + 10 + + + originBox + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + VCPage + + + 2 + + + True + + + 17, 73 + + + 2, 0, 2, 0 + + + 56, 17 + + + 9 + + + 原说话人 + + + originLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + VCPage + + + 3 + + + Yu Gothic UI, 9pt + + + 85, 104 + + + 2, 2, 2, 2 + + + 231, 23 + + + 8 + + + targetBox + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + VCPage + + + 4 + + + True + + + 11, 107 + + + 2, 0, 2, 0 + + + 68, 17 + + + 7 + + + 目标说话人 + + + targetLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + VCPage + + + 5 + + + deleteButton + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + savePanel + + + 0 + + + stopButton + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + savePanel + + + 1 + + + resaveButton + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + savePanel + + + 2 + + + playButton + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + savePanel + + + 3 + + + savePath + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + savePanel + + + 4 + + + saveButton + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + savePanel + + + 5 + + + False + + + 8, 371 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 334, 83 + + + 3 + + + 保存文件 + + + savePanel + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 3 + + + False + + + 88, 47 + + + 2, 2, 2, 2 + + + 77, 23 + + + 7 + + + 删除 + + + deleteButton + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + savePanel + + + 0 + + + False + + + 253, 47 + + + 2, 2, 2, 2 + + + 77, 23 + + + 6 + + + 停止 + + + stopButton + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + savePanel + + + 1 + + + False + + + 4, 47 + + + 2, 2, 2, 2 + + + 80, 23 + + + 2 + + + 重新合成 + + + resaveButton + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + savePanel + + + 2 + + + False + + + 171, 47 + + + 2, 2, 2, 2 + + + 77, 23 + + + 4 + + + 播放 + + + playButton + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + savePanel + + + 3 + + + 88, 21 + + + 2, 2, 2, 2 + + + 243, 23 + + + 1 + + + savePath + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + savePanel + + + 4 + + + 4, 20 + + + 2, 2, 2, 2 + + + 80, 23 + + + 0 + + + 保存 + + + saveButton + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + savePanel + + + 5 + + + Microsoft YaHei, 9pt + + + 352, 16 + + + 2, 2, 2, 2 + + + True + + + Vertical + + + 292, 439 + + + 4 + + + consoleBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 2 + + + vitsPage + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + modelControl + + + 0 + + + hubertPage + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + modelControl + + + 1 + + + w2v2Page + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + modelControl + + + 2 + + + False + + + 8, 69 + + + 2, 2, 2, 2 + + + 337, 298 + + + 5 + + + modelControl + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 1 + + + 4, 26 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 329, 268 + + + 0 + + + VITS + + + vitsPage + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + modelControl + + + 0 + + + HOpenOrigin + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + hubertPage + + + 0 + + + HVCControl + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + hubertPage + + + 1 + + + HModelPanel + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + hubertPage + + + 2 + + + HOriginPath + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + hubertPage + + + 3 + + + 4, 26 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 329, 268 + + + 1 + + + HuBERT-VITS + + + hubertPage + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + modelControl + + + 1 + + + False + + + 7, 126 + + + 2, 2, 2, 2 + + + 81, 23 + + + 13 + + + 打开原音频 + + + HOpenOrigin + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + hubertPage + + + 0 + + + HVCPage1 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + HVCControl + + + 0 + + + HVCPage2 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + HVCControl + + + 1 + + + 4, 161 + + + 2, 2, 2, 2 + + + 323, 109 + + + 18 + + + HVCControl + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + hubertPage + + + 1 + + + HAdvancedControl + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + HVCPage1 + + + 0 + + + HTargetLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + HVCPage1 + + + 1 + + + HTargetBox + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + HVCPage1 + + + 2 + + + 4, 26 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 315, 79 + + + 0 + + + 语言转换(模式一) + + + HVCPage1 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + HVCControl + + + 0 + + + 241, 31 + + + 2, 2, 2, 2 + + + 73, 23 + + + 17 + + + 高级设置 + + + HAdvancedControl + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + HVCPage1 + + + 0 + + + True + + + 9, 35 + + + 2, 0, 2, 0 + + + 68, 17 + + + 14 + + + 目标说话人 + + + HTargetLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + HVCPage1 + + + 1 + + + Yu Gothic UI, 9pt + + + 85, 32 + + + 2, 2, 2, 2 + + + 153, 23 + + + 15 + + + HTargetBox + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + HVCPage1 + + + 2 + + + HOriginLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + HVCPage2 + + + 0 + + + HOriginBox + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + HVCPage2 + + + 1 + + + HOriginLabel2 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + HVCPage2 + + + 2 + + + HTargetBox2 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + HVCPage2 + + + 3 + + + 4, 26 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 315, 79 + + + 1 + + + 语音转换(模式二) + + + HVCPage2 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + HVCControl + + + 1 + + + True + + + 15, 21 + + + 2, 0, 2, 0 + + + 56, 17 + + + 21 + + + 原说话人 + + + HOriginLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + HVCPage2 + + + 0 + + + Yu Gothic UI, 9pt + + + 85, 19 + + + 2, 2, 2, 2 + + + 230, 23 + + + 22 + + + HOriginBox + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + HVCPage2 + + + 1 + + + True + + + 9, 47 + + + 2, 0, 2, 0 + + + 68, 17 + + + 18 + + + 目标说话人 + + + HOriginLabel2 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + HVCPage2 + + + 2 + + + Yu Gothic UI, 9pt + + + 85, 45 + + + 2, 2, 2, 2 + + + 230, 23 + + + 19 + + + HTargetBox2 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + HVCPage2 + + + 3 + + + hubertPath + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + HModelPanel + + + 0 + + + HOpenHubert + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + HModelPanel + + + 1 + + + HConfigPath + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + HModelPanel + + + 2 + + + HOpenConfig + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + HModelPanel + + + 3 + + + HModelPath + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + HModelPanel + + + 4 + + + HOpenModel + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + HModelPanel + + + 5 + + + 4, 4 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 323, 111 + + + 2 + + + 模型文件 + + + HModelPanel + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + hubertPage + + + 2 + + + 88, 76 + + + 2, 2, 2, 2 + + + 233, 23 + + + 5 + + + hubertPath + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + HModelPanel + + + 0 + + + Microsoft YaHei, 8pt + + + 4, 75 + + + 2, 2, 2, 2 + + + 80, 23 + + + 4 + + + HuBERT模型 + + + HOpenHubert + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + HModelPanel + + + 1 + + + 88, 49 + + + 2, 2, 2, 2 + + + 233, 23 + + + 3 + + + HConfigPath + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + HModelPanel + + + 2 + + + 4, 47 + + + 2, 2, 2, 2 + + + 80, 23 + + + 2 + + + VITS配置 + + + HOpenConfig + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + HModelPanel + + + 3 + + + 88, 21 + + + 2, 2, 2, 2 + + + 233, 23 + + + 1 + + + HModelPath + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + HModelPanel + + + 4 + + + 4, 20 + + + 2, 2, 2, 2 + + + 80, 23 + + + 0 + + + VITS模型 + + + HOpenModel + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + HModelPanel + + + 5 + + + False + + + 92, 127 + + + 2, 2, 2, 2 + + + 234, 23 + + + 16 + + + HOriginPath + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + hubertPage + + + 3 + + + WModeControl + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + w2v2Page + + + 0 + + + WModelPanel + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + w2v2Page + + + 1 + + + 4, 26 + + + 2, 2, 2, 2 + + + 329, 268 + + + 2 + + + W2V2-VITS + + + w2v2Page + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + modelControl + + + 2 + + + tabPage1 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + WModeControl + + + 0 + + + tabPage2 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + WModeControl + + + 1 + + + False + + + 4, 119 + + + 2, 2, 2, 2 + + + 325, 150 + + + 4 + + + WModeControl + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + w2v2Page + + + 0 + + + emotionButton + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage1 + + + 0 + + + emotionPath + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage1 + + + 1 + + + WSpeakerBox + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage1 + + + 2 + + + WSpeakerLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage1 + + + 3 + + + WTextLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage1 + + + 4 + + + WTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage1 + + + 5 + + + 4, 26 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 317, 120 + + + 0 + + + 语音合成 + + + tabPage1 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + WModeControl + + + 0 + + + 4, 4 + + + 2, 2, 2, 2 + + + 78, 23 + + + 13 + + + 情感参考 + + + emotionButton + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage1 + + + 0 + + + 85, 5 + + + 2, 2, 2, 2 + + + 231, 23 + + + 14 + + + emotionPath + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage1 + + + 1 + + + Yu Gothic UI, 9pt + + + 85, 97 + + + 2, 2, 2, 2 + + + 231, 23 + + + 3 + + + WSpeakerBox + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage1 + + + 2 + + + True + + + 21, 100 + + + 2, 0, 2, 0 + + + 44, 17 + + + 2 + + + 说话人 + + + WSpeakerLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage1 + + + 3 + + + True + + + 27, 54 + + + 2, 0, 2, 0 + + + 32, 17 + + + 0 + + + 文本 + + + WTextLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage1 + + + 4 + + + Yu Gothic UI, 9pt + + + 85, 31 + + + 2, 2, 2, 2 + + + True + + + 231, 63 + + + 1 + + + WTextBox + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage1 + + + 5 + + + WOpenOrigin + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage2 + + + 0 + + + WOriginPath + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage2 + + + 1 + + + WOriginBox + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage2 + + + 2 + + + WOriginLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage2 + + + 3 + + + WTargetBox + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage2 + + + 4 + + + WTargetLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage2 + + + 5 + + + 4, 26 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 317, 120 + + + 1 + + + 语音转换 + + + tabPage2 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + WModeControl + + + 1 + + + 4, 19 + + + 2, 2, 2, 2 + + + 77, 23 + + + 4 + + + 打开原音频 + + + WOpenOrigin + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage2 + + + 0 + + + 85, 20 + + + 2, 2, 2, 2 + + + 231, 23 + + + 12 + + + WOriginPath + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage2 + + + 1 + + + Yu Gothic UI, 9pt + + + 85, 59 + + + 2, 2, 2, 2 + + + 231, 23 + + + 10 + + + WOriginBox + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage2 + + + 2 + + + True + + + 15, 62 + + + 2, 0, 2, 0 + + + 56, 17 + + + 9 + + + 原说话人 + + + WOriginLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage2 + + + 3 + + + Yu Gothic UI, 9pt + + + 85, 85 + + + 2, 2, 2, 2 + + + 231, 23 + + + 8 + + + WTargetBox + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage2 + + + 4 + + + True + + + 9, 88 + + + 2, 0, 2, 0 + + + 68, 17 + + + 7 + + + 目标说话人 + + + WTargetLabel + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tabPage2 + + + 5 + + + W2V2Path + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + WModelPanel + + + 0 + + + W2V2Model + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + WModelPanel + + + 1 + + + WConfigPath + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + WModelPanel + + + 2 + + + WOpenConfig + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + WModelPanel + + + 3 + + + WModelPath + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + WModelPanel + + + 4 + + + WOpenModel + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + WModelPanel + + + 5 + + + 4, 4 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 323, 111 + + + 3 + + + 模型文件 + + + WModelPanel + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + w2v2Page + + + 1 + + + 88, 76 + + + 2, 2, 2, 2 + + + 233, 23 + + + 5 + + + W2V2Path + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + WModelPanel + + + 0 + + + Microsoft YaHei, 8pt + + + 4, 75 + + + 2, 2, 2, 2 + + + 80, 23 + + + 4 + + + 情感识别模型 + + + W2V2Model + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + WModelPanel + + + 1 + + + 88, 49 + + + 2, 2, 2, 2 + + + 233, 23 + + + 3 + + + WConfigPath + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + WModelPanel + + + 2 + + + 4, 47 + + + 2, 2, 2, 2 + + + 80, 23 + + + 2 + + + VITS配置 + + + WOpenConfig + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + WModelPanel + + + 3 + + + 88, 21 + + + 2, 2, 2, 2 + + + 233, 23 + + + 1 + + + WModelPath + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + WModelPanel + + + 4 + + + 4, 20 + + + 2, 2, 2, 2 + + + 80, 23 + + + 0 + + + VITS模型 + + + WOpenModel + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + WModelPanel + + + 5 + + + ja-JP + + + True + + + 96, 96 + + + 651, 467 + + + Microsoft YaHei, 9pt + AAABAAIADxAAAAAAIADwAgAAJgAAABcYAAAAACAAoAQAABYDAACJUE5HDQoaCgAAAA1JSERSAAAADwAA @@ -158,4 +3196,34 @@ 658f/HA/cBIYFlUVEVEgBPLczwPyP0UU24q1G5UbY0DyD3v09pgP+K7BAAAAAElFTkSuQmCC + + CenterScreen + + + MoeGoe + + + cleanButton + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + paramsButton + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + symbolsButton + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + MainWin + + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + \ No newline at end of file diff --git a/MoeGoe_GUI/MoeGoe_GUI.csproj b/MoeGoe_GUI/MoeGoe_GUI.csproj index e7898a0..8141524 100644 --- a/MoeGoe_GUI/MoeGoe_GUI.csproj +++ b/MoeGoe_GUI/MoeGoe_GUI.csproj @@ -99,6 +99,9 @@ + + MainWin.cs + SymbolsWin.cs From e7ff0d9932b4c7944fccd20b762b5b00b860d83c Mon Sep 17 00:00:00 2001 From: CjangCjengh <101577701+CjangCjengh@users.noreply.github.com> Date: Thu, 10 Nov 2022 21:21:18 +0800 Subject: [PATCH 2/4] searchable combobox --- MoeGoe_GUI/MainWin.Designer.cs | 36 +++++++++++++ MoeGoe_GUI/MainWin.cs | 92 +++++++++++++++++++++++++--------- 2 files changed, 105 insertions(+), 23 deletions(-) diff --git a/MoeGoe_GUI/MainWin.Designer.cs b/MoeGoe_GUI/MainWin.Designer.cs index 3a1b3c6..2f7420b 100644 --- a/MoeGoe_GUI/MainWin.Designer.cs +++ b/MoeGoe_GUI/MainWin.Designer.cs @@ -237,9 +237,13 @@ private void InitializeComponent() // speakerBox // this.speakerBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.speakerBox.Font = new System.Drawing.Font("Yu Gothic UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.speakerBox.FormattingEnabled = true; resources.ApplyResources(this.speakerBox, "speakerBox"); this.speakerBox.Name = "speakerBox"; + this.speakerBox.Size = new System.Drawing.Size(344, 33); + this.speakerBox.TabIndex = 3; + this.speakerBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.SearchSpeakers); // // speakerLabel // @@ -316,8 +320,12 @@ private void InitializeComponent() // this.originBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; resources.ApplyResources(this.originBox, "originBox"); + this.originBox.Font = new System.Drawing.Font("Yu Gothic UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.originBox.FormattingEnabled = true; this.originBox.Name = "originBox"; + this.originBox.Size = new System.Drawing.Size(344, 33); + this.originBox.TabIndex = 10; + this.originBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.SearchSpeakers); // // originLabel // @@ -328,8 +336,12 @@ private void InitializeComponent() // this.targetBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; resources.ApplyResources(this.targetBox, "targetBox"); + this.targetBox.Font = new System.Drawing.Font("Yu Gothic UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.targetBox.FormattingEnabled = true; this.targetBox.Name = "targetBox"; + this.targetBox.Size = new System.Drawing.Size(344, 33); + this.targetBox.TabIndex = 8; + this.targetBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.SearchSpeakers); // // targetLabel // @@ -464,8 +476,12 @@ private void InitializeComponent() // this.HTargetBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; resources.ApplyResources(this.HTargetBox, "HTargetBox"); + this.HTargetBox.Font = new System.Drawing.Font("Yu Gothic UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.HTargetBox.FormattingEnabled = true; this.HTargetBox.Name = "HTargetBox"; + this.HTargetBox.Size = new System.Drawing.Size(228, 33); + this.HTargetBox.TabIndex = 15; + this.HTargetBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.SearchSpeakers); // // HVCPage2 // @@ -486,8 +502,12 @@ private void InitializeComponent() // this.HOriginBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; resources.ApplyResources(this.HOriginBox, "HOriginBox"); + this.HOriginBox.Font = new System.Drawing.Font("Yu Gothic UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.HOriginBox.FormattingEnabled = true; this.HOriginBox.Name = "HOriginBox"; + this.HOriginBox.Size = new System.Drawing.Size(343, 33); + this.HOriginBox.TabIndex = 22; + this.HOriginBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.SearchSpeakers); // // HOriginLabel2 // @@ -498,8 +518,12 @@ private void InitializeComponent() // this.HTargetBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; resources.ApplyResources(this.HTargetBox2, "HTargetBox2"); + this.HTargetBox2.Font = new System.Drawing.Font("Yu Gothic UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.HTargetBox2.FormattingEnabled = true; this.HTargetBox2.Name = "HTargetBox2"; + this.HTargetBox2.Size = new System.Drawing.Size(343, 33); + this.HTargetBox2.TabIndex = 19; + this.HTargetBox2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.SearchSpeakers); // // HModelPanel // @@ -608,8 +632,12 @@ private void InitializeComponent() // this.WSpeakerBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; resources.ApplyResources(this.WSpeakerBox, "WSpeakerBox"); + this.WSpeakerBox.Font = new System.Drawing.Font("Yu Gothic UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.WSpeakerBox.FormattingEnabled = true; this.WSpeakerBox.Name = "WSpeakerBox"; + this.WSpeakerBox.Size = new System.Drawing.Size(344, 33); + this.WSpeakerBox.TabIndex = 3; + this.WSpeakerBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.SearchSpeakers); // // WSpeakerLabel // @@ -658,8 +686,12 @@ private void InitializeComponent() // this.WOriginBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; resources.ApplyResources(this.WOriginBox, "WOriginBox"); + this.WOriginBox.Font = new System.Drawing.Font("Yu Gothic UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.WOriginBox.FormattingEnabled = true; this.WOriginBox.Name = "WOriginBox"; + this.WOriginBox.Size = new System.Drawing.Size(344, 33); + this.WOriginBox.TabIndex = 10; + this.WOriginBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.SearchSpeakers); // // WOriginLabel // @@ -670,8 +702,12 @@ private void InitializeComponent() // this.WTargetBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; resources.ApplyResources(this.WTargetBox, "WTargetBox"); + this.WTargetBox.Font = new System.Drawing.Font("Yu Gothic UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.WTargetBox.FormattingEnabled = true; this.WTargetBox.Name = "WTargetBox"; + this.WTargetBox.Size = new System.Drawing.Size(344, 33); + this.WTargetBox.TabIndex = 8; + this.WTargetBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.SearchSpeakers); // // WTargetLabel // diff --git a/MoeGoe_GUI/MainWin.cs b/MoeGoe_GUI/MainWin.cs index 55947c8..70c326a 100644 --- a/MoeGoe_GUI/MainWin.cs +++ b/MoeGoe_GUI/MainWin.cs @@ -1,6 +1,7 @@ using System; using System.Collections.Generic; using System.IO; +using System.Linq; using System.Media; using System.Text.RegularExpressions; using System.Threading; @@ -52,7 +53,9 @@ public MainWin() NOISESCALEW = 0.8M; F0SCALE = 1; + SPEAKERS = new List(); SYMBOLS = new List(); + SPEAKERIDDICT = new Dictionary>(); SHOWLOG = true; isSeeking = false; } @@ -76,7 +79,11 @@ public MainWin() private decimal NOISESCALEW; private decimal F0SCALE; + private readonly List SPEAKERS; private readonly List SYMBOLS; + + private readonly Dictionary> SPEAKERIDDICT; + private bool USEF0; private bool SHOWLOG; @@ -102,15 +109,19 @@ private void ClearVITS() private void ClearMode() { consoleBox.Clear(); + SHOWLOG = true; textBox.Clear(); speakerBox.Items.Clear(); + speakerBox.Text = ""; LENGTHSCALE = 1; NOISESCALE = 0.667M; NOISESCALEW = 0.8M; originPath.Clear(); ORIGINPATH = null; originBox.Items.Clear(); + originBox.Text = ""; targetBox.Items.Clear(); + targetBox.Text = ""; modeControl.Enabled = false; ClearSavePanel(); } @@ -129,17 +140,21 @@ private void ClearHubertVITS() private void ClearHubertMode() { consoleBox.Clear(); + SHOWLOG = true; HOriginPath.Clear(); ORIGINPATH = null; HOpenOrigin.Enabled = false; HOriginPath.Enabled = false; HTargetBox.Items.Clear(); + HTargetBox.Text = ""; LENGTHSCALE = 1; NOISESCALE = 0.1M; NOISESCALEW = 0.1M; F0SCALE = 1; HOriginBox.Items.Clear(); + HOriginBox.Text = ""; HTargetBox2.Items.Clear(); + HTargetBox2.Text = ""; HVCControl.Enabled = false; ClearSavePanel(); } @@ -158,17 +173,21 @@ private void ClearW2V2VITS() private void ClearW2V2Mode() { consoleBox.Clear(); + SHOWLOG = true; emotionPath.Clear(); EMOTIONPATH = null; WTextBox.Clear(); WSpeakerBox.Items.Clear(); + WSpeakerBox.Text = ""; LENGTHSCALE = 1; NOISESCALE = 0.667M; NOISESCALEW = 0.8M; WOriginPath.Clear(); ORIGINPATH = null; WOriginBox.Items.Clear(); + WOriginBox.Text = ""; WTargetBox.Items.Clear(); + WTargetBox.Text = ""; WModeControl.Enabled = false; ClearSavePanel(); } @@ -190,7 +209,7 @@ private void OpenEXE_Click(object sender, EventArgs e) { OpenFileDialog ofd = new OpenFileDialog { - Filter = "可执行文件|*.exe" + Filter = "|MoeGoe.exe" }; if (ofd.ShowDialog() == DialogResult.OK) { @@ -349,6 +368,8 @@ private bool LoadJsonList(string json, string key, Action action) string speaker = Regex.Unescape(matches[i].Groups[1].Value); action(speaker); } + if (matches.Count > 100) + SHOWLOG = false; } return true; } @@ -365,7 +386,7 @@ private void InitializeSpeakers() USEF0 = false; Match match = Regex.Match(json, "\"speakers\"\\s*:\\s*\\[((?:\\s*\"(?:(?:\\\\.)|[^\\\\\"])*\"\\s*,?\\s*)*)\\]"); - if (!LoadJsonList(json, "speakers", AddSpeaker)) + if (!LoadJsonList(json, "speakers", SPEAKERS.Add)) { match = Regex.Match(json, "\"n_speakers\"\\s*:\\s*(\\d+)"); @@ -373,36 +394,35 @@ private void InitializeSpeakers() if (match.Success) nspeakers = int.Parse(match.Groups[1].Value); if (nspeakers == 0) - AddSpeaker("0"); + SPEAKERS.Add("0"); else for (int i = 0; i < nspeakers; i++) - AddSpeaker(i.ToString()); + SPEAKERS.Add(i.ToString()); } - if (speakerBox.Items.Count > 100) - SHOWLOG = false; + AddSpeakers(); SYMBOLS.Clear(); LoadJsonList(json, "symbols", SYMBOLS.Add); GetStart(); } - private void AddSpeaker(string speaker) + private void AddSpeakers() { switch (modelControl.SelectedIndex) { case 0: - speakerBox.Items.Add(speaker); - originBox.Items.Add(speaker); - targetBox.Items.Add(speaker); + SelectSpeakers(speakerBox); + SelectSpeakers(originBox); + SelectSpeakers(targetBox); break; case 1: - HTargetBox.Items.Add(speaker); - HTargetBox2.Items.Add(speaker); - HOriginBox.Items.Add(speaker); + SelectSpeakers(HTargetBox); + SelectSpeakers(HTargetBox2); + SelectSpeakers(HOriginBox); break; case 2: - WSpeakerBox.Items.Add(speaker); - WOriginBox.Items.Add(speaker); - WTargetBox.Items.Add(speaker); + SelectSpeakers(WSpeakerBox); + SelectSpeakers(WOriginBox); + SelectSpeakers(WTargetBox); break; } } @@ -635,10 +655,10 @@ private void SaveAudio() switch (modeControl.SelectedIndex) { case 0: - TTS(textBox.Text, speakerBox.SelectedIndex); + TTS(textBox.Text, GetSelectedID(speakerBox)); break; case 1: - VC(originBox.SelectedIndex, targetBox.SelectedIndex); + VC(GetSelectedID(originBox), GetSelectedID(targetBox)); break; } cmd.Write(SAVEPATH); @@ -648,7 +668,7 @@ private void SaveAudio() { case 0: cmd.Write(ORIGINPATH); - cmd.Write(HTargetBox.SelectedIndex.ToString()); + cmd.Write(GetSelectedID(HTargetBox).ToString()); if (USEF0) cmd.Write($"[LENGTH={LENGTHSCALE}][NOISE={NOISESCALE}][NOISEW={NOISESCALEW}][F0={F0SCALE}]{SAVEPATH}"); else @@ -657,8 +677,8 @@ private void SaveAudio() case 1: cmd.Write($"[VC]"); cmd.Write(ORIGINPATH); - cmd.Write(HOriginBox.SelectedIndex.ToString()); - cmd.Write(HTargetBox2.SelectedIndex.ToString()); + cmd.Write(GetSelectedID(HOriginBox).ToString()); + cmd.Write(GetSelectedID(HTargetBox2).ToString()); cmd.Write(SAVEPATH); break; } @@ -667,11 +687,11 @@ private void SaveAudio() switch (WModeControl.SelectedIndex) { case 0: - TTS(WTextBox.Text, WSpeakerBox.SelectedIndex); + TTS(WTextBox.Text, GetSelectedID(WSpeakerBox)); cmd.Write(EMOTIONPATH); break; case 1: - VC(WOriginBox.SelectedIndex, WTargetBox.SelectedIndex); + VC(GetSelectedID(WOriginBox), GetSelectedID(WTargetBox)); break; } cmd.Write(SAVEPATH); @@ -702,6 +722,11 @@ private void SaveAudio() }); } + private int GetSelectedID(ComboBox box) + { + return SPEAKERIDDICT[box][box.SelectedIndex]; + } + private void TTS(string text, int speaker) { cmd.Write("t"); @@ -1059,6 +1084,27 @@ private void EmotionPath_KeyDown(object sender, KeyEventArgs e) { GetHistory(emotionPath, "EMOTIONPATHS", e); } + + private void SearchSpeakers(object sender, KeyPressEventArgs e) + { + if (e.KeyChar == '\r') + SelectSpeakers(sender as ComboBox); + } + + private void SelectSpeakers(ComboBox box) + { + box.Items.Clear(); + if (!SPEAKERIDDICT.ContainsKey(box)) + SPEAKERIDDICT.Add(box, new Dictionary()); + else + SPEAKERIDDICT[box].Clear(); + for (int i = 0; i < SPEAKERS.Count; i++) + if (SPEAKERS[i].Contains(box.Text)) + { + box.Items.Add(SPEAKERS[i]); + SPEAKERIDDICT[box].Add(box.Items.Count - 1, i); + } + } } public class ExList From e89920adff7fa4b203128bd53c09f2b5a232e925 Mon Sep 17 00:00:00 2001 From: CjangCjengh <101577701+CjangCjengh@users.noreply.github.com> Date: Thu, 10 Nov 2022 21:30:00 +0800 Subject: [PATCH 3/4] fix --- MoeGoe_GUI/MainWin.Designer.cs | 38 +- MoeGoe_GUI/MainWin.ja-JP.resx | 536 +++++++++++++++--- MoeGoe_GUI/MainWin.resx | 991 ++++++++++----------------------- 3 files changed, 754 insertions(+), 811 deletions(-) diff --git a/MoeGoe_GUI/MainWin.Designer.cs b/MoeGoe_GUI/MainWin.Designer.cs index 2f7420b..b27d249 100644 --- a/MoeGoe_GUI/MainWin.Designer.cs +++ b/MoeGoe_GUI/MainWin.Designer.cs @@ -236,13 +236,9 @@ private void InitializeComponent() // // speakerBox // - this.speakerBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.speakerBox.Font = new System.Drawing.Font("Yu Gothic UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); - this.speakerBox.FormattingEnabled = true; resources.ApplyResources(this.speakerBox, "speakerBox"); + this.speakerBox.FormattingEnabled = true; this.speakerBox.Name = "speakerBox"; - this.speakerBox.Size = new System.Drawing.Size(344, 33); - this.speakerBox.TabIndex = 3; this.speakerBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.SearchSpeakers); // // speakerLabel @@ -318,13 +314,9 @@ private void InitializeComponent() // // originBox // - this.originBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; resources.ApplyResources(this.originBox, "originBox"); - this.originBox.Font = new System.Drawing.Font("Yu Gothic UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.originBox.FormattingEnabled = true; this.originBox.Name = "originBox"; - this.originBox.Size = new System.Drawing.Size(344, 33); - this.originBox.TabIndex = 10; this.originBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.SearchSpeakers); // // originLabel @@ -334,13 +326,9 @@ private void InitializeComponent() // // targetBox // - this.targetBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; resources.ApplyResources(this.targetBox, "targetBox"); - this.targetBox.Font = new System.Drawing.Font("Yu Gothic UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.targetBox.FormattingEnabled = true; this.targetBox.Name = "targetBox"; - this.targetBox.Size = new System.Drawing.Size(344, 33); - this.targetBox.TabIndex = 8; this.targetBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.SearchSpeakers); // // targetLabel @@ -474,13 +462,9 @@ private void InitializeComponent() // // HTargetBox // - this.HTargetBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; resources.ApplyResources(this.HTargetBox, "HTargetBox"); - this.HTargetBox.Font = new System.Drawing.Font("Yu Gothic UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.HTargetBox.FormattingEnabled = true; this.HTargetBox.Name = "HTargetBox"; - this.HTargetBox.Size = new System.Drawing.Size(228, 33); - this.HTargetBox.TabIndex = 15; this.HTargetBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.SearchSpeakers); // // HVCPage2 @@ -500,13 +484,9 @@ private void InitializeComponent() // // HOriginBox // - this.HOriginBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; resources.ApplyResources(this.HOriginBox, "HOriginBox"); - this.HOriginBox.Font = new System.Drawing.Font("Yu Gothic UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.HOriginBox.FormattingEnabled = true; this.HOriginBox.Name = "HOriginBox"; - this.HOriginBox.Size = new System.Drawing.Size(343, 33); - this.HOriginBox.TabIndex = 22; this.HOriginBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.SearchSpeakers); // // HOriginLabel2 @@ -516,13 +496,9 @@ private void InitializeComponent() // // HTargetBox2 // - this.HTargetBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; resources.ApplyResources(this.HTargetBox2, "HTargetBox2"); - this.HTargetBox2.Font = new System.Drawing.Font("Yu Gothic UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.HTargetBox2.FormattingEnabled = true; this.HTargetBox2.Name = "HTargetBox2"; - this.HTargetBox2.Size = new System.Drawing.Size(343, 33); - this.HTargetBox2.TabIndex = 19; this.HTargetBox2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.SearchSpeakers); // // HModelPanel @@ -630,13 +606,9 @@ private void InitializeComponent() // // WSpeakerBox // - this.WSpeakerBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; resources.ApplyResources(this.WSpeakerBox, "WSpeakerBox"); - this.WSpeakerBox.Font = new System.Drawing.Font("Yu Gothic UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.WSpeakerBox.FormattingEnabled = true; this.WSpeakerBox.Name = "WSpeakerBox"; - this.WSpeakerBox.Size = new System.Drawing.Size(344, 33); - this.WSpeakerBox.TabIndex = 3; this.WSpeakerBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.SearchSpeakers); // // WSpeakerLabel @@ -684,13 +656,9 @@ private void InitializeComponent() // // WOriginBox // - this.WOriginBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; resources.ApplyResources(this.WOriginBox, "WOriginBox"); - this.WOriginBox.Font = new System.Drawing.Font("Yu Gothic UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.WOriginBox.FormattingEnabled = true; this.WOriginBox.Name = "WOriginBox"; - this.WOriginBox.Size = new System.Drawing.Size(344, 33); - this.WOriginBox.TabIndex = 10; this.WOriginBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.SearchSpeakers); // // WOriginLabel @@ -700,13 +668,9 @@ private void InitializeComponent() // // WTargetBox // - this.WTargetBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; resources.ApplyResources(this.WTargetBox, "WTargetBox"); - this.WTargetBox.Font = new System.Drawing.Font("Yu Gothic UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); this.WTargetBox.FormattingEnabled = true; this.WTargetBox.Name = "WTargetBox"; - this.WTargetBox.Size = new System.Drawing.Size(344, 33); - this.WTargetBox.TabIndex = 8; this.WTargetBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.SearchSpeakers); // // WTargetLabel diff --git a/MoeGoe_GUI/MainWin.ja-JP.resx b/MoeGoe_GUI/MainWin.ja-JP.resx index 19704a5..3d616a1 100644 --- a/MoeGoe_GUI/MainWin.ja-JP.resx +++ b/MoeGoe_GUI/MainWin.ja-JP.resx @@ -119,254 +119,617 @@ - 96, 21 + 144, 32 - 235, 23 + 350, 31 + + + 6, 30 - 88, 23 + 132, 34 ファイルを開く... - - モデルファイル + + 12, 12 + + + 501, 86 + + + 132, 74 + + + 348, 31 + + + 6, 70 + + + 120, 34 設定を開く... + + 132, 32 + + + 348, 31 + + + 6, 30 + + + 120, 34 + モデルを開く... - - 4, 24 + + 6, 6 - - 317, 150 + + 484, 124 - - 音声合成 + + モデルファイル + + + 118, 138 + + + 111, 34 清理文本... + + 351, 138 + + + 111, 34 + 符号入力... + + 234, 138 + + + 111, 34 + パラメータ... + + Yu Gothic UI, 9pt + + + 118, 178 + + + 514, 33 + + + 28, 183 + - 39, 15 + 61, 25 話し手 - 17, 42 + 26, 63 - 42, 15 + 66, 25 テキスト - - 4, 24 + + 152, 30 - - 317, 150 + + 152, 30 - - 音声変換 + + 152, 30 + + + 153, 94 + + + 118, 18 + + + 344, 114 + + + 4, 34 + + + + 3, 3, 3, 3 + + + 480, 229 + + + 音声合成 + + + 12, 39 - 85, 23 + 128, 34 変換元を開く... - 97, 27 + 146, 40 - 219, 23 + 326, 31 + + + Yu Gothic UI, 9pt - 97, 71 + 146, 106 - 219, 23 + 514, 33 - 8, 74 + 12, 111 - 85, 15 + 130, 25 変換元の話し手 + + Yu Gothic UI, 9pt + - 97, 104 + 146, 156 - 219, 23 + 514, 33 - 8, 107 + 12, 160 - 85, 15 + 130, 25 変換先の話し手 - - ファイルを保存 + + 4, 34 + + + 3, 3, 3, 3 + + + 480, 229 + + + 音声変換 + + + 6, 136 + + + 488, 267 + + + 132, 70 + + + 116, 34 削除 + + 380, 70 + + + 116, 34 + + + 6, 70 + + + 120, 34 + 再合成 + + 256, 70 + + + 116, 34 + 再生 + + 132, 32 + + + 362, 31 + + + 6, 30 + + + 120, 34 + 保存... + + 12, 556 + + + 501, 124 + + + ファイルを保存 + + + 528, 24 + + + 436, 656 + - 4, 24 + 4, 34 - - 329, 270 + + 3, 3, 3, 3 - - 4, 24 + + 498, 409 - - 329, 270 + + 10, 189 - 95, 23 + 142, 34 - - 4, 24 - - - 315, 81 + + 362, 46 - - 言語切替(モード1) + + 110, 34 詳細設定 + + 14, 52 + - 85, 15 + 130, 25 変換先の話し手 + + Yu Gothic UI, 9pt + - 98, 32 + 147, 48 - 140, 23 + 340, 33 + + + 4, 34 + + + 3, 3, 3, 3 + + + 476, 126 + + + 言語切替(モード1) + + + 22, 32 + + + 88, 25 + + + Yu Gothic UI, 9pt + + + 128, 28 + + + 512, 33 + + + 14, 70 + + + 108, 25 + + + Yu Gothic UI, 9pt + + + 128, 68 + + + 512, 33 - 4, 24 + 4, 34 + + + 3, 3, 3, 3 - 315, 81 + 476, 126 言語切替(モード2) - - 55, 15 + + 6, 242 - - 67, 15 + + 484, 164 - 102, 76 + 153, 114 - 219, 23 + 326, 31 - + + 6, 112 + - 94, 23 + 141, 34 HuBERTモデル... - 102, 49 + 153, 74 - 219, 23 + 326, 31 + + + 6, 70 - 94, 23 + 141, 34 VITS設定... - 102, 21 + 153, 32 - 219, 23 + 326, 31 + + + 6, 30 - 94, 23 + 141, 34 VITSモデル... + + 6, 6 + + + 484, 166 + - 106, 127 + 159, 190 - 220, 23 + 328, 31 - - 4, 24 + + 4, 34 - - 329, 270 + + 3, 3, 3, 3 - - 4, 24 + + 498, 409 - - 317, 122 + + 6, 6 + + + 117, 34 + + + 128, 8 + + + 344, 31 + + + Yu Gothic UI, 9pt + + + 128, 146 + + + 514, 33 + + + 32, 150 - 43, 15 + 70, 25 + + + 40, 81 - 31, 15 + 48, 25 - - 4, 24 + + 128, 46 - - 317, 122 + + 344, 92 + + + 4, 34 + + + 3, 3, 3, 3 + + + 480, 187 + + + 6, 28 + + + 116, 34 + + + 128, 30 + + + 344, 31 + + + Yu Gothic UI, 9pt + + + 128, 88 + + + 514, 33 + + + 22, 93 - 55, 15 + 88, 25 + + + Yu Gothic UI, 9pt + + + 128, 128 + + + 514, 33 + + + 14, 132 - 67, 15 + 108, 25 + + + 4, 34 + + + 3, 3, 3, 3 + + + 480, 187 + + + 6, 178 + + + 488, 225 + + + 132, 114 + + + 348, 31 + + + 6, 112 + + + 120, 34 + + + 132, 74 + + + 348, 31 + + + 6, 70 + + + 120, 34 + + + 132, 32 + + + 348, 31 + + + 6, 30 + + + 120, 34 + + + 6, 6 + + + 484, 166 + + + 4, 34 + + + 498, 409 + + + 12, 104 + + + 506, 447 + + + 144, 144 + + + 976, 700 Yu Gothic UI, 9pt @@ -408,4 +771,7 @@ 658f/HA/cBIYFlUVEVEgBPLczwPyP0UU24q1G5UbY0DyD3v09pgP+K7BAAAAAElFTkSuQmCC + + 4, 4, 4, 4 + \ No newline at end of file diff --git a/MoeGoe_GUI/MainWin.resx b/MoeGoe_GUI/MainWin.resx index d207a05..e3da064 100644 --- a/MoeGoe_GUI/MainWin.resx +++ b/MoeGoe_GUI/MainWin.resx @@ -143,17 +143,10 @@ - 8, 8 - - - - 2, 2, 2, 2 - - - 2, 2, 2, 2 + 12, 12 - 334, 57 + 501, 86 @@ -175,13 +168,10 @@ 4 - 88, 21 - - - 2, 2, 2, 2 + 132, 32 - 243, 23 + 362, 30 1 @@ -199,13 +189,10 @@ 0 - 4, 20 - - - 2, 2, 2, 2 + 6, 30 - 80, 23 + 120, 34 0 @@ -274,16 +261,10 @@ 3 - 4, 4 - - - 2, 2, 2, 2 - - - 2, 2, 2, 2 + 6, 6 - 323, 83 + 484, 124 1 @@ -304,13 +285,10 @@ 0 - 88, 49 - - - 2, 2, 2, 2 + 132, 74 - 233, 23 + 348, 30 3 @@ -328,13 +306,10 @@ 0 - 4, 47 - - - 2, 2, 2, 2 + 6, 70 - 80, 23 + 120, 34 2 @@ -355,13 +330,10 @@ 1 - 88, 21 - - - 2, 2, 2, 2 + 132, 32 - 233, 23 + 348, 30 1 @@ -379,13 +351,10 @@ 2 - 4, 20 - - - 2, 2, 2, 2 + 6, 30 - 80, 23 + 120, 34 0 @@ -405,179 +374,11 @@ 3 - - TTSPage - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - modeControl - - - 0 - - - VCPage - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - modeControl - - - 1 - - - False - - - 4, 91 - - - 2, 2, 2, 2 - - - 325, 178 - - - 2 - - - modeControl - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - vitsPage - - - 1 - - - cleanButton2 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TTSPage - - - 0 - - - symbolsButton2 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TTSPage - - - 1 - - - paramsButton2 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TTSPage - - - 2 - - - speakerBox - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TTSPage - - - 3 - - - speakerLabel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TTSPage - - - 4 - - - textLabel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TTSPage - - - 5 - - - textBox - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - TTSPage - - - 6 - - - 4, 26 - - - 2, 2, 2, 2 - - - 2, 2, 2, 2 - - - 317, 148 - - - 0 - - - 语音合成 - - - TTSPage - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - modeControl - - - 0 - - 79, 92 - - - 2, 2, 2, 2 + 118, 138 - 74, 23 + 111, 34 10 @@ -598,13 +399,10 @@ 0 - 234, 92 - - - 2, 2, 2, 2 + 351, 138 - 74, 23 + 111, 34 9 @@ -625,13 +423,10 @@ 1 - 156, 92 - - - 2, 2, 2, 2 + 234, 138 - 74, 23 + 111, 34 8 @@ -651,14 +446,14 @@ 2 - - 79, 119 + + Yu Gothic UI, 9pt - - 2, 2, 2, 2 + + 118, 178 - 231, 25 + 344, 33 3 @@ -679,13 +474,10 @@ True - 19, 122 - - - 2, 0, 2, 0 + 28, 183 - 44, 17 + 64, 24 2 @@ -709,13 +501,10 @@ True - 25, 42 - - - 2, 0, 2, 0 + 38, 63 - 32, 17 + 46, 24 0 @@ -739,7 +528,7 @@ 17, 17 - 123, 70 + 153, 94 menuStrip @@ -751,16 +540,13 @@ Yu Gothic UI, 9pt - 79, 12 - - - 2, 2, 2, 2 + 118, 18 True - 231, 77 + 344, 114 1 @@ -777,23 +563,33 @@ 6 - - 122, 22 + + 4, 33 - - 清理文本 + + + 3, 3, 3, 3 - - 122, 22 + + 480, 230 - - 参数设置 + + 0 - - 122, 22 + + 语音合成 - - 符号输入 + + TTSPage + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + modeControl + + + 0 openOrigin @@ -868,16 +664,13 @@ 5 - 4, 26 - - - 2, 2, 2, 2 + 4, 33 - 2, 2, 2, 2 + 3, 3, 3, 3 - 317, 148 + 480, 230 1 @@ -897,14 +690,53 @@ 1 - - 8, 26 + + False + + + 6, 136 + + + 488, 267 + + + 2 + + + modeControl + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + vitsPage + + + 1 + + + 152, 30 + + + 清理文本 + + + 152, 30 + + + 参数设置 + + + 152, 30 - - 2, 2, 2, 2 + + 符号输入 + + + 12, 39 - 72, 23 + 108, 34 4 @@ -925,13 +757,10 @@ 0 - 85, 27 - - - 2, 2, 2, 2 + 128, 40 - 231, 23 + 344, 30 12 @@ -952,13 +781,10 @@ Yu Gothic UI, 9pt - 85, 71 - - - 2, 2, 2, 2 + 128, 106 - 231, 23 + 344, 33 10 @@ -979,13 +805,10 @@ True - 17, 73 - - - 2, 0, 2, 0 + 26, 110 - 56, 17 + 82, 24 9 @@ -1009,13 +832,10 @@ Yu Gothic UI, 9pt - 85, 104 - - - 2, 2, 2, 2 + 128, 156 - 231, 23 + 344, 33 8 @@ -1036,13 +856,10 @@ True - 11, 107 - - - 2, 0, 2, 0 + 16, 160 - 68, 17 + 100, 24 7 @@ -1138,16 +955,10 @@ False - 8, 371 - - - 2, 2, 2, 2 - - - 2, 2, 2, 2 + 12, 556 - 334, 83 + 501, 124 3 @@ -1171,13 +982,10 @@ False - 88, 47 - - - 2, 2, 2, 2 + 132, 70 - 77, 23 + 116, 34 7 @@ -1201,13 +1009,10 @@ False - 253, 47 - - - 2, 2, 2, 2 + 380, 70 - 77, 23 + 116, 34 6 @@ -1231,13 +1036,10 @@ False - 4, 47 - - - 2, 2, 2, 2 + 6, 70 - 80, 23 + 120, 34 2 @@ -1261,13 +1063,10 @@ False - 171, 47 - - - 2, 2, 2, 2 + 256, 70 - 77, 23 + 116, 34 4 @@ -1288,13 +1087,10 @@ 3 - 88, 21 - - - 2, 2, 2, 2 + 132, 32 - 243, 23 + 362, 30 1 @@ -1312,13 +1108,10 @@ 4 - 4, 20 - - - 2, 2, 2, 2 + 6, 30 - 80, 23 + 120, 34 0 @@ -1339,13 +1132,10 @@ 5 - Microsoft YaHei, 9pt + Microsoft YaHei UI, 9pt - 352, 16 - - - 2, 2, 2, 2 + 528, 24 True @@ -1354,7 +1144,7 @@ Vertical - 292, 439 + 436, 656 4 @@ -1371,80 +1161,14 @@ 2 - - vitsPage - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - modelControl - - - 0 - - - hubertPage - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - modelControl - - - 1 - - - w2v2Page - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - modelControl - - - 2 - - - False - - - 8, 69 - - - 2, 2, 2, 2 - - - 337, 298 - - - 5 - - - modelControl - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - 4, 26 - - - 2, 2, 2, 2 + 4, 33 - 2, 2, 2, 2 + 3, 3, 3, 3 - 329, 268 + 498, 410 0 @@ -1513,16 +1237,13 @@ 3 - 4, 26 - - - 2, 2, 2, 2 + 4, 33 - 2, 2, 2, 2 + 3, 3, 3, 3 - 329, 268 + 498, 410 1 @@ -1542,17 +1263,86 @@ 1 + + WModeControl + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + w2v2Page + + + 0 + + + WModelPanel + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + w2v2Page + + + 1 + + + 4, 33 + + + 498, 410 + + + 2 + + + W2V2-VITS + + + w2v2Page + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + modelControl + + + 2 + + + False + + + 12, 104 + + + 506, 447 + + + 5 + + + modelControl + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 1 + False - 7, 126 - - - 2, 2, 2, 2 + 10, 189 - 81, 23 + 122, 34 13 @@ -1597,13 +1387,10 @@ 1 - 4, 161 - - - 2, 2, 2, 2 + 6, 242 - 323, 109 + 484, 164 18 @@ -1657,16 +1444,13 @@ 2 - 4, 26 - - - 2, 2, 2, 2 + 4, 33 - 2, 2, 2, 2 + 3, 3, 3, 3 - 315, 79 + 476, 127 0 @@ -1687,13 +1471,10 @@ 0 - 241, 31 - - - 2, 2, 2, 2 + 362, 46 - 73, 23 + 110, 34 17 @@ -1717,13 +1498,10 @@ True - 9, 35 - - - 2, 0, 2, 0 + 14, 52 - 68, 17 + 100, 24 14 @@ -1747,13 +1525,10 @@ Yu Gothic UI, 9pt - 85, 32 - - - 2, 2, 2, 2 + 128, 48 - 153, 23 + 228, 33 15 @@ -1819,16 +1594,13 @@ 3 - 4, 26 - - - 2, 2, 2, 2 + 4, 33 - 2, 2, 2, 2 + 3, 3, 3, 3 - 315, 79 + 476, 127 1 @@ -1852,13 +1624,10 @@ True - 15, 21 - - - 2, 0, 2, 0 + 22, 32 - 56, 17 + 82, 24 21 @@ -1882,13 +1651,10 @@ Yu Gothic UI, 9pt - 85, 19 - - - 2, 2, 2, 2 + 128, 28 - 230, 23 + 343, 33 22 @@ -1909,13 +1675,10 @@ True - 9, 47 - - - 2, 0, 2, 0 + 14, 70 - 68, 17 + 100, 24 18 @@ -1939,13 +1702,10 @@ Yu Gothic UI, 9pt - 85, 45 - - - 2, 2, 2, 2 + 128, 68 - 230, 23 + 343, 33 19 @@ -2035,16 +1795,10 @@ 5 - 4, 4 - - - 2, 2, 2, 2 - - - 2, 2, 2, 2 + 6, 6 - 323, 111 + 484, 166 2 @@ -2065,13 +1819,10 @@ 2 - 88, 76 - - - 2, 2, 2, 2 + 132, 114 - 233, 23 + 348, 30 5 @@ -2089,16 +1840,13 @@ 0 - Microsoft YaHei, 8pt + Microsoft YaHei UI, 8pt - 4, 75 - - - 2, 2, 2, 2 + 6, 112 - 80, 23 + 120, 34 4 @@ -2119,13 +1867,10 @@ 1 - 88, 49 - - - 2, 2, 2, 2 + 132, 74 - 233, 23 + 348, 30 3 @@ -2143,13 +1888,10 @@ 2 - 4, 47 - - - 2, 2, 2, 2 + 6, 70 - 80, 23 + 120, 34 2 @@ -2170,13 +1912,10 @@ 3 - 88, 21 - - - 2, 2, 2, 2 + 132, 32 - 233, 23 + 348, 30 1 @@ -2194,13 +1933,10 @@ 4 - 4, 20 - - - 2, 2, 2, 2 + 6, 30 - 80, 23 + 120, 34 0 @@ -2224,13 +1960,10 @@ False - 92, 127 - - - 2, 2, 2, 2 + 138, 190 - 234, 23 + 349, 30 16 @@ -2247,57 +1980,6 @@ 3 - - WModeControl - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - w2v2Page - - - 0 - - - WModelPanel - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - w2v2Page - - - 1 - - - 4, 26 - - - 2, 2, 2, 2 - - - 329, 268 - - - 2 - - - W2V2-VITS - - - w2v2Page - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - modelControl - - - 2 - tabPage1 @@ -2326,13 +2008,10 @@ False - 4, 119 - - - 2, 2, 2, 2 + 6, 178 - 325, 150 + 488, 225 4 @@ -2422,16 +2101,13 @@ 5 - 4, 26 - - - 2, 2, 2, 2 + 4, 33 - 2, 2, 2, 2 + 3, 3, 3, 3 - 317, 120 + 480, 188 0 @@ -2452,13 +2128,10 @@ 0 - 4, 4 - - - 2, 2, 2, 2 + 6, 6 - 78, 23 + 117, 34 13 @@ -2479,13 +2152,10 @@ 0 - 85, 5 - - - 2, 2, 2, 2 + 128, 8 - 231, 23 + 344, 30 14 @@ -2506,13 +2176,10 @@ Yu Gothic UI, 9pt - 85, 97 - - - 2, 2, 2, 2 + 128, 146 - 231, 23 + 344, 33 3 @@ -2533,13 +2200,10 @@ True - 21, 100 - - - 2, 0, 2, 0 + 32, 150 - 44, 17 + 64, 24 2 @@ -2563,13 +2227,10 @@ True - 27, 54 - - - 2, 0, 2, 0 + 40, 81 - 32, 17 + 46, 24 0 @@ -2593,16 +2254,13 @@ Yu Gothic UI, 9pt - 85, 31 - - - 2, 2, 2, 2 + 128, 46 True - 231, 63 + 344, 92 1 @@ -2692,16 +2350,13 @@ 5 - 4, 26 - - - 2, 2, 2, 2 + 4, 33 - 2, 2, 2, 2 + 3, 3, 3, 3 - 317, 120 + 480, 188 1 @@ -2722,13 +2377,10 @@ 1 - 4, 19 - - - 2, 2, 2, 2 + 6, 28 - 77, 23 + 116, 34 4 @@ -2749,13 +2401,10 @@ 0 - 85, 20 - - - 2, 2, 2, 2 + 128, 30 - 231, 23 + 344, 30 12 @@ -2776,13 +2425,10 @@ Yu Gothic UI, 9pt - 85, 59 - - - 2, 2, 2, 2 + 128, 88 - 231, 23 + 344, 33 10 @@ -2803,13 +2449,10 @@ True - 15, 62 - - - 2, 0, 2, 0 + 22, 93 - 56, 17 + 82, 24 9 @@ -2833,13 +2476,10 @@ Yu Gothic UI, 9pt - 85, 85 - - - 2, 2, 2, 2 + 128, 128 - 231, 23 + 344, 33 8 @@ -2860,13 +2500,10 @@ True - 9, 88 - - - 2, 0, 2, 0 + 14, 132 - 68, 17 + 100, 24 7 @@ -2959,16 +2596,10 @@ 5 - 4, 4 - - - 2, 2, 2, 2 - - - 2, 2, 2, 2 + 6, 6 - 323, 111 + 484, 166 3 @@ -2989,13 +2620,10 @@ 1 - 88, 76 - - - 2, 2, 2, 2 + 132, 114 - 233, 23 + 348, 30 5 @@ -3013,16 +2641,13 @@ 0 - Microsoft YaHei, 8pt + Microsoft YaHei UI, 8pt - 4, 75 - - - 2, 2, 2, 2 + 6, 112 - 80, 23 + 120, 34 4 @@ -3043,13 +2668,10 @@ 1 - 88, 49 - - - 2, 2, 2, 2 + 132, 74 - 233, 23 + 348, 30 3 @@ -3067,13 +2689,10 @@ 2 - 4, 47 - - - 2, 2, 2, 2 + 6, 70 - 80, 23 + 120, 34 2 @@ -3094,13 +2713,10 @@ 3 - 88, 21 - - - 2, 2, 2, 2 + 132, 32 - 233, 23 + 348, 30 1 @@ -3118,13 +2734,10 @@ 4 - 4, 20 - - - 2, 2, 2, 2 + 6, 30 - 80, 23 + 120, 34 0 @@ -3144,20 +2757,17 @@ 5 - - ja-JP - True - 96, 96 + 144, 144 - 651, 467 + 976, 700 - Microsoft YaHei, 9pt + Microsoft YaHei UI, 9pt @@ -3196,6 +2806,9 @@ 658f/HA/cBIYFlUVEVEgBPLczwPyP0UU24q1G5UbY0DyD3v09pgP+K7BAAAAAElFTkSuQmCC + + 6, 6, 6, 6 + CenterScreen From 22d6162c34558e1937e8fbe9bd78770243d2c6dc Mon Sep 17 00:00:00 2001 From: CjangCjengh <101577701+CjangCjengh@users.noreply.github.com> Date: Thu, 10 Nov 2022 22:29:44 +0800 Subject: [PATCH 4/4] fix translation --- MoeGoe_GUI/MainWin.Designer.cs | 48 +- MoeGoe_GUI/MainWin.ja-JP.resx | 489 ++--- MoeGoe_GUI/MainWin.resx | 3329 +++++++++++++------------------- 3 files changed, 1468 insertions(+), 2398 deletions(-) diff --git a/MoeGoe_GUI/MainWin.Designer.cs b/MoeGoe_GUI/MainWin.Designer.cs index b27d249..6e3487e 100644 --- a/MoeGoe_GUI/MainWin.Designer.cs +++ b/MoeGoe_GUI/MainWin.Designer.cs @@ -134,9 +134,9 @@ private void InitializeComponent() // // EXEPanel // + resources.ApplyResources(this.EXEPanel, "EXEPanel"); this.EXEPanel.Controls.Add(this.EXEPath); this.EXEPanel.Controls.Add(this.openEXE); - resources.ApplyResources(this.EXEPanel, "EXEPanel"); this.EXEPanel.Name = "EXEPanel"; this.EXEPanel.TabStop = false; // @@ -156,11 +156,11 @@ private void InitializeComponent() // // modelPanel // + resources.ApplyResources(this.modelPanel, "modelPanel"); this.modelPanel.Controls.Add(this.configPath); this.modelPanel.Controls.Add(this.openConfig); this.modelPanel.Controls.Add(this.modelPath); this.modelPanel.Controls.Add(this.openModel); - resources.ApplyResources(this.modelPanel, "modelPanel"); this.modelPanel.Name = "modelPanel"; this.modelPanel.TabStop = false; // @@ -194,14 +194,15 @@ private void InitializeComponent() // // modeControl // + resources.ApplyResources(this.modeControl, "modeControl"); this.modeControl.Controls.Add(this.TTSPage); this.modeControl.Controls.Add(this.VCPage); - resources.ApplyResources(this.modeControl, "modeControl"); this.modeControl.Name = "modeControl"; this.modeControl.SelectedIndex = 0; // // TTSPage // + resources.ApplyResources(this.TTSPage, "TTSPage"); this.TTSPage.Controls.Add(this.cleanButton2); this.TTSPage.Controls.Add(this.symbolsButton2); this.TTSPage.Controls.Add(this.paramsButton2); @@ -209,7 +210,6 @@ private void InitializeComponent() this.TTSPage.Controls.Add(this.speakerLabel); this.TTSPage.Controls.Add(this.textLabel); this.TTSPage.Controls.Add(this.textBox); - resources.ApplyResources(this.TTSPage, "TTSPage"); this.TTSPage.Name = "TTSPage"; this.TTSPage.UseVisualStyleBackColor = true; // @@ -253,48 +253,48 @@ private void InitializeComponent() // // textBox // - this.textBox.ContextMenuStrip = this.menuStrip; resources.ApplyResources(this.textBox, "textBox"); + this.textBox.ContextMenuStrip = this.menuStrip; this.textBox.Name = "textBox"; this.textBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TextBox_KeyDown); // // menuStrip // + resources.ApplyResources(this.menuStrip, "menuStrip"); this.menuStrip.ImageScalingSize = new System.Drawing.Size(24, 24); this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.cleanButton, this.paramsButton, this.symbolsButton}); this.menuStrip.Name = "menuStrip"; - resources.ApplyResources(this.menuStrip, "menuStrip"); // // cleanButton // - this.cleanButton.Name = "cleanButton"; resources.ApplyResources(this.cleanButton, "cleanButton"); + this.cleanButton.Name = "cleanButton"; this.cleanButton.Click += new System.EventHandler(this.CleanButton_Click); // // paramsButton // - this.paramsButton.Name = "paramsButton"; resources.ApplyResources(this.paramsButton, "paramsButton"); + this.paramsButton.Name = "paramsButton"; this.paramsButton.Click += new System.EventHandler(this.AdvancedButton_Click); // // symbolsButton // - this.symbolsButton.Name = "symbolsButton"; resources.ApplyResources(this.symbolsButton, "symbolsButton"); + this.symbolsButton.Name = "symbolsButton"; this.symbolsButton.Click += new System.EventHandler(this.SymbolsButton_Click); // // VCPage // + resources.ApplyResources(this.VCPage, "VCPage"); this.VCPage.Controls.Add(this.openOrigin); this.VCPage.Controls.Add(this.originPath); this.VCPage.Controls.Add(this.originBox); this.VCPage.Controls.Add(this.originLabel); this.VCPage.Controls.Add(this.targetBox); this.VCPage.Controls.Add(this.targetLabel); - resources.ApplyResources(this.VCPage, "VCPage"); this.VCPage.Name = "VCPage"; this.VCPage.UseVisualStyleBackColor = true; // @@ -338,13 +338,13 @@ private void InitializeComponent() // // savePanel // + resources.ApplyResources(this.savePanel, "savePanel"); this.savePanel.Controls.Add(this.deleteButton); this.savePanel.Controls.Add(this.stopButton); this.savePanel.Controls.Add(this.resaveButton); this.savePanel.Controls.Add(this.playButton); this.savePanel.Controls.Add(this.savePath); this.savePanel.Controls.Add(this.saveButton); - resources.ApplyResources(this.savePanel, "savePanel"); this.savePanel.Name = "savePanel"; this.savePanel.TabStop = false; // @@ -398,29 +398,29 @@ private void InitializeComponent() // // modelControl // + resources.ApplyResources(this.modelControl, "modelControl"); this.modelControl.Controls.Add(this.vitsPage); this.modelControl.Controls.Add(this.hubertPage); this.modelControl.Controls.Add(this.w2v2Page); - resources.ApplyResources(this.modelControl, "modelControl"); this.modelControl.Name = "modelControl"; this.modelControl.SelectedIndex = 0; this.modelControl.SelectedIndexChanged += new System.EventHandler(this.ModelControl_SelectedIndexChanged); // // vitsPage // + resources.ApplyResources(this.vitsPage, "vitsPage"); this.vitsPage.Controls.Add(this.modelPanel); this.vitsPage.Controls.Add(this.modeControl); - resources.ApplyResources(this.vitsPage, "vitsPage"); this.vitsPage.Name = "vitsPage"; this.vitsPage.UseVisualStyleBackColor = true; // // hubertPage // + resources.ApplyResources(this.hubertPage, "hubertPage"); this.hubertPage.Controls.Add(this.HOpenOrigin); this.hubertPage.Controls.Add(this.HVCControl); this.hubertPage.Controls.Add(this.HModelPanel); this.hubertPage.Controls.Add(this.HOriginPath); - resources.ApplyResources(this.hubertPage, "hubertPage"); this.hubertPage.Name = "hubertPage"; this.hubertPage.UseVisualStyleBackColor = true; // @@ -433,18 +433,18 @@ private void InitializeComponent() // // HVCControl // + resources.ApplyResources(this.HVCControl, "HVCControl"); this.HVCControl.Controls.Add(this.HVCPage1); this.HVCControl.Controls.Add(this.HVCPage2); - resources.ApplyResources(this.HVCControl, "HVCControl"); this.HVCControl.Name = "HVCControl"; this.HVCControl.SelectedIndex = 0; // // HVCPage1 // + resources.ApplyResources(this.HVCPage1, "HVCPage1"); this.HVCPage1.Controls.Add(this.HAdvancedControl); this.HVCPage1.Controls.Add(this.HTargetLabel); this.HVCPage1.Controls.Add(this.HTargetBox); - resources.ApplyResources(this.HVCPage1, "HVCPage1"); this.HVCPage1.Name = "HVCPage1"; this.HVCPage1.UseVisualStyleBackColor = true; // @@ -469,11 +469,11 @@ private void InitializeComponent() // // HVCPage2 // + resources.ApplyResources(this.HVCPage2, "HVCPage2"); this.HVCPage2.Controls.Add(this.HOriginLabel); this.HVCPage2.Controls.Add(this.HOriginBox); this.HVCPage2.Controls.Add(this.HOriginLabel2); this.HVCPage2.Controls.Add(this.HTargetBox2); - resources.ApplyResources(this.HVCPage2, "HVCPage2"); this.HVCPage2.Name = "HVCPage2"; this.HVCPage2.UseVisualStyleBackColor = true; // @@ -503,13 +503,13 @@ private void InitializeComponent() // // HModelPanel // + resources.ApplyResources(this.HModelPanel, "HModelPanel"); this.HModelPanel.Controls.Add(this.hubertPath); this.HModelPanel.Controls.Add(this.HOpenHubert); this.HModelPanel.Controls.Add(this.HConfigPath); this.HModelPanel.Controls.Add(this.HOpenConfig); this.HModelPanel.Controls.Add(this.HModelPath); this.HModelPanel.Controls.Add(this.HOpenModel); - resources.ApplyResources(this.HModelPanel, "HModelPanel"); this.HModelPanel.Name = "HModelPanel"; this.HModelPanel.TabStop = false; // @@ -564,29 +564,29 @@ private void InitializeComponent() // // w2v2Page // + resources.ApplyResources(this.w2v2Page, "w2v2Page"); this.w2v2Page.Controls.Add(this.WModeControl); this.w2v2Page.Controls.Add(this.WModelPanel); - resources.ApplyResources(this.w2v2Page, "w2v2Page"); this.w2v2Page.Name = "w2v2Page"; this.w2v2Page.UseVisualStyleBackColor = true; // // WModeControl // + resources.ApplyResources(this.WModeControl, "WModeControl"); this.WModeControl.Controls.Add(this.tabPage1); this.WModeControl.Controls.Add(this.tabPage2); - resources.ApplyResources(this.WModeControl, "WModeControl"); this.WModeControl.Name = "WModeControl"; this.WModeControl.SelectedIndex = 0; // // tabPage1 // + resources.ApplyResources(this.tabPage1, "tabPage1"); this.tabPage1.Controls.Add(this.emotionButton); this.tabPage1.Controls.Add(this.emotionPath); this.tabPage1.Controls.Add(this.WSpeakerBox); this.tabPage1.Controls.Add(this.WSpeakerLabel); this.tabPage1.Controls.Add(this.WTextLabel); this.tabPage1.Controls.Add(this.WTextBox); - resources.ApplyResources(this.tabPage1, "tabPage1"); this.tabPage1.Name = "tabPage1"; this.tabPage1.UseVisualStyleBackColor = true; // @@ -623,20 +623,20 @@ private void InitializeComponent() // // WTextBox // - this.WTextBox.ContextMenuStrip = this.menuStrip; resources.ApplyResources(this.WTextBox, "WTextBox"); + this.WTextBox.ContextMenuStrip = this.menuStrip; this.WTextBox.Name = "WTextBox"; this.WTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TextBox_KeyDown); // // tabPage2 // + resources.ApplyResources(this.tabPage2, "tabPage2"); this.tabPage2.Controls.Add(this.WOpenOrigin); this.tabPage2.Controls.Add(this.WOriginPath); this.tabPage2.Controls.Add(this.WOriginBox); this.tabPage2.Controls.Add(this.WOriginLabel); this.tabPage2.Controls.Add(this.WTargetBox); this.tabPage2.Controls.Add(this.WTargetLabel); - resources.ApplyResources(this.tabPage2, "tabPage2"); this.tabPage2.Name = "tabPage2"; this.tabPage2.UseVisualStyleBackColor = true; // @@ -680,13 +680,13 @@ private void InitializeComponent() // // WModelPanel // + resources.ApplyResources(this.WModelPanel, "WModelPanel"); this.WModelPanel.Controls.Add(this.W2V2Path); this.WModelPanel.Controls.Add(this.W2V2Model); this.WModelPanel.Controls.Add(this.WConfigPath); this.WModelPanel.Controls.Add(this.WOpenConfig); this.WModelPanel.Controls.Add(this.WModelPath); this.WModelPanel.Controls.Add(this.WOpenModel); - resources.ApplyResources(this.WModelPanel, "WModelPanel"); this.WModelPanel.Name = "WModelPanel"; this.WModelPanel.TabStop = false; // diff --git a/MoeGoe_GUI/MainWin.ja-JP.resx b/MoeGoe_GUI/MainWin.ja-JP.resx index 3d616a1..3ed4c85 100644 --- a/MoeGoe_GUI/MainWin.ja-JP.resx +++ b/MoeGoe_GUI/MainWin.ja-JP.resx @@ -124,99 +124,45 @@ 350, 31 - - 6, 30 - 132, 34 ファイルを開く... - - 12, 12 - - - 501, 86 - - - 132, 74 + + モデルファイル 348, 31 - - 6, 70 - - - 120, 34 - 設定を開く... - - 132, 32 - 348, 31 - - 6, 30 - - - 120, 34 - モデルを開く... - - 6, 6 - - - 484, 124 - - - モデルファイル + + 4, 34 - - 118, 138 + + 480, 229 - - 111, 34 + + 音声合成 - 清理文本... - - - 351, 138 - - - 111, 34 + 発音表記... 符号入力... - - 234, 138 - - - 111, 34 - パラメータ... - - Yu Gothic UI, 9pt - - - 118, 178 - - - 514, 33 - - - 28, 183 - 61, 25 @@ -232,39 +178,14 @@ テキスト - - 152, 30 - - - 152, 30 - - - 152, 30 - - - 153, 94 - - - 118, 18 - - - 344, 114 - - + 4, 34 - - - 3, 3, 3, 3 - - + 480, 229 - - 音声合成 - - - 12, 39 + + 音声変換 128, 34 @@ -278,14 +199,11 @@ 326, 31 - - Yu Gothic UI, 9pt - 146, 106 - 514, 33 + 326, 33 12, 111 @@ -296,14 +214,11 @@ 変換元の話し手 - - Yu Gothic UI, 9pt - 146, 156 - 514, 33 + 326, 33 12, 160 @@ -314,188 +229,158 @@ 変換先の話し手 - - 4, 34 - - - 3, 3, 3, 3 - - - 480, 229 + + ファイルを保存 - - 音声変換 + + 削除 - - 6, 136 + + 再合成 - - 488, 267 + + 再生 - - 132, 70 + + 362, 31 - - 116, 34 + + 保存... - - 削除 + + 4, 34 - - 380, 70 + + 498, 409 - - 116, 34 + + 4, 34 - - 6, 70 + + 498, 409 - - 120, 34 + + 感情抽出元 - - 再合成 + + 344, 31 - - 256, 70 + + 34, 150 - - 116, 34 + + 61, 25 - - 再生 + + 話し手 - - 132, 32 + + 31, 81 - - 362, 31 + + 66, 25 - - 6, 30 + + テキスト - - 120, 34 + + 4, 34 - - 保存... + + 480, 187 - - 12, 556 + + 音声合成 - - 501, 124 + + 4, 34 - - ファイルを保存 + + 480, 187 - - 528, 24 + + 音声変換 - - 436, 656 + + モデルファイル - + 4, 34 - - 3, 3, 3, 3 - - + 498, 409 - - 10, 189 - 142, 34 - - 362, 46 + + 変換元を開く... + + + 4, 34 + + + 476, 126 - - 110, 34 + + 音声変換(モード1) 詳細設定 - - 14, 52 - 130, 25 変換先の話し手 - - Yu Gothic UI, 9pt - 147, 48 - 340, 33 + 211, 33 - + 4, 34 - - 3, 3, 3, 3 - - + 476, 126 - - 言語切替(モード1) + + 音声変換(モード2) - 22, 32 + 16, 32 - 88, 25 + 130, 25 - - Yu Gothic UI, 9pt + + 変換元の話し手 - 128, 28 + 149, 28 - 512, 33 + 321, 33 - 14, 70 + 16, 70 - 108, 25 + 130, 25 - - Yu Gothic UI, 9pt + + 変換先の話し手 - 128, 68 + 149, 68 - 512, 33 - - - 4, 34 - - - 3, 3, 3, 3 - - - 476, 126 - - - 言語切替(モード2) - - - 6, 242 + 321, 33 - - 484, 164 + + モデルファイル 153, 114 @@ -503,12 +388,10 @@ 326, 31 + - - 6, 112 - 141, 34 @@ -521,9 +404,6 @@ 326, 31 - - 6, 70 - 141, 34 @@ -536,200 +416,95 @@ 326, 31 - - 6, 30 - 141, 34 VITSモデル... - - 6, 6 - - - 484, 166 - 159, 190 328, 31 - - 4, 34 - - - 3, 3, 3, 3 - - - 498, 409 - - - 6, 6 - - - 117, 34 - - - 128, 8 - - - 344, 31 - - - Yu Gothic UI, 9pt - - - 128, 146 - - - 514, 33 - - - 32, 150 - - - 70, 25 - - - 40, 81 - - - 48, 25 - - - 128, 46 - - - 344, 92 - - - 4, 34 - - - 3, 3, 3, 3 - - - 480, 187 - - - 6, 28 - - 116, 34 + 137, 34 + + + 変換元を開く... - 128, 30 + 149, 30 - 344, 31 - - - Yu Gothic UI, 9pt + 323, 31 - 128, 88 + 149, 88 - 514, 33 + 323, 33 - 22, 93 + 9, 93 - 88, 25 + 130, 25 - - Yu Gothic UI, 9pt + + 変換元の話し手 - 128, 128 + 149, 128 - 514, 33 + 323, 33 - 14, 132 + 9, 132 - 108, 25 - - - 4, 34 - - - 3, 3, 3, 3 - - - 480, 187 - - - 6, 178 + 130, 25 - - 488, 225 + + 変換先の話し手 - 132, 114 + 153, 114 - 348, 31 - - - 6, 112 + 327, 31 - 120, 34 + 141, 34 + + + 感情認識モデル - 132, 74 + 153, 74 - 348, 31 - - - 6, 70 + 327, 31 - 120, 34 + 141, 34 + + + VITS設定... - 132, 32 + 153, 32 - 348, 31 - - - 6, 30 + 327, 31 - 120, 34 - - - 6, 6 - - - 484, 166 - - - 4, 34 - - - 498, 409 - - - 12, 104 - - - 506, 447 - - - 144, 144 + 141, 34 - - 976, 700 + + VITSモデル... Yu Gothic UI, 9pt diff --git a/MoeGoe_GUI/MainWin.resx b/MoeGoe_GUI/MainWin.resx index e3da064..28a1ca4 100644 --- a/MoeGoe_GUI/MainWin.resx +++ b/MoeGoe_GUI/MainWin.resx @@ -117,2726 +117,2021 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - EXEPath - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 打开原音频 - - EXEPanel + + + True - - 0 + + 13 - - openEXE + + + 111, 34 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 476, 127 - - EXEPanel + + 保存 - - 1 + + 情感参考 - - - 12, 12 + + 348, 30 - - 501, 86 + + 2 - - - 0 + + 4, 33 - - MoeGoe.exe + + 14, 132 - - EXEPanel + + 100, 24 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - $this + + 1 - - 4 + + 0 - - 132, 32 + + w2v2Page - - 362, 30 + + 343, 33 - - 1 + + WSpeakerLabel - - EXEPath + + 0 - + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - EXEPanel - - - 0 + + TTSPage - - 6, 30 + + 4, 33 - - 120, 34 + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + 152, 30 - - 打开文件 + + tabPage2 - - openEXE + + savePanel - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - EXEPanel + + savePanel - - 1 + + 12 - - configPath + + VCPage - + + + 3, 3, 3, 3 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - modelPanel + + 3, 3, 3, 3 - - 0 + + 120, 34 - - openConfig + + WTextBox - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 30 - - modelPanel + + VCPage - - 1 + + savePanel - - modelPath + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + HConfigPath - - modelPanel + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - openModel + + 19 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 116, 34 - - modelPanel + + 480, 188 - - 3 + + 10 - - 6, 6 + + tabPage2 - - 484, 124 + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + 4, 33 - - 模型文件 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - modelPanel + + hubertPage - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - vitsPage + + targetBox - + 0 - - 132, 74 + + WModelPanel - - 348, 30 + + 1 - + 3 - - configPath + + 6, 6 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - - modelPanel + + 46, 24 - - 0 + + False - - 6, 70 + + 362, 46 - - 120, 34 + + Microsoft YaHei UI, 9pt - - 2 + + WOpenOrigin - - 打开配置 + + W2V2Path - - openConfig + + 100, 24 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + WConfigPath - - modelPanel + + True - - 1 + + modelControl - - 132, 32 + + 6, 136 - - 348, 30 + + WModeControl - - 1 + + HOpenConfig - - modelPath + + Yu Gothic UI, 9pt - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 打开配置 - - modelPanel + + 3 - - 2 + + 5 - - 6, 30 + + 344, 92 - - 120, 34 + + 3, 3, 3, 3 - - 0 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 打开模型 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - openModel + + HVCControl - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - modelPanel + + 4 - - 3 + + 目标说话人 - - 118, 138 + + MoeGoe - - 111, 34 + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 10 + + 6, 112 - - 清理文本 + + tabPage1 - - cleanButton2 + + modelPanel - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 132, 74 - - TTSPage + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + 132, 74 + + 0 - - 351, 138 + + HOpenModel - - 111, 34 + + 22, 32 - - 9 + + 0 - - 符号输入 + + 4 - - symbolsButton2 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 120, 34 - - TTSPage + + WOriginPath - - 1 + + 38, 63 - - 234, 138 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 111, 34 + + 120, 34 - - 8 + + Yu Gothic UI, 9pt - - 参数设置 + + VCPage - - paramsButton2 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 118, 18 - - TTSPage + + WModelPanel - - 2 + + modelPanel - - Yu Gothic UI, 9pt + + 132, 114 - - 118, 178 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 344, 33 + + Yu Gothic UI, 9pt - - 3 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - speakerBox + + True - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + savePanel - + TTSPage - - 3 + + 8 - - True + + modelPanel - - 28, 183 + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 64, 24 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + 40, 81 - - 说话人 + + cleanButton2 - - speakerLabel + + 5 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 12, 12 - - TTSPage + + Microsoft YaHei UI, 9pt - - 4 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + 语音转换 - - 38, 63 + + 2 - - 46, 24 + + Yu Gothic UI, 9pt - - 0 - - - 文本 + + originLabel - - textLabel + + WModelPanel - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TTSPage + + 参数设置 - - 5 + + modelControl - - 17, 17 - - - 153, 94 + + originBox - - menuStrip + + 18 - - System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 112 - - Yu Gothic UI, 9pt + + 7 - - 118, 18 + + 12, 104 - - True + + 3 - - 344, 114 + + 16 - - 1 + + 128, 46 - - textBox + + 5 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + HVCPage2 - - TTSPage + + tabPage2 - - 6 + + 976, 700 - - 4, 33 + + hubertPage - - - 3, 3, 3, 3 + + HOriginLabel2 - - 480, 230 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + 4 - - 语音合成 + + 6, 28 - + + 28, 183 + + + HVCControl + + + 64, 24 + + TTSPage - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - modeControl + + deleteButton - + 0 - - openOrigin + + 120, 34 - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - VCPage - - + 0 - - originPath - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - VCPage + + tabPage1 - - 1 + + HModelPanel - - originBox + + 6, 70 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - VCPage + + 348, 30 - + 2 - - originLabel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 7 - - VCPage + + 488, 225 - - 3 + + 128, 106 - - targetBox + + VITS配置 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 120, 34 - - VCPage + + 128, 88 - - 4 + + 情感识别模型 - - targetLabel + + speakerLabel - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + HOriginPath - - VCPage + + 6, 178 - - 5 + + 344, 30 - - 4, 33 + + 4 - - 3, 3, 3, 3 + + HVCPage1 - - 480, 230 + + playButton - + 1 - - 语音转换 - - - VCPage - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - modeControl - - - 1 + + 484, 166 - + False - - 6, 136 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 488, 267 + + hubertPage - + 2 - - modeControl - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - vitsPage + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + 1 - - 152, 30 - - - 清理文本 - - - 152, 30 - - - 参数设置 - - - 152, 30 - - - 符号输入 - - - 12, 39 + + tabPage1 - - 108, 34 + + 原说话人 - - 4 + + HOriginLabel - - 打开原音频 + + 100, 24 - - openOrigin + + 1 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + HVCControl VCPage - - 0 + + 3 - - 128, 40 + + False - - 344, 30 + + 120, 34 - - 12 + + 14 - - originPath + + 362, 30 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 484, 124 - - VCPage + + 344, 33 - - 1 + + Vertical - - Yu Gothic UI, 9pt + + 108, 34 - - 128, 106 + + HTargetBox - - 344, 33 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 10 + + 5 - - originBox + + 6, 70 - + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - VCPage - - - 2 + + vitsPage - - True + + VITS模型 - - 26, 110 + + 506, 447 - - 82, 24 + + 6, 6 - - 9 + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + 原说话人 - - originLabel + + 高级设置 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 118, 178 - - VCPage + + 4, 33 - - 3 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Yu Gothic UI, 9pt + + 498, 410 - - 128, 156 + + 6 - - 344, 33 + + 1 - - 8 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - targetBox + + 132, 70 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - VCPage + + 153, 94 - - 4 + + TTSPage - + True - - 16, 160 + + 528, 24 - - 100, 24 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 7 + + 3 - - 目标说话人 + + 5 - - targetLabel + + 语言转换(模式一) - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + WOpenConfig - - VCPage + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 5 + + WTargetLabel - - deleteButton + + 1 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - savePanel + + 10, 189 - - 0 + + Microsoft YaHei UI, 8pt - - stopButton + + 32, 150 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 480, 230 - - savePanel + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + openOrigin - - resaveButton + + configPath - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - savePanel + + 82, 24 - - 2 + + 打开模型 - - playButton + + 5 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - savePanel + + 132, 114 - - 3 + + tabPage2 - - savePath + + 498, 410 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tabPage2 - - savePanel + + 目标说话人 - - 4 + + 0 - - saveButton + + w2v2Page - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - savePanel + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 5 + + 1 - - False + + 132, 74 - - 12, 556 + + 说话人 - - 501, 124 + + False - - 3 + + 打开原音频 - - 保存文件 + + 348, 30 - - savePanel + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 6, 6, 6 - - $this + + 436, 656 - - 3 + + TTSPage - + False - - 132, 70 - - - 116, 34 - - - 7 - - - 删除 - - - deleteButton + + 4 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 138, 190 - - savePanel + + 380, 70 - + 0 - - False + + 0 - - 380, 70 + + 0 - - 116, 34 + + True - - 6 + + 文本 - - 停止 + + Microsoft YaHei UI, 8pt - - stopButton + + 132, 32 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + HOpenOrigin - - savePanel + + 目标说话人 - - 1 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - False + + HModelPanel - - 6, 70 + + True - - 120, 34 + + menuStrip - - 2 + + 0 - - 重新合成 + + TTSPage - - resaveButton + + MainWin - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + HModelPanel - - savePanel + + HuBERT-VITS - - 2 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - False + + 1 - - 256, 70 + + HVCPage2 - - 116, 34 + + 4, 33 - - 4 + + 82, 24 - - 播放 + + 0 - - playButton + + tabPage2 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 343, 33 - - savePanel + + 语音转换 - + 3 - - 132, 32 - - - 362, 30 + + True - - 1 + + 22 - - savePath + + 4, 33 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 15 - - savePanel + + openEXE - + 4 - - 6, 30 - - - 120, 34 + + 3 - - 0 + + HVCPage2 - - 保存 + + VCPage - - saveButton + + modeControl - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - savePanel + + 14, 70 - - 5 + + 1 - - Microsoft YaHei UI, 9pt + + 2 - - 528, 24 + + TTSPage - - True + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Vertical + + 128, 48 - - 436, 656 + + 1 - - 4 + + HAdvancedControl - - consoleBox + + WModeControl - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 26, 110 - - $this + + originPath - - 2 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4, 33 + + 5 - - 3, 3, 3, 3 + + paramsButton2 - - 498, 410 + + HVCPage1 - - 0 + + 2 - - VITS + + 120, 34 - - vitsPage + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 语音合成 - - modelControl + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + paramsButton - - HOpenOrigin + + 128, 128 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - - hubertPage + + 5 - - 0 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - HVCControl + + 111, 34 - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TTSPage - - hubertPage + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + 6, 30 - - HModelPanel + + 116, 34 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - hubertPage + + 128, 8 - - 2 + + 0 - - HOriginPath + + 3 - + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - hubertPage + + emotionButton - - 3 + + textBox - - 4, 33 + + 2 - - 3, 3, 3, 3 + + 6, 242 - - 498, 410 + + hubertPath - + + VITS + + + 120, 34 + + 1 - - HuBERT-VITS + + modelPanel - - hubertPage + + openConfig - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + WModelPanel - - modelControl + + 344, 33 - - 1 + + 9 - - WModeControl + + 8 - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Yu Gothic UI, 9pt - - w2v2Page + + 2 - - 0 + + 4 - - WModelPanel + + 128, 156 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 120, 34 - - w2v2Page + + 82, 24 - + + HModelPanel + + 1 - - 4, 33 + + 4 - - 498, 410 + + 3 - + + Yu Gothic UI, 9pt + + 2 - - W2V2-VITS + + hubertPage - - w2v2Page + + 476, 127 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - modelControl + + 重新合成 - - 2 + + 344, 30 - - False + + True - - 12, 104 + + W2V2-VITS - - 506, 447 + + WTextLabel - + 5 - - modelControl - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - False - - - 10, 189 - - - 122, 34 - - - 13 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 打开原音频 + + 22, 93 - - HOpenOrigin + + 3 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - hubertPage + + HOriginBox - - 0 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - HVCPage1 + + 344, 114 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 351, 138 - - HVCControl + + 1 - - 0 + + 228, 33 - - HVCPage2 + + 6, 70 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + saveButton - - HVCControl + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + 21 - - 6, 242 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 484, 164 + + savePanel - - 18 + + HModelPanel - - HVCControl + + HVCPage1 - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 480, 230 - - hubertPage + + 348, 30 - - 1 + + 8 - - HAdvancedControl + + WSpeakerBox - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 152, 30 - - HVCPage1 + + 3 - - 0 + + 480, 188 - - HTargetLabel + + 12, 556 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - - HVCPage1 + + 117, 34 - - 1 + + False - - HTargetBox + + 16, 160 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 18 - - HVCPage1 + + vitsPage - - 2 + + 488, 267 - - 4, 33 + + resaveButton - - 3, 3, 3, 3 + + WModelPanel - - 476, 127 + + False - - 0 + + modelPath - - 语言转换(模式一) + + 17 - - HVCPage1 + + 清理文本 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 498, 410 - - HVCControl + + 122, 34 0 - - 362, 46 + + 348, 30 - - 110, 34 + + 128, 146 - - 17 + + 9 - - 高级设置 + + 6, 30 - - HAdvancedControl + + W2V2Model - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + symbolsButton2 - - HVCPage1 + + 2 - - 0 + + 128, 30 - - True + + EXEPanel - - 14, 52 + + tabPage1 - - 100, 24 + + 2 - - 14 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 目标说话人 + + 256, 70 - - HTargetLabel + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - HVCPage1 - - - 1 - - - Yu Gothic UI, 9pt - - - 128, 48 - - - 228, 33 - - - 15 + + + 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 + - - HTargetBox + + 2 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + symbolsButton - - HVCPage1 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + 2 - - HOriginLabel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - - HVCPage2 + + 模型文件 - - 0 + + 1 - - HOriginBox + + tabPage1 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Yu Gothic UI, 9pt - - HVCPage2 + + 3, 3, 3, 3 - + 1 - - HOriginLabel2 + + savePanel - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 14, 52 - + + 118, 138 + + HVCPage2 - - 2 + + 清理文本 - - HTargetBox2 + + 128, 68 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - HVCPage2 + + 语音转换(模式二) - - 3 + + 1 4, 33 - - 3, 3, 3, 3 + + 344, 33 - - 476, 127 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + 1 - - 语音转换(模式二) - - - HVCPage2 + + 0 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + modelControl - - HVCControl + + 3 - - 1 + + 说话人 - - True + + HVCPage2 - - 22, 32 + + VITS模型 - - 82, 24 + + 116, 34 - - 21 + + 501, 86 - - 原说话人 + + True - - HOriginLabel + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + textLabel - - HVCPage2 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + 0 - - Yu Gothic UI, 9pt - - - 128, 28 + + 13 - - 343, 33 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 22 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - HOriginBox + + stopButton - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - - HVCPage2 + + 5 - - 1 + + 0 - - True + + False - - 14, 70 + + 3 - - 100, 24 + + 0 - - 18 + + HTargetBox2 - - 目标说话人 + + consoleBox - - HOriginLabel2 + + $this - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 344, 33 - - HVCPage2 + + WModelPanel - - 2 - - - Yu Gothic UI, 9pt + + 64, 24 - - 128, 68 + + True - - 343, 33 + + 3 - - 19 + + emotionPath - - HTargetBox2 + + 116, 34 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - HVCPage2 + + 12, 39 - - 3 + + VCPage - - hubertPath + + False - + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - HModelPanel - - - 0 - - - HOpenHubert - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + WModelPanel - - HModelPanel + + HModelPath - - 1 + + 4, 33 - - HConfigPath + + 3, 3, 3, 3 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 目标说话人 - - HModelPanel + + WTargetBox - - 2 + + 语音合成 - - HOpenConfig + + Yu Gothic UI, 9pt - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 348, 30 - - HModelPanel + + 120, 34 - + 3 - - HModelPath + + Yu Gothic UI, 9pt - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 打开文件 - - HModelPanel + + savePanel - - 4 + + WOriginLabel - - HOpenModel + + WModelPath - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - HModelPanel + + EXEPanel - - 5 + + 348, 30 - - 6, 6 + + 348, 30 - - 484, 166 + + 0 - - 2 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 模型文件 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - HModelPanel + + Yu Gothic UI, 9pt - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - hubertPage + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + False - - 132, 114 + + 6, 6 - - 348, 30 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 5 + + 344, 33 - - hubertPath + + hubertPage - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 30 HModelPanel - - 0 - - - Microsoft YaHei UI, 8pt + + 6, 30 - - 6, 112 + + WOpenModel - - 120, 34 + + True - + 4 - - HuBERT模型 + + 1 - - HOpenHubert + + 4 - + + 132, 32 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - HModelPanel + + 0 - + 1 - - 132, 74 + + w2v2Page - - 348, 30 + + 1 - - 3 + + 2 - - HConfigPath + + tabPage1 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 111, 34 - - HModelPanel + + 46, 24 - - 2 + + HTargetLabel - - 6, 70 + + VCPage - - 120, 34 + + 344, 30 - - 2 + + 120, 34 - - VITS配置 + + 删除 - - HOpenConfig - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + openModel - - HModelPanel + + WOriginBox - - 3 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 132, 32 + + 12 - - 348, 30 + + 349, 30 - - 1 + + speakerBox - - HModelPath + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Yu Gothic UI, 9pt - - HModelPanel + + 模型文件 - - 4 + + 文本 - - 6, 30 + + targetLabel - - 120, 34 + + 2 - - 0 + + EXEPanel - - VITS模型 + + 2 - - HOpenModel + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 参数设置 - - HModelPanel + + modeControl - - 5 + + 0 - - False + + 144, 144 - - 138, 190 + + tabPage2 - - 349, 30 + + 模型文件 - - 16 + + 符号输入 - - HOriginPath + + 132, 32 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + $this - - hubertPage + + 484, 164 - - 3 + + 6, 70 - - tabPage1 + + 6, 6 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + modelControl - - WModeControl + + vitsPage - - 0 + + 4 - - tabPage2 + + 打开原音频 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - WModeControl + + 10 - - 1 + + savePath - - False + + 0 - - 6, 178 + + 132, 32 - - 488, 225 + + 484, 166 4 - - WModeControl - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - w2v2Page - - - 0 + + CenterScreen - - emotionButton + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 10 - - tabPage1 + + HVCPage1 - - 0 + + 2 - - emotionPath + + 110, 34 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 344, 33 - - tabPage1 + + WModeControl 1 - - WSpeakerBox - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 停止 - - tabPage1 + + HOpenHubert - + 2 - - WSpeakerLabel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 128, 40 - - tabPage1 + + cleanButton - - 3 + + 1 - - WTextLabel + + 9 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + VITS配置 - - tabPage1 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4 + + 128, 28 - - WTextBox + + 1 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 符号输入 - - tabPage1 + + 100, 24 - - 5 + + 4 - - 4, 33 + + 7 - - 3, 3, 3, 3 - - - 480, 188 - - - 0 - - - 语音合成 - - - tabPage1 - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - WModeControl - - - 0 - - - 6, 6 - - - 117, 34 - - - 13 - - - 情感参考 - - - emotionButton - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage1 - - - 0 - - - 128, 8 - - - 344, 30 - - - 14 - - - emotionPath - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage1 - - - 1 - - - Yu Gothic UI, 9pt - - - 128, 146 - - - 344, 33 - - - 3 - - - WSpeakerBox - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage1 - - - 2 - - - True - - - 32, 150 - - - 64, 24 - - - 2 - - - 说话人 - - - WSpeakerLabel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage1 - - - 3 - - - True - - - 40, 81 - - - 46, 24 - - - 0 - - - 文本 - - - WTextLabel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage1 - - - 4 - - - Yu Gothic UI, 9pt - - - 128, 46 - - - True - - - 344, 92 - - - 1 - - - WTextBox - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage1 - - - 5 - - - WOpenOrigin - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage2 - - - 0 - - - WOriginPath - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage2 - - - 1 - - - WOriginBox - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage2 - - - 2 - - - WOriginLabel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage2 - - - 3 - - - WTargetBox - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage2 - - - 4 - - - WTargetLabel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage2 - - - 5 - - - 4, 33 - - - 3, 3, 3, 3 - - - 480, 188 - - - 1 - - - 语音转换 - - - tabPage2 - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - WModeControl - - - 1 - - - 6, 28 - - - 116, 34 - - - 4 - - - 打开原音频 - - - WOpenOrigin - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage2 - - - 0 - - - 128, 30 - - - 344, 30 - - - 12 - - - WOriginPath - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage2 - - - 1 - - - Yu Gothic UI, 9pt - - - 128, 88 - - - 344, 33 - - - 10 - - - WOriginBox - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage2 - - - 2 - - - True - - - 22, 93 - - - 82, 24 - - - 9 - - - 原说话人 - - - WOriginLabel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage2 - - - 3 - - - Yu Gothic UI, 9pt - - - 128, 128 - - - 344, 33 - - - 8 - - - WTargetBox - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage2 - - - 4 - - - True - - - 14, 132 - - - 100, 24 - - - 7 - - - 目标说话人 - - - WTargetLabel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage2 - - - 5 - - - W2V2Path - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - WModelPanel - - - 0 - - - W2V2Model - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - WModelPanel - - - 1 - - - WConfigPath - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - WModelPanel - - - 2 - - - WOpenConfig - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - WModelPanel - - - 3 - - - WModelPath - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - WModelPanel - - - 4 - - - WOpenModel - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - WModelPanel - - - 5 - - - 6, 6 - - - 484, 166 - - - 3 - - - 模型文件 - - - WModelPanel - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - w2v2Page - - - 1 - - - 132, 114 - - - 348, 30 - - - 5 - - - W2V2Path - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - WModelPanel + + 501, 124 - + 0 - - Microsoft YaHei UI, 8pt - - - 6, 112 - - - 120, 34 - - - 4 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 情感识别模型 + + 3, 3, 3, 3 - - W2V2Model + + 362, 30 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - WModelPanel + + True - - 1 + + 3 - - 132, 74 + + 播放 - - 348, 30 + + 4 - - 3 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - WConfigPath + + 4 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3, 3, 3, 3 - - WModelPanel + + tabPage1 - - 2 + + 4, 33 - - 6, 70 + + modelPanel - - 120, 34 + + 14 - - 2 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - VITS配置 + + 234, 138 - - WOpenConfig + + 原说话人 System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - WModelPanel + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3 + + 6 - - 132, 32 + + 3, 3, 3, 3 - - 348, 30 + + 1 + + + 152, 30 1 - - WModelPath - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + MoeGoe.exe - - WModelPanel + + 2 - - 4 + + EXEPath - - 6, 30 + + $this - - 120, 34 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + HModelPanel - - VITS模型 + + modeControl - - WOpenModel + + $this - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + HuBERT模型 - - WModelPanel + + 132, 32 - - 5 + + 保存文件 True - - 144, 144 - - - 976, 700 - - - Microsoft YaHei UI, 9pt - - - - AAABAAIADxAAAAAAIADwAgAAJgAAABcYAAAAACAAoAQAABYDAACJUE5HDQoaCgAAAA1JSERSAAAADwAA - ABAIBgAAAMlWJQQAAAK3SURBVHicZZPNa5xVFMZ/5977vu98JDMxJmM6pukUQkfFpisXShdZuNBuXCiI - G8G17vwP3LgQdCEFKagr3QhWcKOgoIUqYrVYF9XaokhsPuajk6Qzd96Z957bRZpF7IGHs/rBcw7PIxff - vrPuJ/LR7mjYilBAFP43ghCFKGBq5cr21s5vb7x5fv2i2/P5B/2RO9nb92rEJIdABIwcbA0RVQFRfeSh - SrNUarzbPnHmqhnnevzO3d0YNJqpKofSqPhxwPtAUob5JcUmQbb7u7GIrlFKslMuRC1EjIBy6NcYGHto - NC3PPJuysupIUvCjgm8+H0rvVq7WRnEIR240Bvwo0l5znHu5zEzNMJ1EQoCV1hyrax1uXe1KNatj7n/k - ALQw9pH2accLr1YolQQ/ikwnSlTl1ys3+fKz38lKGeNQ4GIEDQIIuYfFY5Zzr5QxBvKxIkZIM8cnH//I - pa93aC6eZq5RZzTcww02S3QGBZMigMKLrxlmZoWxF2pzZayFXm+XP6/luPwsMjlGf6tLkVucsZAkMBpG - zj4vnFoDPxLGPufydzf47999fr7cYdhtsjBfJYQckwnOgkvSAiPKfCPw3EsVyuWEatXww/f/cOGdG9TK - jzE7e4JHl2qoBtJESZIAgEtLkaAFT68n7N3tcunTTTY39rl2ZUBr5Qz1WpNQTAlaYGMkTSIujQdwQGOz - ZXjiqZz33vqJ/d4ClfIC8/U2WZoRo8c4MAgxRlyiWEeEgEsMVqpRv/riDwnjJR5vP4lqIISAxnA05FGi - tQVphrFZKm52hk7fV1vdzjKt4zMgihWw1gLuCKsaZHHuYdTfHO30Nrzr9v96vV4/+X6rUWkWYarI5IFW - 3W9KNGLEhtvDb3+58OHWYOO6ACzXFldrteXVvMixzgHFA2wA0pjK9uDvaX+4ex24fQ9DHz/QI1n8fAAA - AABJRU5ErkJggolQTkcNChoKAAAADUlIRFIAAAAXAAAAGAgGAAAAEXxmdQAABGdJREFUeJyVlU1sVFUY - hp/vnHNnbn9op51hSmmBUhJEDSAKQVBQw4JAYoKsTFy40LjRpQujCxN1Z2Lc60JWRI2amGAMIUEC0Sgk - IAoIlL8KaOkfnc5PZ+6953Nxx5YfsfAmZ3Nz7pvzPef9viMH3z3oRu2jrycqb89ESc6DBxUeQIIQGMHi - fz4zfOjN9z978aiqihtzj7yEtH48MjlFPY7x+iCmczKCLsrltw70rv9i96Y3dgBnXex5a6xc9hPVOon3 - hvnMBaS5vG8aGwFViSbGkiVdXQOrBje8IiLvuEakhVrUMN4rOo+xCKhCfQaSWMmEIKKUpyFssTibkBBo - giwGul3svUcFnefIIhA1wAaw4mFD34BjQU4wxjM5rpw+XmVq1IjmkXqjboDAiagocE9vSdk2GtC7xLBl - R5a+pZb2DoNqWokLhIfWKl9+MqIztTzijAC4eQiDQhTB2o2O554PaWkV4ggq0zp7o3EUMzDYxaKBC0z8 - MYrBMK+5CDTqypPbMjyzM8T7lLcIGDt3B+3tWUqlGc6cvkiX75r939EsTfV2MsZAow4bn8uwdUdIEqd7 - jGkWpJAkijFw6eIIe/ccZngoYfm6AhPTaYycsYp16dJbjOs1WLna8fT2EPWpmfwbbE3jd/zYBfbv+52r - l8o4k2dw6Ura2hYgTSdXngoolTxTtTSKYoSooRR6YNuuDEEgNBraRJDuUa8saGuhsLCTPy9kCGUTne0L - SeoBlcksjUp6ClebclRKynQV1DebI4EtLwtdBWGmmpZurcEYgwsMSeKp1er88uNlyhMttOZ6qd4MiaxS - cQH1mk3Ng4ySySqZxCMCtQpseBbWb3HUaykiVZiaqlKtzFAtR1w4P8rB74cYOhVT7F5N2GrAxwROyGQV - 24yJM1YR67HWkyRCvkfZ9oIj8Zq2tyoLOkL2fXOCfV8NUbkZUK9n6OrsZ1nfYsJMLm0G5zFWEKuIaTK3 - xuNEyWaU0k1l/U5D34AlmrG0txviJEHxjFybpjZZYHDpGgIbomqZDbqmYXBWccZjmp+dBIrLKj5SunuU - dZuzlEsNRkfKVCoNrl6Z4NCBcwyf9yxZ+jhh2NqcQcqdbe0s2EAR04yitYINPKoJ657K0N4d8dEHP/D3 - 1Qo3x5UkCsjleulftJgw24GIn4vkHbJWMAG3MHdpiLuLsG1XK1/vPcZvR0ssW7KG4vIcLsjCLIK7Tzsn - xViDtR5mmVtRI0p+oeHUiescOXCZ5ctWUejuxyd6y7T03P483C1nwdq5LnaZABu24EeuRXJ2z7i0ZPrp - 7OxBicHcaXfvsSwC1nmCALIu5eLiuHqo0FncXY2jKEePaLuKiAX0nmz/S0ZEc61tLkmmkzOXj1wExI2P - n3svn5cnViwsLos1zfeDSkiRkJQ5ef67I9/+9Onhjo7+sgDs3PzqYxtWbn+t1oiKiUZ3wbgfWTFc+evX - 658f/HA/cBIYFlUVEVEgBPLczwPyP0UU24q1G5UbY0DyD3v09pgP+K7BAAAAAElFTkSuQmCC - - - - 6, 6, 6, 6 - - - CenterScreen - - - MoeGoe - - - cleanButton - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - paramsButton - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - symbolsButton - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - MainWin - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + 17, 17 + + + ja-JP + \ No newline at end of file