namespace Handbrake.Controls { partial class Filters { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.text_customDT = new System.Windows.Forms.TextBox(); this.label18 = new System.Windows.Forms.Label(); this.drop_detelecine = new System.Windows.Forms.ComboBox(); this.text_customDC = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.drop_decomb = new System.Windows.Forms.ComboBox(); this.text_customDI = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.drop_deinterlace = new System.Windows.Forms.ComboBox(); this.text_customDN = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.drop_denoise = new System.Windows.Forms.ComboBox(); this.slider_deblock = new System.Windows.Forms.TrackBar(); this.check_grayscale = new System.Windows.Forms.CheckBox(); this.label8 = new System.Windows.Forms.Label(); this.lbl_deblockVal = new System.Windows.Forms.Label(); this.label68 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.slider_deblock)).BeginInit(); this.SuspendLayout(); // // text_customDT // this.text_customDT.Location = new System.Drawing.Point(288, 32); this.text_customDT.Name = "text_customDT"; this.text_customDT.Size = new System.Drawing.Size(115, 21); this.text_customDT.TabIndex = 47; this.text_customDT.Visible = false; // // label18 // this.label18.AutoSize = true; this.label18.BackColor = System.Drawing.Color.Transparent; this.label18.Location = new System.Drawing.Point(13, 35); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(61, 13); this.label18.TabIndex = 46; this.label18.Text = "Detelecine:"; // // drop_detelecine // this.drop_detelecine.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.drop_detelecine.FormattingEnabled = true; this.drop_detelecine.Items.AddRange(new object[] { "Off", "Default", "Custom"}); this.drop_detelecine.Location = new System.Drawing.Point(121, 32); this.drop_detelecine.Name = "drop_detelecine"; this.drop_detelecine.Size = new System.Drawing.Size(161, 21); this.drop_detelecine.TabIndex = 45; this.drop_detelecine.SelectedIndexChanged += new System.EventHandler(this.drop_detelecine_SelectedIndexChanged); // // text_customDC // this.text_customDC.Location = new System.Drawing.Point(288, 59); this.text_customDC.Name = "text_customDC"; this.text_customDC.Size = new System.Drawing.Size(115, 21); this.text_customDC.TabIndex = 50; this.text_customDC.Visible = false; // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Location = new System.Drawing.Point(13, 62); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(49, 13); this.label1.TabIndex = 49; this.label1.Text = "Decomb:"; // // drop_decomb // this.drop_decomb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.drop_decomb.FormattingEnabled = true; this.drop_decomb.Items.AddRange(new object[] { "Off", "Default", "Custom"}); this.drop_decomb.Location = new System.Drawing.Point(121, 59); this.drop_decomb.Name = "drop_decomb"; this.drop_decomb.Size = new System.Drawing.Size(161, 21); this.drop_decomb.TabIndex = 48; this.drop_decomb.SelectedIndexChanged += new System.EventHandler(this.drop_decomb_SelectedIndexChanged); // // text_customDI // this.text_customDI.Location = new System.Drawing.Point(288, 86); this.text_customDI.Name = "text_customDI"; this.text_customDI.Size = new System.Drawing.Size(115, 21); this.text_customDI.TabIndex = 53; this.text_customDI.Visible = false; // // label2 // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.Location = new System.Drawing.Point(13, 89); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(65, 13); this.label2.TabIndex = 52; this.label2.Text = "Deinterlace:"; // // drop_deinterlace // this.drop_deinterlace.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.drop_deinterlace.FormattingEnabled = true; this.drop_deinterlace.Items.AddRange(new object[] { "None", "Fast", "Slow", "Slower", "Custom"}); this.drop_deinterlace.Location = new System.Drawing.Point(121, 86); this.drop_deinterlace.Name = "drop_deinterlace"; this.drop_deinterlace.Size = new System.Drawing.Size(161, 21); this.drop_deinterlace.TabIndex = 51; this.drop_deinterlace.SelectedIndexChanged += new System.EventHandler(this.drop_deinterlace_SelectedIndexChanged); // // text_customDN // this.text_customDN.Location = new System.Drawing.Point(288, 113); this.text_customDN.Name = "text_customDN"; this.text_customDN.Size = new System.Drawing.Size(115, 21); this.text_customDN.TabIndex = 56; this.text_customDN.Visible = false; // // label3 // this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.Color.Transparent; this.label3.Location = new System.Drawing.Point(13, 116); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(49, 13); this.label3.TabIndex = 55; this.label3.Text = "Denoise:"; // // drop_denoise // this.drop_denoise.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.drop_denoise.FormattingEnabled = true; this.drop_denoise.Items.AddRange(new object[] { "None", "Weak", "Medium", "Strong", "Custom"}); this.drop_denoise.Location = new System.Drawing.Point(121, 113); this.drop_denoise.Name = "drop_denoise"; this.drop_denoise.Size = new System.Drawing.Size(161, 21); this.drop_denoise.TabIndex = 54; this.drop_denoise.SelectedIndexChanged += new System.EventHandler(this.drop_denoise_SelectedIndexChanged); // // slider_deblock // this.slider_deblock.Location = new System.Drawing.Point(121, 140); this.slider_deblock.Maximum = 15; this.slider_deblock.Minimum = 4; this.slider_deblock.Name = "slider_deblock"; this.slider_deblock.Size = new System.Drawing.Size(174, 45); this.slider_deblock.TabIndex = 58; this.slider_deblock.Value = 4; this.slider_deblock.Scroll += new System.EventHandler(this.slider_deblock_Scroll); // // check_grayscale // this.check_grayscale.AutoSize = true; this.check_grayscale.BackColor = System.Drawing.Color.Transparent; this.check_grayscale.Location = new System.Drawing.Point(121, 191); this.check_grayscale.Name = "check_grayscale"; this.check_grayscale.Size = new System.Drawing.Size(119, 17); this.check_grayscale.TabIndex = 57; this.check_grayscale.Text = "Grayscale Encoding"; this.check_grayscale.UseVisualStyleBackColor = false; // // label8 // this.label8.AutoSize = true; this.label8.BackColor = System.Drawing.Color.Transparent; this.label8.Location = new System.Drawing.Point(13, 147); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(48, 13); this.label8.TabIndex = 60; this.label8.Text = "Deblock:"; // // lbl_deblockVal // this.lbl_deblockVal.AutoSize = true; this.lbl_deblockVal.BackColor = System.Drawing.Color.Transparent; this.lbl_deblockVal.Location = new System.Drawing.Point(301, 147); this.lbl_deblockVal.Name = "lbl_deblockVal"; this.lbl_deblockVal.Size = new System.Drawing.Size(23, 13); this.lbl_deblockVal.TabIndex = 59; this.lbl_deblockVal.Text = "Off"; // // label68 // this.label68.AutoSize = true; this.label68.BackColor = System.Drawing.Color.Transparent; this.label68.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label68.Location = new System.Drawing.Point(13, 13); this.label68.Name = "label68"; this.label68.Size = new System.Drawing.Size(42, 13); this.label68.TabIndex = 61; this.label68.Text = "Filters"; // // Filters // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackColor = System.Drawing.Color.Transparent; this.Controls.Add(this.label68); this.Controls.Add(this.slider_deblock); this.Controls.Add(this.check_grayscale); this.Controls.Add(this.label8); this.Controls.Add(this.lbl_deblockVal); this.Controls.Add(this.text_customDN); this.Controls.Add(this.label3); this.Controls.Add(this.drop_denoise); this.Controls.Add(this.text_customDI); this.Controls.Add(this.label2); this.Controls.Add(this.drop_deinterlace); this.Controls.Add(this.text_customDC); this.Controls.Add(this.label1); this.Controls.Add(this.drop_decomb); this.Controls.Add(this.text_customDT); this.Controls.Add(this.label18); this.Controls.Add(this.drop_detelecine); this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Name = "Filters"; this.Size = new System.Drawing.Size(592, 270); ((System.ComponentModel.ISupportInitialize)(this.slider_deblock)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox text_customDT; private System.Windows.Forms.Label label18; internal System.Windows.Forms.ComboBox drop_detelecine; private System.Windows.Forms.TextBox text_customDC; internal System.Windows.Forms.Label label1; internal System.Windows.Forms.ComboBox drop_decomb; private System.Windows.Forms.TextBox text_customDI; internal System.Windows.Forms.Label label2; internal System.Windows.Forms.ComboBox drop_deinterlace; private System.Windows.Forms.TextBox text_customDN; internal System.Windows.Forms.Label label3; internal System.Windows.Forms.ComboBox drop_denoise; internal System.Windows.Forms.TrackBar slider_deblock; internal System.Windows.Forms.CheckBox check_grayscale; internal System.Windows.Forms.Label label8; internal System.Windows.Forms.Label lbl_deblockVal; internal System.Windows.Forms.Label label68; } }