namespace BeatSaber_Versions { partial class BeatSaberFolders_Modal { /// /// 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(BeatSaberFolders_Modal)); this.beatSaberFolder = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.songsFolder = 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.setNormalBeatSaberFolder = new System.Windows.Forms.FolderBrowserDialog(); this.setCustomSongsFolder = new System.Windows.Forms.FolderBrowserDialog(); this.SuspendLayout(); // // beatSaberFolder // this.beatSaberFolder.Location = new System.Drawing.Point(113, 7); this.beatSaberFolder.Name = "beatSaberFolder"; this.beatSaberFolder.Size = new System.Drawing.Size(387, 23); this.beatSaberFolder.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); // // songsFolder // this.songsFolder.Location = new System.Drawing.Point(113, 36); this.songsFolder.Name = "songsFolder"; this.songsFolder.Size = new System.Drawing.Size(387, 23); this.songsFolder.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; this.setBSFolder.Click += new System.EventHandler(this.setBSFolder_Click); // // 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; this.setBSSongsFolder.Click += new System.EventHandler(this.setBSSongsFolder_Click); // // 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; this.saveModal.Click += new System.EventHandler(this.saveModal_Click); // // 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.songsFolder); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.beatSaberFolder); 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 beatSaberFolder; private Label label1; private Label label2; private TextBox songsFolder; private Button setBSFolder; private Button setBSSongsFolder; private Button saveModal; private FolderBrowserDialog setNormalBeatSaberFolder; private FolderBrowserDialog setCustomSongsFolder; } }