OSDN Git Service

WinGui:
[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.QTControl = new AxQTOControlLib.AxQTControl();\r
43             this.panel1 = new System.Windows.Forms.Panel();\r
44             this.lbl_status = new System.Windows.Forms.Label();\r
45             this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();\r
46             this.ProgressBarStatus = new System.Windows.Forms.ToolStripProgressBar();\r
47             this.lbl_encodeStatus = new System.Windows.Forms.ToolStripLabel();\r
48             this.toolBar.SuspendLayout();\r
49             ((System.ComponentModel.ISupportInitialize)(this.QTControl)).BeginInit();\r
50             this.panel1.SuspendLayout();\r
51             this.SuspendLayout();\r
52             // \r
53             // toolBar\r
54             // \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(772, 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.btn_playQT_Click);\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.btn_playVLC_Click);\r
149             // \r
150             // QTControl\r
151             // \r
152             this.QTControl.Enabled = true;\r
153             this.QTControl.Location = new System.Drawing.Point(0, 0);\r
154             this.QTControl.Name = "QTControl";\r
155             this.QTControl.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("QTControl.OcxState")));\r
156             this.QTControl.Size = new System.Drawing.Size(64, 72);\r
157             this.QTControl.TabIndex = 39;\r
158             this.QTControl.Visible = false;\r
159             // \r
160             // panel1\r
161             // \r
162             this.panel1.Controls.Add(this.lbl_status);\r
163             this.panel1.Controls.Add(this.QTControl);\r
164             this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;\r
165             this.panel1.Location = new System.Drawing.Point(0, 25);\r
166             this.panel1.Name = "panel1";\r
167             this.panel1.Size = new System.Drawing.Size(772, 481);\r
168             this.panel1.TabIndex = 40;\r
169             // \r
170             // lbl_status\r
171             // \r
172             this.lbl_status.AutoSize = true;\r
173             this.lbl_status.BackColor = System.Drawing.Color.Transparent;\r
174             this.lbl_status.Dock = System.Windows.Forms.DockStyle.Top;\r
175             this.lbl_status.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
176             this.lbl_status.ForeColor = System.Drawing.Color.White;\r
177             this.lbl_status.Location = new System.Drawing.Point(0, 0);\r
178             this.lbl_status.Name = "lbl_status";\r
179             this.lbl_status.Size = new System.Drawing.Size(51, 25);\r
180             this.lbl_status.TabIndex = 40;\r
181             this.lbl_status.Text = "{0}";\r
182             this.lbl_status.Visible = false;\r
183             // \r
184             // toolStripSeparator1\r
185             // \r
186             this.toolStripSeparator1.Name = "toolStripSeparator1";\r
187             this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);\r
188             // \r
189             // ProgressBarStatus\r
190             // \r
191             this.ProgressBarStatus.Name = "ProgressBarStatus";\r
192             this.ProgressBarStatus.Size = new System.Drawing.Size(100, 22);\r
193             this.ProgressBarStatus.Visible = false;\r
194             // \r
195             // lbl_encodeStatus\r
196             // \r
197             this.lbl_encodeStatus.Name = "lbl_encodeStatus";\r
198             this.lbl_encodeStatus.Size = new System.Drawing.Size(38, 22);\r
199             this.lbl_encodeStatus.Text = "0.00%";\r
200             this.lbl_encodeStatus.Visible = false;\r
201             // \r
202             // frmPreview\r
203             // \r
204             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
205             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
206             this.BackColor = System.Drawing.Color.Black;\r
207             this.ClientSize = new System.Drawing.Size(772, 506);\r
208             this.Controls.Add(this.panel1);\r
209             this.Controls.Add(this.toolBar);\r
210             this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
211             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
212             this.Name = "frmPreview";\r
213             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;\r
214             this.Text = "Video Preview";\r
215             this.toolBar.ResumeLayout(false);\r
216             this.toolBar.PerformLayout();\r
217             ((System.ComponentModel.ISupportInitialize)(this.QTControl)).EndInit();\r
218             this.panel1.ResumeLayout(false);\r
219             this.panel1.PerformLayout();\r
220             this.ResumeLayout(false);\r
221             this.PerformLayout();\r
222 \r
223         }\r
224 \r
225         #endregion\r
226 \r
227         private System.Windows.Forms.ToolStrip toolBar;\r
228         private System.Windows.Forms.ToolStripButton btn_playQT;\r
229         private AxQTOControlLib.AxQTControl QTControl;\r
230         private System.Windows.Forms.ToolStripComboBox cb_preview;\r
231         private System.Windows.Forms.ToolStripLabel lbl_preview;\r
232         private System.Windows.Forms.ToolStripLabel toolStripLabel2;\r
233         private System.Windows.Forms.ToolStripComboBox cb_duration;\r
234         private System.Windows.Forms.ToolStripButton btn_playVLC;\r
235         private System.Windows.Forms.Panel panel1;\r
236         private System.Windows.Forms.Label lbl_status;\r
237         private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;\r
238         private System.Windows.Forms.ToolStripProgressBar ProgressBarStatus;\r
239         private System.Windows.Forms.ToolStripLabel lbl_encodeStatus;\r
240     }\r
241 }