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