OSDN Git Service

WinGui:
[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.SuspendLayout();\r
46             // \r
47             // lbl_name\r
48             // \r
49             this.lbl_name.AutoSize = true;\r
50             this.lbl_name.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
51             this.lbl_name.Location = new System.Drawing.Point(14, 20);\r
52             this.lbl_name.Name = "lbl_name";\r
53             this.lbl_name.Size = new System.Drawing.Size(89, 13);\r
54             this.lbl_name.TabIndex = 1;\r
55             this.lbl_name.Text = "Preset Name: ";\r
56             // \r
57             // txt_preset_name\r
58             // \r
59             this.txt_preset_name.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
60             this.txt_preset_name.Location = new System.Drawing.Point(109, 17);\r
61             this.txt_preset_name.Name = "txt_preset_name";\r
62             this.txt_preset_name.Size = new System.Drawing.Size(241, 21);\r
63             this.txt_preset_name.TabIndex = 0;\r
64             // \r
65             // btn_add\r
66             // \r
67             this.btn_add.BackColor = System.Drawing.SystemColors.Control;\r
68             this.btn_add.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
69             this.btn_add.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
70             this.btn_add.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
71             this.btn_add.Location = new System.Drawing.Point(212, 72);\r
72             this.btn_add.Name = "btn_add";\r
73             this.btn_add.Size = new System.Drawing.Size(66, 22);\r
74             this.btn_add.TabIndex = 2;\r
75             this.btn_add.Text = "Add";\r
76             this.btn_add.UseVisualStyleBackColor = false;\r
77             this.btn_add.Click += new System.EventHandler(this.btn_add_Click);\r
78             // \r
79             // btn_cancel\r
80             // \r
81             this.btn_cancel.BackColor = System.Drawing.SystemColors.Control;\r
82             this.btn_cancel.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
83             this.btn_cancel.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
84             this.btn_cancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
85             this.btn_cancel.Location = new System.Drawing.Point(284, 72);\r
86             this.btn_cancel.Name = "btn_cancel";\r
87             this.btn_cancel.Size = new System.Drawing.Size(66, 22);\r
88             this.btn_cancel.TabIndex = 3;\r
89             this.btn_cancel.Text = "Cancel";\r
90             this.btn_cancel.UseVisualStyleBackColor = false;\r
91             this.btn_cancel.Click += new System.EventHandler(this.btn_cancel_Click);\r
92             // \r
93             // check_pictureSettings\r
94             // \r
95             this.check_pictureSettings.AutoSize = true;\r
96             this.check_pictureSettings.Location = new System.Drawing.Point(109, 44);\r
97             this.check_pictureSettings.Name = "check_pictureSettings";\r
98             this.check_pictureSettings.Size = new System.Drawing.Size(118, 17);\r
99             this.check_pictureSettings.TabIndex = 1;\r
100             this.check_pictureSettings.Text = "Use Picture Size";\r
101             this.toolTip.SetToolTip(this.check_pictureSettings, "Save Picture Width/Height and Crop Values");\r
102             this.check_pictureSettings.UseVisualStyleBackColor = true;\r
103             // \r
104             // frmAddPreset\r
105             // \r
106             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);\r
107             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
108             this.ClientSize = new System.Drawing.Size(365, 100);\r
109             this.Controls.Add(this.check_pictureSettings);\r
110             this.Controls.Add(this.btn_cancel);\r
111             this.Controls.Add(this.btn_add);\r
112             this.Controls.Add(this.txt_preset_name);\r
113             this.Controls.Add(this.lbl_name);\r
114             this.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
115             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
116             this.MaximizeBox = false;\r
117             this.MinimizeBox = false;\r
118             this.Name = "frmAddPreset";\r
119             this.ShowInTaskbar = false;\r
120             this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;\r
121             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
122             this.Text = "Add Preset";\r
123             this.TopMost = true;\r
124             this.ResumeLayout(false);\r
125             this.PerformLayout();\r
126 \r
127         }\r
128 \r
129         #endregion\r
130 \r
131         private System.Windows.Forms.Label lbl_name;\r
132         private System.Windows.Forms.TextBox txt_preset_name;\r
133         internal System.Windows.Forms.Button btn_add;\r
134         internal System.Windows.Forms.Button btn_cancel;\r
135         private System.Windows.Forms.CheckBox check_pictureSettings;\r
136         private System.Windows.Forms.ToolTip toolTip;\r
137     }\r
138 }