X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=win%2FC%23%2FfrmPreview.Designer.cs;h=775630358211bc4805c646fb981c5c04c2495db4;hb=4f0019f03c2e85e8634150ff0c9a31bee6d35ce5;hp=bd3f7201b2ef02f5d2eeb505490716c7cbeda825;hpb=2f9c365a85f8b5716a2799da2f058652802e27b9;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/win/C#/frmPreview.Designer.cs b/win/C#/frmPreview.Designer.cs index bd3f7201..77563035 100644 --- a/win/C#/frmPreview.Designer.cs +++ b/win/C#/frmPreview.Designer.cs @@ -41,7 +41,9 @@ this.btn_playVLC = new System.Windows.Forms.ToolStripButton(); this.QTControl = new AxQTOControlLib.AxQTControl(); this.panel1 = new System.Windows.Forms.Panel(); - this.lbl_status = new System.Windows.Forms.Label(); + this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); + this.ProgressBarStatus = new System.Windows.Forms.ToolStripProgressBar(); + this.lbl_encodeStatus = new System.Windows.Forms.ToolStripLabel(); this.toolBar.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.QTControl)).BeginInit(); this.panel1.SuspendLayout(); @@ -56,7 +58,10 @@ this.toolStripLabel2, this.cb_duration, this.btn_playQT, - this.btn_playVLC}); + this.btn_playVLC, + this.toolStripSeparator1, + this.ProgressBarStatus, + this.lbl_encodeStatus}); this.toolBar.Location = new System.Drawing.Point(0, 0); this.toolBar.Name = "toolBar"; this.toolBar.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional; @@ -68,7 +73,7 @@ // this.lbl_preview.BackColor = System.Drawing.Color.Transparent; this.lbl_preview.Name = "lbl_preview"; - this.lbl_preview.Size = new System.Drawing.Size(89, 22); + this.lbl_preview.Size = new System.Drawing.Size(91, 22); this.lbl_preview.Text = "Start at Preview:"; // // cb_preview @@ -95,7 +100,7 @@ // this.toolStripLabel2.BackColor = System.Drawing.Color.Transparent; this.toolStripLabel2.Name = "toolStripLabel2"; - this.toolStripLabel2.Size = new System.Drawing.Size(98, 22); + this.toolStripLabel2.Size = new System.Drawing.Size(107, 22); this.toolStripLabel2.Text = "Duration (seconds)"; // // cb_duration @@ -127,7 +132,7 @@ this.btn_playQT.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.btn_playQT.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_playQT.Name = "btn_playQT"; - this.btn_playQT.Size = new System.Drawing.Size(89, 22); + this.btn_playQT.Size = new System.Drawing.Size(96, 22); this.btn_playQT.Text = "Play with QT"; this.btn_playQT.Click += new System.EventHandler(this.btn_playQT_Click); // @@ -137,7 +142,7 @@ this.btn_playVLC.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.btn_playVLC.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_playVLC.Name = "btn_playVLC"; - this.btn_playVLC.Size = new System.Drawing.Size(93, 22); + this.btn_playVLC.Size = new System.Drawing.Size(101, 22); this.btn_playVLC.Text = "Play with VLC"; this.btn_playVLC.Click += new System.EventHandler(this.btn_playVLC_Click); // @@ -153,7 +158,6 @@ // // panel1 // - this.panel1.Controls.Add(this.lbl_status); this.panel1.Controls.Add(this.QTControl); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 25); @@ -161,19 +165,23 @@ this.panel1.Size = new System.Drawing.Size(772, 481); this.panel1.TabIndex = 40; // - // lbl_status + // toolStripSeparator1 // - this.lbl_status.AutoSize = true; - this.lbl_status.BackColor = System.Drawing.Color.Transparent; - this.lbl_status.Dock = System.Windows.Forms.DockStyle.Top; - this.lbl_status.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.lbl_status.ForeColor = System.Drawing.Color.White; - this.lbl_status.Location = new System.Drawing.Point(0, 0); - this.lbl_status.Name = "lbl_status"; - this.lbl_status.Size = new System.Drawing.Size(51, 25); - this.lbl_status.TabIndex = 40; - this.lbl_status.Text = "{0}"; - this.lbl_status.Visible = false; + this.toolStripSeparator1.Name = "toolStripSeparator1"; + this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); + // + // ProgressBarStatus + // + this.ProgressBarStatus.Name = "ProgressBarStatus"; + this.ProgressBarStatus.Size = new System.Drawing.Size(100, 22); + this.ProgressBarStatus.Visible = false; + // + // lbl_encodeStatus + // + this.lbl_encodeStatus.Name = "lbl_encodeStatus"; + this.lbl_encodeStatus.Size = new System.Drawing.Size(38, 22); + this.lbl_encodeStatus.Text = "0.00%"; + this.lbl_encodeStatus.Visible = false; // // frmPreview // @@ -183,16 +191,15 @@ this.ClientSize = new System.Drawing.Size(772, 506); this.Controls.Add(this.panel1); this.Controls.Add(this.toolBar); + this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "frmPreview"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Video Preview"; - this.TopMost = true; this.toolBar.ResumeLayout(false); this.toolBar.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.QTControl)).EndInit(); this.panel1.ResumeLayout(false); - this.panel1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); @@ -209,6 +216,8 @@ private System.Windows.Forms.ToolStripComboBox cb_duration; private System.Windows.Forms.ToolStripButton btn_playVLC; private System.Windows.Forms.Panel panel1; - private System.Windows.Forms.Label lbl_status; + private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; + private System.Windows.Forms.ToolStripProgressBar ProgressBarStatus; + private System.Windows.Forms.ToolStripLabel lbl_encodeStatus; } } \ No newline at end of file