namespace fpPS4Fro { partial class Form2 { /// /// 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() { this.panel1 = new System.Windows.Forms.Panel(); this.button4 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.textBox1 = new System.Windows.Forms.TextBox(); this.textBox2 = new System.Windows.Forms.TextBox(); this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog(); this.textBox3 = new System.Windows.Forms.TextBox(); this.button5 = new System.Windows.Forms.Button(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.button4); this.panel1.Controls.Add(this.button3); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(0, 264); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(800, 75); this.panel1.TabIndex = 0; // // button4 // this.button4.Location = new System.Drawing.Point(561, 29); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(94, 29); this.button4.TabIndex = 1; this.button4.Text = "CANCEL"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.button4_Click); // // button3 // this.button3.DialogResult = System.Windows.Forms.DialogResult.OK; this.button3.Location = new System.Drawing.Point(131, 29); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(94, 29); this.button3.TabIndex = 0; this.button3.Text = "OK"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // button1 // this.button1.Location = new System.Drawing.Point(43, 42); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(94, 29); this.button1.TabIndex = 1; this.button1.Text = "Emulator"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // button2 // this.button2.Location = new System.Drawing.Point(43, 92); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(94, 29); this.button2.TabIndex = 2; this.button2.Text = "Games"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // textBox1 // this.textBox1.Location = new System.Drawing.Point(195, 43); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(541, 27); this.textBox1.TabIndex = 3; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(195, 93); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(541, 27); this.textBox2.TabIndex = 4; // // textBox3 // this.textBox3.Location = new System.Drawing.Point(195, 148); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(541, 27); this.textBox3.TabIndex = 6; // // button5 // this.button5.Location = new System.Drawing.Point(43, 147); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(94, 29); this.button5.TabIndex = 5; this.button5.Text = "Savedata"; this.button5.UseVisualStyleBackColor = true; this.button5.Click += new System.EventHandler(this.button5_Click); // // Form2 // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 339); this.Controls.Add(this.textBox3); this.Controls.Add(this.button5); this.Controls.Add(this.textBox2); this.Controls.Add(this.textBox1); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.panel1); this.Name = "Form2"; this.Text = "Directories"; this.Load += new System.EventHandler(this.Form2_Load); this.panel1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Panel panel1; private Button button4; private Button button3; private Button button1; private Button button2; private TextBox textBox1; private TextBox textBox2; private FolderBrowserDialog folderBrowserDialog1; private TextBox textBox3; private Button button5; } }