X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=win%2FC%23%2FfrmPreview.Designer.cs;h=775630358211bc4805c646fb981c5c04c2495db4;hb=55b0015a8c50106e553bc2f48336cc2a1c495459;hp=2816e0016afb494a03a0ee5d04ac9b14d127a921;hpb=647afe1183cfc7c6dc9e21aa46c2ceeae61bf6e7;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/win/C#/frmPreview.Designer.cs b/win/C#/frmPreview.Designer.cs index 2816e001..77563035 100644 --- a/win/C#/frmPreview.Designer.cs +++ b/win/C#/frmPreview.Designer.cs @@ -41,7 +41,6 @@ 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(); @@ -159,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); @@ -167,20 +165,6 @@ this.panel1.Size = new System.Drawing.Size(772, 481); this.panel1.TabIndex = 40; // - // lbl_status - // - 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; - // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; @@ -216,7 +200,6 @@ this.toolBar.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.QTControl)).EndInit(); this.panel1.ResumeLayout(false); - this.panel1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); @@ -233,7 +216,6 @@ 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;