namespace BizHawk.Client.EmuHawk { partial class NESSyncSettingsForm { /// /// 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.OkBtn = new System.Windows.Forms.Button(); this.CancelBtn = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.HelpBtn = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.checkBoxFamicom = new System.Windows.Forms.CheckBox(); this.comboBoxFamicom = new System.Windows.Forms.ComboBox(); this.comboBoxNESL = new System.Windows.Forms.ComboBox(); this.comboBoxNESR = new System.Windows.Forms.ComboBox(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.SuspendLayout(); // // OkBtn // this.OkBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.OkBtn.Location = new System.Drawing.Point(221, 402); this.OkBtn.Name = "OkBtn"; this.OkBtn.Size = new System.Drawing.Size(67, 23); this.OkBtn.TabIndex = 0; this.OkBtn.Text = "OK"; this.OkBtn.UseVisualStyleBackColor = true; this.OkBtn.Click += new System.EventHandler(this.OkBtn_Click); // // CancelBtn // this.CancelBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.CancelBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.CancelBtn.Location = new System.Drawing.Point(294, 402); this.CancelBtn.Name = "CancelBtn"; this.CancelBtn.Size = new System.Drawing.Size(67, 23); this.CancelBtn.TabIndex = 1; this.CancelBtn.Text = "Cancel"; this.CancelBtn.UseVisualStyleBackColor = true; this.CancelBtn.Click += new System.EventHandler(this.CancelBtn_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(6, 3); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(88, 13); this.label1.TabIndex = 2; this.label1.Text = "Board Properties:"; // // dataGridView1 // this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Location = new System.Drawing.Point(6, 19); this.dataGridView1.MultiSelect = false; this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.Size = new System.Drawing.Size(329, 284); this.dataGridView1.TabIndex = 3; // // HelpBtn // this.HelpBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.HelpBtn.Location = new System.Drawing.Point(6, 309); this.HelpBtn.Name = "HelpBtn"; this.HelpBtn.Size = new System.Drawing.Size(23, 23); this.HelpBtn.TabIndex = 4; this.HelpBtn.Text = "?"; this.HelpBtn.UseVisualStyleBackColor = true; this.HelpBtn.Click += new System.EventHandler(this.HelpBtn_Click); // // label2 // this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(6, 334); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(44, 13); this.label2.TabIndex = 5; this.label2.Text = "Region:"; // // comboBox1 // this.comboBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(57, 331); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(278, 21); this.comboBox1.TabIndex = 6; // // tabControl1 // this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Location = new System.Drawing.Point(12, 12); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(349, 384); this.tabControl1.TabIndex = 7; // // tabPage1 // this.tabPage1.Controls.Add(this.label5); this.tabPage1.Controls.Add(this.label4); this.tabPage1.Controls.Add(this.label3); this.tabPage1.Controls.Add(this.comboBoxNESR); this.tabPage1.Controls.Add(this.comboBoxNESL); this.tabPage1.Controls.Add(this.comboBoxFamicom); this.tabPage1.Controls.Add(this.checkBoxFamicom); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(341, 358); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Controls"; this.tabPage1.UseVisualStyleBackColor = true; // // tabPage2 // this.tabPage2.Controls.Add(this.dataGridView1); this.tabPage2.Controls.Add(this.label2); this.tabPage2.Controls.Add(this.comboBox1); this.tabPage2.Controls.Add(this.label1); this.tabPage2.Controls.Add(this.HelpBtn); this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(341, 358); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Misc"; this.tabPage2.UseVisualStyleBackColor = true; // // checkBoxFamicom // this.checkBoxFamicom.AutoSize = true; this.checkBoxFamicom.Location = new System.Drawing.Point(6, 6); this.checkBoxFamicom.Name = "checkBoxFamicom"; this.checkBoxFamicom.Size = new System.Drawing.Size(68, 17); this.checkBoxFamicom.TabIndex = 0; this.checkBoxFamicom.Text = "Famicom"; this.checkBoxFamicom.UseVisualStyleBackColor = true; this.checkBoxFamicom.CheckedChanged += new System.EventHandler(this.checkBoxFamicom_CheckedChanged); // // comboBoxFamicom // this.comboBoxFamicom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxFamicom.Enabled = false; this.comboBoxFamicom.FormattingEnabled = true; this.comboBoxFamicom.Location = new System.Drawing.Point(6, 72); this.comboBoxFamicom.Name = "comboBoxFamicom"; this.comboBoxFamicom.Size = new System.Drawing.Size(329, 21); this.comboBoxFamicom.TabIndex = 1; // // comboBoxNESL // this.comboBoxNESL.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxNESL.FormattingEnabled = true; this.comboBoxNESL.Location = new System.Drawing.Point(6, 112); this.comboBoxNESL.Name = "comboBoxNESL"; this.comboBoxNESL.Size = new System.Drawing.Size(329, 21); this.comboBoxNESL.TabIndex = 2; // // comboBoxNESR // this.comboBoxNESR.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxNESR.FormattingEnabled = true; this.comboBoxNESR.Location = new System.Drawing.Point(6, 152); this.comboBoxNESR.Name = "comboBoxNESR"; this.comboBoxNESR.Size = new System.Drawing.Size(329, 21); this.comboBoxNESR.TabIndex = 3; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(6, 56); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(104, 13); this.label3.TabIndex = 4; this.label3.Text = "Famicom Expansion:"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(6, 96); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(75, 13); this.label4.TabIndex = 5; this.label4.Text = "NES Left Port:"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(3, 136); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(82, 13); this.label5.TabIndex = 6; this.label5.Text = "NES Right Port:"; // // NESSyncSettingsForm // this.AcceptButton = this.OkBtn; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(373, 437); this.Controls.Add(this.tabControl1); this.Controls.Add(this.CancelBtn); this.Controls.Add(this.OkBtn); this.MinimumSize = new System.Drawing.Size(210, 150); this.Name = "NESSyncSettingsForm"; this.ShowIcon = false; this.Text = "NES Movie Settings"; ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); this.tabPage2.ResumeLayout(false); this.tabPage2.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button OkBtn; private System.Windows.Forms.Button CancelBtn; private System.Windows.Forms.Label label1; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.Button HelpBtn; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.ComboBox comboBoxNESR; private System.Windows.Forms.ComboBox comboBoxNESL; private System.Windows.Forms.ComboBox comboBoxFamicom; private System.Windows.Forms.CheckBox checkBoxFamicom; private System.Windows.Forms.TabPage tabPage2; } }