OSDN Git Service

MacGui: Remove Target Size as a rate control option as it doesn't really work correct...
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmPreview.Designer.cs
1 namespace Handbrake\r
2 {\r
3     partial class frmPreview\r
4     {\r
5         /// <summary>\r
6         /// Required designer variable.\r
7         /// </summary>\r
8         private System.ComponentModel.IContainer components = null;\r
9 \r
10         /// <summary>\r
11         /// Clean up any resources being used.\r
12         /// </summary>\r
13         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
14         protected override void Dispose(bool disposing)\r
15         {\r
16             if (disposing)\r
17             {\r
18                 if (components != null)\r
19                 {\r
20                     components.Dispose();\r
21                 }\r
22             }\r
23             base.Dispose(disposing);\r
24         }\r
25 \r
26         #region Windows Form Designer generated code\r
27 \r
28         /// <summary>\r
29         /// Required method for Designer support - do not modify\r
30         /// the contents of this method with the code editor.\r
31         /// </summary>\r
32         private void InitializeComponent()\r
33         {\r
34             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPreview));\r
35             this.toolBar = new System.Windows.Forms.ToolStrip();\r
36             this.lbl_preview = new System.Windows.Forms.ToolStripLabel();\r
37             this.cb_preview = new System.Windows.Forms.ToolStripComboBox();\r
38             this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();\r
39             this.cb_duration = new System.Windows.Forms.ToolStripComboBox();\r
40             this.btn_playQT = new System.Windows.Forms.ToolStripButton();\r
41             this.btn_playVLC = new System.Windows.Forms.ToolStripButton();\r
42             this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();\r
43             this.ProgressBarStatus = new System.Windows.Forms.ToolStripProgressBar();\r
44             this.lbl_encodeStatus = new System.Windows.Forms.ToolStripLabel();\r
45             this.panel1 = new System.Windows.Forms.Panel();\r
46             this.QTControl = new AxQTOControlLib.AxQTControl();\r
47             this.toolBar.SuspendLayout();\r
48             this.panel1.SuspendLayout();\r
49             ((System.ComponentModel.ISupportInitialize)(this.QTControl)).BeginInit();\r
50             this.SuspendLayout();\r
51             // \r
52             // toolBar\r
53             // \r
54             this.toolBar.AutoSize = false;\r
55             this.toolBar.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;\r
56             this.toolBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
57             this.lbl_preview,\r
58             this.cb_preview,\r
59             this.toolStripLabel2,\r
60             this.cb_duration,\r
61             this.btn_playQT,\r
62             this.btn_playVLC,\r
63             this.toolStripSeparator1,\r
64             this.ProgressBarStatus,\r
65             this.lbl_encodeStatus});\r
66             this.toolBar.Location = new System.Drawing.Point(0, 0);\r
67             this.toolBar.Name = "toolBar";\r
68             this.toolBar.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;\r
69             this.toolBar.Size = new System.Drawing.Size(722, 25);\r
70             this.toolBar.TabIndex = 37;\r
71             this.toolBar.Text = "toolStrip1";\r
72             // \r
73             // lbl_preview\r
74             // \r
75             this.lbl_preview.BackColor = System.Drawing.Color.Transparent;\r
76             this.lbl_preview.Name = "lbl_preview";\r
77             this.lbl_preview.Size = new System.Drawing.Size(91, 22);\r
78             this.lbl_preview.Text = "Start at Preview:";\r
79             // \r
80             // cb_preview\r
81             // \r
82             this.cb_preview.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
83             this.cb_preview.DropDownWidth = 75;\r
84             this.cb_preview.FlatStyle = System.Windows.Forms.FlatStyle.Standard;\r
85             this.cb_preview.Font = new System.Drawing.Font("Tahoma", 9F);\r
86             this.cb_preview.Items.AddRange(new object[] {\r
87             "1",\r
88             "2",\r
89             "3",\r
90             "4",\r
91             "5",\r
92             "6",\r
93             "7",\r
94             "8",\r
95             "9",\r
96             "10"});\r
97             this.cb_preview.Name = "cb_preview";\r
98             this.cb_preview.Size = new System.Drawing.Size(75, 25);\r
99             // \r
100             // toolStripLabel2\r
101             // \r
102             this.toolStripLabel2.BackColor = System.Drawing.Color.Transparent;\r
103             this.toolStripLabel2.Name = "toolStripLabel2";\r
104             this.toolStripLabel2.Size = new System.Drawing.Size(107, 22);\r
105             this.toolStripLabel2.Text = "Duration (seconds)";\r
106             // \r
107             // cb_duration\r
108             // \r
109             this.cb_duration.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
110             this.cb_duration.DropDownWidth = 75;\r
111             this.cb_duration.FlatStyle = System.Windows.Forms.FlatStyle.Standard;\r
112             this.cb_duration.Font = new System.Drawing.Font("Tahoma", 9F);\r
113             this.cb_duration.Items.AddRange(new object[] {\r
114             "5",\r
115             "10",\r
116             "15",\r
117             "20",\r
118             "25",\r
119             "30",\r
120             "35",\r
121             "40",\r
122             "45",\r
123             "50",\r
124             "55",\r
125             "60"});\r
126             this.cb_duration.Margin = new System.Windows.Forms.Padding(0);\r
127             this.cb_duration.Name = "cb_duration";\r
128             this.cb_duration.Size = new System.Drawing.Size(75, 25);\r
129             // \r
130             // btn_playQT\r
131             // \r
132             this.btn_playQT.Image = global::Handbrake.Properties.Resources.Play_small;\r
133             this.btn_playQT.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
134             this.btn_playQT.ImageTransparentColor = System.Drawing.Color.Magenta;\r
135             this.btn_playQT.Name = "btn_playQT";\r
136             this.btn_playQT.Size = new System.Drawing.Size(96, 22);\r
137             this.btn_playQT.Text = "Play with QT";\r
138             this.btn_playQT.Click += new System.EventHandler(this.PlayQtClick);\r
139             // \r
140             // btn_playVLC\r
141             // \r
142             this.btn_playVLC.Image = global::Handbrake.Properties.Resources.Play_small;\r
143             this.btn_playVLC.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
144             this.btn_playVLC.ImageTransparentColor = System.Drawing.Color.Magenta;\r
145             this.btn_playVLC.Name = "btn_playVLC";\r
146             this.btn_playVLC.Size = new System.Drawing.Size(101, 22);\r
147             this.btn_playVLC.Text = "Play with VLC";\r
148             this.btn_playVLC.Click += new System.EventHandler(this.PlayVlcClick);\r
149             // \r
150             // toolStripSeparator1\r
151             // \r
152             this.toolStripSeparator1.Name = "toolStripSeparator1";\r
153             this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);\r
154             // \r
155             // ProgressBarStatus\r
156             // \r
157             this.ProgressBarStatus.Name = "ProgressBarStatus";\r
158             this.ProgressBarStatus.Size = new System.Drawing.Size(100, 22);\r
159             this.ProgressBarStatus.Visible = false;\r
160             // \r
161             // lbl_encodeStatus\r
162             // \r
163             this.lbl_encodeStatus.Name = "lbl_encodeStatus";\r
164             this.lbl_encodeStatus.Size = new System.Drawing.Size(38, 22);\r
165             this.lbl_encodeStatus.Text = "0.00%";\r
166             this.lbl_encodeStatus.Visible = false;\r
167             // \r
168             // panel1\r
169             // \r
170             this.panel1.AutoSize = true;\r
171             this.panel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;\r
172             this.panel1.Controls.Add(this.QTControl);\r
173             this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;\r
174             this.panel1.Location = new System.Drawing.Point(0, 25);\r
175             this.panel1.Name = "panel1";\r
176             this.panel1.Size = new System.Drawing.Size(722, 481);\r
177             this.panel1.TabIndex = 40;\r
178             // \r
179             // QTControl\r
180             // \r
181             this.QTControl.Enabled = true;\r
182             this.QTControl.Location = new System.Drawing.Point(0, 0);\r
183             this.QTControl.Name = "QTControl";\r
184             this.QTControl.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("QTControl.OcxState")));\r
185             this.QTControl.Size = new System.Drawing.Size(64, 72);\r
186             this.QTControl.TabIndex = 39;\r
187             this.QTControl.Visible = false;\r
188             // \r
189             // frmPreview\r
190             // \r
191             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
192             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
193             this.AutoSize = true;\r
194             this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;\r
195             this.BackColor = System.Drawing.Color.Black;\r
196             this.ClientSize = new System.Drawing.Size(722, 506);\r
197             this.Controls.Add(this.panel1);\r
198             this.Controls.Add(this.toolBar);\r
199             this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
200             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
201             this.MinimumSize = new System.Drawing.Size(730, 32);\r
202             this.Name = "frmPreview";\r
203             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;\r
204             this.Text = "Video Preview";\r
205             this.toolBar.ResumeLayout(false);\r
206             this.toolBar.PerformLayout();\r
207             this.panel1.ResumeLayout(false);\r
208             ((System.ComponentModel.ISupportInitialize)(this.QTControl)).EndInit();\r
209             this.ResumeLayout(false);\r
210             this.PerformLayout();\r
211 \r
212         }\r
213 \r
214         #endregion\r
215 \r
216         private System.Windows.Forms.ToolStrip toolBar;\r
217         private System.Windows.Forms.ToolStripButton btn_playQT;\r
218         private AxQTOControlLib.AxQTControl QTControl;\r
219         private System.Windows.Forms.ToolStripComboBox cb_preview;\r
220         private System.Windows.Forms.ToolStripLabel lbl_preview;\r
221         private System.Windows.Forms.ToolStripLabel toolStripLabel2;\r
222         private System.Windows.Forms.ToolStripComboBox cb_duration;\r
223         private System.Windows.Forms.ToolStripButton btn_playVLC;\r
224         private System.Windows.Forms.Panel panel1;\r
225         private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;\r
226         private System.Windows.Forms.ToolStripProgressBar ProgressBarStatus;\r
227         private System.Windows.Forms.ToolStripLabel lbl_encodeStatus;\r
228     }\r
229 }