1
0
mirror of https://github.com/SirusDoma/VoxCharger.git synced 2024-11-27 17:00:51 +01:00

Add initial support for EXCEED GEAR (#3)

* Update resources to EXCEED GEAR

* Transform from vw to eg

* Fix MainForm & ConvertForm selectbox out of index

* Change default music_bg to 02

* Change MainForm volume upper bound to 125

* Redesigned the icon

* Add the help menu

* Move some button place
This commit is contained in:
天音あめ 2022-06-24 13:59:15 +08:00 committed by GitHub
parent 7fed5d6283
commit 7f6d05a1f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
15 changed files with 7268 additions and 5970 deletions

View File

@ -1,8 +1,8 @@
# VoxCharger #
- **Author**: CXO2
- **Email**: com@cxo2.me
- **Version**: 0.9.8b
- **Author**: CXO2, 天音あめ
- **Email**: com@cxo2.me, i@amane-a.me
- **Version**: 0.9.9b
Recharge your KFC Chicken sauce ([Download](https://github.com/SirusDoma/VoxCharger/releases))

Binary file not shown.

Before

Width:  |  Height:  |  Size: 173 KiB

After

Width:  |  Height:  |  Size: 202 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 KiB

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 172 KiB

After

Width:  |  Height:  |  Size: 127 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 7.4 KiB

View File

@ -19,5 +19,10 @@ namespace VoxCharger
{
Close();
}
private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
System.Diagnostics.Process.Start("mailto://i@amane-a.me");
}
}
}
}

View File

@ -36,13 +36,16 @@
this.EmailLinkLabel = new System.Windows.Forms.LinkLabel();
this.label4 = new System.Windows.Forms.Label();
this.CloseButton = new System.Windows.Forms.Button();
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.ProfilePictureBox)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// ProfilePictureBox
//
this.ProfilePictureBox.Image = ((System.Drawing.Image)(resources.GetObject("ProfilePictureBox.Image")));
this.ProfilePictureBox.Location = new System.Drawing.Point(21, 21);
this.ProfilePictureBox.Location = new System.Drawing.Point(21, 19);
this.ProfilePictureBox.Name = "ProfilePictureBox";
this.ProfilePictureBox.Size = new System.Drawing.Size(80, 80);
this.ProfilePictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
@ -53,7 +56,7 @@
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(107, 21);
this.label1.Location = new System.Drawing.Point(197, 19);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(64, 13);
this.label1.TabIndex = 1;
@ -63,27 +66,27 @@
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(107, 36);
this.label2.Location = new System.Drawing.Point(197, 33);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(77, 13);
this.label2.TabIndex = 2;
this.label2.Text = "Version 0.9.7b";
this.label2.Text = "Version 0.9.9b";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.Location = new System.Drawing.Point(107, 51);
this.label3.Location = new System.Drawing.Point(197, 47);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(131, 13);
this.label3.Size = new System.Drawing.Size(192, 13);
this.label3.TabIndex = 3;
this.label3.Text = "Copyright © 2020 - CXO2";
this.label3.Text = "Copyright © 2020 - CXO2 && 天音あめ";
//
// EmailLinkLabel
//
this.EmailLinkLabel.AutoSize = true;
this.EmailLinkLabel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.EmailLinkLabel.Location = new System.Drawing.Point(107, 67);
this.EmailLinkLabel.Location = new System.Drawing.Point(197, 62);
this.EmailLinkLabel.Name = "EmailLinkLabel";
this.EmailLinkLabel.Size = new System.Drawing.Size(87, 13);
this.EmailLinkLabel.TabIndex = 4;
@ -96,7 +99,7 @@
this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.Location = new System.Drawing.Point(21, 118);
this.label4.Location = new System.Drawing.Point(21, 109);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(250, 26);
this.label4.TabIndex = 5;
@ -106,19 +109,42 @@
//
this.CloseButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.CloseButton.Location = new System.Drawing.Point(21, 151);
this.CloseButton.Location = new System.Drawing.Point(21, 139);
this.CloseButton.Name = "CloseButton";
this.CloseButton.Size = new System.Drawing.Size(292, 26);
this.CloseButton.Size = new System.Drawing.Size(282, 24);
this.CloseButton.TabIndex = 6;
this.CloseButton.Text = "OK";
this.CloseButton.UseVisualStyleBackColor = true;
this.CloseButton.Click += new System.EventHandler(this.OnCloseButtonClick);
//
// linkLabel1
//
this.linkLabel1.AutoSize = true;
this.linkLabel1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.linkLabel1.Location = new System.Drawing.Point(290, 62);
this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.Size = new System.Drawing.Size(79, 13);
this.linkLabel1.TabIndex = 7;
this.linkLabel1.TabStop = true;
this.linkLabel1.Text = "i@amane-a.me";
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(107, 19);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(80, 80);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.pictureBox1.TabIndex = 8;
this.pictureBox1.TabStop = false;
//
// AboutForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(334, 189);
this.ClientSize = new System.Drawing.Size(424, 174);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.linkLabel1);
this.Controls.Add(this.CloseButton);
this.Controls.Add(this.label4);
this.Controls.Add(this.EmailLinkLabel);
@ -134,6 +160,7 @@
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "About VoxCharger";
((System.ComponentModel.ISupportInitialize)(this.ProfilePictureBox)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
@ -148,5 +175,7 @@
private System.Windows.Forms.LinkLabel EmailLinkLabel;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button CloseButton;
private System.Windows.Forms.LinkLabel linkLabel1;
private System.Windows.Forms.PictureBox pictureBox1;
}
}

File diff suppressed because it is too large Load Diff

View File

@ -78,18 +78,18 @@
this.LevelGroupBox.Controls.Add(this.JacketExhPictureBox);
this.LevelGroupBox.Controls.Add(this.JacketAdvPictureBox);
this.LevelGroupBox.Controls.Add(this.JacketNovPictureBox);
this.LevelGroupBox.Location = new System.Drawing.Point(12, 44);
this.LevelGroupBox.Location = new System.Drawing.Point(12, 41);
this.LevelGroupBox.Name = "LevelGroupBox";
this.LevelGroupBox.Size = new System.Drawing.Size(447, 165);
this.LevelGroupBox.Size = new System.Drawing.Size(447, 152);
this.LevelGroupBox.TabIndex = 15;
this.LevelGroupBox.TabStop = false;
this.LevelGroupBox.Text = "Levels";
//
// InfEditButton
//
this.InfEditButton.Location = new System.Drawing.Point(331, 133);
this.InfEditButton.Location = new System.Drawing.Point(331, 123);
this.InfEditButton.Name = "InfEditButton";
this.InfEditButton.Size = new System.Drawing.Size(108, 26);
this.InfEditButton.Size = new System.Drawing.Size(108, 24);
this.InfEditButton.TabIndex = 18;
this.InfEditButton.Tag = "4";
this.InfEditButton.Text = "--";
@ -98,9 +98,9 @@
//
// ExhEditButton
//
this.ExhEditButton.Location = new System.Drawing.Point(223, 133);
this.ExhEditButton.Location = new System.Drawing.Point(223, 123);
this.ExhEditButton.Name = "ExhEditButton";
this.ExhEditButton.Size = new System.Drawing.Size(108, 26);
this.ExhEditButton.Size = new System.Drawing.Size(108, 24);
this.ExhEditButton.TabIndex = 17;
this.ExhEditButton.Tag = "3";
this.ExhEditButton.Text = "EXH";
@ -109,9 +109,9 @@
//
// AdvEditButton
//
this.AdvEditButton.Location = new System.Drawing.Point(115, 133);
this.AdvEditButton.Location = new System.Drawing.Point(115, 123);
this.AdvEditButton.Name = "AdvEditButton";
this.AdvEditButton.Size = new System.Drawing.Size(108, 26);
this.AdvEditButton.Size = new System.Drawing.Size(108, 24);
this.AdvEditButton.TabIndex = 16;
this.AdvEditButton.Tag = "2";
this.AdvEditButton.Text = "ADV";
@ -120,9 +120,9 @@
//
// NovEditButton
//
this.NovEditButton.Location = new System.Drawing.Point(7, 133);
this.NovEditButton.Location = new System.Drawing.Point(7, 123);
this.NovEditButton.Name = "NovEditButton";
this.NovEditButton.Size = new System.Drawing.Size(108, 26);
this.NovEditButton.Size = new System.Drawing.Size(108, 24);
this.NovEditButton.TabIndex = 15;
this.NovEditButton.Tag = "1";
this.NovEditButton.Text = "NOV";
@ -132,9 +132,9 @@
// JacketInfPictureBox
//
this.JacketInfPictureBox.Image = global::VoxCharger.Properties.Resources.jk_dummy_s;
this.JacketInfPictureBox.Location = new System.Drawing.Point(331, 19);
this.JacketInfPictureBox.Location = new System.Drawing.Point(331, 18);
this.JacketInfPictureBox.Name = "JacketInfPictureBox";
this.JacketInfPictureBox.Size = new System.Drawing.Size(108, 108);
this.JacketInfPictureBox.Size = new System.Drawing.Size(108, 100);
this.JacketInfPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.JacketInfPictureBox.TabIndex = 6;
this.JacketInfPictureBox.TabStop = false;
@ -143,9 +143,9 @@
// JacketExhPictureBox
//
this.JacketExhPictureBox.Image = global::VoxCharger.Properties.Resources.jk_dummy_s;
this.JacketExhPictureBox.Location = new System.Drawing.Point(223, 19);
this.JacketExhPictureBox.Location = new System.Drawing.Point(223, 18);
this.JacketExhPictureBox.Name = "JacketExhPictureBox";
this.JacketExhPictureBox.Size = new System.Drawing.Size(108, 108);
this.JacketExhPictureBox.Size = new System.Drawing.Size(108, 100);
this.JacketExhPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.JacketExhPictureBox.TabIndex = 29;
this.JacketExhPictureBox.TabStop = false;
@ -154,9 +154,9 @@
// JacketAdvPictureBox
//
this.JacketAdvPictureBox.Image = global::VoxCharger.Properties.Resources.jk_dummy_s;
this.JacketAdvPictureBox.Location = new System.Drawing.Point(115, 19);
this.JacketAdvPictureBox.Location = new System.Drawing.Point(115, 18);
this.JacketAdvPictureBox.Name = "JacketAdvPictureBox";
this.JacketAdvPictureBox.Size = new System.Drawing.Size(108, 108);
this.JacketAdvPictureBox.Size = new System.Drawing.Size(108, 100);
this.JacketAdvPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.JacketAdvPictureBox.TabIndex = 1;
this.JacketAdvPictureBox.TabStop = false;
@ -165,9 +165,9 @@
// JacketNovPictureBox
//
this.JacketNovPictureBox.Image = global::VoxCharger.Properties.Resources.jk_dummy_s;
this.JacketNovPictureBox.Location = new System.Drawing.Point(7, 19);
this.JacketNovPictureBox.Location = new System.Drawing.Point(7, 18);
this.JacketNovPictureBox.Name = "JacketNovPictureBox";
this.JacketNovPictureBox.Size = new System.Drawing.Size(108, 108);
this.JacketNovPictureBox.Size = new System.Drawing.Size(108, 100);
this.JacketNovPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.JacketNovPictureBox.TabIndex = 0;
this.JacketNovPictureBox.TabStop = false;
@ -175,10 +175,10 @@
//
// PathTextBox
//
this.PathTextBox.Location = new System.Drawing.Point(50, 17);
this.PathTextBox.Location = new System.Drawing.Point(50, 16);
this.PathTextBox.Name = "PathTextBox";
this.PathTextBox.ReadOnly = true;
this.PathTextBox.Size = new System.Drawing.Size(409, 20);
this.PathTextBox.Size = new System.Drawing.Size(409, 21);
this.PathTextBox.TabIndex = 16;
//
// OptionsGroupBox
@ -201,9 +201,9 @@
this.OptionsGroupBox.Controls.Add(this.LongFxCheckBox);
this.OptionsGroupBox.Controls.Add(this.ChipFxCheckBox);
this.OptionsGroupBox.Controls.Add(this.MusicCodeLabel);
this.OptionsGroupBox.Location = new System.Drawing.Point(12, 215);
this.OptionsGroupBox.Location = new System.Drawing.Point(12, 198);
this.OptionsGroupBox.Name = "OptionsGroupBox";
this.OptionsGroupBox.Size = new System.Drawing.Size(447, 170);
this.OptionsGroupBox.Size = new System.Drawing.Size(447, 157);
this.OptionsGroupBox.TabIndex = 1;
this.OptionsGroupBox.TabStop = false;
this.OptionsGroupBox.Text = "Options";
@ -214,9 +214,9 @@
this.SlamImpactCheckBox.AutoSize = true;
this.SlamImpactCheckBox.Checked = true;
this.SlamImpactCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
this.SlamImpactCheckBox.Location = new System.Drawing.Point(293, 114);
this.SlamImpactCheckBox.Location = new System.Drawing.Point(293, 105);
this.SlamImpactCheckBox.Name = "SlamImpactCheckBox";
this.SlamImpactCheckBox.Size = new System.Drawing.Size(84, 17);
this.SlamImpactCheckBox.Size = new System.Drawing.Size(90, 16);
this.SlamImpactCheckBox.TabIndex = 20;
this.SlamImpactCheckBox.Text = "Slam Impact";
this.SlamImpactCheckBox.UseVisualStyleBackColor = true;
@ -233,8 +233,9 @@
"Sound Voltex II: Infinite Infection",
"Sound Voltex III: Gravity Wars",
"Sound Voltex IV: Heavenly Haven",
"Sound Voltex V: VividWave"});
this.VersionDropDown.Location = new System.Drawing.Point(90, 42);
"Sound Voltex V: Vivid Wave",
"Sound Voltex VI: Exceed Gear"});
this.VersionDropDown.Location = new System.Drawing.Point(90, 39);
this.VersionDropDown.Name = "VersionDropDown";
this.VersionDropDown.Size = new System.Drawing.Size(247, 21);
this.VersionDropDown.TabIndex = 19;
@ -250,8 +251,9 @@
"INF",
"GRV",
"HVN",
"VVD"});
this.InfVerDropDown.Location = new System.Drawing.Point(343, 42);
"VVD",
"XCD"});
this.InfVerDropDown.Location = new System.Drawing.Point(343, 39);
this.InfVerDropDown.Name = "InfVerDropDown";
this.InfVerDropDown.Size = new System.Drawing.Size(96, 21);
this.InfVerDropDown.TabIndex = 18;
@ -329,7 +331,7 @@
"79",
"80",
"81"});
this.BackgroundDropDown.Location = new System.Drawing.Point(90, 65);
this.BackgroundDropDown.Location = new System.Drawing.Point(90, 60);
this.BackgroundDropDown.Name = "BackgroundDropDown";
this.BackgroundDropDown.Size = new System.Drawing.Size(349, 21);
this.BackgroundDropDown.TabIndex = 17;
@ -338,9 +340,9 @@
// BackgroundLabel
//
this.BackgroundLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.BackgroundLabel.Location = new System.Drawing.Point(10, 65);
this.BackgroundLabel.Location = new System.Drawing.Point(10, 60);
this.BackgroundLabel.Name = "BackgroundLabel";
this.BackgroundLabel.Size = new System.Drawing.Size(74, 20);
this.BackgroundLabel.Size = new System.Drawing.Size(74, 18);
this.BackgroundLabel.TabIndex = 16;
this.BackgroundLabel.Text = "Background";
this.BackgroundLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
@ -349,9 +351,9 @@
//
this.RealignOffsetCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.RealignOffsetCheckBox.AutoSize = true;
this.RealignOffsetCheckBox.Location = new System.Drawing.Point(90, 91);
this.RealignOffsetCheckBox.Location = new System.Drawing.Point(90, 84);
this.RealignOffsetCheckBox.Name = "RealignOffsetCheckBox";
this.RealignOffsetCheckBox.Size = new System.Drawing.Size(141, 17);
this.RealignOffsetCheckBox.Size = new System.Drawing.Size(168, 16);
this.RealignOffsetCheckBox.TabIndex = 15;
this.RealignOffsetCheckBox.Text = "Adapt Start Music Offset";
this.RealignOffsetCheckBox.UseVisualStyleBackColor = true;
@ -361,9 +363,9 @@
this.AsciiAutoCheckBox.AutoSize = true;
this.AsciiAutoCheckBox.Checked = true;
this.AsciiAutoCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
this.AsciiAutoCheckBox.Location = new System.Drawing.Point(391, 23);
this.AsciiAutoCheckBox.Location = new System.Drawing.Point(391, 21);
this.AsciiAutoCheckBox.Name = "AsciiAutoCheckBox";
this.AsciiAutoCheckBox.Size = new System.Drawing.Size(48, 17);
this.AsciiAutoCheckBox.Size = new System.Drawing.Size(48, 16);
this.AsciiAutoCheckBox.TabIndex = 14;
this.AsciiAutoCheckBox.Text = "Auto";
this.AsciiAutoCheckBox.UseVisualStyleBackColor = true;
@ -372,9 +374,9 @@
// InfVerLabel
//
this.InfVerLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.InfVerLabel.Location = new System.Drawing.Point(10, 42);
this.InfVerLabel.Location = new System.Drawing.Point(10, 39);
this.InfVerLabel.Name = "InfVerLabel";
this.InfVerLabel.Size = new System.Drawing.Size(74, 20);
this.InfVerLabel.Size = new System.Drawing.Size(74, 18);
this.InfVerLabel.TabIndex = 12;
this.InfVerLabel.Text = "Version";
this.InfVerLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
@ -385,9 +387,9 @@
this.CameraCheckBox.AutoSize = true;
this.CameraCheckBox.Checked = true;
this.CameraCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
this.CameraCheckBox.Location = new System.Drawing.Point(225, 114);
this.CameraCheckBox.Location = new System.Drawing.Point(225, 105);
this.CameraCheckBox.Name = "CameraCheckBox";
this.CameraCheckBox.Size = new System.Drawing.Size(62, 17);
this.CameraCheckBox.Size = new System.Drawing.Size(60, 16);
this.CameraCheckBox.TabIndex = 5;
this.CameraCheckBox.Text = "Camera";
this.CameraCheckBox.UseVisualStyleBackColor = true;
@ -398,9 +400,9 @@
this.TrackButtonCheckBox.AutoSize = true;
this.TrackButtonCheckBox.Checked = true;
this.TrackButtonCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
this.TrackButtonCheckBox.Location = new System.Drawing.Point(157, 137);
this.TrackButtonCheckBox.Location = new System.Drawing.Point(157, 126);
this.TrackButtonCheckBox.Name = "TrackButtonCheckBox";
this.TrackButtonCheckBox.Size = new System.Drawing.Size(62, 17);
this.TrackButtonCheckBox.Size = new System.Drawing.Size(66, 16);
this.TrackButtonCheckBox.TabIndex = 7;
this.TrackButtonCheckBox.Text = "Buttons";
this.TrackButtonCheckBox.UseVisualStyleBackColor = true;
@ -411,9 +413,9 @@
this.TrackLaserCheckBox.AutoSize = true;
this.TrackLaserCheckBox.Checked = true;
this.TrackLaserCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
this.TrackLaserCheckBox.Location = new System.Drawing.Point(90, 137);
this.TrackLaserCheckBox.Location = new System.Drawing.Point(90, 126);
this.TrackLaserCheckBox.Name = "TrackLaserCheckBox";
this.TrackLaserCheckBox.Size = new System.Drawing.Size(57, 17);
this.TrackLaserCheckBox.Size = new System.Drawing.Size(60, 16);
this.TrackLaserCheckBox.TabIndex = 6;
this.TrackLaserCheckBox.Text = "Lasers";
this.TrackLaserCheckBox.UseVisualStyleBackColor = true;
@ -421,9 +423,9 @@
// TrackLabel
//
this.TrackLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.TrackLabel.Location = new System.Drawing.Point(10, 134);
this.TrackLabel.Location = new System.Drawing.Point(10, 124);
this.TrackLabel.Name = "TrackLabel";
this.TrackLabel.Size = new System.Drawing.Size(74, 20);
this.TrackLabel.Size = new System.Drawing.Size(74, 18);
this.TrackLabel.TabIndex = 11;
this.TrackLabel.Text = "Tracks";
this.TrackLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
@ -431,9 +433,9 @@
// EffectsLabel
//
this.EffectsLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.EffectsLabel.Location = new System.Drawing.Point(10, 111);
this.EffectsLabel.Location = new System.Drawing.Point(10, 102);
this.EffectsLabel.Name = "EffectsLabel";
this.EffectsLabel.Size = new System.Drawing.Size(74, 20);
this.EffectsLabel.Size = new System.Drawing.Size(74, 18);
this.EffectsLabel.TabIndex = 10;
this.EffectsLabel.Text = "Effects";
this.EffectsLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
@ -441,19 +443,19 @@
// MeasureLabel
//
this.MeasureLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.MeasureLabel.Location = new System.Drawing.Point(10, 88);
this.MeasureLabel.Location = new System.Drawing.Point(10, 81);
this.MeasureLabel.Name = "MeasureLabel";
this.MeasureLabel.Size = new System.Drawing.Size(74, 20);
this.MeasureLabel.Size = new System.Drawing.Size(74, 18);
this.MeasureLabel.TabIndex = 6;
this.MeasureLabel.Text = "Offset";
this.MeasureLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// AsciiTextBox
//
this.AsciiTextBox.Location = new System.Drawing.Point(90, 20);
this.AsciiTextBox.Location = new System.Drawing.Point(90, 18);
this.AsciiTextBox.Name = "AsciiTextBox";
this.AsciiTextBox.ReadOnly = true;
this.AsciiTextBox.Size = new System.Drawing.Size(295, 20);
this.AsciiTextBox.Size = new System.Drawing.Size(295, 21);
this.AsciiTextBox.TabIndex = 0;
//
// LongFxCheckBox
@ -462,9 +464,9 @@
this.LongFxCheckBox.AutoSize = true;
this.LongFxCheckBox.Checked = true;
this.LongFxCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
this.LongFxCheckBox.Location = new System.Drawing.Point(157, 114);
this.LongFxCheckBox.Location = new System.Drawing.Point(157, 105);
this.LongFxCheckBox.Name = "LongFxCheckBox";
this.LongFxCheckBox.Size = new System.Drawing.Size(64, 17);
this.LongFxCheckBox.Size = new System.Drawing.Size(66, 16);
this.LongFxCheckBox.TabIndex = 4;
this.LongFxCheckBox.Text = "Long Fx";
this.LongFxCheckBox.UseVisualStyleBackColor = true;
@ -475,18 +477,18 @@
this.ChipFxCheckBox.AutoSize = true;
this.ChipFxCheckBox.Checked = true;
this.ChipFxCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
this.ChipFxCheckBox.Location = new System.Drawing.Point(90, 114);
this.ChipFxCheckBox.Location = new System.Drawing.Point(90, 105);
this.ChipFxCheckBox.Name = "ChipFxCheckBox";
this.ChipFxCheckBox.Size = new System.Drawing.Size(61, 17);
this.ChipFxCheckBox.Size = new System.Drawing.Size(66, 16);
this.ChipFxCheckBox.TabIndex = 3;
this.ChipFxCheckBox.Text = "Chip Fx";
this.ChipFxCheckBox.UseVisualStyleBackColor = true;
//
// MusicCodeLabel
//
this.MusicCodeLabel.Location = new System.Drawing.Point(10, 19);
this.MusicCodeLabel.Location = new System.Drawing.Point(10, 18);
this.MusicCodeLabel.Name = "MusicCodeLabel";
this.MusicCodeLabel.Size = new System.Drawing.Size(74, 20);
this.MusicCodeLabel.Size = new System.Drawing.Size(74, 18);
this.MusicCodeLabel.TabIndex = 0;
this.MusicCodeLabel.Text = "Music Code";
this.MusicCodeLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
@ -495,9 +497,9 @@
//
this.CancelConvertButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.CancelConvertButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.CancelConvertButton.Location = new System.Drawing.Point(343, 401);
this.CancelConvertButton.Location = new System.Drawing.Point(343, 370);
this.CancelConvertButton.Name = "CancelConvertButton";
this.CancelConvertButton.Size = new System.Drawing.Size(116, 28);
this.CancelConvertButton.Size = new System.Drawing.Size(116, 26);
this.CancelConvertButton.TabIndex = 20;
this.CancelConvertButton.Text = "Cancel";
this.CancelConvertButton.UseVisualStyleBackColor = true;
@ -506,9 +508,9 @@
// ProcessConvertButton
//
this.ProcessConvertButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.ProcessConvertButton.Location = new System.Drawing.Point(221, 401);
this.ProcessConvertButton.Location = new System.Drawing.Point(221, 370);
this.ProcessConvertButton.Name = "ProcessConvertButton";
this.ProcessConvertButton.Size = new System.Drawing.Size(116, 28);
this.ProcessConvertButton.Size = new System.Drawing.Size(116, 26);
this.ProcessConvertButton.TabIndex = 19;
this.ProcessConvertButton.Text = "Continue";
this.ProcessConvertButton.UseVisualStyleBackColor = true;
@ -517,9 +519,9 @@
// TargetLabel
//
this.TargetLabel.AutoSize = true;
this.TargetLabel.Location = new System.Drawing.Point(9, 20);
this.TargetLabel.Location = new System.Drawing.Point(9, 18);
this.TargetLabel.Name = "TargetLabel";
this.TargetLabel.Size = new System.Drawing.Size(38, 13);
this.TargetLabel.Size = new System.Drawing.Size(41, 12);
this.TargetLabel.TabIndex = 21;
this.TargetLabel.Text = "Target";
this.TargetLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
@ -527,10 +529,10 @@
// ConverterForm
//
this.AcceptButton = this.ProcessConvertButton;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.CancelConvertButton;
this.ClientSize = new System.Drawing.Size(471, 441);
this.ClientSize = new System.Drawing.Size(471, 407);
this.Controls.Add(this.TargetLabel);
this.Controls.Add(this.CancelConvertButton);
this.Controls.Add(this.ProcessConvertButton);

View File

@ -22,7 +22,7 @@ namespace VoxCharger
public partial class ConverterForm : Form
{
private readonly Image DummyJacket = VoxCharger.Properties.Resources.jk_dummy_s;
public static string LastBackground { get; private set; } = "63";
public static string LastBackground { get; private set; } = "02";
private string target;
private string defaultAscii;
@ -81,7 +81,7 @@ namespace VoxCharger
PathTextBox.Text = target;
BackgroundDropDown.SelectedItem = LastBackground;
VersionDropDown.SelectedIndex = 4;
VersionDropDown.SelectedIndex = 5;
InfVerDropDown.SelectedIndex = 0;
ProcessConvertButton.Text = "Add";

View File

@ -62,6 +62,7 @@
this.BulkConvertToolsMenu = new System.Windows.Forms.MenuItem();
this.MusicFileBuilder = new System.Windows.Forms.MenuItem();
this.HelpMenu = new System.Windows.Forms.MenuItem();
this.menuItem1 = new System.Windows.Forms.MenuItem();
this.AboutHelpMenu = new System.Windows.Forms.MenuItem();
this.FileLabel = new System.Windows.Forms.Label();
this.PathTextBox = new System.Windows.Forms.TextBox();
@ -350,12 +351,19 @@
//
this.HelpMenu.Index = 3;
this.HelpMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
this.menuItem1,
this.AboutHelpMenu});
this.HelpMenu.Text = "Help";
//
// menuItem1
//
this.menuItem1.Index = 0;
this.menuItem1.Text = "Help";
this.menuItem1.Click += new System.EventHandler(this.OnHelpHelpMenu_Click);
//
// AboutHelpMenu
//
this.AboutHelpMenu.Index = 0;
this.AboutHelpMenu.Index = 1;
this.AboutHelpMenu.Text = "About";
this.AboutHelpMenu.Click += new System.EventHandler(this.OnAboutHelpMenuClick);
//
@ -363,7 +371,7 @@
//
this.FileLabel.AutoSize = true;
this.FileLabel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FileLabel.Location = new System.Drawing.Point(12, 15);
this.FileLabel.Location = new System.Drawing.Point(12, 14);
this.FileLabel.Name = "FileLabel";
this.FileLabel.Size = new System.Drawing.Size(48, 13);
this.FileLabel.TabIndex = 0;
@ -374,7 +382,7 @@
this.PathTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.PathTextBox.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.PathTextBox.Location = new System.Drawing.Point(66, 12);
this.PathTextBox.Location = new System.Drawing.Point(66, 11);
this.PathTextBox.Name = "PathTextBox";
this.PathTextBox.ReadOnly = true;
this.PathTextBox.Size = new System.Drawing.Size(605, 21);
@ -385,9 +393,9 @@
//
this.OpenButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.OpenButton.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.OpenButton.Location = new System.Drawing.Point(677, 10);
this.OpenButton.Location = new System.Drawing.Point(677, 9);
this.OpenButton.Name = "OpenButton";
this.OpenButton.Size = new System.Drawing.Size(75, 23);
this.OpenButton.Size = new System.Drawing.Size(75, 21);
this.OpenButton.TabIndex = 2;
this.OpenButton.Text = "Open";
this.OpenButton.UseVisualStyleBackColor = true;
@ -403,9 +411,9 @@
this.MusicGroupBox.Controls.Add(this.MusicListBox);
this.MusicGroupBox.Enabled = false;
this.MusicGroupBox.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.MusicGroupBox.Location = new System.Drawing.Point(15, 40);
this.MusicGroupBox.Location = new System.Drawing.Point(15, 37);
this.MusicGroupBox.Name = "MusicGroupBox";
this.MusicGroupBox.Size = new System.Drawing.Size(258, 478);
this.MusicGroupBox.Size = new System.Drawing.Size(258, 441);
this.MusicGroupBox.TabIndex = 3;
this.MusicGroupBox.TabStop = false;
this.MusicGroupBox.Text = "Music";
@ -414,10 +422,10 @@
//
this.AddButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.AddButton.Location = new System.Drawing.Point(6, 447);
this.AddButton.Location = new System.Drawing.Point(6, 413);
this.AddButton.Menu = this.ImportContextMenu;
this.AddButton.Name = "AddButton";
this.AddButton.Size = new System.Drawing.Size(120, 25);
this.AddButton.Size = new System.Drawing.Size(120, 23);
this.AddButton.SplitWidth = 17;
this.AddButton.TabIndex = 5;
this.AddButton.Text = "Add";
@ -458,9 +466,9 @@
//
this.RemoveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.RemoveButton.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.RemoveButton.Location = new System.Drawing.Point(132, 447);
this.RemoveButton.Location = new System.Drawing.Point(132, 413);
this.RemoveButton.Name = "RemoveButton";
this.RemoveButton.Size = new System.Drawing.Size(120, 25);
this.RemoveButton.Size = new System.Drawing.Size(120, 23);
this.RemoveButton.TabIndex = 4;
this.RemoveButton.Text = "Remove";
this.RemoveButton.UseVisualStyleBackColor = true;
@ -473,9 +481,9 @@
| System.Windows.Forms.AnchorStyles.Right)));
this.MusicListBox.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.MusicListBox.FormattingEnabled = true;
this.MusicListBox.Location = new System.Drawing.Point(6, 19);
this.MusicListBox.Location = new System.Drawing.Point(6, 18);
this.MusicListBox.Name = "MusicListBox";
this.MusicListBox.Size = new System.Drawing.Size(246, 420);
this.MusicListBox.Size = new System.Drawing.Size(246, 381);
this.MusicListBox.Sorted = true;
this.MusicListBox.TabIndex = 2;
this.MusicListBox.SelectedIndexChanged += new System.EventHandler(this.OnMusicListBoxSelectedIndexChanged);
@ -504,9 +512,9 @@
this.MetadataGroupBox.Controls.Add(this.TitleLabel);
this.MetadataGroupBox.Enabled = false;
this.MetadataGroupBox.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.MetadataGroupBox.Location = new System.Drawing.Point(279, 40);
this.MetadataGroupBox.Location = new System.Drawing.Point(279, 37);
this.MetadataGroupBox.Name = "MetadataGroupBox";
this.MetadataGroupBox.Size = new System.Drawing.Size(473, 478);
this.MetadataGroupBox.Size = new System.Drawing.Size(473, 441);
this.MetadataGroupBox.TabIndex = 4;
this.MetadataGroupBox.TabStop = false;
this.MetadataGroupBox.Text = "Metadata";
@ -520,27 +528,27 @@
this.SoundGroupBox.Controls.Add(this.Import2DXMusicFileButton);
this.SoundGroupBox.Controls.Add(this.VolumeLabel);
this.SoundGroupBox.Controls.Add(this.VolumeTrackBar);
this.SoundGroupBox.Location = new System.Drawing.Point(19, 217);
this.SoundGroupBox.Location = new System.Drawing.Point(19, 200);
this.SoundGroupBox.Name = "SoundGroupBox";
this.SoundGroupBox.Size = new System.Drawing.Size(447, 80);
this.SoundGroupBox.Size = new System.Drawing.Size(447, 74);
this.SoundGroupBox.TabIndex = 10;
this.SoundGroupBox.TabStop = false;
this.SoundGroupBox.Text = "Music Assets && Settings";
//
// VolumeIndicatorLabel
//
this.VolumeIndicatorLabel.Location = new System.Drawing.Point(400, 51);
this.VolumeIndicatorLabel.Location = new System.Drawing.Point(400, 47);
this.VolumeIndicatorLabel.Name = "VolumeIndicatorLabel";
this.VolumeIndicatorLabel.Size = new System.Drawing.Size(37, 13);
this.VolumeIndicatorLabel.Size = new System.Drawing.Size(37, 12);
this.VolumeIndicatorLabel.TabIndex = 27;
this.VolumeIndicatorLabel.Text = "91%";
this.VolumeIndicatorLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// Import2DXPreviewFileButton
//
this.Import2DXPreviewFileButton.Location = new System.Drawing.Point(227, 20);
this.Import2DXPreviewFileButton.Location = new System.Drawing.Point(227, 18);
this.Import2DXPreviewFileButton.Name = "Import2DXPreviewFileButton";
this.Import2DXPreviewFileButton.Size = new System.Drawing.Size(207, 23);
this.Import2DXPreviewFileButton.Size = new System.Drawing.Size(207, 21);
this.Import2DXPreviewFileButton.TabIndex = 12;
this.Import2DXPreviewFileButton.Text = "Import 2DX Preview";
this.Import2DXPreviewFileButton.UseVisualStyleBackColor = true;
@ -548,9 +556,9 @@
//
// Import2DXMusicFileButton
//
this.Import2DXMusicFileButton.Location = new System.Drawing.Point(14, 20);
this.Import2DXMusicFileButton.Location = new System.Drawing.Point(14, 18);
this.Import2DXMusicFileButton.Name = "Import2DXMusicFileButton";
this.Import2DXMusicFileButton.Size = new System.Drawing.Size(207, 23);
this.Import2DXMusicFileButton.Size = new System.Drawing.Size(207, 21);
this.Import2DXMusicFileButton.TabIndex = 11;
this.Import2DXMusicFileButton.Text = "Import 2DX Music";
this.Import2DXMusicFileButton.UseVisualStyleBackColor = true;
@ -560,7 +568,7 @@
//
this.VolumeLabel.AutoSize = true;
this.VolumeLabel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.VolumeLabel.Location = new System.Drawing.Point(17, 51);
this.VolumeLabel.Location = new System.Drawing.Point(17, 47);
this.VolumeLabel.Name = "VolumeLabel";
this.VolumeLabel.Size = new System.Drawing.Size(41, 13);
this.VolumeLabel.TabIndex = 26;
@ -572,10 +580,10 @@
this.VolumeTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.VolumeTrackBar.AutoSize = false;
this.VolumeTrackBar.Location = new System.Drawing.Point(54, 49);
this.VolumeTrackBar.Location = new System.Drawing.Point(54, 45);
this.VolumeTrackBar.Maximum = 120;
this.VolumeTrackBar.Name = "VolumeTrackBar";
this.VolumeTrackBar.Size = new System.Drawing.Size(353, 25);
this.VolumeTrackBar.Size = new System.Drawing.Size(353, 23);
this.VolumeTrackBar.TabIndex = 13;
this.VolumeTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
this.VolumeTrackBar.Value = 91;
@ -587,7 +595,7 @@
| System.Windows.Forms.AnchorStyles.Right)));
this.DistributionPicker.CustomFormat = "yyyy-MM-dd";
this.DistributionPicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.DistributionPicker.Location = new System.Drawing.Point(83, 157);
this.DistributionPicker.Location = new System.Drawing.Point(83, 145);
this.DistributionPicker.Name = "DistributionPicker";
this.DistributionPicker.Size = new System.Drawing.Size(382, 21);
this.DistributionPicker.TabIndex = 8;
@ -597,7 +605,7 @@
//
this.ReleaseLabel.AutoSize = true;
this.ReleaseLabel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ReleaseLabel.Location = new System.Drawing.Point(16, 162);
this.ReleaseLabel.Location = new System.Drawing.Point(16, 150);
this.ReleaseLabel.Name = "ReleaseLabel";
this.ReleaseLabel.Size = new System.Drawing.Size(55, 13);
this.ReleaseLabel.TabIndex = 29;
@ -616,18 +624,18 @@
this.LevelGroupBox.Controls.Add(this.JacketExhPictureBox);
this.LevelGroupBox.Controls.Add(this.JacketAdvPictureBox);
this.LevelGroupBox.Controls.Add(this.JacketNovPictureBox);
this.LevelGroupBox.Location = new System.Drawing.Point(19, 307);
this.LevelGroupBox.Location = new System.Drawing.Point(19, 283);
this.LevelGroupBox.Name = "LevelGroupBox";
this.LevelGroupBox.Size = new System.Drawing.Size(447, 165);
this.LevelGroupBox.Size = new System.Drawing.Size(447, 152);
this.LevelGroupBox.TabIndex = 14;
this.LevelGroupBox.TabStop = false;
this.LevelGroupBox.Text = "Level Assets && Metadata";
//
// InfEditButton
//
this.InfEditButton.Location = new System.Drawing.Point(331, 133);
this.InfEditButton.Location = new System.Drawing.Point(331, 123);
this.InfEditButton.Name = "InfEditButton";
this.InfEditButton.Size = new System.Drawing.Size(108, 26);
this.InfEditButton.Size = new System.Drawing.Size(108, 24);
this.InfEditButton.TabIndex = 18;
this.InfEditButton.Tag = "4";
this.InfEditButton.Text = "--";
@ -636,9 +644,9 @@
//
// ExhEditButton
//
this.ExhEditButton.Location = new System.Drawing.Point(223, 133);
this.ExhEditButton.Location = new System.Drawing.Point(223, 123);
this.ExhEditButton.Name = "ExhEditButton";
this.ExhEditButton.Size = new System.Drawing.Size(108, 26);
this.ExhEditButton.Size = new System.Drawing.Size(108, 24);
this.ExhEditButton.TabIndex = 17;
this.ExhEditButton.Tag = "3";
this.ExhEditButton.Text = "EXH";
@ -647,9 +655,9 @@
//
// AdvEditButton
//
this.AdvEditButton.Location = new System.Drawing.Point(115, 133);
this.AdvEditButton.Location = new System.Drawing.Point(115, 123);
this.AdvEditButton.Name = "AdvEditButton";
this.AdvEditButton.Size = new System.Drawing.Size(108, 26);
this.AdvEditButton.Size = new System.Drawing.Size(108, 24);
this.AdvEditButton.TabIndex = 16;
this.AdvEditButton.Tag = "2";
this.AdvEditButton.Text = "ADV";
@ -658,9 +666,9 @@
//
// NovEditButton
//
this.NovEditButton.Location = new System.Drawing.Point(7, 133);
this.NovEditButton.Location = new System.Drawing.Point(7, 123);
this.NovEditButton.Name = "NovEditButton";
this.NovEditButton.Size = new System.Drawing.Size(108, 26);
this.NovEditButton.Size = new System.Drawing.Size(108, 24);
this.NovEditButton.TabIndex = 15;
this.NovEditButton.Tag = "1";
this.NovEditButton.Text = "NOV";
@ -670,9 +678,9 @@
// JacketInfPictureBox
//
this.JacketInfPictureBox.Image = global::VoxCharger.Properties.Resources.jk_dummy_s;
this.JacketInfPictureBox.Location = new System.Drawing.Point(331, 19);
this.JacketInfPictureBox.Location = new System.Drawing.Point(331, 18);
this.JacketInfPictureBox.Name = "JacketInfPictureBox";
this.JacketInfPictureBox.Size = new System.Drawing.Size(108, 108);
this.JacketInfPictureBox.Size = new System.Drawing.Size(108, 100);
this.JacketInfPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.JacketInfPictureBox.TabIndex = 6;
this.JacketInfPictureBox.TabStop = false;
@ -682,9 +690,9 @@
// JacketExhPictureBox
//
this.JacketExhPictureBox.Image = global::VoxCharger.Properties.Resources.jk_dummy_s;
this.JacketExhPictureBox.Location = new System.Drawing.Point(223, 19);
this.JacketExhPictureBox.Location = new System.Drawing.Point(223, 18);
this.JacketExhPictureBox.Name = "JacketExhPictureBox";
this.JacketExhPictureBox.Size = new System.Drawing.Size(108, 108);
this.JacketExhPictureBox.Size = new System.Drawing.Size(108, 100);
this.JacketExhPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.JacketExhPictureBox.TabIndex = 29;
this.JacketExhPictureBox.TabStop = false;
@ -694,9 +702,9 @@
// JacketAdvPictureBox
//
this.JacketAdvPictureBox.Image = global::VoxCharger.Properties.Resources.jk_dummy_s;
this.JacketAdvPictureBox.Location = new System.Drawing.Point(115, 19);
this.JacketAdvPictureBox.Location = new System.Drawing.Point(115, 18);
this.JacketAdvPictureBox.Name = "JacketAdvPictureBox";
this.JacketAdvPictureBox.Size = new System.Drawing.Size(108, 108);
this.JacketAdvPictureBox.Size = new System.Drawing.Size(108, 100);
this.JacketAdvPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.JacketAdvPictureBox.TabIndex = 1;
this.JacketAdvPictureBox.TabStop = false;
@ -706,9 +714,9 @@
// JacketNovPictureBox
//
this.JacketNovPictureBox.Image = global::VoxCharger.Properties.Resources.jk_dummy_s;
this.JacketNovPictureBox.Location = new System.Drawing.Point(7, 19);
this.JacketNovPictureBox.Location = new System.Drawing.Point(7, 18);
this.JacketNovPictureBox.Name = "JacketNovPictureBox";
this.JacketNovPictureBox.Size = new System.Drawing.Size(108, 108);
this.JacketNovPictureBox.Size = new System.Drawing.Size(108, 100);
this.JacketNovPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.JacketNovPictureBox.TabIndex = 0;
this.JacketNovPictureBox.TabStop = false;
@ -719,7 +727,7 @@
//
this.BackgroundLabel.AutoSize = true;
this.BackgroundLabel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.BackgroundLabel.Location = new System.Drawing.Point(16, 189);
this.BackgroundLabel.Location = new System.Drawing.Point(16, 174);
this.BackgroundLabel.Name = "BackgroundLabel";
this.BackgroundLabel.Size = new System.Drawing.Size(63, 13);
this.BackgroundLabel.TabIndex = 23;
@ -798,7 +806,7 @@
"79",
"80",
"81"});
this.BackgroundDropDown.Location = new System.Drawing.Point(83, 184);
this.BackgroundDropDown.Location = new System.Drawing.Point(83, 170);
this.BackgroundDropDown.Name = "BackgroundDropDown";
this.BackgroundDropDown.Size = new System.Drawing.Size(383, 21);
this.BackgroundDropDown.TabIndex = 9;
@ -816,8 +824,9 @@
"INF",
"GRV",
"HVN",
"VVD"});
this.InfVerDropDown.Location = new System.Drawing.Point(370, 130);
"VVD",
"XCD"});
this.InfVerDropDown.Location = new System.Drawing.Point(370, 120);
this.InfVerDropDown.Name = "InfVerDropDown";
this.InfVerDropDown.Size = new System.Drawing.Size(96, 21);
this.InfVerDropDown.TabIndex = 7;
@ -830,7 +839,7 @@
| System.Windows.Forms.AnchorStyles.Right)));
this.BpmMaxNumericBox.DecimalPlaces = 2;
this.BpmMaxNumericBox.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.BpmMaxNumericBox.Location = new System.Drawing.Point(277, 103);
this.BpmMaxNumericBox.Location = new System.Drawing.Point(277, 95);
this.BpmMaxNumericBox.Maximum = new decimal(new int[] {
10000,
0,
@ -855,7 +864,7 @@
//
this.VersionlLabel.AutoSize = true;
this.VersionlLabel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.VersionlLabel.Location = new System.Drawing.Point(16, 135);
this.VersionlLabel.Location = new System.Drawing.Point(16, 125);
this.VersionlLabel.Name = "VersionlLabel";
this.VersionlLabel.Size = new System.Drawing.Size(42, 13);
this.VersionlLabel.TabIndex = 15;
@ -874,8 +883,9 @@
"Sound Voltex II: Infinite Infection",
"Sound Voltex III: Gravity Wars",
"Sound Voltex IV: Heavenly Haven",
"Sound Voltex V: VividWave"});
this.VersionDropDown.Location = new System.Drawing.Point(83, 130);
"Sound Voltex V: Vivid Wave",
"Sound Voltex VI: Exceed Gear"});
this.VersionDropDown.Location = new System.Drawing.Point(83, 120);
this.VersionDropDown.Name = "VersionDropDown";
this.VersionDropDown.Size = new System.Drawing.Size(282, 21);
this.VersionDropDown.TabIndex = 6;
@ -886,7 +896,7 @@
this.IdTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.IdTextBox.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.IdTextBox.Location = new System.Drawing.Point(83, 23);
this.IdTextBox.Location = new System.Drawing.Point(83, 21);
this.IdTextBox.Name = "IdTextBox";
this.IdTextBox.ReadOnly = true;
this.IdTextBox.Size = new System.Drawing.Size(383, 21);
@ -896,7 +906,7 @@
//
this.IdLabel.AutoSize = true;
this.IdLabel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.IdLabel.Location = new System.Drawing.Point(16, 28);
this.IdLabel.Location = new System.Drawing.Point(16, 26);
this.IdLabel.Name = "IdLabel";
this.IdLabel.Size = new System.Drawing.Size(18, 13);
this.IdLabel.TabIndex = 0;
@ -907,7 +917,7 @@
//
this.BpmLabel.AutoSize = true;
this.BpmLabel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.BpmLabel.Location = new System.Drawing.Point(16, 106);
this.BpmLabel.Location = new System.Drawing.Point(16, 98);
this.BpmLabel.Name = "BpmLabel";
this.BpmLabel.Size = new System.Drawing.Size(27, 13);
this.BpmLabel.TabIndex = 11;
@ -920,7 +930,7 @@
| System.Windows.Forms.AnchorStyles.Right)));
this.BpmMinNumericBox.DecimalPlaces = 2;
this.BpmMinNumericBox.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.BpmMinNumericBox.Location = new System.Drawing.Point(83, 103);
this.BpmMinNumericBox.Location = new System.Drawing.Point(83, 95);
this.BpmMinNumericBox.Maximum = new decimal(new int[] {
10000,
0,
@ -946,7 +956,7 @@
this.ArtistTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ArtistTextBox.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ArtistTextBox.Location = new System.Drawing.Point(83, 76);
this.ArtistTextBox.Location = new System.Drawing.Point(83, 70);
this.ArtistTextBox.Name = "ArtistTextBox";
this.ArtistTextBox.Size = new System.Drawing.Size(383, 21);
this.ArtistTextBox.TabIndex = 3;
@ -956,7 +966,7 @@
//
this.ArtistLabel.AutoSize = true;
this.ArtistLabel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ArtistLabel.Location = new System.Drawing.Point(16, 81);
this.ArtistLabel.Location = new System.Drawing.Point(16, 75);
this.ArtistLabel.Name = "ArtistLabel";
this.ArtistLabel.Size = new System.Drawing.Size(33, 13);
this.ArtistLabel.TabIndex = 5;
@ -968,7 +978,7 @@
this.TitleTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.TitleTextBox.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.TitleTextBox.Location = new System.Drawing.Point(83, 49);
this.TitleTextBox.Location = new System.Drawing.Point(83, 45);
this.TitleTextBox.Name = "TitleTextBox";
this.TitleTextBox.Size = new System.Drawing.Size(383, 21);
this.TitleTextBox.TabIndex = 2;
@ -978,7 +988,7 @@
//
this.TitleLabel.AutoSize = true;
this.TitleLabel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.TitleLabel.Location = new System.Drawing.Point(16, 54);
this.TitleLabel.Location = new System.Drawing.Point(16, 50);
this.TitleLabel.Name = "TitleLabel";
this.TitleLabel.Size = new System.Drawing.Size(27, 13);
this.TitleLabel.TabIndex = 2;
@ -988,17 +998,17 @@
// MainStatusBar
//
this.MainStatusBar.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.MainStatusBar.Location = new System.Drawing.Point(0, 529);
this.MainStatusBar.Location = new System.Drawing.Point(0, 489);
this.MainStatusBar.Name = "MainStatusBar";
this.MainStatusBar.Size = new System.Drawing.Size(764, 22);
this.MainStatusBar.Size = new System.Drawing.Size(764, 20);
this.MainStatusBar.TabIndex = 5;
this.MainStatusBar.Text = "Ready";
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(764, 551);
this.ClientSize = new System.Drawing.Size(764, 509);
this.Controls.Add(this.MainStatusBar);
this.Controls.Add(this.MetadataGroupBox);
this.Controls.Add(this.MusicGroupBox);
@ -1009,7 +1019,7 @@
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Menu = this.MainMenu;
this.MinimumSize = new System.Drawing.Size(780, 590);
this.MinimumSize = new System.Drawing.Size(780, 548);
this.Name = "MainForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "VoxCharger";
@ -1113,6 +1123,7 @@
private System.Windows.Forms.MenuItem MenuSeparator7;
private System.Windows.Forms.MenuItem MenuSeparator8;
private System.Windows.Forms.MenuItem BulkImportKshMenu;
private System.Windows.Forms.MenuItem menuItem1;
}
}

View File

@ -342,6 +342,12 @@ namespace VoxCharger
}
}
private void OnHelpHelpMenu_Click(object sender, EventArgs e)
{
using (var about = new HelpForm())
about.ShowDialog();
}
private void OnAboutHelpMenuClick(object sender, EventArgs e)
{
using (var about = new AboutForm())
@ -434,7 +440,7 @@ namespace VoxCharger
Title = "Untitled",
Ascii = defaultAscii,
Artist = "Unknown",
Version = GameVersion.VividWave,
Version = GameVersion.ExceedGear,
InfVersion = InfiniteVersion.MXM,
BackgroundId = short.Parse(ConverterForm.LastBackground),
GenreId = 16,

File diff suppressed because it is too large Load Diff

View File

@ -8,6 +8,7 @@ namespace VoxCharger
InfiniteInfection = 2,
GravityWars = 3,
HeavenlyHaven = 4,
VividWave = 5
VividWave = 5,
ExceedGear = 6
}
}

View File

@ -12,6 +12,7 @@ namespace VoxCharger
INF = 2,
GRV = 3,
HVN = 4,
VVD = 5
VVD = 5,
XCD = 6
}
}