OSDN Git Service

0beebf6e005c073fd5a3f302c8b2a33a7ed4490e
[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.statusStrip = new System.Windows.Forms.StatusStrip();\r
43             this.lbl_status = new System.Windows.Forms.ToolStripStatusLabel();\r
44             this.QTControl = new AxQTOControlLib.AxQTControl();\r
45             this.toolBar.SuspendLayout();\r
46             this.statusStrip.SuspendLayout();\r
47             ((System.ComponentModel.ISupportInitialize)(this.QTControl)).BeginInit();\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.System;\r
63             this.toolBar.Size = new System.Drawing.Size(774, 39);\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(100, 36);\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.Items.AddRange(new object[] {\r
80             "1",\r
81             "2",\r
82             "3",\r
83             "4",\r
84             "5",\r
85             "6",\r
86             "7",\r
87             "8",\r
88             "9",\r
89             "10"});\r
90             this.cb_preview.Name = "cb_preview";\r
91             this.cb_preview.Size = new System.Drawing.Size(75, 39);\r
92             // \r
93             // toolStripLabel2\r
94             // \r
95             this.toolStripLabel2.BackColor = System.Drawing.Color.Transparent;\r
96             this.toolStripLabel2.Name = "toolStripLabel2";\r
97             this.toolStripLabel2.Size = new System.Drawing.Size(111, 36);\r
98             this.toolStripLabel2.Text = "Duration (seconds)";\r
99             // \r
100             // cb_duration\r
101             // \r
102             this.cb_duration.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
103             this.cb_duration.DropDownWidth = 75;\r
104             this.cb_duration.FlatStyle = System.Windows.Forms.FlatStyle.Standard;\r
105             this.cb_duration.Items.AddRange(new object[] {\r
106             "5",\r
107             "10",\r
108             "15",\r
109             "20",\r
110             "25",\r
111             "30",\r
112             "35",\r
113             "40",\r
114             "45",\r
115             "50",\r
116             "55",\r
117             "60"});\r
118             this.cb_duration.Margin = new System.Windows.Forms.Padding(0);\r
119             this.cb_duration.Name = "cb_duration";\r
120             this.cb_duration.Size = new System.Drawing.Size(75, 39);\r
121             // \r
122             // btn_playQT\r
123             // \r
124             this.btn_playQT.Image = global::Handbrake.Properties.Resources.Play;\r
125             this.btn_playQT.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
126             this.btn_playQT.ImageTransparentColor = System.Drawing.Color.Magenta;\r
127             this.btn_playQT.Name = "btn_playQT";\r
128             this.btn_playQT.Size = new System.Drawing.Size(113, 36);\r
129             this.btn_playQT.Text = "Play with QT";\r
130             this.btn_playQT.Click += new System.EventHandler(this.btn_playQT_Click);\r
131             // \r
132             // btn_playVLC\r
133             // \r
134             this.btn_playVLC.Image = global::Handbrake.Properties.Resources.Play;\r
135             this.btn_playVLC.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
136             this.btn_playVLC.ImageTransparentColor = System.Drawing.Color.Magenta;\r
137             this.btn_playVLC.Name = "btn_playVLC";\r
138             this.btn_playVLC.Size = new System.Drawing.Size(117, 36);\r
139             this.btn_playVLC.Text = "Play with VLC";\r
140             this.btn_playVLC.Click += new System.EventHandler(this.btn_playVLC_Click);\r
141             // \r
142             // statusStrip\r
143             // \r
144             this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
145             this.lbl_status});\r
146             this.statusStrip.Location = new System.Drawing.Point(0, 486);\r
147             this.statusStrip.Name = "statusStrip";\r
148             this.statusStrip.Size = new System.Drawing.Size(774, 22);\r
149             this.statusStrip.TabIndex = 38;\r
150             this.statusStrip.Text = "statusStrip1";\r
151             // \r
152             // lbl_status\r
153             // \r
154             this.lbl_status.BackColor = System.Drawing.Color.Transparent;\r
155             this.lbl_status.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
156             this.lbl_status.Name = "lbl_status";\r
157             this.lbl_status.Size = new System.Drawing.Size(31, 17);\r
158             this.lbl_status.Text = "{0}";\r
159             // \r
160             // QTControl\r
161             // \r
162             this.QTControl.Enabled = true;\r
163             this.QTControl.Location = new System.Drawing.Point(0, 42);\r
164             this.QTControl.Name = "QTControl";\r
165             this.QTControl.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("QTControl.OcxState")));\r
166             this.QTControl.Size = new System.Drawing.Size(64, 64);\r
167             this.QTControl.TabIndex = 39;\r
168             this.QTControl.Visible = false;\r
169             // \r
170             // frmPreview\r
171             // \r
172             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
173             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
174             this.BackColor = System.Drawing.Color.Black;\r
175             this.ClientSize = new System.Drawing.Size(774, 508);\r
176             this.Controls.Add(this.QTControl);\r
177             this.Controls.Add(this.statusStrip);\r
178             this.Controls.Add(this.toolBar);\r
179             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
180             this.Name = "frmPreview";\r
181             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;\r
182             this.Text = "Video Preview";\r
183             this.TopMost = true;\r
184             this.toolBar.ResumeLayout(false);\r
185             this.toolBar.PerformLayout();\r
186             this.statusStrip.ResumeLayout(false);\r
187             this.statusStrip.PerformLayout();\r
188             ((System.ComponentModel.ISupportInitialize)(this.QTControl)).EndInit();\r
189             this.ResumeLayout(false);\r
190             this.PerformLayout();\r
191 \r
192         }\r
193 \r
194         #endregion\r
195 \r
196         private System.Windows.Forms.ToolStrip toolBar;\r
197         private System.Windows.Forms.ToolStripButton btn_playQT;\r
198         private System.Windows.Forms.StatusStrip statusStrip;\r
199         private AxQTOControlLib.AxQTControl QTControl;\r
200         private System.Windows.Forms.ToolStripComboBox cb_preview;\r
201         private System.Windows.Forms.ToolStripLabel lbl_preview;\r
202         private System.Windows.Forms.ToolStripLabel toolStripLabel2;\r
203         private System.Windows.Forms.ToolStripComboBox cb_duration;\r
204         private System.Windows.Forms.ToolStripStatusLabel lbl_status;\r
205         private System.Windows.Forms.ToolStripButton btn_playVLC;\r
206     }\r
207 }