summaryrefslogtreecommitdiffstats
path: root/win/C#/frmActivityWindow.Designer.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2008-10-04 13:52:57 +0000
committersr55 <[email protected]>2008-10-04 13:52:57 +0000
commit62fdeb573866ed7181ee77bac63e5fb9d5ce6226 (patch)
tree4e4024a657fe82a17facd63e0d0f69b094768718 /win/C#/frmActivityWindow.Designer.cs
parent25f19b416417df8ab55580a0e56399a1e88f8fa4 (diff)
WinGui:
- Few more improvements to the ActivityWindow. Hopefully makes it a bit more user friendly. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1808 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmActivityWindow.Designer.cs')
-rw-r--r--win/C#/frmActivityWindow.Designer.cs81
1 files changed, 42 insertions, 39 deletions
diff --git a/win/C#/frmActivityWindow.Designer.cs b/win/C#/frmActivityWindow.Designer.cs
index d4e5ee33c..b6bb55eb8 100644
--- a/win/C#/frmActivityWindow.Designer.cs
+++ b/win/C#/frmActivityWindow.Designer.cs
@@ -39,14 +39,14 @@ namespace Handbrake
this.rtf_actLog = new System.Windows.Forms.RichTextBox();
this.ToolTip = new System.Windows.Forms.ToolTip(this.components);
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
- this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
- this.btn_encode_log = new System.Windows.Forms.ToolStripMenuItem();
- this.btn_scan_log = new System.Windows.Forms.ToolStripMenuItem();
this.panel1 = new System.Windows.Forms.Panel();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.txt_log = new System.Windows.Forms.ToolStripStatusLabel();
+ this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
+ this.btn_encode_log = new System.Windows.Forms.ToolStripMenuItem();
+ this.btn_scan_log = new System.Windows.Forms.ToolStripMenuItem();
this.btn_copy = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
+ this.lbl_slb = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStrip1.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.SuspendLayout();
@@ -72,7 +72,6 @@ namespace Handbrake
this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripDropDownButton1,
- this.toolStripSeparator1,
this.btn_copy});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
@@ -81,34 +80,6 @@ namespace Handbrake
this.toolStrip1.TabIndex = 96;
this.toolStrip1.Text = "toolStrip1";
//
- // toolStripDropDownButton1
- //
- this.toolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.btn_encode_log,
- this.btn_scan_log});
- this.toolStripDropDownButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton1.Image")));
- this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
- this.toolStripDropDownButton1.Size = new System.Drawing.Size(78, 22);
- this.toolStripDropDownButton1.Text = "Select Log";
- //
- // btn_encode_log
- //
- this.btn_encode_log.Image = global::Handbrake.Properties.Resources.ActivityWindow_small;
- this.btn_encode_log.Name = "btn_encode_log";
- this.btn_encode_log.Size = new System.Drawing.Size(151, 22);
- this.btn_encode_log.Text = "Encode Log";
- this.btn_encode_log.Click += new System.EventHandler(this.btn_encode_log_Click);
- //
- // btn_scan_log
- //
- this.btn_scan_log.Image = global::Handbrake.Properties.Resources.Movies_Small;
- this.btn_scan_log.Name = "btn_scan_log";
- this.btn_scan_log.Size = new System.Drawing.Size(151, 22);
- this.btn_scan_log.Text = "Scan Log";
- this.btn_scan_log.Click += new System.EventHandler(this.btn_scan_log_Click);
- //
// panel1
//
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
@@ -120,6 +91,7 @@ namespace Handbrake
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
+ this.lbl_slb,
this.txt_log});
this.statusStrip1.Location = new System.Drawing.Point(0, 555);
this.statusStrip1.Name = "statusStrip1";
@@ -134,20 +106,51 @@ namespace Handbrake
this.txt_log.Size = new System.Drawing.Size(85, 17);
this.txt_log.Text = "{selected log}";
//
+ // toolStripDropDownButton1
+ //
+ this.toolStripDropDownButton1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
+ this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
+ this.btn_encode_log,
+ this.btn_scan_log});
+ this.toolStripDropDownButton1.Image = global::Handbrake.Properties.Resources.Output_Small;
+ this.toolStripDropDownButton1.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
+ this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
+ this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
+ this.toolStripDropDownButton1.Size = new System.Drawing.Size(94, 22);
+ this.toolStripDropDownButton1.Text = "Select Log";
+ //
+ // btn_encode_log
+ //
+ this.btn_encode_log.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
+ this.btn_encode_log.Name = "btn_encode_log";
+ this.btn_encode_log.Size = new System.Drawing.Size(152, 22);
+ this.btn_encode_log.Text = "Encode Log";
+ this.btn_encode_log.Click += new System.EventHandler(this.btn_encode_log_Click);
+ //
+ // btn_scan_log
+ //
+ this.btn_scan_log.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
+ this.btn_scan_log.Name = "btn_scan_log";
+ this.btn_scan_log.Size = new System.Drawing.Size(152, 22);
+ this.btn_scan_log.Text = "Scan Log";
+ this.btn_scan_log.Click += new System.EventHandler(this.btn_scan_log_Click);
+ //
// btn_copy
//
- this.btn_copy.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.btn_copy.Image = ((System.Drawing.Image)(resources.GetObject("btn_copy.Image")));
+ this.btn_copy.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.btn_copy.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btn_copy.Name = "btn_copy";
- this.btn_copy.Size = new System.Drawing.Size(106, 22);
+ this.btn_copy.Size = new System.Drawing.Size(122, 22);
this.btn_copy.Text = "Copy to clipboard";
this.btn_copy.Click += new System.EventHandler(this.btn_copy_Click);
//
- // toolStripSeparator1
+ // lbl_slb
//
- this.toolStripSeparator1.Name = "toolStripSeparator1";
- this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
+ this.lbl_slb.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.lbl_slb.Name = "lbl_slb";
+ this.lbl_slb.Size = new System.Drawing.Size(94, 17);
+ this.lbl_slb.Text = "Selected Log: ";
//
// frmActivityWindow
//
@@ -187,7 +190,7 @@ namespace Handbrake
private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton1;
private System.Windows.Forms.ToolStripMenuItem btn_encode_log;
private System.Windows.Forms.ToolStripMenuItem btn_scan_log;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton btn_copy;
+ private System.Windows.Forms.ToolStripStatusLabel lbl_slb;
}
} \ No newline at end of file