OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / Controls / Detelecine.Designer.cs
1 /*  Detelecine.Designer.cs $\r
2         \r
3            This file is part of the HandBrake source code.\r
4            Homepage: <http://handbrake.fr/>.\r
5            It may be used under the terms of the GNU General Public License. */\r
6 namespace Handbrake\r
7 {\r
8     partial class Detelecine\r
9     {\r
10         /// <summary> \r
11         /// Required designer variable.\r
12         /// </summary>\r
13         private System.ComponentModel.IContainer components = null;\r
14 \r
15         /// <summary> \r
16         /// Clean up any resources being used.\r
17         /// </summary>\r
18         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
19         protected override void Dispose(bool disposing)\r
20         {\r
21             if (disposing && (components != null))\r
22             {\r
23                 components.Dispose();\r
24             }\r
25             base.Dispose(disposing);\r
26         }\r
27 \r
28         #region Component Designer generated code\r
29 \r
30         /// <summary> \r
31         /// Required method for Designer support - do not modify \r
32         /// the contents of this method with the code editor.\r
33         /// </summary>\r
34         private void InitializeComponent()\r
35         {\r
36             this.label18 = new System.Windows.Forms.Label();\r
37             this.drop_detelecine = new System.Windows.Forms.ComboBox();\r
38             this.text_custom = new System.Windows.Forms.TextBox();\r
39             this.SuspendLayout();\r
40             // \r
41             // label18\r
42             // \r
43             this.label18.AutoSize = true;\r
44             this.label18.BackColor = System.Drawing.Color.Transparent;\r
45             this.label18.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
46             this.label18.Location = new System.Drawing.Point(3, 7);\r
47             this.label18.Name = "label18";\r
48             this.label18.Size = new System.Drawing.Size(72, 13);\r
49             this.label18.TabIndex = 43;\r
50             this.label18.Text = "Detelecine:";\r
51             // \r
52             // drop_detelecine\r
53             // \r
54             this.drop_detelecine.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
55             this.drop_detelecine.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
56             this.drop_detelecine.FormattingEnabled = true;\r
57             this.drop_detelecine.Items.AddRange(new object[] {\r
58             "Off",\r
59             "Default",\r
60             "Custom"});\r
61             this.drop_detelecine.Location = new System.Drawing.Point(111, 4);\r
62             this.drop_detelecine.Name = "drop_detelecine";\r
63             this.drop_detelecine.Size = new System.Drawing.Size(161, 21);\r
64             this.drop_detelecine.TabIndex = 42;\r
65             this.drop_detelecine.SelectedIndexChanged += new System.EventHandler(this.drop_detelecine_SelectedIndexChanged);\r
66             // \r
67             // text_custom\r
68             // \r
69             this.text_custom.Location = new System.Drawing.Point(278, 4);\r
70             this.text_custom.Name = "text_custom";\r
71             this.text_custom.Size = new System.Drawing.Size(115, 20);\r
72             this.text_custom.TabIndex = 44;\r
73             this.text_custom.Visible = false;\r
74             // \r
75             // Detelecine\r
76             // \r
77             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;\r
78             this.AutoSize = true;\r
79             this.Controls.Add(this.text_custom);\r
80             this.Controls.Add(this.label18);\r
81             this.Controls.Add(this.drop_detelecine);\r
82             this.Margin = new System.Windows.Forms.Padding(0);\r
83             this.MaximumSize = new System.Drawing.Size(400, 30);\r
84             this.Name = "Detelecine";\r
85             this.Size = new System.Drawing.Size(400, 30);\r
86             this.ResumeLayout(false);\r
87             this.PerformLayout();\r
88 \r
89         }\r
90 \r
91         #endregion\r
92 \r
93         internal System.Windows.Forms.ComboBox drop_detelecine;\r
94         private System.Windows.Forms.TextBox text_custom;\r
95         private System.Windows.Forms.Label label18;\r
96     }\r
97 }\r