namespace BizHawk.MultiClient { partial class PCEBGViewer { /// /// 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.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.vDC1ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.vCD2ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.autoloadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveWindowPositionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox5 = new System.Windows.Forms.GroupBox(); this.label7 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.RefreshRate = new System.Windows.Forms.TrackBar(); this.canvas = new BizHawk.MultiClient.PCEBGCanvas(); this.menuStrip1.SuspendLayout(); this.groupBox1.SuspendLayout(); this.groupBox5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.RefreshRate)).BeginInit(); this.SuspendLayout(); // // menuStrip1 // this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.optionsToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(676, 24); this.menuStrip1.TabIndex = 2; this.menuStrip1.Text = "menuStrip1"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.vDC1ToolStripMenuItem, this.vCD2ToolStripMenuItem, this.toolStripSeparator1, this.exitToolStripMenuItem}); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(54, 20); this.fileToolStripMenuItem.Text = "&Viewer"; this.fileToolStripMenuItem.DropDownOpened += new System.EventHandler(this.fileToolStripMenuItem_DropDownOpened); // // vDC1ToolStripMenuItem // this.vDC1ToolStripMenuItem.Name = "vDC1ToolStripMenuItem"; this.vDC1ToolStripMenuItem.Size = new System.Drawing.Size(134, 22); this.vDC1ToolStripMenuItem.Text = "VDC&1"; this.vDC1ToolStripMenuItem.Click += new System.EventHandler(this.vDC1ToolStripMenuItem_Click); // // vCD2ToolStripMenuItem // this.vCD2ToolStripMenuItem.Name = "vCD2ToolStripMenuItem"; this.vCD2ToolStripMenuItem.Size = new System.Drawing.Size(134, 22); this.vCD2ToolStripMenuItem.Text = "VCD&2"; this.vCD2ToolStripMenuItem.Click += new System.EventHandler(this.vCD2ToolStripMenuItem_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(131, 6); // // exitToolStripMenuItem // this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; this.exitToolStripMenuItem.ShortcutKeyDisplayString = "Alt+F4"; this.exitToolStripMenuItem.Size = new System.Drawing.Size(134, 22); this.exitToolStripMenuItem.Text = "E&xit"; this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); // // optionsToolStripMenuItem // this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.autoloadToolStripMenuItem, this.saveWindowPositionToolStripMenuItem}); this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem"; this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20); this.optionsToolStripMenuItem.Text = "&Options"; this.optionsToolStripMenuItem.DropDownOpened += new System.EventHandler(this.optionsToolStripMenuItem_DropDownOpened); // // autoloadToolStripMenuItem // this.autoloadToolStripMenuItem.Name = "autoloadToolStripMenuItem"; this.autoloadToolStripMenuItem.Size = new System.Drawing.Size(191, 22); this.autoloadToolStripMenuItem.Text = "&Auto-load"; this.autoloadToolStripMenuItem.Click += new System.EventHandler(this.autoloadToolStripMenuItem_Click); // // saveWindowPositionToolStripMenuItem // this.saveWindowPositionToolStripMenuItem.Name = "saveWindowPositionToolStripMenuItem"; this.saveWindowPositionToolStripMenuItem.Size = new System.Drawing.Size(191, 22); this.saveWindowPositionToolStripMenuItem.Text = "&Save Window position"; this.saveWindowPositionToolStripMenuItem.Click += new System.EventHandler(this.saveWindowPositionToolStripMenuItem_Click); // // groupBox1 // this.groupBox1.Controls.Add(this.canvas); this.groupBox1.Location = new System.Drawing.Point(12, 27); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(529, 536); this.groupBox1.TabIndex = 3; this.groupBox1.TabStop = false; // // groupBox5 // this.groupBox5.Controls.Add(this.label7); this.groupBox5.Controls.Add(this.label6); this.groupBox5.Controls.Add(this.RefreshRate); this.groupBox5.Location = new System.Drawing.Point(554, 28); this.groupBox5.Name = "groupBox5"; this.groupBox5.Size = new System.Drawing.Size(108, 236); this.groupBox5.TabIndex = 15; this.groupBox5.TabStop = false; this.groupBox5.Text = "Refresh"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(7, 186); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(31, 13); this.label7.TabIndex = 2; this.label7.Text = "More"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(7, 32); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(29, 13); this.label6.TabIndex = 1; this.label6.Text = "Less"; // // RefreshRate // this.RefreshRate.LargeChange = 2; this.RefreshRate.Location = new System.Drawing.Point(9, 47); this.RefreshRate.Maximum = 16; this.RefreshRate.Minimum = 1; this.RefreshRate.Name = "RefreshRate"; this.RefreshRate.Orientation = System.Windows.Forms.Orientation.Vertical; this.RefreshRate.Size = new System.Drawing.Size(45, 136); this.RefreshRate.TabIndex = 0; this.RefreshRate.TickFrequency = 4; this.RefreshRate.Value = 16; // // canvas // this.canvas.BackColor = System.Drawing.SystemColors.ControlLightLight; this.canvas.Location = new System.Drawing.Point(8, 15); this.canvas.Name = "canvas"; this.canvas.Size = new System.Drawing.Size(512, 513); this.canvas.TabIndex = 0; // // PCEBGViewer // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(676, 575); this.Controls.Add(this.groupBox5); this.Controls.Add(this.groupBox1); this.Controls.Add(this.menuStrip1); this.MainMenuStrip = this.menuStrip1; this.Name = "PCEBGViewer"; this.ShowIcon = false; this.Text = "PCE BG Viewer"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.PCEBGViewer_FormClosed); this.Load += new System.EventHandler(this.PCEBGViewer_Load); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox5.ResumeLayout(false); this.groupBox5.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.RefreshRate)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private PCEBGCanvas canvas; private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem autoloadToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem saveWindowPositionToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem vDC1ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem vCD2ToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.GroupBox groupBox5; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label6; private System.Windows.Forms.TrackBar RefreshRate; } }