OSDN Git Service

5fb9b2b80dd4fdf65ef770b1e570972c050eb64f
[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 && (components != null))\r
17             {\r
18                 components.Dispose();\r
19             }\r
20             base.Dispose(disposing);\r
21         }\r
22 \r
23         #region Windows Form Designer generated code\r
24 \r
25         /// <summary>\r
26         /// Required method for Designer support - do not modify\r
27         /// the contents of this method with the code editor.\r
28         /// </summary>\r
29         private void InitializeComponent()\r
30         {\r
31             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPreview));\r
32             this.toolBar = new System.Windows.Forms.ToolStrip();\r
33             this.lbl_preview = new System.Windows.Forms.ToolStripLabel();\r
34             this.cb_preview = new System.Windows.Forms.ToolStripComboBox();\r
35             this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();\r
36             this.cb_duration = new System.Windows.Forms.ToolStripComboBox();\r
37             this.btn_encode = new System.Windows.Forms.ToolStripButton();\r
38             this.statusStrip = new System.Windows.Forms.StatusStrip();\r
39             this.QTControl = new AxQTOControlLib.AxQTControl();\r
40             this.lbl_encode = new System.Windows.Forms.ToolStripStatusLabel();\r
41             this.toolBar.SuspendLayout();\r
42             this.statusStrip.SuspendLayout();\r
43             ((System.ComponentModel.ISupportInitialize)(this.QTControl)).BeginInit();\r
44             this.SuspendLayout();\r
45             // \r
46             // toolBar\r
47             // \r
48             this.toolBar.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;\r
49             this.toolBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
50             this.lbl_preview,\r
51             this.cb_preview,\r
52             this.toolStripLabel2,\r
53             this.cb_duration,\r
54             this.btn_encode});\r
55             this.toolBar.Location = new System.Drawing.Point(0, 0);\r
56             this.toolBar.Name = "toolBar";\r
57             this.toolBar.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;\r
58             this.toolBar.Size = new System.Drawing.Size(774, 39);\r
59             this.toolBar.TabIndex = 37;\r
60             this.toolBar.Text = "toolStrip1";\r
61             // \r
62             // lbl_preview\r
63             // \r
64             this.lbl_preview.BackColor = System.Drawing.Color.Transparent;\r
65             this.lbl_preview.Name = "lbl_preview";\r
66             this.lbl_preview.Size = new System.Drawing.Size(89, 36);\r
67             this.lbl_preview.Text = "Start at Preview:";\r
68             // \r
69             // cb_preview\r
70             // \r
71             this.cb_preview.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
72             this.cb_preview.DropDownWidth = 75;\r
73             this.cb_preview.FlatStyle = System.Windows.Forms.FlatStyle.Standard;\r
74             this.cb_preview.Items.AddRange(new object[] {\r
75             "1",\r
76             "2",\r
77             "3",\r
78             "4",\r
79             "5",\r
80             "6",\r
81             "7",\r
82             "8",\r
83             "9",\r
84             "10"});\r
85             this.cb_preview.Name = "cb_preview";\r
86             this.cb_preview.Size = new System.Drawing.Size(75, 39);\r
87             // \r
88             // toolStripLabel2\r
89             // \r
90             this.toolStripLabel2.BackColor = System.Drawing.Color.Transparent;\r
91             this.toolStripLabel2.Name = "toolStripLabel2";\r
92             this.toolStripLabel2.Size = new System.Drawing.Size(98, 36);\r
93             this.toolStripLabel2.Text = "Duration (seconds)";\r
94             // \r
95             // cb_duration\r
96             // \r
97             this.cb_duration.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
98             this.cb_duration.DropDownWidth = 75;\r
99             this.cb_duration.FlatStyle = System.Windows.Forms.FlatStyle.Standard;\r
100             this.cb_duration.Items.AddRange(new object[] {\r
101             "5",\r
102             "10",\r
103             "15",\r
104             "20",\r
105             "25",\r
106             "30",\r
107             "35",\r
108             "40",\r
109             "45",\r
110             "50",\r
111             "55",\r
112             "60"});\r
113             this.cb_duration.Margin = new System.Windows.Forms.Padding(0);\r
114             this.cb_duration.Name = "cb_duration";\r
115             this.cb_duration.Size = new System.Drawing.Size(75, 39);\r
116             // \r
117             // btn_encode\r
118             // \r
119             this.btn_encode.Image = global::Handbrake.Properties.Resources.Play;\r
120             this.btn_encode.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
121             this.btn_encode.ImageTransparentColor = System.Drawing.Color.Magenta;\r
122             this.btn_encode.Name = "btn_encode";\r
123             this.btn_encode.Size = new System.Drawing.Size(159, 36);\r
124             this.btn_encode.Text = "Encode and Play Sample";\r
125             this.btn_encode.Click += new System.EventHandler(this.btn_encode_Click);\r
126             // \r
127             // statusStrip\r
128             // \r
129             this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
130             this.lbl_encode});\r
131             this.statusStrip.Location = new System.Drawing.Point(0, 486);\r
132             this.statusStrip.Name = "statusStrip";\r
133             this.statusStrip.Size = new System.Drawing.Size(774, 22);\r
134             this.statusStrip.TabIndex = 38;\r
135             this.statusStrip.Text = "statusStrip1";\r
136             // \r
137             // QTControl\r
138             // \r
139             this.QTControl.Enabled = true;\r
140             this.QTControl.Location = new System.Drawing.Point(0, 42);\r
141             this.QTControl.Name = "QTControl";\r
142             this.QTControl.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("QTControl.OcxState")));\r
143             this.QTControl.Size = new System.Drawing.Size(64, 64);\r
144             this.QTControl.TabIndex = 39;\r
145             this.QTControl.Visible = false;\r
146             // \r
147             // lbl_encode\r
148             // \r
149             this.lbl_encode.BackColor = System.Drawing.Color.Transparent;\r
150             this.lbl_encode.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
151             this.lbl_encode.Name = "lbl_encode";\r
152             this.lbl_encode.Size = new System.Drawing.Size(31, 17);\r
153             this.lbl_encode.Text = "{0}";\r
154             // \r
155             // frmPreview\r
156             // \r
157             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
158             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
159             this.BackColor = System.Drawing.Color.Black;\r
160             this.ClientSize = new System.Drawing.Size(774, 508);\r
161             this.Controls.Add(this.QTControl);\r
162             this.Controls.Add(this.statusStrip);\r
163             this.Controls.Add(this.toolBar);\r
164             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
165             this.Name = "frmPreview";\r
166             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;\r
167             this.Text = "Video Preview";\r
168             this.TopMost = true;\r
169             this.toolBar.ResumeLayout(false);\r
170             this.toolBar.PerformLayout();\r
171             this.statusStrip.ResumeLayout(false);\r
172             this.statusStrip.PerformLayout();\r
173             ((System.ComponentModel.ISupportInitialize)(this.QTControl)).EndInit();\r
174             this.ResumeLayout(false);\r
175             this.PerformLayout();\r
176 \r
177         }\r
178 \r
179         #endregion\r
180 \r
181         private System.Windows.Forms.ToolStrip toolBar;\r
182         private System.Windows.Forms.ToolStripButton btn_encode;\r
183         private System.Windows.Forms.StatusStrip statusStrip;\r
184         private AxQTOControlLib.AxQTControl QTControl;\r
185         private System.Windows.Forms.ToolStripComboBox cb_preview;\r
186         private System.Windows.Forms.ToolStripLabel lbl_preview;\r
187         private System.Windows.Forms.ToolStripLabel toolStripLabel2;\r
188         private System.Windows.Forms.ToolStripComboBox cb_duration;\r
189         private System.Windows.Forms.ToolStripStatusLabel lbl_encode;\r
190     }\r
191 }