namespace fpPS4Fro { partial class Form1 { /// /// 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.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel(); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.dateiToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.loadGameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton2 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton3 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton4 = new System.Windows.Forms.ToolStripButton(); this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.panel1 = new System.Windows.Forms.Panel(); this.textBox1 = new System.Windows.Forms.TextBox(); this.button1 = new System.Windows.Forms.Button(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.checkBox8 = new System.Windows.Forms.CheckBox(); this.checkBox7 = new System.Windows.Forms.CheckBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.checkBox6 = new System.Windows.Forms.CheckBox(); this.checkBox5 = new System.Windows.Forms.CheckBox(); this.checkBox4 = new System.Windows.Forms.CheckBox(); this.checkBox3 = new System.Windows.Forms.CheckBox(); this.checkBox2 = new System.Windows.Forms.CheckBox(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.panel2 = new System.Windows.Forms.Panel(); this.richTextBox1 = new System.Windows.Forms.RichTextBox(); this.splitter2 = new System.Windows.Forms.Splitter(); this.listView1 = new System.Windows.Forms.ListView(); this.columnHeader1 = new System.Windows.Forms.ColumnHeader(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.statusStrip1.SuspendLayout(); this.menuStrip1.SuspendLayout(); this.toolStrip1.SuspendLayout(); this.panel1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox1.SuspendLayout(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // statusStrip1 // this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20); this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripStatusLabel1}); this.statusStrip1.Location = new System.Drawing.Point(0, 827); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(1227, 26); this.statusStrip1.TabIndex = 0; this.statusStrip1.Text = "statusStrip1"; // // toolStripStatusLabel1 // this.toolStripStatusLabel1.Name = "toolStripStatusLabel1"; this.toolStripStatusLabel1.Size = new System.Drawing.Size(18, 20); this.toolStripStatusLabel1.Text = "..."; // // menuStrip1 // this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20); this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.dateiToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(1227, 28); this.menuStrip1.TabIndex = 1; this.menuStrip1.Text = "menuStrip1"; // // dateiToolStripMenuItem // this.dateiToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.loadGameToolStripMenuItem, this.optionsToolStripMenuItem}); this.dateiToolStripMenuItem.Name = "dateiToolStripMenuItem"; this.dateiToolStripMenuItem.Size = new System.Drawing.Size(46, 24); this.dateiToolStripMenuItem.Text = "File"; this.dateiToolStripMenuItem.Click += new System.EventHandler(this.dateiToolStripMenuItem_Click); // // loadGameToolStripMenuItem // this.loadGameToolStripMenuItem.Name = "loadGameToolStripMenuItem"; this.loadGameToolStripMenuItem.Size = new System.Drawing.Size(168, 26); this.loadGameToolStripMenuItem.Text = "Load Game"; this.loadGameToolStripMenuItem.Click += new System.EventHandler(this.loadGameToolStripMenuItem_Click); // // toolStrip1 // this.toolStrip1.ImageScalingSize = new System.Drawing.Size(38, 38); this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripButton1, this.toolStripButton2, this.toolStripButton3, this.toolStripButton4}); this.toolStrip1.Location = new System.Drawing.Point(0, 28); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(1227, 45); this.toolStrip1.TabIndex = 2; this.toolStrip1.Text = "toolStrip1"; this.toolStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStrip1_ItemClicked); // // toolStripButton1 // this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image"))); this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Size = new System.Drawing.Size(42, 42); this.toolStripButton1.Text = "Load Game"; this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click); // // toolStripButton2 // this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image"))); this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton2.Name = "toolStripButton2"; this.toolStripButton2.Size = new System.Drawing.Size(42, 42); this.toolStripButton2.Text = "toolStripButton2"; this.toolStripButton2.ToolTipText = "Options"; this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click); // // toolStripButton3 // this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image"))); this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton3.Name = "toolStripButton3"; this.toolStripButton3.Size = new System.Drawing.Size(42, 42); this.toolStripButton3.Text = "toolStripButton3"; this.toolStripButton3.ToolTipText = "Exit"; this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click); // // toolStripButton4 // this.toolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image"))); this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton4.Name = "toolStripButton4"; this.toolStripButton4.Size = new System.Drawing.Size(42, 42); this.toolStripButton4.Text = "toolStripButton4"; this.toolStripButton4.ToolTipText = "Info"; this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click); // // openFileDialog1 // this.openFileDialog1.FileName = "openFileDialog1"; // // panel1 // this.panel1.Controls.Add(this.textBox1); this.panel1.Controls.Add(this.button1); this.panel1.Controls.Add(this.groupBox2); this.panel1.Controls.Add(this.groupBox1); this.panel1.Dock = System.Windows.Forms.DockStyle.Right; this.panel1.Location = new System.Drawing.Point(823, 73); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(404, 754); this.panel1.TabIndex = 4; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(20, 501); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.ReadOnly = true; this.textBox1.Size = new System.Drawing.Size(372, 200); this.textBox1.TabIndex = 4; // // button1 // this.button1.Location = new System.Drawing.Point(20, 707); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(372, 29); this.button1.TabIndex = 3; this.button1.Text = "copy to Clipboard"; this.button1.UseVisualStyleBackColor = true; this.button1.Visible = false; this.button1.Click += new System.EventHandler(this.button1_Click); // // groupBox2 // this.groupBox2.Controls.Add(this.checkBox8); this.groupBox2.Controls.Add(this.checkBox7); this.groupBox2.Location = new System.Drawing.Point(20, 353); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(372, 125); this.groupBox2.TabIndex = 1; this.groupBox2.TabStop = false; this.groupBox2.Text = "..."; // // checkBox8 // this.checkBox8.AutoSize = true; this.checkBox8.Font = new System.Drawing.Font("Segoe UI", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.checkBox8.Location = new System.Drawing.Point(61, 74); this.checkBox8.Name = "checkBox8"; this.checkBox8.Size = new System.Drawing.Size(247, 27); this.checkBox8.TabIndex = 7; this.checkBox8.Text = "activate parameter savedata"; this.checkBox8.UseVisualStyleBackColor = true; this.checkBox8.CheckedChanged += new System.EventHandler(this.checkBox8_CheckedChanged); // // checkBox7 // this.checkBox7.AutoSize = true; this.checkBox7.Font = new System.Drawing.Font("Segoe UI", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.checkBox7.Location = new System.Drawing.Point(61, 26); this.checkBox7.Name = "checkBox7"; this.checkBox7.Size = new System.Drawing.Size(184, 27); this.checkBox7.TabIndex = 6; this.checkBox7.Text = "show window intern"; this.checkBox7.UseVisualStyleBackColor = true; this.checkBox7.CheckedChanged += new System.EventHandler(this.checkBox7_CheckedChanged); // // groupBox1 // this.groupBox1.Controls.Add(this.checkBox6); this.groupBox1.Controls.Add(this.checkBox5); this.groupBox1.Controls.Add(this.checkBox4); this.groupBox1.Controls.Add(this.checkBox3); this.groupBox1.Controls.Add(this.checkBox2); this.groupBox1.Controls.Add(this.checkBox1); this.groupBox1.Location = new System.Drawing.Point(20, 35); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(372, 312); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Hacks"; // // checkBox6 // this.checkBox6.AutoSize = true; this.checkBox6.Font = new System.Drawing.Font("Segoe UI", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.checkBox6.Location = new System.Drawing.Point(61, 248); this.checkBox6.Name = "checkBox6"; this.checkBox6.Size = new System.Drawing.Size(195, 27); this.checkBox6.TabIndex = 5; this.checkBox6.Text = "DISABLE_SRGB_HACK"; this.checkBox6.UseVisualStyleBackColor = true; this.checkBox6.CheckedChanged += new System.EventHandler(this.checkBox6_CheckedChanged); // // checkBox5 // this.checkBox5.AutoSize = true; this.checkBox5.Font = new System.Drawing.Font("Segoe UI", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.checkBox5.Location = new System.Drawing.Point(61, 206); this.checkBox5.Name = "checkBox5"; this.checkBox5.Size = new System.Drawing.Size(185, 27); this.checkBox5.TabIndex = 4; this.checkBox5.Text = "IMAGE_LOAD_HACK"; this.checkBox5.UseVisualStyleBackColor = true; this.checkBox5.CheckedChanged += new System.EventHandler(this.checkBox5_CheckedChanged); // // checkBox4 // this.checkBox4.AutoSize = true; this.checkBox4.Font = new System.Drawing.Font("Segoe UI", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.checkBox4.Location = new System.Drawing.Point(61, 164); this.checkBox4.Name = "checkBox4"; this.checkBox4.Size = new System.Drawing.Size(178, 27); this.checkBox4.TabIndex = 3; this.checkBox4.Text = "IMAGE_TEST_HACK"; this.checkBox4.UseVisualStyleBackColor = true; this.checkBox4.CheckedChanged += new System.EventHandler(this.checkBox4_CheckedChanged); // // checkBox3 // this.checkBox3.AutoSize = true; this.checkBox3.Font = new System.Drawing.Font("Segoe UI", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.checkBox3.Location = new System.Drawing.Point(61, 122); this.checkBox3.Name = "checkBox3"; this.checkBox3.Size = new System.Drawing.Size(221, 27); this.checkBox3.TabIndex = 2; this.checkBox3.Text = "MEMORY_BOUND_HACK"; this.checkBox3.UseVisualStyleBackColor = true; this.checkBox3.CheckedChanged += new System.EventHandler(this.checkBox3_CheckedChanged); // // checkBox2 // this.checkBox2.AutoSize = true; this.checkBox2.Font = new System.Drawing.Font("Segoe UI", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.checkBox2.Location = new System.Drawing.Point(61, 80); this.checkBox2.Name = "checkBox2"; this.checkBox2.Size = new System.Drawing.Size(233, 27); this.checkBox2.TabIndex = 1; this.checkBox2.Text = "COMPUTE_DISABLE_HACK"; this.checkBox2.UseVisualStyleBackColor = true; this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged); // // checkBox1 // this.checkBox1.AutoSize = true; this.checkBox1.Font = new System.Drawing.Font("Segoe UI", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.checkBox1.Location = new System.Drawing.Point(61, 38); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(206, 27); this.checkBox1.TabIndex = 0; this.checkBox1.Text = "DEPTH_DISABLE_HACK"; this.checkBox1.UseVisualStyleBackColor = true; this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged); // // panel2 // this.panel2.Controls.Add(this.richTextBox1); this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel2.Location = new System.Drawing.Point(0, 452); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(823, 375); this.panel2.TabIndex = 8; this.panel2.Visible = false; // // richTextBox1 // this.richTextBox1.BackColor = System.Drawing.Color.Black; this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.richTextBox1.Font = new System.Drawing.Font("Segoe UI", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.richTextBox1.ForeColor = System.Drawing.Color.White; this.richTextBox1.Location = new System.Drawing.Point(0, 0); this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.Size = new System.Drawing.Size(823, 375); this.richTextBox1.TabIndex = 0; this.richTextBox1.Text = ""; // // splitter2 // this.splitter2.Dock = System.Windows.Forms.DockStyle.Bottom; this.splitter2.Location = new System.Drawing.Point(0, 448); this.splitter2.Name = "splitter2"; this.splitter2.Size = new System.Drawing.Size(823, 4); this.splitter2.TabIndex = 9; this.splitter2.TabStop = false; // // listView1 // this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1}); this.listView1.Dock = System.Windows.Forms.DockStyle.Fill; this.listView1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.listView1.GridLines = true; this.listView1.LargeImageList = this.imageList1; this.listView1.Location = new System.Drawing.Point(0, 73); this.listView1.MultiSelect = false; this.listView1.Name = "listView1"; this.listView1.ShowGroups = false; this.listView1.Size = new System.Drawing.Size(823, 375); this.listView1.TabIndex = 10; this.listView1.UseCompatibleStateImageBehavior = false; this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged); this.listView1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listView1_MouseDoubleClick); // // columnHeader1 // this.columnHeader1.Text = "Games"; this.columnHeader1.Width = 250; // // imageList1 // this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit; this.imageList1.ImageSize = new System.Drawing.Size(128, 128); this.imageList1.TransparentColor = System.Drawing.Color.Transparent; // // optionsToolStripMenuItem // this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem"; this.optionsToolStripMenuItem.Size = new System.Drawing.Size(224, 26); this.optionsToolStripMenuItem.Text = "Options"; this.optionsToolStripMenuItem.Click += new System.EventHandler(this.optionsToolStripMenuItem_Click); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1227, 853); this.Controls.Add(this.listView1); this.Controls.Add(this.splitter2); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Controls.Add(this.toolStrip1); this.Controls.Add(this.statusStrip1); this.Controls.Add(this.menuStrip1); this.MainMenuStrip = this.menuStrip1; this.Name = "Form1"; this.Text = "fpPS4Fro"; this.Load += new System.EventHandler(this.Form1_Load); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.panel2.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private StatusStrip statusStrip1; private MenuStrip menuStrip1; private ToolStripMenuItem dateiToolStripMenuItem; private ToolStripMenuItem loadGameToolStripMenuItem; private ToolStrip toolStrip1; private ToolStripButton toolStripButton1; private ToolStripButton toolStripButton2; private ToolStripButton toolStripButton3; private OpenFileDialog openFileDialog1; private ToolStripButton toolStripButton4; private Panel panel1; private GroupBox groupBox1; private CheckBox checkBox6; private CheckBox checkBox5; private CheckBox checkBox4; private CheckBox checkBox3; private CheckBox checkBox2; private CheckBox checkBox1; private GroupBox groupBox2; private CheckBox checkBox7; private SplitContainer splitContainer1; private Splitter splitter1; private Panel panel2; private Splitter splitter2; private ListView listView1; private RichTextBox richTextBox1; private ColumnHeader columnHeader1; private CheckBox checkBox8; private ToolStripStatusLabel toolStripStatusLabel1; private Button button1; private ImageList imageList1; private TextBox textBox1; private ToolStripMenuItem optionsToolStripMenuItem; } }