fix tabbing in gb config designer files

This commit is contained in:
CasualPokePlayer 2022-06-06 09:07:34 -07:00
parent d0383d1e9d
commit 0957095e2b
3 changed files with 295 additions and 295 deletions

View File

@ -28,159 +28,159 @@
/// </summary> /// </summary>
private void InitializeComponent() private void InitializeComponent()
{ {
this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage(); this.tabPage1 = new System.Windows.Forms.TabPage();
this.gbPrefControl1 = new BizHawk.Client.EmuHawk.GBPrefControl(); this.gbPrefControl1 = new BizHawk.Client.EmuHawk.GBPrefControl();
this.tabPage2 = new System.Windows.Forms.TabPage(); this.tabPage2 = new System.Windows.Forms.TabPage();
this.gbPrefControl2 = new BizHawk.Client.EmuHawk.GBPrefControl(); this.gbPrefControl2 = new BizHawk.Client.EmuHawk.GBPrefControl();
this.tabPage3 = new System.Windows.Forms.TabPage(); this.tabPage3 = new System.Windows.Forms.TabPage();
this.gbPrefControl3 = new BizHawk.Client.EmuHawk.GBPrefControl(); this.gbPrefControl3 = new BizHawk.Client.EmuHawk.GBPrefControl();
this.tabPage4 = new System.Windows.Forms.TabPage(); this.tabPage4 = new System.Windows.Forms.TabPage();
this.gbPrefControl4 = new BizHawk.Client.EmuHawk.GBPrefControl(); this.gbPrefControl4 = new BizHawk.Client.EmuHawk.GBPrefControl();
this.buttonCancel = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button();
this.buttonOK = new System.Windows.Forms.Button(); this.buttonOK = new System.Windows.Forms.Button();
this.tabControl1.SuspendLayout(); this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout(); this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout(); this.tabPage2.SuspendLayout();
this.tabPage3.SuspendLayout(); this.tabPage3.SuspendLayout();
this.tabPage4.SuspendLayout(); this.tabPage4.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
// tabControl1 // tabControl1
// //
this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 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.Left)
| System.Windows.Forms.AnchorStyles.Right))); | System.Windows.Forms.AnchorStyles.Right)));
this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Controls.Add(this.tabPage3); this.tabControl1.Controls.Add(this.tabPage3);
this.tabControl1.Controls.Add(this.tabPage4); this.tabControl1.Controls.Add(this.tabPage4);
this.tabControl1.Location = new System.Drawing.Point(12, 12); this.tabControl1.Location = new System.Drawing.Point(12, 12);
this.tabControl1.Name = "tabControl1"; this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0; this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(538, 349); this.tabControl1.Size = new System.Drawing.Size(538, 349);
this.tabControl1.TabIndex = 0; this.tabControl1.TabIndex = 0;
// //
// tabPage1 // tabPage1
// //
this.tabPage1.Controls.Add(this.gbPrefControl1); this.tabPage1.Controls.Add(this.gbPrefControl1);
this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1"; this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(530, 323); this.tabPage1.Size = new System.Drawing.Size(530, 323);
this.tabPage1.TabIndex = 0; this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "Player 1 Gameboy"; this.tabPage1.Text = "Player 1 Gameboy";
this.tabPage1.UseVisualStyleBackColor = true; this.tabPage1.UseVisualStyleBackColor = true;
// //
// gbPrefControl1 // gbPrefControl1
// //
this.gbPrefControl1.DialogParent = null; this.gbPrefControl1.DialogParent = null;
this.gbPrefControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.gbPrefControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.gbPrefControl1.Location = new System.Drawing.Point(3, 3); this.gbPrefControl1.Location = new System.Drawing.Point(3, 3);
this.gbPrefControl1.Name = "gbPrefControl1"; this.gbPrefControl1.Name = "gbPrefControl1";
this.gbPrefControl1.Size = new System.Drawing.Size(524, 317); this.gbPrefControl1.Size = new System.Drawing.Size(524, 317);
this.gbPrefControl1.TabIndex = 0; this.gbPrefControl1.TabIndex = 0;
// //
// tabPage2 // tabPage2
// //
this.tabPage2.Controls.Add(this.gbPrefControl2); this.tabPage2.Controls.Add(this.gbPrefControl2);
this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Name = "tabPage2"; this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(530, 323); this.tabPage2.Size = new System.Drawing.Size(530, 323);
this.tabPage2.TabIndex = 1; this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "Player 2 Gameboy"; this.tabPage2.Text = "Player 2 Gameboy";
this.tabPage2.UseVisualStyleBackColor = true; this.tabPage2.UseVisualStyleBackColor = true;
// //
// gbPrefControl2 // gbPrefControl2
// //
this.gbPrefControl2.DialogParent = null; this.gbPrefControl2.DialogParent = null;
this.gbPrefControl2.Dock = System.Windows.Forms.DockStyle.Fill; this.gbPrefControl2.Dock = System.Windows.Forms.DockStyle.Fill;
this.gbPrefControl2.Location = new System.Drawing.Point(3, 3); this.gbPrefControl2.Location = new System.Drawing.Point(3, 3);
this.gbPrefControl2.Name = "gbPrefControl2"; this.gbPrefControl2.Name = "gbPrefControl2";
this.gbPrefControl2.Size = new System.Drawing.Size(524, 317); this.gbPrefControl2.Size = new System.Drawing.Size(524, 317);
this.gbPrefControl2.TabIndex = 0; this.gbPrefControl2.TabIndex = 0;
// //
// tabPage3 // tabPage3
// //
this.tabPage3.Controls.Add(this.gbPrefControl3); this.tabPage3.Controls.Add(this.gbPrefControl3);
this.tabPage3.Location = new System.Drawing.Point(4, 22); this.tabPage3.Location = new System.Drawing.Point(4, 22);
this.tabPage3.Name = "tabPage3"; this.tabPage3.Name = "tabPage3";
this.tabPage3.Padding = new System.Windows.Forms.Padding(3); this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
this.tabPage3.Size = new System.Drawing.Size(530, 323); this.tabPage3.Size = new System.Drawing.Size(530, 323);
this.tabPage3.TabIndex = 2; this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "Player 3 Gameboy"; this.tabPage3.Text = "Player 3 Gameboy";
this.tabPage3.UseVisualStyleBackColor = true; this.tabPage3.UseVisualStyleBackColor = true;
// //
// gbPrefControl3 // gbPrefControl3
// //
this.gbPrefControl3.DialogParent = null; this.gbPrefControl3.DialogParent = null;
this.gbPrefControl3.Dock = System.Windows.Forms.DockStyle.Fill; this.gbPrefControl3.Dock = System.Windows.Forms.DockStyle.Fill;
this.gbPrefControl3.Location = new System.Drawing.Point(3, 3); this.gbPrefControl3.Location = new System.Drawing.Point(3, 3);
this.gbPrefControl3.Name = "gbPrefControl3"; this.gbPrefControl3.Name = "gbPrefControl3";
this.gbPrefControl3.Size = new System.Drawing.Size(524, 317); this.gbPrefControl3.Size = new System.Drawing.Size(524, 317);
this.gbPrefControl3.TabIndex = 0; this.gbPrefControl3.TabIndex = 0;
// //
// tabPage4 // tabPage4
// //
this.tabPage4.Controls.Add(this.gbPrefControl4); this.tabPage4.Controls.Add(this.gbPrefControl4);
this.tabPage4.Location = new System.Drawing.Point(4, 22); this.tabPage4.Location = new System.Drawing.Point(4, 22);
this.tabPage4.Name = "tabPage4"; this.tabPage4.Name = "tabPage4";
this.tabPage4.Padding = new System.Windows.Forms.Padding(3); this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
this.tabPage4.Size = new System.Drawing.Size(530, 323); this.tabPage4.Size = new System.Drawing.Size(530, 323);
this.tabPage4.TabIndex = 3; this.tabPage4.TabIndex = 3;
this.tabPage4.Text = "Player 4 Gameboy"; this.tabPage4.Text = "Player 4 Gameboy";
this.tabPage4.UseVisualStyleBackColor = true; this.tabPage4.UseVisualStyleBackColor = true;
// //
// gbPrefControl4 // gbPrefControl4
// //
this.gbPrefControl4.DialogParent = null; this.gbPrefControl4.DialogParent = null;
this.gbPrefControl4.Dock = System.Windows.Forms.DockStyle.Fill; this.gbPrefControl4.Dock = System.Windows.Forms.DockStyle.Fill;
this.gbPrefControl4.Location = new System.Drawing.Point(3, 3); this.gbPrefControl4.Location = new System.Drawing.Point(3, 3);
this.gbPrefControl4.Name = "gbPrefControl4"; this.gbPrefControl4.Name = "gbPrefControl4";
this.gbPrefControl4.Size = new System.Drawing.Size(524, 317); this.gbPrefControl4.Size = new System.Drawing.Size(524, 317);
this.gbPrefControl4.TabIndex = 0; this.gbPrefControl4.TabIndex = 0;
// //
// buttonCancel // buttonCancel
// //
this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.buttonCancel.Location = new System.Drawing.Point(475, 375); this.buttonCancel.Location = new System.Drawing.Point(475, 375);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 23); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 1; this.buttonCancel.TabIndex = 1;
this.buttonCancel.Text = "Cancel"; this.buttonCancel.Text = "Cancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
// //
// buttonOK // buttonOK
// //
this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK; this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK;
this.buttonOK.Location = new System.Drawing.Point(394, 375); this.buttonOK.Location = new System.Drawing.Point(394, 375);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 23); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 2; this.buttonOK.TabIndex = 2;
this.buttonOK.Text = "OK"; this.buttonOK.Text = "OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;
// //
// GBLPrefs // GBLPrefs
// //
this.AcceptButton = this.buttonOK; this.AcceptButton = this.buttonOK;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.buttonCancel; this.CancelButton = this.buttonCancel;
this.ClientSize = new System.Drawing.Size(562, 410); this.ClientSize = new System.Drawing.Size(562, 410);
this.Controls.Add(this.buttonOK); this.Controls.Add(this.buttonOK);
this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonCancel);
this.Controls.Add(this.tabControl1); this.Controls.Add(this.tabControl1);
this.Name = "GBLPrefs"; this.Name = "GBLPrefs";
this.Text = "Gameboy Link Settings"; this.Text = "Gameboy Link Settings";
this.tabControl1.ResumeLayout(false); this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false); this.tabPage1.ResumeLayout(false);
this.tabPage2.ResumeLayout(false); this.tabPage2.ResumeLayout(false);
this.tabPage3.ResumeLayout(false); this.tabPage3.ResumeLayout(false);
this.tabPage4.ResumeLayout(false); this.tabPage4.ResumeLayout(false);
this.ResumeLayout(false); this.ResumeLayout(false);
} }

View File

@ -28,49 +28,49 @@
/// </summary> /// </summary>
private void InitializeComponent() private void InitializeComponent()
{ {
this.propertyGrid1 = new System.Windows.Forms.PropertyGrid(); this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
this.buttonDefaults = new System.Windows.Forms.Button(); this.buttonDefaults = new System.Windows.Forms.Button();
this.buttonGbPalette = new System.Windows.Forms.Button(); this.buttonGbPalette = new System.Windows.Forms.Button();
this.cbRgbdsSyntax = new System.Windows.Forms.CheckBox(); this.cbRgbdsSyntax = new System.Windows.Forms.CheckBox();
this.checkBoxMuted = new System.Windows.Forms.CheckBox(); this.checkBoxMuted = new System.Windows.Forms.CheckBox();
this.cbShowBorder = new System.Windows.Forms.CheckBox(); this.cbShowBorder = new System.Windows.Forms.CheckBox();
this.buttonGbcPalette = new System.Windows.Forms.Button(); this.buttonGbcPalette = new System.Windows.Forms.Button();
this.SuspendLayout(); this.SuspendLayout();
// //
// propertyGrid1 // propertyGrid1
// //
this.propertyGrid1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) this.propertyGrid1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right))); | System.Windows.Forms.AnchorStyles.Right)));
this.propertyGrid1.Location = new System.Drawing.Point(3, 3); this.propertyGrid1.Location = new System.Drawing.Point(3, 3);
this.propertyGrid1.Name = "propertyGrid1"; this.propertyGrid1.Name = "propertyGrid1";
this.propertyGrid1.PropertySort = System.Windows.Forms.PropertySort.NoSort; this.propertyGrid1.PropertySort = System.Windows.Forms.PropertySort.NoSort;
this.propertyGrid1.Size = new System.Drawing.Size(516, 408); this.propertyGrid1.Size = new System.Drawing.Size(516, 408);
this.propertyGrid1.TabIndex = 0; this.propertyGrid1.TabIndex = 0;
this.propertyGrid1.ToolbarVisible = false; this.propertyGrid1.ToolbarVisible = false;
this.propertyGrid1.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.PropertyGrid1_PropertyValueChanged); this.propertyGrid1.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.PropertyGrid1_PropertyValueChanged);
// //
// buttonDefaults // buttonDefaults
// //
this.buttonDefaults.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonDefaults.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonDefaults.Location = new System.Drawing.Point(444, 417); this.buttonDefaults.Location = new System.Drawing.Point(444, 417);
this.buttonDefaults.Name = "buttonDefaults"; this.buttonDefaults.Name = "buttonDefaults";
this.buttonDefaults.Size = new System.Drawing.Size(75, 23); this.buttonDefaults.Size = new System.Drawing.Size(75, 23);
this.buttonDefaults.TabIndex = 1; this.buttonDefaults.TabIndex = 1;
this.buttonDefaults.Text = "Defaults"; this.buttonDefaults.Text = "Defaults";
this.buttonDefaults.UseVisualStyleBackColor = true; this.buttonDefaults.UseVisualStyleBackColor = true;
this.buttonDefaults.Click += new System.EventHandler(this.ButtonDefaults_Click); this.buttonDefaults.Click += new System.EventHandler(this.ButtonDefaults_Click);
// //
// buttonGbPalette // buttonGbPalette
// //
this.buttonGbPalette.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonGbPalette.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonGbPalette.Location = new System.Drawing.Point(3, 417); this.buttonGbPalette.Location = new System.Drawing.Point(3, 417);
this.buttonGbPalette.Name = "buttonGbPalette"; this.buttonGbPalette.Name = "buttonGbPalette";
this.buttonGbPalette.Size = new System.Drawing.Size(87, 23); this.buttonGbPalette.Size = new System.Drawing.Size(87, 23);
this.buttonGbPalette.TabIndex = 2; this.buttonGbPalette.TabIndex = 2;
this.buttonGbPalette.Text = "GB Palette..."; this.buttonGbPalette.Text = "GB Palette...";
this.buttonGbPalette.UseVisualStyleBackColor = true; this.buttonGbPalette.UseVisualStyleBackColor = true;
this.buttonGbPalette.Click += new System.EventHandler(this.ButtonGbPalette_Click); this.buttonGbPalette.Click += new System.EventHandler(this.ButtonGbPalette_Click);
// //
// buttonGbcPalette // buttonGbcPalette
// //
@ -86,53 +86,53 @@
// cbRgbdsSyntax // cbRgbdsSyntax
// //
this.cbRgbdsSyntax.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.cbRgbdsSyntax.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.cbRgbdsSyntax.AutoSize = true; this.cbRgbdsSyntax.AutoSize = true;
this.cbRgbdsSyntax.Location = new System.Drawing.Point(245, 421); this.cbRgbdsSyntax.Location = new System.Drawing.Point(245, 421);
this.cbRgbdsSyntax.Name = "cbRgbdsSyntax"; this.cbRgbdsSyntax.Name = "cbRgbdsSyntax";
this.cbRgbdsSyntax.Size = new System.Drawing.Size(99, 17); this.cbRgbdsSyntax.Size = new System.Drawing.Size(99, 17);
this.cbRgbdsSyntax.TabIndex = 3; this.cbRgbdsSyntax.TabIndex = 3;
this.cbRgbdsSyntax.Text = "RGBDS Syntax"; this.cbRgbdsSyntax.Text = "RGBDS Syntax";
this.cbRgbdsSyntax.UseVisualStyleBackColor = true; this.cbRgbdsSyntax.UseVisualStyleBackColor = true;
this.cbRgbdsSyntax.CheckedChanged += new System.EventHandler(this.CbRgbdsSyntax_CheckedChanged); this.cbRgbdsSyntax.CheckedChanged += new System.EventHandler(this.CbRgbdsSyntax_CheckedChanged);
// //
// checkBoxMuted // checkBoxMuted
// //
this.checkBoxMuted.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.checkBoxMuted.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.checkBoxMuted.AutoSize = true; this.checkBoxMuted.AutoSize = true;
this.checkBoxMuted.Location = new System.Drawing.Point(189, 421); this.checkBoxMuted.Location = new System.Drawing.Point(189, 421);
this.checkBoxMuted.Name = "checkBoxMuted"; this.checkBoxMuted.Name = "checkBoxMuted";
this.checkBoxMuted.Size = new System.Drawing.Size(50, 17); this.checkBoxMuted.Size = new System.Drawing.Size(50, 17);
this.checkBoxMuted.TabIndex = 4; this.checkBoxMuted.TabIndex = 4;
this.checkBoxMuted.Text = "Mute"; this.checkBoxMuted.Text = "Mute";
this.checkBoxMuted.UseVisualStyleBackColor = true; this.checkBoxMuted.UseVisualStyleBackColor = true;
this.checkBoxMuted.CheckedChanged += new System.EventHandler(this.CheckBoxMuted_CheckedChanged); this.checkBoxMuted.CheckedChanged += new System.EventHandler(this.CheckBoxMuted_CheckedChanged);
// //
// cbShowBorder // cbShowBorder
// //
this.cbShowBorder.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.cbShowBorder.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.cbShowBorder.AutoSize = true; this.cbShowBorder.AutoSize = true;
this.cbShowBorder.Location = new System.Drawing.Point(350, 421); this.cbShowBorder.Location = new System.Drawing.Point(350, 421);
this.cbShowBorder.Name = "cbShowBorder"; this.cbShowBorder.Name = "cbShowBorder";
this.cbShowBorder.Size = new System.Drawing.Size(87, 17); this.cbShowBorder.Size = new System.Drawing.Size(87, 17);
this.cbShowBorder.TabIndex = 5; this.cbShowBorder.TabIndex = 5;
this.cbShowBorder.Text = "Show Border"; this.cbShowBorder.Text = "Show Border";
this.cbShowBorder.UseVisualStyleBackColor = true; this.cbShowBorder.UseVisualStyleBackColor = true;
this.cbShowBorder.CheckedChanged += new System.EventHandler(this.CbShowBorder_CheckedChanged); this.cbShowBorder.CheckedChanged += new System.EventHandler(this.CbShowBorder_CheckedChanged);
// //
// GBPrefControl // GBPrefControl
// //
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
this.Controls.Add(this.buttonGbcPalette); this.Controls.Add(this.buttonGbcPalette);
this.Controls.Add(this.cbRgbdsSyntax); this.Controls.Add(this.cbRgbdsSyntax);
this.Controls.Add(this.checkBoxMuted); this.Controls.Add(this.checkBoxMuted);
this.Controls.Add(this.cbShowBorder); this.Controls.Add(this.cbShowBorder);
this.Controls.Add(this.buttonGbPalette); this.Controls.Add(this.buttonGbPalette);
this.Controls.Add(this.buttonDefaults); this.Controls.Add(this.buttonDefaults);
this.Controls.Add(this.propertyGrid1); this.Controls.Add(this.propertyGrid1);
this.Name = "GBPrefControl"; this.Name = "GBPrefControl";
this.Size = new System.Drawing.Size(522, 443); this.Size = new System.Drawing.Size(522, 443);
this.ResumeLayout(false); this.ResumeLayout(false);
this.PerformLayout(); this.PerformLayout();
} }

View File

@ -28,58 +28,58 @@
/// </summary> /// </summary>
private void InitializeComponent() private void InitializeComponent()
{ {
this.buttonOK = new System.Windows.Forms.Button(); this.buttonOK = new System.Windows.Forms.Button();
this.buttonCancel = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button();
this.gbPrefControl1 = new BizHawk.Client.EmuHawk.GBPrefControl(); this.gbPrefControl1 = new BizHawk.Client.EmuHawk.GBPrefControl();
this.SuspendLayout(); this.SuspendLayout();
// //
// buttonOK // buttonOK
// //
this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK; this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK;
this.buttonOK.Location = new System.Drawing.Point(378, 386); this.buttonOK.Location = new System.Drawing.Point(378, 386);
this.buttonOK.Name = "buttonOK"; this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 23); this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 1; this.buttonOK.TabIndex = 1;
this.buttonOK.Text = "OK"; this.buttonOK.Text = "OK";
this.buttonOK.UseVisualStyleBackColor = true; this.buttonOK.UseVisualStyleBackColor = true;
// //
// buttonCancel // buttonCancel
// //
this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.buttonCancel.Location = new System.Drawing.Point(459, 386); this.buttonCancel.Location = new System.Drawing.Point(459, 386);
this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 23); this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 2; this.buttonCancel.TabIndex = 2;
this.buttonCancel.Text = "Cancel"; this.buttonCancel.Text = "Cancel";
this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.UseVisualStyleBackColor = true;
// //
// gbPrefControl1 // gbPrefControl1
// //
this.gbPrefControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) this.gbPrefControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right))); | System.Windows.Forms.AnchorStyles.Right)));
this.gbPrefControl1.DialogParent = null; this.gbPrefControl1.DialogParent = null;
this.gbPrefControl1.Location = new System.Drawing.Point(12, 12); this.gbPrefControl1.Location = new System.Drawing.Point(12, 12);
this.gbPrefControl1.Name = "gbPrefControl1"; this.gbPrefControl1.Name = "gbPrefControl1";
this.gbPrefControl1.Size = new System.Drawing.Size(522, 368); this.gbPrefControl1.Size = new System.Drawing.Size(522, 368);
this.gbPrefControl1.TabIndex = 0; this.gbPrefControl1.TabIndex = 0;
// //
// GBPrefs // GBPrefs
// //
this.AcceptButton = this.buttonOK; this.AcceptButton = this.buttonOK;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.buttonCancel; this.CancelButton = this.buttonCancel;
this.ClientSize = new System.Drawing.Size(546, 421); this.ClientSize = new System.Drawing.Size(546, 421);
this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonCancel);
this.Controls.Add(this.buttonOK); this.Controls.Add(this.buttonOK);
this.Controls.Add(this.gbPrefControl1); this.Controls.Add(this.gbPrefControl1);
this.Name = "GBPrefs"; this.Name = "GBPrefs";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Game Boy Settings"; this.Text = "Game Boy Settings";
this.ResumeLayout(false); this.ResumeLayout(false);
} }