X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=win%2FC%23%2FfrmActivityWindow.Designer.cs;h=9ad5e163018f2bc114fd2c12f4d2070a27c80656;hb=84278065e1b8cdc0efbfb1e29178a9daa62f9b43;hp=cdd7d2d60e3f9312cc9ff1bfa5536e917f6f74d5;hpb=095209620c56e50980ac4631dbefa5ef6ca81deb;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/win/C#/frmActivityWindow.Designer.cs b/win/C#/frmActivityWindow.Designer.cs index cdd7d2d6..9ad5e163 100644 --- a/win/C#/frmActivityWindow.Designer.cs +++ b/win/C#/frmActivityWindow.Designer.cs @@ -39,6 +39,7 @@ namespace Handbrake this.rtf_actLog = new System.Windows.Forms.RichTextBox(); this.rightClickMenu = new System.Windows.Forms.ContextMenuStrip(this.components); this.mnu_copy_log = new System.Windows.Forms.ToolStripMenuItem(); + this.mnu_openLogFolder = new System.Windows.Forms.ToolStripMenuItem(); this.ToolTip = new System.Windows.Forms.ToolTip(this.components); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton(); @@ -70,18 +71,27 @@ namespace Handbrake // rightClickMenu // this.rightClickMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.mnu_copy_log}); + this.mnu_copy_log, + this.mnu_openLogFolder}); this.rightClickMenu.Name = "rightClickMenu"; - this.rightClickMenu.Size = new System.Drawing.Size(111, 26); + this.rightClickMenu.Size = new System.Drawing.Size(247, 48); // // mnu_copy_log // this.mnu_copy_log.Image = global::Handbrake.Properties.Resources.copy; this.mnu_copy_log.Name = "mnu_copy_log"; - this.mnu_copy_log.Size = new System.Drawing.Size(110, 22); + this.mnu_copy_log.Size = new System.Drawing.Size(246, 22); this.mnu_copy_log.Text = "Copy"; this.mnu_copy_log.Click += new System.EventHandler(this.mnu_copy_log_Click); // + // mnu_openLogFolder + // + this.mnu_openLogFolder.Image = global::Handbrake.Properties.Resources.folder; + this.mnu_openLogFolder.Name = "mnu_openLogFolder"; + this.mnu_openLogFolder.Size = new System.Drawing.Size(246, 22); + this.mnu_openLogFolder.Text = "Open Individual Log File Directory"; + this.mnu_openLogFolder.Click += new System.EventHandler(this.mnu_openLogFolder_Click); + // // ToolTip // this.ToolTip.Active = false; @@ -94,7 +104,7 @@ namespace Handbrake this.btn_copy}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; - this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; + this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional; this.toolStrip1.Size = new System.Drawing.Size(471, 25); this.toolStrip1.TabIndex = 96; this.toolStrip1.Text = "toolStrip1"; @@ -215,5 +225,6 @@ namespace Handbrake private System.Windows.Forms.ToolStripStatusLabel lbl_slb; private System.Windows.Forms.ContextMenuStrip rightClickMenu; private System.Windows.Forms.ToolStripMenuItem mnu_copy_log; + private System.Windows.Forms.ToolStripMenuItem mnu_openLogFolder; } } \ No newline at end of file