From 936b7606d0f99373d37a23d16397a42a1836431e Mon Sep 17 00:00:00 2001 From: zeromus Date: Sat, 20 Jun 2020 16:21:57 -0400 Subject: [PATCH] cleanup to Choose A/V writer dialog --- .../AVOut/VideoWriterChooserForm.Designer.cs | 49 ++++++++++--------- 1 file changed, 26 insertions(+), 23 deletions(-) diff --git a/src/BizHawk.Client.EmuHawk/AVOut/VideoWriterChooserForm.Designer.cs b/src/BizHawk.Client.EmuHawk/AVOut/VideoWriterChooserForm.Designer.cs index a2ba908aac..d2fab5f7f1 100644 --- a/src/BizHawk.Client.EmuHawk/AVOut/VideoWriterChooserForm.Designer.cs +++ b/src/BizHawk.Client.EmuHawk/AVOut/VideoWriterChooserForm.Designer.cs @@ -40,11 +40,11 @@ this.label4 = new System.Windows.Forms.Label(); this.buttonAuto = new System.Windows.Forms.Button(); this.panelSizeSelect = new System.Windows.Forms.Panel(); - this.checkBoxPad = new System.Windows.Forms.CheckBox(); - this.checkBoxASync = new System.Windows.Forms.CheckBox(); this.lblSize = new System.Windows.Forms.Label(); this.numericTextBoxW = new BizHawk.Client.EmuHawk.NumericTextBox(); this.numericTextBoxH = new BizHawk.Client.EmuHawk.NumericTextBox(); + this.checkBoxPad = new System.Windows.Forms.CheckBox(); + this.checkBoxASync = new System.Windows.Forms.CheckBox(); this.panel1 = new System.Windows.Forms.Panel(); this.lblResolutionWarning = new System.Windows.Forms.Label(); this.tableLayoutPanel4.SuspendLayout(); @@ -177,26 +177,6 @@ this.panelSizeSelect.Size = new System.Drawing.Size(162, 84); this.panelSizeSelect.TabIndex = 15; // - // checkBoxPad - // - this.checkBoxPad.AutoSize = true; - this.checkBoxPad.Location = new System.Drawing.Point(444, 35); - this.checkBoxPad.Name = "checkBoxPad"; - this.checkBoxPad.Size = new System.Drawing.Size(45, 17); - this.checkBoxPad.TabIndex = 15; - this.checkBoxPad.Text = "Pad"; - this.checkBoxPad.UseVisualStyleBackColor = true; - // - // checkBoxASync - // - this.checkBoxASync.AutoSize = true; - this.checkBoxASync.Location = new System.Drawing.Point(347, 12); - this.checkBoxASync.Name = "checkBoxASync"; - this.checkBoxASync.Size = new System.Drawing.Size(95, 17); - this.checkBoxASync.TabIndex = 16; - this.checkBoxASync.Text = "Alternate Sync"; - this.checkBoxASync.UseVisualStyleBackColor = true; - // // lblSize // this.lblSize.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; @@ -226,6 +206,26 @@ this.numericTextBoxH.Size = new System.Drawing.Size(70, 20); this.numericTextBoxH.TabIndex = 11; // + // checkBoxPad + // + this.checkBoxPad.AutoSize = true; + this.checkBoxPad.Location = new System.Drawing.Point(444, 35); + this.checkBoxPad.Name = "checkBoxPad"; + this.checkBoxPad.Size = new System.Drawing.Size(45, 17); + this.checkBoxPad.TabIndex = 15; + this.checkBoxPad.Text = "Pad"; + this.checkBoxPad.UseVisualStyleBackColor = true; + // + // checkBoxASync + // + this.checkBoxASync.AutoSize = true; + this.checkBoxASync.Location = new System.Drawing.Point(347, 12); + this.checkBoxASync.Name = "checkBoxASync"; + this.checkBoxASync.Size = new System.Drawing.Size(95, 17); + this.checkBoxASync.TabIndex = 16; + this.checkBoxASync.Text = "Alternate Sync"; + this.checkBoxASync.UseVisualStyleBackColor = true; + // // panel1 // this.panel1.Controls.Add(this.lblResolutionWarning); @@ -261,10 +261,13 @@ this.Controls.Add(this.buttonOK); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.checkBoxResize); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; + this.MaximizeBox = false; + this.MinimizeBox = false; this.Name = "VideoWriterChooserForm"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; - this.Text = "Choose A\\V Writer"; + this.Text = "Choose A/V Writer"; this.tableLayoutPanel4.ResumeLayout(false); this.tableLayoutPanel4.PerformLayout(); this.panelSizeSelect.ResumeLayout(false);