OSDN Git Service

a50372a4fa339bf45ebd4dc35e95f9725f162ee4
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmAddPreset.Designer.cs
1 /*  AudioTrack.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 \r
7 namespace Handbrake\r
8 {\r
9     partial class frmAddPreset\r
10     {\r
11         /// <summary>\r
12         /// Required designer variable.\r
13         /// </summary>\r
14         private System.ComponentModel.IContainer components = null;\r
15 \r
16         /// <summary>\r
17         /// Clean up any resources being used.\r
18         /// </summary>\r
19         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
20         protected override void Dispose(bool disposing)\r
21         {\r
22             if (disposing && (components != null))\r
23             {\r
24                 components.Dispose();\r
25             }\r
26             base.Dispose(disposing);\r
27         }\r
28 \r
29         #region Windows Form Designer generated code\r
30 \r
31         /// <summary>\r
32         /// Required method for Designer support - do not modify\r
33         /// the contents of this method with the code editor.\r
34         /// </summary>\r
35         private void InitializeComponent()\r
36         {\r
37             this.components = new System.ComponentModel.Container();\r
38             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAddPreset));\r
39             this.lbl_name = new System.Windows.Forms.Label();\r
40             this.txt_preset_name = new System.Windows.Forms.TextBox();\r
41             this.btn_add = new System.Windows.Forms.Button();\r
42             this.btn_cancel = new System.Windows.Forms.Button();\r
43             this.check_pictureSettings = new System.Windows.Forms.CheckBox();\r
44             this.toolTip = new System.Windows.Forms.ToolTip(this.components);\r
45             this.label1 = new System.Windows.Forms.Label();\r
46             this.SuspendLayout();\r
47             // \r
48             // lbl_name\r
49             // \r
50             this.lbl_name.AutoSize = true;\r
51             this.lbl_name.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
52             this.lbl_name.Location = new System.Drawing.Point(14, 20);\r
53             this.lbl_name.Name = "lbl_name";\r
54             this.lbl_name.Size = new System.Drawing.Size(89, 13);\r
55             this.lbl_name.TabIndex = 1;\r
56             this.lbl_name.Text = "Preset Name: ";\r
57             // \r
58             // txt_preset_name\r
59             // \r
60             this.txt_preset_name.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
61             this.txt_preset_name.Location = new System.Drawing.Point(109, 17);\r
62             this.txt_preset_name.Name = "txt_preset_name";\r
63             this.txt_preset_name.Size = new System.Drawing.Size(241, 21);\r
64             this.txt_preset_name.TabIndex = 0;\r
65             // \r
66             // btn_add\r
67             // \r
68             this.btn_add.BackColor = System.Drawing.Color.Transparent;\r
69             this.btn_add.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
70             this.btn_add.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
71             this.btn_add.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
72             this.btn_add.Location = new System.Drawing.Point(209, 109);\r
73             this.btn_add.Name = "btn_add";\r
74             this.btn_add.Size = new System.Drawing.Size(66, 22);\r
75             this.btn_add.TabIndex = 2;\r
76             this.btn_add.Text = "Add";\r
77             this.btn_add.UseVisualStyleBackColor = false;\r
78             this.btn_add.Click += new System.EventHandler(this.btn_add_Click);\r
79             // \r
80             // btn_cancel\r
81             // \r
82             this.btn_cancel.BackColor = System.Drawing.Color.Transparent;\r
83             this.btn_cancel.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
84             this.btn_cancel.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
85             this.btn_cancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
86             this.btn_cancel.Location = new System.Drawing.Point(281, 109);\r
87             this.btn_cancel.Name = "btn_cancel";\r
88             this.btn_cancel.Size = new System.Drawing.Size(66, 22);\r
89             this.btn_cancel.TabIndex = 3;\r
90             this.btn_cancel.Text = "Cancel";\r
91             this.btn_cancel.UseVisualStyleBackColor = false;\r
92             this.btn_cancel.Click += new System.EventHandler(this.btn_cancel_Click);\r
93             // \r
94             // check_pictureSettings\r
95             // \r
96             this.check_pictureSettings.AutoSize = true;\r
97             this.check_pictureSettings.Location = new System.Drawing.Point(109, 44);\r
98             this.check_pictureSettings.Name = "check_pictureSettings";\r
99             this.check_pictureSettings.Size = new System.Drawing.Size(155, 17);\r
100             this.check_pictureSettings.TabIndex = 1;\r
101             this.check_pictureSettings.Text = "Store Cropping Values";\r
102             this.toolTip.SetToolTip(this.check_pictureSettings, "Save Picture Width/Height and Crop Values");\r
103             this.check_pictureSettings.UseVisualStyleBackColor = true;\r
104             // \r
105             // label1\r
106             // \r
107             this.label1.AutoSize = true;\r
108             this.label1.Location = new System.Drawing.Point(106, 64);\r
109             this.label1.Name = "label1";\r
110             this.label1.Size = new System.Drawing.Size(236, 13);\r
111             this.label1.TabIndex = 4;\r
112             this.label1.Text = "Note: Subtitles are not stored in presets";\r
113             // \r
114             // frmAddPreset\r
115             // \r
116             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);\r
117             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
118             this.ClientSize = new System.Drawing.Size(365, 143);\r
119             this.Controls.Add(this.label1);\r
120             this.Controls.Add(this.check_pictureSettings);\r
121             this.Controls.Add(this.btn_cancel);\r
122             this.Controls.Add(this.btn_add);\r
123             this.Controls.Add(this.txt_preset_name);\r
124             this.Controls.Add(this.lbl_name);\r
125             this.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
126             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
127             this.MaximizeBox = false;\r
128             this.MinimizeBox = false;\r
129             this.Name = "frmAddPreset";\r
130             this.ShowInTaskbar = false;\r
131             this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;\r
132             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
133             this.Text = "Add Preset";\r
134             this.TopMost = true;\r
135             this.ResumeLayout(false);\r
136             this.PerformLayout();\r
137 \r
138         }\r
139 \r
140         #endregion\r
141 \r
142         private System.Windows.Forms.Label lbl_name;\r
143         private System.Windows.Forms.TextBox txt_preset_name;\r
144         internal System.Windows.Forms.Button btn_add;\r
145         internal System.Windows.Forms.Button btn_cancel;\r
146         private System.Windows.Forms.CheckBox check_pictureSettings;\r
147         private System.Windows.Forms.ToolTip toolTip;\r
148         private System.Windows.Forms.Label label1;\r
149     }\r
150 }