OSDN Git Service

merge 0.9.4 to jp
[handbrake-jp/handbrake-jp.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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();\r
47             this.tableLayoutPanel1.SuspendLayout();\r
48             this.SuspendLayout();\r
49             // \r
50             // lbl_name\r
51             // \r
52             this.lbl_name.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
53             this.lbl_name.AutoSize = true;\r
54             this.lbl_name.Location = new System.Drawing.Point(3, 7);\r
55             this.lbl_name.Name = "lbl_name";\r
56             this.lbl_name.Size = new System.Drawing.Size(75, 13);\r
57             this.lbl_name.TabIndex = 1;\r
58             this.lbl_name.Text = "プリセット名:";\r
59             // \r
60             // txt_preset_name\r
61             // \r
62             this.txt_preset_name.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));\r
63             this.tableLayoutPanel1.SetColumnSpan(this.txt_preset_name, 2);\r
64             this.txt_preset_name.Location = new System.Drawing.Point(84, 3);\r
65             this.txt_preset_name.Name = "txt_preset_name";\r
66             this.txt_preset_name.Size = new System.Drawing.Size(208, 21);\r
67             this.txt_preset_name.TabIndex = 0;\r
68             // \r
69             // btn_add\r
70             // \r
71             this.btn_add.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));\r
72             this.btn_add.BackColor = System.Drawing.Color.Transparent;\r
73             this.btn_add.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
74             this.btn_add.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
75             this.btn_add.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
76             this.btn_add.Location = new System.Drawing.Point(172, 72);\r
77             this.btn_add.Name = "btn_add";\r
78             this.btn_add.Size = new System.Drawing.Size(57, 22);\r
79             this.btn_add.TabIndex = 2;\r
80             this.btn_add.Text = "追加";\r
81             this.btn_add.UseVisualStyleBackColor = false;\r
82             this.btn_add.Click += new System.EventHandler(this.btn_add_Click);\r
83             // \r
84             // btn_cancel\r
85             // \r
86             this.btn_cancel.BackColor = System.Drawing.Color.Transparent;\r
87             this.btn_cancel.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
88             this.btn_cancel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
89             this.btn_cancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
90             this.btn_cancel.Location = new System.Drawing.Point(235, 72);\r
91             this.btn_cancel.Name = "btn_cancel";\r
92             this.btn_cancel.Size = new System.Drawing.Size(57, 22);\r
93             this.btn_cancel.TabIndex = 3;\r
94             this.btn_cancel.Text = "キャンセル";\r
95             this.btn_cancel.UseVisualStyleBackColor = false;\r
96             this.btn_cancel.Click += new System.EventHandler(this.btn_cancel_Click);\r
97             // \r
98             // check_pictureSettings\r
99             // \r
100             this.check_pictureSettings.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
101             this.check_pictureSettings.AutoSize = true;\r
102             this.tableLayoutPanel1.SetColumnSpan(this.check_pictureSettings, 2);\r
103             this.check_pictureSettings.Location = new System.Drawing.Point(84, 30);\r
104             this.check_pictureSettings.Name = "check_pictureSettings";\r
105             this.check_pictureSettings.Size = new System.Drawing.Size(132, 17);\r
106             this.check_pictureSettings.TabIndex = 1;\r
107             this.check_pictureSettings.Text = "Store Cropping Values";\r
108             this.toolTip.SetToolTip(this.check_pictureSettings, "Save Picture Width/Height and Crop Values");\r
109             this.check_pictureSettings.UseVisualStyleBackColor = true;\r
110             // \r
111             // label1\r
112             // \r
113             this.label1.Anchor = System.Windows.Forms.AnchorStyles.Left;\r
114             this.label1.AutoSize = true;\r
115             this.tableLayoutPanel1.SetColumnSpan(this.label1, 2);\r
116             this.label1.Location = new System.Drawing.Point(84, 53);\r
117             this.label1.Margin = new System.Windows.Forms.Padding(3);\r
118             this.label1.Name = "label1";\r
119             this.label1.Size = new System.Drawing.Size(200, 13);\r
120             this.label1.TabIndex = 4;\r
121             this.label1.Text = "Note: Subtitles are not stored in presets";\r
122             // \r
123             // tableLayoutPanel1\r
124             // \r
125             this.tableLayoutPanel1.AutoSize = true;\r
126             this.tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;\r
127             this.tableLayoutPanel1.ColumnCount = 3;\r
128             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
129             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));\r
130             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
131             this.tableLayoutPanel1.Controls.Add(this.lbl_name, 0, 0);\r
132             this.tableLayoutPanel1.Controls.Add(this.btn_cancel, 2, 3);\r
133             this.tableLayoutPanel1.Controls.Add(this.label1, 1, 2);\r
134             this.tableLayoutPanel1.Controls.Add(this.btn_add, 1, 3);\r
135             this.tableLayoutPanel1.Controls.Add(this.txt_preset_name, 1, 0);\r
136             this.tableLayoutPanel1.Controls.Add(this.check_pictureSettings, 1, 1);\r
137             this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;\r
138             this.tableLayoutPanel1.Location = new System.Drawing.Point(9, 9);\r
139             this.tableLayoutPanel1.Name = "tableLayoutPanel1";\r
140             this.tableLayoutPanel1.RowCount = 4;\r
141             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
142             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
143             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
144             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
145             this.tableLayoutPanel1.Size = new System.Drawing.Size(295, 125);\r
146             this.tableLayoutPanel1.TabIndex = 5;\r
147             // \r
148             // frmAddPreset\r
149             // \r
150             this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);\r
151             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;\r
152             this.AutoSize = true;\r
153             this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;\r
154             this.ClientSize = new System.Drawing.Size(313, 143);\r
155             this.Controls.Add(this.tableLayoutPanel1);\r
156             this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
157             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;\r
158             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
159             this.MaximizeBox = false;\r
160             this.MinimizeBox = false;\r
161             this.Name = "frmAddPreset";\r
162             this.Padding = new System.Windows.Forms.Padding(9);\r
163             this.ShowIcon = false;\r
164             this.ShowInTaskbar = false;\r
165             this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;\r
166             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
167             this.Text = "プリセットを追加";\r
168             this.TopMost = true;\r
169             this.tableLayoutPanel1.ResumeLayout(false);\r
170             this.tableLayoutPanel1.PerformLayout();\r
171             this.ResumeLayout(false);\r
172             this.PerformLayout();\r
173 \r
174         }\r
175 \r
176         #endregion\r
177 \r
178         private System.Windows.Forms.Label lbl_name;\r
179         private System.Windows.Forms.TextBox txt_preset_name;\r
180         internal System.Windows.Forms.Button btn_add;\r
181         internal System.Windows.Forms.Button btn_cancel;\r
182         private System.Windows.Forms.CheckBox check_pictureSettings;\r
183         private System.Windows.Forms.ToolTip toolTip;\r
184         private System.Windows.Forms.Label label1;\r
185         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;\r
186     }\r
187 }