mirror of
https://github.com/SirusDoma/VoxCharger.git
synced 2024-12-18 10:25:54 +01:00
256 lines
12 KiB
C#
256 lines
12 KiB
C#
|
namespace VoxCharger
|
|||
|
{
|
|||
|
partial class HelpForm
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// Required designer variable.
|
|||
|
/// </summary>
|
|||
|
private System.ComponentModel.IContainer components = null;
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Clean up any resources being used.
|
|||
|
/// </summary>
|
|||
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|||
|
protected override void Dispose(bool disposing)
|
|||
|
{
|
|||
|
if (disposing && (components != null))
|
|||
|
{
|
|||
|
components.Dispose();
|
|||
|
}
|
|||
|
base.Dispose(disposing);
|
|||
|
}
|
|||
|
|
|||
|
#region Windows Form Designer generated code
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Required method for Designer support - do not modify
|
|||
|
/// the contents of this method with the code editor.
|
|||
|
/// </summary>
|
|||
|
private void InitializeComponent()
|
|||
|
{
|
|||
|
this.panel1 = new System.Windows.Forms.Panel();
|
|||
|
this.OkButton = new System.Windows.Forms.Button();
|
|||
|
this.panel2 = new System.Windows.Forms.Panel();
|
|||
|
this.label11 = new System.Windows.Forms.Label();
|
|||
|
this.label12 = new System.Windows.Forms.Label();
|
|||
|
this.label9 = new System.Windows.Forms.Label();
|
|||
|
this.label10 = new System.Windows.Forms.Label();
|
|||
|
this.label7 = new System.Windows.Forms.Label();
|
|||
|
this.label8 = new System.Windows.Forms.Label();
|
|||
|
this.label5 = new System.Windows.Forms.Label();
|
|||
|
this.label6 = new System.Windows.Forms.Label();
|
|||
|
this.label3 = new System.Windows.Forms.Label();
|
|||
|
this.label4 = new System.Windows.Forms.Label();
|
|||
|
this.label2 = new System.Windows.Forms.Label();
|
|||
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
this.panel1.SuspendLayout();
|
|||
|
this.panel2.SuspendLayout();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// panel1
|
|||
|
//
|
|||
|
this.panel1.Controls.Add(this.OkButton);
|
|||
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|||
|
this.panel1.Location = new System.Drawing.Point(0, 322);
|
|||
|
this.panel1.Name = "panel1";
|
|||
|
this.panel1.Size = new System.Drawing.Size(603, 40);
|
|||
|
this.panel1.TabIndex = 0;
|
|||
|
//
|
|||
|
// OkButton
|
|||
|
//
|
|||
|
this.OkButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.OkButton.Location = new System.Drawing.Point(516, 8);
|
|||
|
this.OkButton.Name = "OkButton";
|
|||
|
this.OkButton.Size = new System.Drawing.Size(75, 22);
|
|||
|
this.OkButton.TabIndex = 0;
|
|||
|
this.OkButton.Text = "OK";
|
|||
|
this.OkButton.UseVisualStyleBackColor = true;
|
|||
|
this.OkButton.Click += new System.EventHandler(this.OnOkButtonClick);
|
|||
|
//
|
|||
|
// panel2
|
|||
|
//
|
|||
|
this.panel2.BackColor = System.Drawing.Color.White;
|
|||
|
this.panel2.Controls.Add(this.label11);
|
|||
|
this.panel2.Controls.Add(this.label12);
|
|||
|
this.panel2.Controls.Add(this.label9);
|
|||
|
this.panel2.Controls.Add(this.label10);
|
|||
|
this.panel2.Controls.Add(this.label7);
|
|||
|
this.panel2.Controls.Add(this.label8);
|
|||
|
this.panel2.Controls.Add(this.label5);
|
|||
|
this.panel2.Controls.Add(this.label6);
|
|||
|
this.panel2.Controls.Add(this.label3);
|
|||
|
this.panel2.Controls.Add(this.label4);
|
|||
|
this.panel2.Controls.Add(this.label2);
|
|||
|
this.panel2.Controls.Add(this.label1);
|
|||
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.panel2.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.panel2.Name = "panel2";
|
|||
|
this.panel2.Size = new System.Drawing.Size(603, 322);
|
|||
|
this.panel2.TabIndex = 1;
|
|||
|
//
|
|||
|
// label11
|
|||
|
//
|
|||
|
this.label11.AutoSize = true;
|
|||
|
this.label11.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.label11.Location = new System.Drawing.Point(15, 109);
|
|||
|
this.label11.Name = "label11";
|
|||
|
this.label11.Size = new System.Drawing.Size(185, 13);
|
|||
|
this.label11.TabIndex = 11;
|
|||
|
this.label11.Text = "ID of gameplay background theme";
|
|||
|
//
|
|||
|
// label12
|
|||
|
//
|
|||
|
this.label12.AutoSize = true;
|
|||
|
this.label12.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold);
|
|||
|
this.label12.Location = new System.Drawing.Point(10, 92);
|
|||
|
this.label12.Name = "label12";
|
|||
|
this.label12.Size = new System.Drawing.Size(71, 15);
|
|||
|
this.label12.TabIndex = 10;
|
|||
|
this.label12.Text = "Background";
|
|||
|
//
|
|||
|
// label9
|
|||
|
//
|
|||
|
this.label9.AutoSize = true;
|
|||
|
this.label9.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.label9.Location = new System.Drawing.Point(15, 253);
|
|||
|
this.label9.Name = "label9";
|
|||
|
this.label9.Size = new System.Drawing.Size(302, 52);
|
|||
|
this.label9.TabIndex = 9;
|
|||
|
this.label9.Text = "Only include selected tracks to the output\r\nFor example, laser can be disabled by" +
|
|||
|
" deselect \"Laser\" box\r\n\r\nUseful for experimental or debugging purpose.";
|
|||
|
//
|
|||
|
// label10
|
|||
|
//
|
|||
|
this.label10.AutoSize = true;
|
|||
|
this.label10.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold);
|
|||
|
this.label10.Location = new System.Drawing.Point(10, 236);
|
|||
|
this.label10.Name = "label10";
|
|||
|
this.label10.Size = new System.Drawing.Size(40, 15);
|
|||
|
this.label10.TabIndex = 8;
|
|||
|
this.label10.Text = "Tracks";
|
|||
|
//
|
|||
|
// label7
|
|||
|
//
|
|||
|
this.label7.AutoSize = true;
|
|||
|
this.label7.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.label7.Location = new System.Drawing.Point(15, 192);
|
|||
|
this.label7.Name = "label7";
|
|||
|
this.label7.Size = new System.Drawing.Size(531, 39);
|
|||
|
this.label7.TabIndex = 7;
|
|||
|
this.label7.Text = "Attempt to convert selected events into Vox format.\r\nAll of these effects are map" +
|
|||
|
"ped, there\'s chance some effects to misaligned and even cease to function.\r\nNote" +
|
|||
|
" that user defined Fx\'s are excluded";
|
|||
|
//
|
|||
|
// label8
|
|||
|
//
|
|||
|
this.label8.AutoSize = true;
|
|||
|
this.label8.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold);
|
|||
|
this.label8.Location = new System.Drawing.Point(10, 175);
|
|||
|
this.label8.Name = "label8";
|
|||
|
this.label8.Size = new System.Drawing.Size(42, 15);
|
|||
|
this.label8.TabIndex = 6;
|
|||
|
this.label8.Text = "Effects";
|
|||
|
//
|
|||
|
// label5
|
|||
|
//
|
|||
|
this.label5.AutoSize = true;
|
|||
|
this.label5.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.label5.Location = new System.Drawing.Point(15, 144);
|
|||
|
this.label5.Name = "label5";
|
|||
|
this.label5.Size = new System.Drawing.Size(530, 26);
|
|||
|
this.label5.TabIndex = 5;
|
|||
|
this.label5.Text = "Trim or add additional measures to the beginning of chart. Useful when Ksh rely o" +
|
|||
|
"n start music offset.\r\nHowever, chart can be broken when signature / bpm change " +
|
|||
|
"occurs";
|
|||
|
//
|
|||
|
// label6
|
|||
|
//
|
|||
|
this.label6.AutoSize = true;
|
|||
|
this.label6.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold);
|
|||
|
this.label6.Location = new System.Drawing.Point(10, 127);
|
|||
|
this.label6.Name = "label6";
|
|||
|
this.label6.Size = new System.Drawing.Size(44, 15);
|
|||
|
this.label6.TabIndex = 4;
|
|||
|
this.label6.Text = "Offsets";
|
|||
|
//
|
|||
|
// label3
|
|||
|
//
|
|||
|
this.label3.AutoSize = true;
|
|||
|
this.label3.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.label3.Location = new System.Drawing.Point(15, 74);
|
|||
|
this.label3.Name = "label3";
|
|||
|
this.label3.Size = new System.Drawing.Size(365, 13);
|
|||
|
this.label3.TabIndex = 3;
|
|||
|
this.label3.Text = "Assigned game version and 4th Difficulty that will appear in the game";
|
|||
|
//
|
|||
|
// label4
|
|||
|
//
|
|||
|
this.label4.AutoSize = true;
|
|||
|
this.label4.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold);
|
|||
|
this.label4.Location = new System.Drawing.Point(10, 57);
|
|||
|
this.label4.Name = "label4";
|
|||
|
this.label4.Size = new System.Drawing.Size(46, 15);
|
|||
|
this.label4.TabIndex = 2;
|
|||
|
this.label4.Text = "Version";
|
|||
|
//
|
|||
|
// label2
|
|||
|
//
|
|||
|
this.label2.AutoSize = true;
|
|||
|
this.label2.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.label2.Location = new System.Drawing.Point(17, 26);
|
|||
|
this.label2.Name = "label2";
|
|||
|
this.label2.Size = new System.Drawing.Size(488, 26);
|
|||
|
this.label2.TabIndex = 1;
|
|||
|
this.label2.Text = "Music identifier that contains only valid ascii.\r\nThis will determine asset file " +
|
|||
|
"location (data_mods\\\\<mix>\\\\music\\\\<music_id>_<music_code>)";
|
|||
|
//
|
|||
|
// label1
|
|||
|
//
|
|||
|
this.label1.AutoSize = true;
|
|||
|
this.label1.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold);
|
|||
|
this.label1.Location = new System.Drawing.Point(10, 9);
|
|||
|
this.label1.Name = "label1";
|
|||
|
this.label1.Size = new System.Drawing.Size(69, 15);
|
|||
|
this.label1.TabIndex = 0;
|
|||
|
this.label1.Text = "Music Code";
|
|||
|
//
|
|||
|
// HelpForm
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(603, 362);
|
|||
|
this.Controls.Add(this.panel2);
|
|||
|
this.Controls.Add(this.panel1);
|
|||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|||
|
this.MaximizeBox = false;
|
|||
|
this.MinimizeBox = false;
|
|||
|
this.Name = "HelpForm";
|
|||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|||
|
this.Text = "Converter";
|
|||
|
this.panel1.ResumeLayout(false);
|
|||
|
this.panel2.ResumeLayout(false);
|
|||
|
this.panel2.PerformLayout();
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.Panel panel1;
|
|||
|
private System.Windows.Forms.Panel panel2;
|
|||
|
private System.Windows.Forms.Label label3;
|
|||
|
private System.Windows.Forms.Label label4;
|
|||
|
private System.Windows.Forms.Label label2;
|
|||
|
private System.Windows.Forms.Label label1;
|
|||
|
private System.Windows.Forms.Label label5;
|
|||
|
private System.Windows.Forms.Label label6;
|
|||
|
private System.Windows.Forms.Label label7;
|
|||
|
private System.Windows.Forms.Label label8;
|
|||
|
private System.Windows.Forms.Button OkButton;
|
|||
|
private System.Windows.Forms.Label label9;
|
|||
|
private System.Windows.Forms.Label label10;
|
|||
|
private System.Windows.Forms.Label label11;
|
|||
|
private System.Windows.Forms.Label label12;
|
|||
|
}
|
|||
|
}
|