/* Detelecine.Designer.cs $
This file is part of the HandBrake source code.
Homepage: .
It may be used under the terms of the GNU General Public License. */
namespace Handbrake
{
partial class Detelecine
{
///
/// 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.label18 = new System.Windows.Forms.Label();
this.drop_detelecine = new System.Windows.Forms.ComboBox();
this.text_custom = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// label18
//
this.label18.AutoSize = true;
this.label18.BackColor = System.Drawing.Color.Transparent;
this.label18.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label18.Location = new System.Drawing.Point(3, 7);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(72, 13);
this.label18.TabIndex = 43;
this.label18.Text = "Detelecine:";
//
// drop_detelecine
//
this.drop_detelecine.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.drop_detelecine.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.drop_detelecine.FormattingEnabled = true;
this.drop_detelecine.Items.AddRange(new object[] {
"Off",
"Default",
"Custom"});
this.drop_detelecine.Location = new System.Drawing.Point(111, 4);
this.drop_detelecine.Name = "drop_detelecine";
this.drop_detelecine.Size = new System.Drawing.Size(161, 21);
this.drop_detelecine.TabIndex = 42;
this.drop_detelecine.SelectedIndexChanged += new System.EventHandler(this.drop_detelecine_SelectedIndexChanged);
//
// text_custom
//
this.text_custom.Location = new System.Drawing.Point(278, 4);
this.text_custom.Name = "text_custom";
this.text_custom.Size = new System.Drawing.Size(115, 20);
this.text_custom.TabIndex = 44;
this.text_custom.Visible = false;
//
// Detelecine
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.AutoSize = true;
this.Controls.Add(this.text_custom);
this.Controls.Add(this.label18);
this.Controls.Add(this.drop_detelecine);
this.Margin = new System.Windows.Forms.Padding(0);
this.MaximumSize = new System.Drawing.Size(400, 30);
this.Name = "Detelecine";
this.Size = new System.Drawing.Size(400, 30);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
internal System.Windows.Forms.ComboBox drop_detelecine;
private System.Windows.Forms.TextBox text_custom;
private System.Windows.Forms.Label label18;
}
}