OSDN Git Service

bd3f7201b2ef02f5d2eeb505490716c7cbeda825
[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.toolBar.SuspendLayout();\r
46             ((System.ComponentModel.ISupportInitialize)(this.QTControl)).BeginInit();\r
47             this.panel1.SuspendLayout();\r
48             this.SuspendLayout();\r
49             // \r
50             // toolBar\r
51             // \r
52             this.toolBar.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;\r
53             this.toolBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
54             this.lbl_preview,\r
55             this.cb_preview,\r
56             this.toolStripLabel2,\r
57             this.cb_duration,\r
58             this.btn_playQT,\r
59             this.btn_playVLC});\r
60             this.toolBar.Location = new System.Drawing.Point(0, 0);\r
61             this.toolBar.Name = "toolBar";\r
62             this.toolBar.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;\r
63             this.toolBar.Size = new System.Drawing.Size(772, 25);\r
64             this.toolBar.TabIndex = 37;\r
65             this.toolBar.Text = "toolStrip1";\r
66             // \r
67             // lbl_preview\r
68             // \r
69             this.lbl_preview.BackColor = System.Drawing.Color.Transparent;\r
70             this.lbl_preview.Name = "lbl_preview";\r
71             this.lbl_preview.Size = new System.Drawing.Size(89, 22);\r
72             this.lbl_preview.Text = "Start at Preview:";\r
73             // \r
74             // cb_preview\r
75             // \r
76             this.cb_preview.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
77             this.cb_preview.DropDownWidth = 75;\r
78             this.cb_preview.FlatStyle = System.Windows.Forms.FlatStyle.Standard;\r
79             this.cb_preview.Font = new System.Drawing.Font("Tahoma", 9F);\r
80             this.cb_preview.Items.AddRange(new object[] {\r
81             "1",\r
82             "2",\r
83             "3",\r
84             "4",\r
85             "5",\r
86             "6",\r
87             "7",\r
88             "8",\r
89             "9",\r
90             "10"});\r
91             this.cb_preview.Name = "cb_preview";\r
92             this.cb_preview.Size = new System.Drawing.Size(75, 25);\r
93             // \r
94             // toolStripLabel2\r
95             // \r
96             this.toolStripLabel2.BackColor = System.Drawing.Color.Transparent;\r
97             this.toolStripLabel2.Name = "toolStripLabel2";\r
98             this.toolStripLabel2.Size = new System.Drawing.Size(98, 22);\r
99             this.toolStripLabel2.Text = "Duration (seconds)";\r
100             // \r
101             // cb_duration\r
102             // \r
103             this.cb_duration.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
104             this.cb_duration.DropDownWidth = 75;\r
105             this.cb_duration.FlatStyle = System.Windows.Forms.FlatStyle.Standard;\r
106             this.cb_duration.Font = new System.Drawing.Font("Tahoma", 9F);\r
107             this.cb_duration.Items.AddRange(new object[] {\r
108             "5",\r
109             "10",\r
110             "15",\r
111             "20",\r
112             "25",\r
113             "30",\r
114             "35",\r
115             "40",\r
116             "45",\r
117             "50",\r
118             "55",\r
119             "60"});\r
120             this.cb_duration.Margin = new System.Windows.Forms.Padding(0);\r
121             this.cb_duration.Name = "cb_duration";\r
122             this.cb_duration.Size = new System.Drawing.Size(75, 25);\r
123             // \r
124             // btn_playQT\r
125             // \r
126             this.btn_playQT.Image = global::Handbrake.Properties.Resources.Play_small;\r
127             this.btn_playQT.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
128             this.btn_playQT.ImageTransparentColor = System.Drawing.Color.Magenta;\r
129             this.btn_playQT.Name = "btn_playQT";\r
130             this.btn_playQT.Size = new System.Drawing.Size(89, 22);\r
131             this.btn_playQT.Text = "Play with QT";\r
132             this.btn_playQT.Click += new System.EventHandler(this.btn_playQT_Click);\r
133             // \r
134             // btn_playVLC\r
135             // \r
136             this.btn_playVLC.Image = global::Handbrake.Properties.Resources.Play_small;\r
137             this.btn_playVLC.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
138             this.btn_playVLC.ImageTransparentColor = System.Drawing.Color.Magenta;\r
139             this.btn_playVLC.Name = "btn_playVLC";\r
140             this.btn_playVLC.Size = new System.Drawing.Size(93, 22);\r
141             this.btn_playVLC.Text = "Play with VLC";\r
142             this.btn_playVLC.Click += new System.EventHandler(this.btn_playVLC_Click);\r
143             // \r
144             // QTControl\r
145             // \r
146             this.QTControl.Enabled = true;\r
147             this.QTControl.Location = new System.Drawing.Point(0, 0);\r
148             this.QTControl.Name = "QTControl";\r
149             this.QTControl.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("QTControl.OcxState")));\r
150             this.QTControl.Size = new System.Drawing.Size(64, 72);\r
151             this.QTControl.TabIndex = 39;\r
152             this.QTControl.Visible = false;\r
153             // \r
154             // panel1\r
155             // \r
156             this.panel1.Controls.Add(this.lbl_status);\r
157             this.panel1.Controls.Add(this.QTControl);\r
158             this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;\r
159             this.panel1.Location = new System.Drawing.Point(0, 25);\r
160             this.panel1.Name = "panel1";\r
161             this.panel1.Size = new System.Drawing.Size(772, 481);\r
162             this.panel1.TabIndex = 40;\r
163             // \r
164             // lbl_status\r
165             // \r
166             this.lbl_status.AutoSize = true;\r
167             this.lbl_status.BackColor = System.Drawing.Color.Transparent;\r
168             this.lbl_status.Dock = System.Windows.Forms.DockStyle.Top;\r
169             this.lbl_status.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
170             this.lbl_status.ForeColor = System.Drawing.Color.White;\r
171             this.lbl_status.Location = new System.Drawing.Point(0, 0);\r
172             this.lbl_status.Name = "lbl_status";\r
173             this.lbl_status.Size = new System.Drawing.Size(51, 25);\r
174             this.lbl_status.TabIndex = 40;\r
175             this.lbl_status.Text = "{0}";\r
176             this.lbl_status.Visible = false;\r
177             // \r
178             // frmPreview\r
179             // \r
180             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
181             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
182             this.BackColor = System.Drawing.Color.Black;\r
183             this.ClientSize = new System.Drawing.Size(772, 506);\r
184             this.Controls.Add(this.panel1);\r
185             this.Controls.Add(this.toolBar);\r
186             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
187             this.Name = "frmPreview";\r
188             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;\r
189             this.Text = "Video Preview";\r
190             this.TopMost = true;\r
191             this.toolBar.ResumeLayout(false);\r
192             this.toolBar.PerformLayout();\r
193             ((System.ComponentModel.ISupportInitialize)(this.QTControl)).EndInit();\r
194             this.panel1.ResumeLayout(false);\r
195             this.panel1.PerformLayout();\r
196             this.ResumeLayout(false);\r
197             this.PerformLayout();\r
198 \r
199         }\r
200 \r
201         #endregion\r
202 \r
203         private System.Windows.Forms.ToolStrip toolBar;\r
204         private System.Windows.Forms.ToolStripButton btn_playQT;\r
205         private AxQTOControlLib.AxQTControl QTControl;\r
206         private System.Windows.Forms.ToolStripComboBox cb_preview;\r
207         private System.Windows.Forms.ToolStripLabel lbl_preview;\r
208         private System.Windows.Forms.ToolStripLabel toolStripLabel2;\r
209         private System.Windows.Forms.ToolStripComboBox cb_duration;\r
210         private System.Windows.Forms.ToolStripButton btn_playVLC;\r
211         private System.Windows.Forms.Panel panel1;\r
212         private System.Windows.Forms.Label lbl_status;\r
213     }\r
214 }