OSDN Git Service

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