OSDN Git Service

LinGui: make Help->Guide work on windows/mingw
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmPreview.Designer.cs
index bab1f41..7756303 100644 (file)
             this.cb_preview = new System.Windows.Forms.ToolStripComboBox();\r
             this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();\r
             this.cb_duration = new System.Windows.Forms.ToolStripComboBox();\r
-            this.QTControl = new AxQTOControlLib.AxQTControl();\r
-            this.panel1 = new System.Windows.Forms.Panel();\r
-            this.lbl_status = new System.Windows.Forms.Label();\r
             this.btn_playQT = new System.Windows.Forms.ToolStripButton();\r
             this.btn_playVLC = new System.Windows.Forms.ToolStripButton();\r
+            this.QTControl = new AxQTOControlLib.AxQTControl();\r
+            this.panel1 = new System.Windows.Forms.Panel();\r
+            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();\r
+            this.ProgressBarStatus = new System.Windows.Forms.ToolStripProgressBar();\r
+            this.lbl_encodeStatus = new System.Windows.Forms.ToolStripLabel();\r
             this.toolBar.SuspendLayout();\r
             ((System.ComponentModel.ISupportInitialize)(this.QTControl)).BeginInit();\r
             this.panel1.SuspendLayout();\r
             this.toolStripLabel2,\r
             this.cb_duration,\r
             this.btn_playQT,\r
-            this.btn_playVLC});\r
+            this.btn_playVLC,\r
+            this.toolStripSeparator1,\r
+            this.ProgressBarStatus,\r
+            this.lbl_encodeStatus});\r
             this.toolBar.Location = new System.Drawing.Point(0, 0);\r
             this.toolBar.Name = "toolBar";\r
             this.toolBar.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;\r
@@ -68,7 +73,7 @@
             // \r
             this.lbl_preview.BackColor = System.Drawing.Color.Transparent;\r
             this.lbl_preview.Name = "lbl_preview";\r
-            this.lbl_preview.Size = new System.Drawing.Size(89, 22);\r
+            this.lbl_preview.Size = new System.Drawing.Size(91, 22);\r
             this.lbl_preview.Text = "Start at Preview:";\r
             // \r
             // cb_preview\r
             // \r
             this.toolStripLabel2.BackColor = System.Drawing.Color.Transparent;\r
             this.toolStripLabel2.Name = "toolStripLabel2";\r
-            this.toolStripLabel2.Size = new System.Drawing.Size(98, 22);\r
+            this.toolStripLabel2.Size = new System.Drawing.Size(107, 22);\r
             this.toolStripLabel2.Text = "Duration (seconds)";\r
             // \r
             // cb_duration\r
             this.cb_duration.Name = "cb_duration";\r
             this.cb_duration.Size = new System.Drawing.Size(75, 25);\r
             // \r
+            // btn_playQT\r
+            // \r
+            this.btn_playQT.Image = global::Handbrake.Properties.Resources.Play_small;\r
+            this.btn_playQT.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
+            this.btn_playQT.ImageTransparentColor = System.Drawing.Color.Magenta;\r
+            this.btn_playQT.Name = "btn_playQT";\r
+            this.btn_playQT.Size = new System.Drawing.Size(96, 22);\r
+            this.btn_playQT.Text = "Play with QT";\r
+            this.btn_playQT.Click += new System.EventHandler(this.btn_playQT_Click);\r
+            // \r
+            // btn_playVLC\r
+            // \r
+            this.btn_playVLC.Image = global::Handbrake.Properties.Resources.Play_small;\r
+            this.btn_playVLC.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
+            this.btn_playVLC.ImageTransparentColor = System.Drawing.Color.Magenta;\r
+            this.btn_playVLC.Name = "btn_playVLC";\r
+            this.btn_playVLC.Size = new System.Drawing.Size(101, 22);\r
+            this.btn_playVLC.Text = "Play with VLC";\r
+            this.btn_playVLC.Click += new System.EventHandler(this.btn_playVLC_Click);\r
+            // \r
             // QTControl\r
             // \r
             this.QTControl.Enabled = true;\r
             // \r
             // panel1\r
             // \r
-            this.panel1.Controls.Add(this.lbl_status);\r
             this.panel1.Controls.Add(this.QTControl);\r
             this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;\r
             this.panel1.Location = new System.Drawing.Point(0, 25);\r
             this.panel1.Size = new System.Drawing.Size(772, 481);\r
             this.panel1.TabIndex = 40;\r
             // \r
-            // lbl_status\r
+            // toolStripSeparator1\r
             // \r
-            this.lbl_status.AutoSize = true;\r
-            this.lbl_status.BackColor = System.Drawing.Color.Transparent;\r
-            this.lbl_status.Dock = System.Windows.Forms.DockStyle.Top;\r
-            this.lbl_status.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.lbl_status.ForeColor = System.Drawing.Color.White;\r
-            this.lbl_status.Location = new System.Drawing.Point(0, 0);\r
-            this.lbl_status.Name = "lbl_status";\r
-            this.lbl_status.Size = new System.Drawing.Size(51, 25);\r
-            this.lbl_status.TabIndex = 40;\r
-            this.lbl_status.Text = "{0}";\r
-            this.lbl_status.Visible = false;\r
+            this.toolStripSeparator1.Name = "toolStripSeparator1";\r
+            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);\r
             // \r
-            // btn_playQT\r
+            // ProgressBarStatus\r
             // \r
-            this.btn_playQT.Image = global::Handbrake.Properties.Resources.Play_small;\r
-            this.btn_playQT.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
-            this.btn_playQT.ImageTransparentColor = System.Drawing.Color.Magenta;\r
-            this.btn_playQT.Name = "btn_playQT";\r
-            this.btn_playQT.Size = new System.Drawing.Size(89, 22);\r
-            this.btn_playQT.Text = "Play with QT";\r
-            this.btn_playQT.Click += new System.EventHandler(this.btn_playQT_Click);\r
+            this.ProgressBarStatus.Name = "ProgressBarStatus";\r
+            this.ProgressBarStatus.Size = new System.Drawing.Size(100, 22);\r
+            this.ProgressBarStatus.Visible = false;\r
             // \r
-            // btn_playVLC\r
+            // lbl_encodeStatus\r
             // \r
-            this.btn_playVLC.Image = global::Handbrake.Properties.Resources.Play_small;\r
-            this.btn_playVLC.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
-            this.btn_playVLC.ImageTransparentColor = System.Drawing.Color.Magenta;\r
-            this.btn_playVLC.Name = "btn_playVLC";\r
-            this.btn_playVLC.Size = new System.Drawing.Size(93, 22);\r
-            this.btn_playVLC.Text = "Play with VLC";\r
-            this.btn_playVLC.Click += new System.EventHandler(this.btn_playVLC_Click);\r
+            this.lbl_encodeStatus.Name = "lbl_encodeStatus";\r
+            this.lbl_encodeStatus.Size = new System.Drawing.Size(38, 22);\r
+            this.lbl_encodeStatus.Text = "0.00%";\r
+            this.lbl_encodeStatus.Visible = false;\r
             // \r
             // frmPreview\r
             // \r
             this.ClientSize = new System.Drawing.Size(772, 506);\r
             this.Controls.Add(this.panel1);\r
             this.Controls.Add(this.toolBar);\r
+            this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
             this.Name = "frmPreview";\r
             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;\r
             this.Text = "Video Preview";\r
-            this.TopMost = true;\r
             this.toolBar.ResumeLayout(false);\r
             this.toolBar.PerformLayout();\r
             ((System.ComponentModel.ISupportInitialize)(this.QTControl)).EndInit();\r
             this.panel1.ResumeLayout(false);\r
-            this.panel1.PerformLayout();\r
             this.ResumeLayout(false);\r
             this.PerformLayout();\r
 \r
         private System.Windows.Forms.ToolStripComboBox cb_duration;\r
         private System.Windows.Forms.ToolStripButton btn_playVLC;\r
         private System.Windows.Forms.Panel panel1;\r
-        private System.Windows.Forms.Label lbl_status;\r
+        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;\r
+        private System.Windows.Forms.ToolStripProgressBar ProgressBarStatus;\r
+        private System.Windows.Forms.ToolStripLabel lbl_encodeStatus;\r
     }\r
 }
\ No newline at end of file