X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=win%2FC%23%2FfrmPreview.Designer.cs;h=08681934894580fd140441151a8e81a729f52f89;hb=e90e235b2d4a2f50fc986e0f849b0fcfdaba3471;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..08681934 100644 --- a/win/C#/frmPreview.Designer.cs +++ b/win/C#/frmPreview.Designer.cs @@ -68,7 +68,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 +95,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 +127,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 +137,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); // @@ -183,11 +183,11 @@ 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();