namespace GUIApp { 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.settingsPanel = new System.Windows.Forms.Panel(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.titleBarPanel = new System.Windows.Forms.Panel(); this.debugButton = new System.Windows.Forms.Button(); this.minimizeButton = new System.Windows.Forms.Button(); this.maximizeButton = new System.Windows.Forms.Button(); this.closeButton = new System.Windows.Forms.Button(); this.settingsPanelStateButton = new System.Windows.Forms.Button(); this.panel2 = new System.Windows.Forms.Panel(); this.mainPanel = new System.Windows.Forms.Panel(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.serverStatusLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel(); this.hookedToCemuLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.panel1 = new System.Windows.Forms.Panel(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.timer2 = new System.Windows.Forms.Timer(this.components); this.settingsPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.titleBarPanel.SuspendLayout(); this.panel2.SuspendLayout(); this.statusStrip1.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // settingsPanel // this.settingsPanel.BackColor = System.Drawing.SystemColors.ActiveCaption; this.settingsPanel.Controls.Add(this.pictureBox2); this.settingsPanel.Controls.Add(this.pictureBox1); this.settingsPanel.Dock = System.Windows.Forms.DockStyle.Left; this.settingsPanel.Location = new System.Drawing.Point(0, 0); this.settingsPanel.Margin = new System.Windows.Forms.Padding(5); this.settingsPanel.Name = "settingsPanel"; this.settingsPanel.Size = new System.Drawing.Size(250, 784); this.settingsPanel.TabIndex = 0; // // pictureBox2 // this.pictureBox2.BackColor = System.Drawing.Color.Transparent; this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image"))); this.pictureBox2.Location = new System.Drawing.Point(5, 96); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(240, 70); this.pictureBox2.TabIndex = 3; this.pictureBox2.TabStop = false; // // pictureBox1 // this.pictureBox1.BackColor = System.Drawing.Color.Transparent; this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(5, 14); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(240, 70); this.pictureBox1.TabIndex = 2; this.pictureBox1.TabStop = false; // // titleBarPanel // this.titleBarPanel.BackColor = System.Drawing.SystemColors.ControlLightLight; this.titleBarPanel.Controls.Add(this.debugButton); this.titleBarPanel.Controls.Add(this.minimizeButton); this.titleBarPanel.Controls.Add(this.maximizeButton); this.titleBarPanel.Controls.Add(this.closeButton); this.titleBarPanel.Controls.Add(this.settingsPanelStateButton); this.titleBarPanel.Dock = System.Windows.Forms.DockStyle.Top; this.titleBarPanel.Location = new System.Drawing.Point(0, 0); this.titleBarPanel.Name = "titleBarPanel"; this.titleBarPanel.Size = new System.Drawing.Size(1190, 34); this.titleBarPanel.TabIndex = 0; this.titleBarPanel.MouseDown += new System.Windows.Forms.MouseEventHandler(this.titleBarPanel_MouseDown); // // debugButton // this.debugButton.Location = new System.Drawing.Point(56, 7); this.debugButton.Name = "debugButton"; this.debugButton.Size = new System.Drawing.Size(84, 23); this.debugButton.TabIndex = 4; this.debugButton.Text = "Debug"; this.debugButton.UseVisualStyleBackColor = true; this.debugButton.Visible = false; this.debugButton.Click += new System.EventHandler(this.button1_Click); // // minimizeButton // this.minimizeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.minimizeButton.Location = new System.Drawing.Point(1070, 6); this.minimizeButton.Name = "minimizeButton"; this.minimizeButton.Size = new System.Drawing.Size(32, 23); this.minimizeButton.TabIndex = 3; this.minimizeButton.Text = "-"; this.minimizeButton.UseVisualStyleBackColor = true; this.minimizeButton.Click += new System.EventHandler(this.minimizeButton_Click); // // maximizeButton // this.maximizeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.maximizeButton.Location = new System.Drawing.Point(1107, 6); this.maximizeButton.Name = "maximizeButton"; this.maximizeButton.Size = new System.Drawing.Size(32, 23); this.maximizeButton.TabIndex = 2; this.maximizeButton.Text = "▢"; this.maximizeButton.UseVisualStyleBackColor = true; this.maximizeButton.Click += new System.EventHandler(this.maximizeButton_Click); // // closeButton // this.closeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.closeButton.Location = new System.Drawing.Point(1146, 6); this.closeButton.Name = "closeButton"; this.closeButton.Size = new System.Drawing.Size(32, 23); this.closeButton.TabIndex = 1; this.closeButton.Text = "X"; this.closeButton.UseVisualStyleBackColor = true; this.closeButton.Click += new System.EventHandler(this.closeButton_Click); // // settingsPanelStateButton // this.settingsPanelStateButton.Location = new System.Drawing.Point(8, 5); this.settingsPanelStateButton.Name = "settingsPanelStateButton"; this.settingsPanelStateButton.Size = new System.Drawing.Size(42, 25); this.settingsPanelStateButton.TabIndex = 0; this.settingsPanelStateButton.Text = "<-"; this.settingsPanelStateButton.UseVisualStyleBackColor = true; this.settingsPanelStateButton.Click += new System.EventHandler(this.settingsPanelStateButton_Click); // // panel2 // this.panel2.Controls.Add(this.mainPanel); this.panel2.Controls.Add(this.titleBarPanel); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(250, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(1190, 784); this.panel2.TabIndex = 2; // // mainPanel // this.mainPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.mainPanel.Location = new System.Drawing.Point(0, 34); this.mainPanel.Name = "mainPanel"; this.mainPanel.Size = new System.Drawing.Size(1190, 750); this.mainPanel.TabIndex = 1; this.mainPanel.Paint += new System.Windows.Forms.PaintEventHandler(this.mainPanel_Paint); // // statusStrip1 // this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20); this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.serverStatusLabel, this.toolStripStatusLabel2, this.hookedToCemuLabel}); this.statusStrip1.Location = new System.Drawing.Point(0, 784); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(1440, 26); this.statusStrip1.TabIndex = 3; this.statusStrip1.Text = "statusStrip1"; // // serverStatusLabel // this.serverStatusLabel.Name = "serverStatusLabel"; this.serverStatusLabel.Size = new System.Drawing.Size(110, 20); this.serverStatusLabel.Text = "Not connected."; // // toolStripStatusLabel2 // this.toolStripStatusLabel2.Name = "toolStripStatusLabel2"; this.toolStripStatusLabel2.Size = new System.Drawing.Size(1169, 20); this.toolStripStatusLabel2.Spring = true; // // hookedToCemuLabel // this.hookedToCemuLabel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.hookedToCemuLabel.Name = "hookedToCemuLabel"; this.hookedToCemuLabel.Size = new System.Drawing.Size(146, 20); this.hookedToCemuLabel.Text = "CEMU is not hooked."; // // panel1 // this.panel1.Controls.Add(this.panel2); this.panel1.Controls.Add(this.settingsPanel); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1440, 784); this.panel1.TabIndex = 4; // // timer1 // this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // timer2 // this.timer2.Interval = 10; this.timer2.Tick += new System.EventHandler(this.timer2_Tick); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1440, 810); this.Controls.Add(this.panel1); this.Controls.Add(this.statusStrip1); this.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(5); this.MinimumSize = new System.Drawing.Size(1440, 810); this.Name = "Form1"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Breath of the Wild Multiplayer"; this.Load += new System.EventHandler(this.Form1_Load); this.SizeChanged += new System.EventHandler(this.Form1_SizeChanged); this.settingsPanel.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.titleBarPanel.ResumeLayout(false); this.panel2.ResumeLayout(false); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); this.panel1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Panel settingsPanel; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.PictureBox pictureBox2; private System.Windows.Forms.Panel titleBarPanel; private System.Windows.Forms.Button settingsPanelStateButton; private System.Windows.Forms.Button closeButton; private System.Windows.Forms.Button maximizeButton; private System.Windows.Forms.Button minimizeButton; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Panel mainPanel; private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.ToolStripStatusLabel serverStatusLabel; private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2; private System.Windows.Forms.ToolStripStatusLabel hookedToCemuLabel; public System.Windows.Forms.Timer timer1; private System.Windows.Forms.Timer timer2; public System.Windows.Forms.Button debugButton; } }