namespace BeatSaber_Versions { partial class VersionChanger { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(VersionChanger)); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.settingBSFolder = new System.Windows.Forms.ToolStripMenuItem(); this.panel1 = new System.Windows.Forms.Panel(); this.button2 = new System.Windows.Forms.Button(); this.button_deleteVersion = new System.Windows.Forms.Button(); this.playSelected = new System.Windows.Forms.Button(); this.versionListBox = new System.Windows.Forms.ListBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.saveSetting = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.versionName = new System.Windows.Forms.TextBox(); 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.menuStrip1.SuspendLayout(); this.panel1.SuspendLayout(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // menuStrip1 // this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.settingBSFolder}); 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"; // // settingBSFolder // this.settingBSFolder.Name = "settingBSFolder"; this.settingBSFolder.Size = new System.Drawing.Size(126, 20); this.settingBSFolder.Text = "Set BeatSaber Folder"; this.settingBSFolder.Click += new System.EventHandler(this.settingBSFolder_Click); // // panel1 // this.panel1.Controls.Add(this.button2); this.panel1.Controls.Add(this.button_deleteVersion); 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; // // 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; this.button2.Click += new System.EventHandler(this.addVersion); // // button_deleteVersion // this.button_deleteVersion.Location = new System.Drawing.Point(90, 10); this.button_deleteVersion.Name = "button_deleteVersion"; this.button_deleteVersion.Size = new System.Drawing.Size(87, 23); this.button_deleteVersion.TabIndex = 4; this.button_deleteVersion.Text = "Delete Version"; this.button_deleteVersion.UseVisualStyleBackColor = true; this.button_deleteVersion.Click += new System.EventHandler(this.deleteVersion); // // 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, 184); 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, 184); this.groupBox1.TabIndex = 3; this.groupBox1.TabStop = false; this.groupBox1.Text = "Version"; // // 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); // // 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"; // // 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; // // 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); // // VersionChanger // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1008, 261); this.Controls.Add(this.groupBox1); this.Controls.Add(this.versionListBox); this.Controls.Add(this.panel1); this.Controls.Add(this.menuStrip1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = this.menuStrip1; this.Name = "VersionChanger"; this.Text = "Version Changer"; 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 settingBSFolder; 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; private Button button_deleteVersion; } }