136 lines
5.6 KiB
C#
136 lines
5.6 KiB
C#
namespace BeatSaber_Versions
|
|
{
|
|
partial class BeatSaberFolders_Modal
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BeatSaberFolders_Modal));
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
|
this.setBSFolder = new System.Windows.Forms.Button();
|
|
this.setBSSongsFolder = new System.Windows.Forms.Button();
|
|
this.saveModal = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Location = new System.Drawing.Point(113, 7);
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(387, 23);
|
|
this.textBox1.TabIndex = 0;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(12, 10);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(95, 15);
|
|
this.label1.TabIndex = 1;
|
|
this.label1.Text = "BeatSaber Folder";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(12, 39);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(94, 15);
|
|
this.label2.TabIndex = 2;
|
|
this.label2.Text = "BeatSaber Songs";
|
|
this.label2.Click += new System.EventHandler(this.label2_Click);
|
|
//
|
|
// textBox2
|
|
//
|
|
this.textBox2.Location = new System.Drawing.Point(113, 36);
|
|
this.textBox2.Name = "textBox2";
|
|
this.textBox2.Size = new System.Drawing.Size(387, 23);
|
|
this.textBox2.TabIndex = 3;
|
|
//
|
|
// setBSFolder
|
|
//
|
|
this.setBSFolder.Location = new System.Drawing.Point(502, 7);
|
|
this.setBSFolder.Name = "setBSFolder";
|
|
this.setBSFolder.Size = new System.Drawing.Size(75, 23);
|
|
this.setBSFolder.TabIndex = 4;
|
|
this.setBSFolder.Text = "Set Folder";
|
|
this.setBSFolder.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
|
|
this.setBSFolder.UseVisualStyleBackColor = true;
|
|
//
|
|
// setBSSongsFolder
|
|
//
|
|
this.setBSSongsFolder.Location = new System.Drawing.Point(502, 36);
|
|
this.setBSSongsFolder.Name = "setBSSongsFolder";
|
|
this.setBSSongsFolder.Size = new System.Drawing.Size(75, 23);
|
|
this.setBSSongsFolder.TabIndex = 5;
|
|
this.setBSSongsFolder.Text = "Set Folder";
|
|
this.setBSSongsFolder.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
|
|
this.setBSSongsFolder.UseVisualStyleBackColor = true;
|
|
//
|
|
// saveModal
|
|
//
|
|
this.saveModal.Location = new System.Drawing.Point(502, 82);
|
|
this.saveModal.Name = "saveModal";
|
|
this.saveModal.Size = new System.Drawing.Size(75, 23);
|
|
this.saveModal.TabIndex = 6;
|
|
this.saveModal.Text = "Save";
|
|
this.saveModal.UseVisualStyleBackColor = true;
|
|
//
|
|
// BeatSaberFolders_Modal
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
this.ClientSize = new System.Drawing.Size(584, 115);
|
|
this.Controls.Add(this.saveModal);
|
|
this.Controls.Add(this.setBSSongsFolder);
|
|
this.Controls.Add(this.setBSFolder);
|
|
this.Controls.Add(this.textBox2);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.textBox1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
|
this.HelpButton = true;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "BeatSaberFolders_Modal";
|
|
this.Text = "BeatSaberFolders_Modal";
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private TextBox textBox1;
|
|
private Label label1;
|
|
private Label label2;
|
|
private TextBox textBox2;
|
|
private Button setBSFolder;
|
|
private Button setBSSongsFolder;
|
|
private Button saveModal;
|
|
}
|
|
} |