2013-11-03 03:54:37 +00:00
namespace BizHawk.Client.EmuHawk
2012-06-13 19:50:50 +00:00
{
partial class VideoWriterChooserForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System . ComponentModel . IContainer components = null ;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose ( bool disposing )
{
if ( disposing & & ( components ! = null ) )
{
components . Dispose ( ) ;
}
base . Dispose ( disposing ) ;
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent ( )
{
2014-02-07 02:28:07 +00:00
System . ComponentModel . ComponentResourceManager resources = new System . ComponentModel . ComponentResourceManager ( typeof ( VideoWriterChooserForm ) ) ;
this . checkBoxResize = new System . Windows . Forms . CheckBox ( ) ;
this . listBox1 = new System . Windows . Forms . ListBox ( ) ;
this . buttonOK = new System . Windows . Forms . Button ( ) ;
this . buttonCancel = new System . Windows . Forms . Button ( ) ;
this . tableLayoutPanel4 = new System . Windows . Forms . TableLayoutPanel ( ) ;
this . labelDescription = new System . Windows . Forms . Label ( ) ;
this . labelDescriptionBody = new System . Windows . Forms . Label ( ) ;
this . label3 = new System . Windows . Forms . Label ( ) ;
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 ( ) ;
2015-02-17 00:13:19 +00:00
this . checkBoxASync = new System . Windows . Forms . CheckBox ( ) ;
this . lblSize = new System . Windows . Forms . Label ( ) ;
2014-10-11 03:33:09 +00:00
this . numericTextBoxW = new BizHawk . Client . EmuHawk . NumericTextBox ( ) ;
this . numericTextBoxH = new BizHawk . Client . EmuHawk . NumericTextBox ( ) ;
2015-02-17 00:13:19 +00:00
this . panel1 = new System . Windows . Forms . Panel ( ) ;
this . lblResolutionWarning = new System . Windows . Forms . Label ( ) ;
2014-02-07 02:28:07 +00:00
this . tableLayoutPanel4 . SuspendLayout ( ) ;
this . panelSizeSelect . SuspendLayout ( ) ;
2015-02-17 00:13:19 +00:00
this . panel1 . SuspendLayout ( ) ;
2014-02-07 02:28:07 +00:00
this . SuspendLayout ( ) ;
//
// checkBoxResize
//
this . checkBoxResize . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . checkBoxResize . AutoSize = true ;
2015-02-17 00:13:19 +00:00
this . checkBoxResize . Location = new System . Drawing . Point ( 347 , 35 ) ;
2014-02-07 02:28:07 +00:00
this . checkBoxResize . Name = "checkBoxResize" ;
this . checkBoxResize . Size = new System . Drawing . Size ( 88 , 17 ) ;
this . checkBoxResize . TabIndex = 9 ;
this . checkBoxResize . Text = "Resize Video" ;
this . checkBoxResize . UseVisualStyleBackColor = true ;
2020-01-04 00:25:46 +00:00
this . checkBoxResize . CheckedChanged + = new System . EventHandler ( this . CheckBoxResize_CheckedChanged ) ;
2014-02-07 02:28:07 +00:00
//
// listBox1
//
this . listBox1 . FormattingEnabled = true ;
this . listBox1 . IntegralHeight = false ;
this . listBox1 . Location = new System . Drawing . Point ( 12 , 12 ) ;
this . listBox1 . Margin = new System . Windows . Forms . Padding ( 3 , 3 , 3 , 0 ) ;
this . listBox1 . Name = "listBox1" ;
this . listBox1 . Size = new System . Drawing . Size ( 329 , 202 ) ;
this . listBox1 . TabIndex = 0 ;
2020-01-04 00:25:46 +00:00
this . listBox1 . SelectedIndexChanged + = new System . EventHandler ( this . ListBox1_SelectedIndexChanged ) ;
2014-02-07 02:28:07 +00:00
//
// buttonOK
//
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 . Location = new System . Drawing . Point ( 373 , 405 ) ;
this . buttonOK . Name = "buttonOK" ;
this . buttonOK . Size = new System . Drawing . Size ( 65 , 23 ) ;
this . buttonOK . TabIndex = 1 ;
this . buttonOK . Text = "OK" ;
this . buttonOK . UseVisualStyleBackColor = true ;
2020-01-04 00:25:46 +00:00
this . buttonOK . Click + = new System . EventHandler ( this . ButtonOK_Click ) ;
2014-02-07 02:28:07 +00:00
//
// buttonCancel
//
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 . Location = new System . Drawing . Point ( 444 , 405 ) ;
this . buttonCancel . Name = "buttonCancel" ;
this . buttonCancel . Size = new System . Drawing . Size ( 65 , 23 ) ;
this . buttonCancel . TabIndex = 2 ;
this . buttonCancel . Text = "Cancel" ;
this . buttonCancel . UseVisualStyleBackColor = true ;
//
// tableLayoutPanel4
//
this . tableLayoutPanel4 . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Bottom | System . Windows . Forms . AnchorStyles . Left ) ) ) ;
this . tableLayoutPanel4 . CellBorderStyle = System . Windows . Forms . TableLayoutPanelCellBorderStyle . Inset ;
this . tableLayoutPanel4 . ColumnCount = 1 ;
this . tableLayoutPanel4 . ColumnStyles . Add ( new System . Windows . Forms . ColumnStyle ( System . Windows . Forms . SizeType . Percent , 100F ) ) ;
this . tableLayoutPanel4 . Controls . Add ( this . labelDescription , 0 , 0 ) ;
this . tableLayoutPanel4 . Controls . Add ( this . labelDescriptionBody , 0 , 1 ) ;
this . tableLayoutPanel4 . Location = new System . Drawing . Point ( 12 , 220 ) ;
this . tableLayoutPanel4 . Name = "tableLayoutPanel4" ;
this . tableLayoutPanel4 . RowCount = 2 ;
this . tableLayoutPanel4 . RowStyles . Add ( new System . Windows . Forms . RowStyle ( ) ) ;
this . tableLayoutPanel4 . RowStyles . Add ( new System . Windows . Forms . RowStyle ( System . Windows . Forms . SizeType . Percent , 100F ) ) ;
this . tableLayoutPanel4 . Size = new System . Drawing . Size ( 329 , 208 ) ;
this . tableLayoutPanel4 . TabIndex = 8 ;
//
// labelDescription
//
this . labelDescription . AutoSize = true ;
this . labelDescription . Dock = System . Windows . Forms . DockStyle . Fill ;
this . labelDescription . Location = new System . Drawing . Point ( 5 , 2 ) ;
this . labelDescription . Name = "labelDescription" ;
this . labelDescription . Padding = new System . Windows . Forms . Padding ( 0 , 3 , 0 , 3 ) ;
this . labelDescription . Size = new System . Drawing . Size ( 319 , 19 ) ;
this . labelDescription . TabIndex = 3 ;
this . labelDescription . Text = "Description:" ;
//
// labelDescriptionBody
//
this . labelDescriptionBody . Dock = System . Windows . Forms . DockStyle . Fill ;
this . labelDescriptionBody . Location = new System . Drawing . Point ( 5 , 23 ) ;
this . labelDescriptionBody . Name = "labelDescriptionBody" ;
this . labelDescriptionBody . Padding = new System . Windows . Forms . Padding ( 0 , 3 , 0 , 3 ) ;
this . labelDescriptionBody . Size = new System . Drawing . Size ( 319 , 183 ) ;
this . labelDescriptionBody . TabIndex = 6 ;
this . labelDescriptionBody . Text = resources . GetString ( "labelDescriptionBody.Text" ) ;
//
// label3
//
this . label3 . AutoSize = true ;
this . label3 . Location = new System . Drawing . Point ( 74 , 23 ) ;
this . label3 . Name = "label3" ;
this . label3 . Size = new System . Drawing . Size ( 14 , 13 ) ;
this . label3 . TabIndex = 12 ;
this . label3 . Text = "X" ;
//
// label4
//
this . label4 . AutoSize = true ;
this . label4 . Location = new System . Drawing . Point ( 3 , 0 ) ;
this . label4 . Name = "label4" ;
2015-02-17 00:13:19 +00:00
this . label4 . Size = new System . Drawing . Size ( 42 , 13 ) ;
2014-02-07 02:28:07 +00:00
this . label4 . TabIndex = 13 ;
2015-02-17 00:13:19 +00:00
this . label4 . Text = "Resize:" ;
2014-02-07 02:28:07 +00:00
//
// buttonAuto
//
2015-02-17 00:13:19 +00:00
this . buttonAuto . Location = new System . Drawing . Point ( 89 , 42 ) ;
2014-02-07 02:28:07 +00:00
this . buttonAuto . Name = "buttonAuto" ;
2015-02-17 00:13:19 +00:00
this . buttonAuto . Size = new System . Drawing . Size ( 70 , 34 ) ;
2014-02-07 02:28:07 +00:00
this . buttonAuto . TabIndex = 14 ;
2015-02-17 00:13:19 +00:00
this . buttonAuto . Text = "/\\ Set As Resize" ;
2014-02-07 02:28:07 +00:00
this . buttonAuto . UseVisualStyleBackColor = true ;
2020-01-04 00:25:46 +00:00
this . buttonAuto . Click + = new System . EventHandler ( this . ButtonAuto_Click ) ;
2014-02-07 02:28:07 +00:00
//
// panelSizeSelect
//
this . panelSizeSelect . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2015-02-17 00:13:19 +00:00
this . panelSizeSelect . Controls . Add ( this . lblSize ) ;
2014-02-07 02:28:07 +00:00
this . panelSizeSelect . Controls . Add ( this . label4 ) ;
this . panelSizeSelect . Controls . Add ( this . buttonAuto ) ;
this . panelSizeSelect . Controls . Add ( this . numericTextBoxW ) ;
this . panelSizeSelect . Controls . Add ( this . numericTextBoxH ) ;
this . panelSizeSelect . Controls . Add ( this . label3 ) ;
2014-10-11 03:33:09 +00:00
this . panelSizeSelect . Location = new System . Drawing . Point ( 347 , 58 ) ;
2014-02-07 02:28:07 +00:00
this . panelSizeSelect . Name = "panelSizeSelect" ;
2015-02-17 00:13:19 +00:00
this . panelSizeSelect . Size = new System . Drawing . Size ( 162 , 84 ) ;
2014-02-07 02:28:07 +00:00
this . panelSizeSelect . TabIndex = 15 ;
//
// checkBoxPad
//
this . checkBoxPad . AutoSize = true ;
2015-02-17 00:13:19 +00:00
this . checkBoxPad . Location = new System . Drawing . Point ( 444 , 35 ) ;
2014-02-07 02:28:07 +00:00
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 ;
//
2015-02-17 00:13:19 +00:00
// 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 ;
this . lblSize . Location = new System . Drawing . Point ( 3 , 42 ) ;
this . lblSize . Name = "lblSize" ;
this . lblSize . Size = new System . Drawing . Size ( 80 , 34 ) ;
this . lblSize . TabIndex = 16 ;
this . lblSize . Text = "Size:\r\nTestxTest" ;
//
2014-10-11 03:33:09 +00:00
// numericTextBoxW
//
this . numericTextBoxW . AllowDecimal = false ;
this . numericTextBoxW . AllowNegative = false ;
this . numericTextBoxW . AllowSpace = false ;
this . numericTextBoxW . Location = new System . Drawing . Point ( 0 , 16 ) ;
this . numericTextBoxW . Name = "numericTextBoxW" ;
this . numericTextBoxW . Size = new System . Drawing . Size ( 70 , 20 ) ;
this . numericTextBoxW . TabIndex = 10 ;
//
// numericTextBoxH
//
this . numericTextBoxH . AllowDecimal = false ;
this . numericTextBoxH . AllowNegative = false ;
this . numericTextBoxH . AllowSpace = false ;
this . numericTextBoxH . Location = new System . Drawing . Point ( 92 , 16 ) ;
this . numericTextBoxH . Name = "numericTextBoxH" ;
this . numericTextBoxH . Size = new System . Drawing . Size ( 70 , 20 ) ;
this . numericTextBoxH . TabIndex = 11 ;
//
2015-02-17 00:13:19 +00:00
// panel1
2014-10-11 03:33:09 +00:00
//
2015-02-17 00:13:19 +00:00
this . panel1 . Controls . Add ( this . lblResolutionWarning ) ;
this . panel1 . Location = new System . Drawing . Point ( 347 , 148 ) ;
this . panel1 . Name = "panel1" ;
this . panel1 . Size = new System . Drawing . Size ( 162 , 93 ) ;
this . panel1 . TabIndex = 17 ;
//
// lblResolutionWarning
//
this . lblResolutionWarning . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . lblResolutionWarning . Location = new System . Drawing . Point ( 4 , 4 ) ;
this . lblResolutionWarning . Name = "lblResolutionWarning" ;
this . lblResolutionWarning . Size = new System . Drawing . Size ( 155 , 98 ) ;
this . lblResolutionWarning . TabIndex = 0 ;
this . lblResolutionWarning . Text = "Resolution is not a multiple of 4! Odd or non-x4 resolutions breaks many codecs. " +
"Check your output carefully and adjust the window size or codec settings if need" +
"ed." ;
2014-10-11 03:33:09 +00:00
//
2014-02-07 02:28:07 +00:00
// VideoWriterChooserForm
//
this . AcceptButton = this . buttonOK ;
this . AutoScaleDimensions = new System . Drawing . SizeF ( 6F , 13F ) ;
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . Font ;
this . CancelButton = this . buttonCancel ;
this . ClientSize = new System . Drawing . Size ( 521 , 440 ) ;
2015-02-17 00:13:19 +00:00
this . Controls . Add ( this . panel1 ) ;
this . Controls . Add ( this . checkBoxPad ) ;
2014-10-11 03:33:09 +00:00
this . Controls . Add ( this . checkBoxASync ) ;
2014-02-07 02:28:07 +00:00
this . Controls . Add ( this . panelSizeSelect ) ;
this . Controls . Add ( this . tableLayoutPanel4 ) ;
this . Controls . Add ( this . listBox1 ) ;
this . Controls . Add ( this . buttonOK ) ;
this . Controls . Add ( this . buttonCancel ) ;
this . Controls . Add ( this . checkBoxResize ) ;
this . Name = "VideoWriterChooserForm" ;
this . ShowIcon = false ;
this . StartPosition = System . Windows . Forms . FormStartPosition . CenterParent ;
this . Text = "Choose A\\V Writer" ;
this . tableLayoutPanel4 . ResumeLayout ( false ) ;
this . tableLayoutPanel4 . PerformLayout ( ) ;
this . panelSizeSelect . ResumeLayout ( false ) ;
this . panelSizeSelect . PerformLayout ( ) ;
2015-02-17 00:13:19 +00:00
this . panel1 . ResumeLayout ( false ) ;
2014-02-07 02:28:07 +00:00
this . ResumeLayout ( false ) ;
this . PerformLayout ( ) ;
2012-06-13 19:50:50 +00:00
}
#endregion
2012-11-26 02:25:23 +00:00
private System . Windows . Forms . CheckBox checkBoxResize ;
2012-06-13 19:50:50 +00:00
private System . Windows . Forms . ListBox listBox1 ;
2012-11-26 02:25:23 +00:00
private System . Windows . Forms . Button buttonOK ;
private System . Windows . Forms . Button buttonCancel ;
2012-09-16 18:41:30 +00:00
private System . Windows . Forms . TableLayoutPanel tableLayoutPanel4 ;
2012-11-26 02:25:23 +00:00
private System . Windows . Forms . Label labelDescription ;
private System . Windows . Forms . Label labelDescriptionBody ;
2013-11-03 03:54:37 +00:00
private NumericTextBox numericTextBoxW ;
private NumericTextBox numericTextBoxH ;
2012-11-26 02:25:23 +00:00
private System . Windows . Forms . Label label3 ;
private System . Windows . Forms . Label label4 ;
private System . Windows . Forms . Button buttonAuto ;
private System . Windows . Forms . Panel panelSizeSelect ;
2014-02-07 02:28:07 +00:00
private System . Windows . Forms . CheckBox checkBoxPad ;
2014-10-11 03:33:09 +00:00
private System . Windows . Forms . CheckBox checkBoxASync ;
2015-02-17 00:13:19 +00:00
private System . Windows . Forms . Label lblSize ;
private System . Windows . Forms . Panel panel1 ;
private System . Windows . Forms . Label lblResolutionWarning ;
2012-06-13 19:50:50 +00:00
}
}