ShareX/ScreenCaptureLib/Screencast/FFmpegOptionsForm.Designer.cs

457 lines
21 KiB
C#
Raw Normal View History

namespace ScreenCaptureLib
2014-05-09 15:14:53 +12:00
{
2014-05-10 20:06:43 +12:00
partial class FFmpegOptionsForm
2014-05-09 15:14:53 +12:00
{
/// <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()
{
this.components = new System.ComponentModel.Container();
2014-05-10 20:06:43 +12:00
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FFmpegOptionsForm));
2014-05-09 15:14:53 +12:00
this.lblExt = new System.Windows.Forms.Label();
2014-05-12 13:13:42 +12:00
this.lblX264CRF = new System.Windows.Forms.Label();
this.nudx264CRF = new System.Windows.Forms.NumericUpDown();
2014-05-12 11:19:38 +12:00
this.tpFFmpeg = new System.Windows.Forms.ToolTip(this.components);
2014-05-09 20:12:44 +12:00
this.nudQscale = new System.Windows.Forms.NumericUpDown();
2014-05-12 13:13:42 +12:00
this.nudVPxCRF = new System.Windows.Forms.NumericUpDown();
2014-05-12 11:19:38 +12:00
this.cbExtension = new System.Windows.Forms.ComboBox();
2014-05-09 15:14:53 +12:00
this.lblCodec = new System.Windows.Forms.Label();
2014-05-12 11:19:38 +12:00
this.cbCodec = new System.Windows.Forms.ComboBox();
this.cbPreset = new System.Windows.Forms.ComboBox();
2014-05-09 15:14:53 +12:00
this.lblPreset = new System.Windows.Forms.Label();
2014-05-12 11:19:38 +12:00
this.lblQscale = new System.Windows.Forms.Label();
this.gbFFmpegExe = new System.Windows.Forms.GroupBox();
2014-05-10 12:23:47 +12:00
this.btnDownload = new System.Windows.Forms.Button();
2014-05-12 11:19:38 +12:00
this.btnFFmpegBrowse = new System.Windows.Forms.Button();
this.tbFFmpegPath = new System.Windows.Forms.TextBox();
this.gbCommandLinePreview = new System.Windows.Forms.GroupBox();
this.tbCommandLinePreview = new System.Windows.Forms.TextBox();
2014-05-10 12:23:47 +12:00
this.gbCommandLineArgs = new System.Windows.Forms.GroupBox();
2014-05-12 11:19:38 +12:00
this.btnFFmpegHelp = new System.Windows.Forms.Button();
this.tbUserArgs = new System.Windows.Forms.TextBox();
2014-05-12 13:13:42 +12:00
this.tcFFmpeg = new System.Windows.Forms.TabControl();
this.tpX264 = new System.Windows.Forms.TabPage();
this.tpVpx = new System.Windows.Forms.TabPage();
this.lblVpxCRF = new System.Windows.Forms.Label();
this.tpXvid = new System.Windows.Forms.TabPage();
this.btnTest = new System.Windows.Forms.Button();
this.btnCopyPreview = new System.Windows.Forms.Button();
2014-05-12 13:13:42 +12:00
((System.ComponentModel.ISupportInitialize)(this.nudx264CRF)).BeginInit();
2014-05-09 20:12:44 +12:00
((System.ComponentModel.ISupportInitialize)(this.nudQscale)).BeginInit();
2014-05-12 13:13:42 +12:00
((System.ComponentModel.ISupportInitialize)(this.nudVPxCRF)).BeginInit();
2014-05-12 11:19:38 +12:00
this.gbFFmpegExe.SuspendLayout();
this.gbCommandLinePreview.SuspendLayout();
2014-05-10 12:23:47 +12:00
this.gbCommandLineArgs.SuspendLayout();
2014-05-12 13:13:42 +12:00
this.tcFFmpeg.SuspendLayout();
this.tpX264.SuspendLayout();
this.tpVpx.SuspendLayout();
this.tpXvid.SuspendLayout();
2014-05-09 15:14:53 +12:00
this.SuspendLayout();
//
// lblExt
//
this.lblExt.AutoSize = true;
2014-05-12 20:40:56 +12:00
this.lblExt.Location = new System.Drawing.Point(192, 16);
2014-05-09 15:14:53 +12:00
this.lblExt.Name = "lblExt";
this.lblExt.Size = new System.Drawing.Size(56, 13);
this.lblExt.TabIndex = 11;
this.lblExt.Text = "Extension:";
//
2014-05-12 13:13:42 +12:00
// lblX264CRF
2014-05-09 15:14:53 +12:00
//
2014-05-12 13:13:42 +12:00
this.lblX264CRF.AutoSize = true;
2014-05-12 20:40:56 +12:00
this.lblX264CRF.Location = new System.Drawing.Point(16, 16);
2014-05-12 13:13:42 +12:00
this.lblX264CRF.Name = "lblX264CRF";
this.lblX264CRF.Size = new System.Drawing.Size(31, 13);
this.lblX264CRF.TabIndex = 13;
this.lblX264CRF.Text = "CRF:";
2014-05-09 15:14:53 +12:00
//
2014-05-12 13:13:42 +12:00
// nudx264CRF
2014-05-09 15:14:53 +12:00
//
2014-05-12 20:40:56 +12:00
this.nudx264CRF.Location = new System.Drawing.Point(56, 12);
2014-05-12 13:13:42 +12:00
this.nudx264CRF.Maximum = new decimal(new int[] {
2014-05-09 15:14:53 +12:00
51,
0,
0,
0});
2014-05-12 13:13:42 +12:00
this.nudx264CRF.Name = "nudx264CRF";
2014-05-12 20:40:56 +12:00
this.nudx264CRF.Size = new System.Drawing.Size(48, 20);
2014-05-12 13:13:42 +12:00
this.nudx264CRF.TabIndex = 14;
2014-05-12 20:40:56 +12:00
this.nudx264CRF.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
2014-05-12 13:13:42 +12:00
this.tpFFmpeg.SetToolTip(this.nudx264CRF, resources.GetString("nudx264CRF.ToolTip"));
this.nudx264CRF.Value = new decimal(new int[] {
2014-05-09 15:14:53 +12:00
23,
0,
0,
0});
//
2014-05-09 20:12:44 +12:00
// nudQscale
//
2014-05-12 20:40:56 +12:00
this.nudQscale.Location = new System.Drawing.Point(104, 12);
2014-05-09 20:12:44 +12:00
this.nudQscale.Maximum = new decimal(new int[] {
31,
0,
0,
0});
this.nudQscale.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.nudQscale.Name = "nudQscale";
2014-05-12 20:40:56 +12:00
this.nudQscale.Size = new System.Drawing.Size(48, 20);
2014-05-09 20:12:44 +12:00
this.nudQscale.TabIndex = 16;
2014-05-12 20:40:56 +12:00
this.nudQscale.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
2014-05-12 11:19:38 +12:00
this.tpFFmpeg.SetToolTip(this.nudQscale, "1 being highest quality/largest filesize and 31 being the lowest quality/smallest" +
2014-05-09 20:12:44 +12:00
" filesize.");
this.nudQscale.Value = new decimal(new int[] {
3,
0,
0,
0});
//
2014-05-12 13:13:42 +12:00
// nudVPxCRF
//
2014-05-12 20:40:56 +12:00
this.nudVPxCRF.Location = new System.Drawing.Point(56, 12);
2014-05-12 13:13:42 +12:00
this.nudVPxCRF.Maximum = new decimal(new int[] {
15,
0,
0,
0});
this.nudVPxCRF.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.nudVPxCRF.Name = "nudVPxCRF";
2014-05-12 20:40:56 +12:00
this.nudVPxCRF.Size = new System.Drawing.Size(48, 20);
2014-05-12 13:13:42 +12:00
this.nudVPxCRF.TabIndex = 16;
2014-05-12 20:40:56 +12:00
this.nudVPxCRF.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
2014-05-12 13:13:42 +12:00
this.tpFFmpeg.SetToolTip(this.nudVPxCRF, resources.GetString("nudVPxCRF.ToolTip"));
this.nudVPxCRF.Value = new decimal(new int[] {
12,
0,
0,
0});
//
2014-05-12 11:19:38 +12:00
// cbExtension
2014-05-09 15:14:53 +12:00
//
2014-05-12 11:19:38 +12:00
this.cbExtension.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbExtension.FormattingEnabled = true;
2014-05-12 20:40:56 +12:00
this.cbExtension.Location = new System.Drawing.Point(256, 12);
2014-05-12 11:19:38 +12:00
this.cbExtension.Name = "cbExtension";
2014-05-12 23:43:45 +12:00
this.cbExtension.Size = new System.Drawing.Size(72, 21);
2014-05-12 11:19:38 +12:00
this.cbExtension.TabIndex = 15;
2014-05-09 15:14:53 +12:00
//
// lblCodec
//
this.lblCodec.AutoSize = true;
2014-05-12 20:40:56 +12:00
this.lblCodec.Location = new System.Drawing.Point(8, 16);
2014-05-09 15:14:53 +12:00
this.lblCodec.Name = "lblCodec";
this.lblCodec.Size = new System.Drawing.Size(41, 13);
this.lblCodec.TabIndex = 16;
this.lblCodec.Text = "Codec:";
//
2014-05-12 11:19:38 +12:00
// cbCodec
2014-05-09 15:14:53 +12:00
//
2014-05-12 11:19:38 +12:00
this.cbCodec.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbCodec.FormattingEnabled = true;
2014-05-12 20:40:56 +12:00
this.cbCodec.Location = new System.Drawing.Point(56, 12);
2014-05-12 11:19:38 +12:00
this.cbCodec.Name = "cbCodec";
2014-05-12 13:13:42 +12:00
this.cbCodec.Size = new System.Drawing.Size(120, 21);
2014-05-12 11:19:38 +12:00
this.cbCodec.TabIndex = 17;
2014-05-09 15:14:53 +12:00
//
2014-05-12 11:19:38 +12:00
// cbPreset
2014-05-09 15:14:53 +12:00
//
2014-05-12 11:19:38 +12:00
this.cbPreset.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbPreset.FormattingEnabled = true;
2014-05-12 20:40:56 +12:00
this.cbPreset.Location = new System.Drawing.Point(168, 12);
2014-05-12 11:19:38 +12:00
this.cbPreset.Name = "cbPreset";
this.cbPreset.Size = new System.Drawing.Size(121, 21);
this.cbPreset.TabIndex = 19;
2014-05-09 15:14:53 +12:00
//
// lblPreset
//
this.lblPreset.AutoSize = true;
2014-05-12 20:40:56 +12:00
this.lblPreset.Location = new System.Drawing.Point(120, 16);
2014-05-09 15:14:53 +12:00
this.lblPreset.Name = "lblPreset";
this.lblPreset.Size = new System.Drawing.Size(40, 13);
this.lblPreset.TabIndex = 18;
this.lblPreset.Text = "Preset:";
//
2014-05-12 11:19:38 +12:00
// lblQscale
//
this.lblQscale.AutoSize = true;
2014-05-12 20:40:56 +12:00
this.lblQscale.Location = new System.Drawing.Point(16, 16);
2014-05-12 11:19:38 +12:00
this.lblQscale.Name = "lblQscale";
2014-05-12 20:40:56 +12:00
this.lblQscale.Size = new System.Drawing.Size(83, 13);
2014-05-12 11:19:38 +12:00
this.lblQscale.TabIndex = 15;
2014-05-12 20:40:56 +12:00
this.lblQscale.Text = "Variable bit rate:";
2014-05-12 11:19:38 +12:00
//
// gbFFmpegExe
//
this.gbFFmpegExe.Controls.Add(this.btnDownload);
this.gbFFmpegExe.Controls.Add(this.btnFFmpegBrowse);
this.gbFFmpegExe.Controls.Add(this.tbFFmpegPath);
2014-05-12 20:40:56 +12:00
this.gbFFmpegExe.Location = new System.Drawing.Point(8, 120);
2014-05-12 11:19:38 +12:00
this.gbFFmpegExe.Name = "gbFFmpegExe";
this.gbFFmpegExe.Size = new System.Drawing.Size(448, 56);
this.gbFFmpegExe.TabIndex = 24;
this.gbFFmpegExe.TabStop = false;
this.gbFFmpegExe.Text = "ffmpeg.exe";
2014-05-09 20:12:44 +12:00
//
2014-05-10 12:23:47 +12:00
// btnDownload
//
this.btnDownload.Location = new System.Drawing.Point(368, 22);
this.btnDownload.Name = "btnDownload";
this.btnDownload.Size = new System.Drawing.Size(72, 24);
this.btnDownload.TabIndex = 26;
this.btnDownload.Text = "Download";
this.btnDownload.UseVisualStyleBackColor = true;
this.btnDownload.Click += new System.EventHandler(this.btnDownload_Click);
//
2014-05-12 11:19:38 +12:00
// btnFFmpegBrowse
2014-05-09 20:12:44 +12:00
//
2014-05-12 11:19:38 +12:00
this.btnFFmpegBrowse.Location = new System.Drawing.Point(320, 22);
this.btnFFmpegBrowse.Name = "btnFFmpegBrowse";
this.btnFFmpegBrowse.Size = new System.Drawing.Size(40, 24);
this.btnFFmpegBrowse.TabIndex = 1;
this.btnFFmpegBrowse.Text = "...";
this.btnFFmpegBrowse.UseVisualStyleBackColor = true;
this.btnFFmpegBrowse.Click += new System.EventHandler(this.buttonFFmpegBrowse_Click);
2014-05-09 20:12:44 +12:00
//
2014-05-12 11:19:38 +12:00
// tbFFmpegPath
//
2014-05-12 11:19:38 +12:00
this.tbFFmpegPath.Location = new System.Drawing.Point(8, 24);
this.tbFFmpegPath.Name = "tbFFmpegPath";
this.tbFFmpegPath.Size = new System.Drawing.Size(304, 20);
this.tbFFmpegPath.TabIndex = 0;
//
2014-05-12 11:19:38 +12:00
// gbCommandLinePreview
//
2014-05-12 14:47:03 +12:00
this.gbCommandLinePreview.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)));
2014-05-12 11:19:38 +12:00
this.gbCommandLinePreview.Controls.Add(this.tbCommandLinePreview);
2014-05-12 20:40:56 +12:00
this.gbCommandLinePreview.Location = new System.Drawing.Point(8, 248);
2014-05-12 11:19:38 +12:00
this.gbCommandLinePreview.Name = "gbCommandLinePreview";
2014-05-12 14:47:03 +12:00
this.gbCommandLinePreview.Padding = new System.Windows.Forms.Padding(8);
2014-05-12 20:40:56 +12:00
this.gbCommandLinePreview.Size = new System.Drawing.Size(448, 104);
2014-05-12 11:19:38 +12:00
this.gbCommandLinePreview.TabIndex = 25;
this.gbCommandLinePreview.TabStop = false;
this.gbCommandLinePreview.Text = "Command line preview";
//
2014-05-12 11:19:38 +12:00
// tbCommandLinePreview
//
2014-05-12 20:40:56 +12:00
this.tbCommandLinePreview.BackColor = System.Drawing.Color.White;
2014-05-12 14:47:03 +12:00
this.tbCommandLinePreview.Dock = System.Windows.Forms.DockStyle.Fill;
this.tbCommandLinePreview.Location = new System.Drawing.Point(8, 21);
2014-05-12 11:19:38 +12:00
this.tbCommandLinePreview.Multiline = true;
this.tbCommandLinePreview.Name = "tbCommandLinePreview";
this.tbCommandLinePreview.ReadOnly = true;
2014-05-12 20:40:56 +12:00
this.tbCommandLinePreview.Size = new System.Drawing.Size(432, 75);
2014-05-12 11:19:38 +12:00
this.tbCommandLinePreview.TabIndex = 0;
//
2014-05-10 12:23:47 +12:00
// gbCommandLineArgs
//
2014-05-12 11:19:38 +12:00
this.gbCommandLineArgs.Controls.Add(this.btnFFmpegHelp);
this.gbCommandLineArgs.Controls.Add(this.tbUserArgs);
2014-05-12 20:40:56 +12:00
this.gbCommandLineArgs.Location = new System.Drawing.Point(8, 184);
2014-05-10 12:23:47 +12:00
this.gbCommandLineArgs.Name = "gbCommandLineArgs";
this.gbCommandLineArgs.Size = new System.Drawing.Size(448, 56);
this.gbCommandLineArgs.TabIndex = 25;
this.gbCommandLineArgs.TabStop = false;
this.gbCommandLineArgs.Text = "Additional command line arguments";
//
2014-05-12 11:19:38 +12:00
// btnFFmpegHelp
//
2014-05-12 11:19:38 +12:00
this.btnFFmpegHelp.Location = new System.Drawing.Point(400, 22);
this.btnFFmpegHelp.Name = "btnFFmpegHelp";
this.btnFFmpegHelp.Size = new System.Drawing.Size(40, 24);
this.btnFFmpegHelp.TabIndex = 1;
this.btnFFmpegHelp.Text = "?";
this.btnFFmpegHelp.UseVisualStyleBackColor = true;
this.btnFFmpegHelp.Click += new System.EventHandler(this.buttonFFmpegHelp_Click);
//
2014-05-12 11:19:38 +12:00
// tbUserArgs
//
2014-05-12 11:19:38 +12:00
this.tbUserArgs.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.tbUserArgs.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.FileSystem;
this.tbUserArgs.Location = new System.Drawing.Point(8, 24);
this.tbUserArgs.Name = "tbUserArgs";
this.tbUserArgs.Size = new System.Drawing.Size(384, 20);
this.tbUserArgs.TabIndex = 0;
//
2014-05-12 13:13:42 +12:00
// tcFFmpeg
//
this.tcFFmpeg.Controls.Add(this.tpX264);
this.tcFFmpeg.Controls.Add(this.tpVpx);
this.tcFFmpeg.Controls.Add(this.tpXvid);
2014-05-12 20:40:56 +12:00
this.tcFFmpeg.Location = new System.Drawing.Point(8, 40);
2014-05-12 13:13:42 +12:00
this.tcFFmpeg.Name = "tcFFmpeg";
this.tcFFmpeg.SelectedIndex = 0;
this.tcFFmpeg.Size = new System.Drawing.Size(448, 72);
this.tcFFmpeg.TabIndex = 26;
//
// tpX264
//
this.tpX264.Controls.Add(this.nudx264CRF);
this.tpX264.Controls.Add(this.lblX264CRF);
this.tpX264.Controls.Add(this.cbPreset);
this.tpX264.Controls.Add(this.lblPreset);
this.tpX264.Location = new System.Drawing.Point(4, 22);
this.tpX264.Name = "tpX264";
this.tpX264.Padding = new System.Windows.Forms.Padding(3);
this.tpX264.Size = new System.Drawing.Size(440, 46);
this.tpX264.TabIndex = 1;
this.tpX264.Text = "x264";
this.tpX264.UseVisualStyleBackColor = true;
//
// tpVpx
//
this.tpVpx.Controls.Add(this.nudVPxCRF);
this.tpVpx.Controls.Add(this.lblVpxCRF);
this.tpVpx.Location = new System.Drawing.Point(4, 22);
this.tpVpx.Name = "tpVpx";
this.tpVpx.Size = new System.Drawing.Size(440, 46);
this.tpVpx.TabIndex = 2;
this.tpVpx.Text = "VP8";
this.tpVpx.UseVisualStyleBackColor = true;
//
// lblVpxCRF
//
this.lblVpxCRF.AutoSize = true;
2014-05-12 20:40:56 +12:00
this.lblVpxCRF.Location = new System.Drawing.Point(16, 16);
2014-05-12 13:13:42 +12:00
this.lblVpxCRF.Name = "lblVpxCRF";
this.lblVpxCRF.Size = new System.Drawing.Size(31, 13);
this.lblVpxCRF.TabIndex = 15;
this.lblVpxCRF.Text = "CRF:";
//
// tpXvid
//
this.tpXvid.Controls.Add(this.nudQscale);
this.tpXvid.Controls.Add(this.lblQscale);
this.tpXvid.Location = new System.Drawing.Point(4, 22);
this.tpXvid.Name = "tpXvid";
this.tpXvid.Size = new System.Drawing.Size(440, 46);
this.tpXvid.TabIndex = 3;
this.tpXvid.Text = "XviD";
this.tpXvid.UseVisualStyleBackColor = true;
//
// btnTest
//
this.btnTest.Location = new System.Drawing.Point(136, 243);
this.btnTest.Name = "btnTest";
this.btnTest.Size = new System.Drawing.Size(88, 23);
this.btnTest.TabIndex = 1;
this.btnTest.Text = "Test with CMD";
this.btnTest.UseVisualStyleBackColor = true;
this.btnTest.Click += new System.EventHandler(this.btnTest_Click);
//
// btnCopyPreview
//
this.btnCopyPreview.Location = new System.Drawing.Point(227, 243);
this.btnCopyPreview.Name = "btnCopyPreview";
2014-05-12 23:43:45 +12:00
this.btnCopyPreview.Size = new System.Drawing.Size(53, 23);
this.btnCopyPreview.TabIndex = 1;
this.btnCopyPreview.Text = "Copy";
this.btnCopyPreview.UseVisualStyleBackColor = true;
this.btnCopyPreview.Click += new System.EventHandler(this.btnCopyPreview_Click);
//
2014-05-12 11:19:38 +12:00
// FFmpegOptionsForm
2014-05-09 15:14:53 +12:00
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
2014-05-12 20:40:56 +12:00
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(464, 360);
this.Controls.Add(this.btnCopyPreview);
this.Controls.Add(this.btnTest);
2014-05-12 14:47:03 +12:00
this.Controls.Add(this.cbCodec);
2014-05-12 13:13:42 +12:00
this.Controls.Add(this.tcFFmpeg);
2014-05-12 14:47:03 +12:00
this.Controls.Add(this.lblCodec);
this.Controls.Add(this.cbExtension);
2014-05-12 11:19:38 +12:00
this.Controls.Add(this.gbCommandLinePreview);
2014-05-12 14:47:03 +12:00
this.Controls.Add(this.lblExt);
2014-05-12 11:19:38 +12:00
this.Controls.Add(this.gbFFmpegExe);
this.Controls.Add(this.gbCommandLineArgs);
2014-05-09 15:14:53 +12:00
this.MaximizeBox = false;
this.MinimizeBox = false;
2014-05-12 11:19:38 +12:00
this.Name = "FFmpegOptionsForm";
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
2014-05-09 15:14:53 +12:00
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "FFmpegGUI";
2014-05-12 13:13:42 +12:00
((System.ComponentModel.ISupportInitialize)(this.nudx264CRF)).EndInit();
2014-05-09 20:12:44 +12:00
((System.ComponentModel.ISupportInitialize)(this.nudQscale)).EndInit();
2014-05-12 13:13:42 +12:00
((System.ComponentModel.ISupportInitialize)(this.nudVPxCRF)).EndInit();
2014-05-12 11:19:38 +12:00
this.gbFFmpegExe.ResumeLayout(false);
this.gbFFmpegExe.PerformLayout();
this.gbCommandLinePreview.ResumeLayout(false);
this.gbCommandLinePreview.PerformLayout();
2014-05-10 12:23:47 +12:00
this.gbCommandLineArgs.ResumeLayout(false);
this.gbCommandLineArgs.PerformLayout();
2014-05-12 13:13:42 +12:00
this.tcFFmpeg.ResumeLayout(false);
this.tpX264.ResumeLayout(false);
this.tpX264.PerformLayout();
this.tpVpx.ResumeLayout(false);
this.tpVpx.PerformLayout();
this.tpXvid.ResumeLayout(false);
this.tpXvid.PerformLayout();
2014-05-09 15:14:53 +12:00
this.ResumeLayout(false);
2014-05-12 14:47:03 +12:00
this.PerformLayout();
2014-05-09 15:14:53 +12:00
}
#endregion
private System.Windows.Forms.Label lblExt;
2014-05-12 13:13:42 +12:00
private System.Windows.Forms.Label lblX264CRF;
private System.Windows.Forms.NumericUpDown nudx264CRF;
2014-05-12 11:19:38 +12:00
private System.Windows.Forms.ToolTip tpFFmpeg;
private System.Windows.Forms.ComboBox cbExtension;
2014-05-09 15:14:53 +12:00
private System.Windows.Forms.Label lblCodec;
2014-05-12 11:19:38 +12:00
private System.Windows.Forms.ComboBox cbCodec;
private System.Windows.Forms.ComboBox cbPreset;
2014-05-09 15:14:53 +12:00
private System.Windows.Forms.Label lblPreset;
2014-05-09 18:41:16 +12:00
private System.Windows.Forms.NumericUpDown nudQscale;
2014-05-12 11:19:38 +12:00
private System.Windows.Forms.Label lblQscale;
private System.Windows.Forms.GroupBox gbFFmpegExe;
private System.Windows.Forms.Button btnFFmpegBrowse;
private System.Windows.Forms.TextBox tbFFmpegPath;
private System.Windows.Forms.GroupBox gbCommandLinePreview;
private System.Windows.Forms.TextBox tbCommandLinePreview;
2014-05-10 12:23:47 +12:00
private System.Windows.Forms.GroupBox gbCommandLineArgs;
2014-05-12 11:19:38 +12:00
private System.Windows.Forms.Button btnFFmpegHelp;
private System.Windows.Forms.TextBox tbUserArgs;
2014-05-10 12:23:47 +12:00
private System.Windows.Forms.Button btnDownload;
2014-05-12 13:13:42 +12:00
private System.Windows.Forms.TabControl tcFFmpeg;
private System.Windows.Forms.TabPage tpX264;
private System.Windows.Forms.TabPage tpVpx;
private System.Windows.Forms.TabPage tpXvid;
private System.Windows.Forms.NumericUpDown nudVPxCRF;
private System.Windows.Forms.Label lblVpxCRF;
private System.Windows.Forms.Button btnTest;
private System.Windows.Forms.Button btnCopyPreview;
2014-05-09 15:14:53 +12:00
}
}