BeatSaber-version-changer/VersionChanger.Designer.cs

237 lines
10 KiB
C#

namespace BeatSaber_Versions
{
partial class VersionChanger
{
/// <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.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.panel1 = new System.Windows.Forms.Panel();
this.playSelected = new System.Windows.Forms.Button();
this.versionListBox = new System.Windows.Forms.ListBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.folderPath = new System.Windows.Forms.TextBox();
this.versionVersion = new System.Windows.Forms.TextBox();
this.setFolder = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.selectFolderForVersion = new System.Windows.Forms.FolderBrowserDialog();
this.button2 = new System.Windows.Forms.Button();
this.versionName = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.saveSetting = new System.Windows.Forms.Button();
this.menuStrip1.SuspendLayout();
this.panel1.SuspendLayout();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripMenuItem1});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(1008, 24);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(125, 20);
this.toolStripMenuItem1.Text = "toolStripMenuItem1";
//
// panel1
//
this.panel1.Controls.Add(this.button2);
this.panel1.Controls.Add(this.playSelected);
this.panel1.Location = new System.Drawing.Point(0, 27);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1008, 36);
this.panel1.TabIndex = 1;
//
// playSelected
//
this.playSelected.Location = new System.Drawing.Point(908, 10);
this.playSelected.Name = "playSelected";
this.playSelected.Size = new System.Drawing.Size(96, 23);
this.playSelected.TabIndex = 3;
this.playSelected.Text = "Play Selected";
this.playSelected.UseVisualStyleBackColor = true;
this.playSelected.Click += new System.EventHandler(this.playSelected_Click);
//
// versionListBox
//
this.versionListBox.FormattingEnabled = true;
this.versionListBox.ItemHeight = 15;
this.versionListBox.Location = new System.Drawing.Point(2, 66);
this.versionListBox.Name = "versionListBox";
this.versionListBox.Size = new System.Drawing.Size(164, 454);
this.versionListBox.TabIndex = 2;
this.versionListBox.SelectedIndexChanged += new System.EventHandler(this.versionListBox_SelectedIndexChanged);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.saveSetting);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.versionName);
this.groupBox1.Controls.Add(this.folderPath);
this.groupBox1.Controls.Add(this.versionVersion);
this.groupBox1.Controls.Add(this.setFolder);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(167, 66);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(838, 454);
this.groupBox1.TabIndex = 3;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "groupBox1";
//
// folderPath
//
this.folderPath.Location = new System.Drawing.Point(132, 79);
this.folderPath.Name = "folderPath";
this.folderPath.Size = new System.Drawing.Size(603, 23);
this.folderPath.TabIndex = 4;
//
// versionVersion
//
this.versionVersion.Location = new System.Drawing.Point(132, 51);
this.versionVersion.Name = "versionVersion";
this.versionVersion.Size = new System.Drawing.Size(603, 23);
this.versionVersion.TabIndex = 3;
//
// setFolder
//
this.setFolder.Location = new System.Drawing.Point(741, 79);
this.setFolder.Name = "setFolder";
this.setFolder.Size = new System.Drawing.Size(75, 23);
this.setFolder.TabIndex = 2;
this.setFolder.Text = "Set Folder";
this.setFolder.UseVisualStyleBackColor = true;
this.setFolder.Click += new System.EventHandler(this.setFolder_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(18, 82);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(40, 15);
this.label2.TabIndex = 1;
this.label2.Text = "Folder";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(18, 54);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(45, 15);
this.label1.TabIndex = 0;
this.label1.Text = "Version";
//
// selectFolderForVersion
//
this.selectFolderForVersion.HelpRequest += new System.EventHandler(this.folderBrowserDialog1_HelpRequest);
//
// button2
//
this.button2.Location = new System.Drawing.Point(3, 10);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(87, 23);
this.button2.TabIndex = 4;
this.button2.Text = "Add Version";
this.button2.UseVisualStyleBackColor = true;
//
// versionName
//
this.versionName.Location = new System.Drawing.Point(132, 22);
this.versionName.Name = "versionName";
this.versionName.Size = new System.Drawing.Size(603, 23);
this.versionName.TabIndex = 5;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(18, 25);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(39, 15);
this.label3.TabIndex = 6;
this.label3.Text = "Name";
//
// saveSetting
//
this.saveSetting.Location = new System.Drawing.Point(741, 108);
this.saveSetting.Name = "saveSetting";
this.saveSetting.Size = new System.Drawing.Size(75, 23);
this.saveSetting.TabIndex = 7;
this.saveSetting.Text = "Save";
this.saveSetting.UseVisualStyleBackColor = true;
this.saveSetting.Click += new System.EventHandler(this.saveSetting_Click);
//
// VersionChanger
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1008, 525);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.versionListBox);
this.Controls.Add(this.panel1);
this.Controls.Add(this.menuStrip1);
this.MainMenuStrip = this.menuStrip1;
this.Name = "VersionChanger";
this.Text = "Form1";
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.panel1.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private MenuStrip menuStrip1;
private ToolStripMenuItem toolStripMenuItem1;
private Panel panel1;
private Button playSelected;
private ListBox gameVersions;
private ListBox versionListBox;
private GroupBox groupBox1;
private TextBox folderPath;
private TextBox versionVersion;
private Button setFolder;
private Label label2;
private Label label1;
private FolderBrowserDialog selectFolderForVersion;
private Button button2;
private Label label3;
private TextBox versionName;
private Button saveSetting;
}
}