OSDN Git Service

start translation some UI texts
[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_useFilters = new System.Windows.Forms.CheckBox();\r
44             this.toolTip = new System.Windows.Forms.ToolTip(this.components);\r
45             this.cb_usePictureSettings = new System.Windows.Forms.ComboBox();\r
46             this.label2 = new System.Windows.Forms.Label();\r
47             this.label3 = new System.Windows.Forms.Label();\r
48             this.SuspendLayout();\r
49             // \r
50             // lbl_name\r
51             // \r
52             this.lbl_name.AutoSize = true;\r
53             this.lbl_name.Location = new System.Drawing.Point(12, 18);\r
54             this.lbl_name.Name = "lbl_name";\r
55             this.lbl_name.Size = new System.Drawing.Size(66, 13);\r
56             this.lbl_name.TabIndex = 1;\r
57             this.lbl_name.Text = "プリセット名:";\r
58             // \r
59             // txt_preset_name\r
60             // \r
61             this.txt_preset_name.Location = new System.Drawing.Point(130, 15);\r
62             this.txt_preset_name.Name = "txt_preset_name";\r
63             this.txt_preset_name.Size = new System.Drawing.Size(172, 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("Tahoma", 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(172, 133);\r
73             this.btn_add.Name = "btn_add";\r
74             this.btn_add.Size = new System.Drawing.Size(57, 22);\r
75             this.btn_add.TabIndex = 2;\r
76             this.btn_add.Text = "追加";\r
77             this.btn_add.UseVisualStyleBackColor = false;\r
78             this.btn_add.Click += new System.EventHandler(this.BtnAddClick);\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("Tahoma", 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(235, 133);\r
87             this.btn_cancel.Name = "btn_cancel";\r
88             this.btn_cancel.Size = new System.Drawing.Size(70, 22);\r
89             this.btn_cancel.TabIndex = 3;\r
90             this.btn_cancel.Text = "キャンセル";\r
91             this.btn_cancel.UseVisualStyleBackColor = false;\r
92             this.btn_cancel.Click += new System.EventHandler(this.BtnCancelClick);\r
93             // \r
94             // check_useFilters\r
95             // \r
96             this.check_useFilters.AutoSize = true;\r
97             this.check_useFilters.Location = new System.Drawing.Point(130, 106);\r
98             this.check_useFilters.Name = "check_useFilters";\r
99             this.check_useFilters.Size = new System.Drawing.Size(135, 17);\r
100             this.check_useFilters.TabIndex = 1;\r
101             this.check_useFilters.Text = "映像フィルタを使用する";\r
102             this.toolTip.SetToolTip(this.check_useFilters, "Save Picture Width/Height and Crop Values");\r
103             this.check_useFilters.UseVisualStyleBackColor = true;\r
104             // \r
105             // cb_usePictureSettings\r
106             // \r
107             this.cb_usePictureSettings.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
108             this.cb_usePictureSettings.FormattingEnabled = true;\r
109             this.cb_usePictureSettings.Items.AddRange(new object[] {\r
110             "None",\r
111             "Source Maximum"});\r
112             this.cb_usePictureSettings.Location = new System.Drawing.Point(130, 79);\r
113             this.cb_usePictureSettings.Name = "cb_usePictureSettings";\r
114             this.cb_usePictureSettings.Size = new System.Drawing.Size(172, 21);\r
115             this.cb_usePictureSettings.TabIndex = 6;\r
116             // \r
117             // label2\r
118             // \r
119             this.label2.AutoSize = true;\r
120             this.label2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
121             this.label2.Location = new System.Drawing.Point(12, 57);\r
122             this.label2.Name = "label2";\r
123             this.label2.Size = new System.Drawing.Size(66, 13);\r
124             this.label2.TabIndex = 7;\r
125             this.label2.Text = "映像設定:";\r
126             // \r
127             // label3\r
128             // \r
129             this.label3.AutoSize = true;\r
130             this.label3.Location = new System.Drawing.Point(12, 82);\r
131             this.label3.Margin = new System.Windows.Forms.Padding(3);\r
132             this.label3.Name = "label3";\r
133             this.label3.Size = new System.Drawing.Size(109, 13);\r
134             this.label3.TabIndex = 8;\r
135             this.label3.Text = "使用する映像サイズ:";\r
136             // \r
137             // frmAddPreset\r
138             // \r
139             this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);\r
140             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;\r
141             this.AutoSize = true;\r
142             this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;\r
143             this.ClientSize = new System.Drawing.Size(319, 166);\r
144             this.Controls.Add(this.label3);\r
145             this.Controls.Add(this.label2);\r
146             this.Controls.Add(this.cb_usePictureSettings);\r
147             this.Controls.Add(this.lbl_name);\r
148             this.Controls.Add(this.txt_preset_name);\r
149             this.Controls.Add(this.check_useFilters);\r
150             this.Controls.Add(this.btn_cancel);\r
151             this.Controls.Add(this.btn_add);\r
152             this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
153             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;\r
154             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
155             this.MaximizeBox = false;\r
156             this.MinimizeBox = false;\r
157             this.Name = "frmAddPreset";\r
158             this.Padding = new System.Windows.Forms.Padding(9);\r
159             this.ShowIcon = false;\r
160             this.ShowInTaskbar = false;\r
161             this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;\r
162             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
163             this.Text = "新規プリセットを追加";\r
164             this.TopMost = true;\r
165             this.ResumeLayout(false);\r
166             this.PerformLayout();\r
167 \r
168         }\r
169 \r
170         #endregion\r
171 \r
172         private System.Windows.Forms.Label lbl_name;\r
173         private System.Windows.Forms.TextBox txt_preset_name;\r
174         internal System.Windows.Forms.Button btn_add;\r
175         internal System.Windows.Forms.Button btn_cancel;\r
176         private System.Windows.Forms.CheckBox check_useFilters;\r
177         private System.Windows.Forms.ToolTip toolTip;\r
178         private System.Windows.Forms.ComboBox cb_usePictureSettings;\r
179         private System.Windows.Forms.Label label2;\r
180         private System.Windows.Forms.Label label3;\r
181     }\r
182 }