X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=win%2FC%23%2FfrmActivityWindow.Designer.cs;h=9d253187dc407808082e0775e4ca4259aba88433;hb=6aa1d8aec5bac19ce4430415ea2021c11fb4bf3d;hp=5d8d44492f8112da8988ae24ad84f069a835ed83;hpb=76a5e6eea6cce52113a35f84634d41fc2a642b1e;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/win/C#/frmActivityWindow.Designer.cs b/win/C#/frmActivityWindow.Designer.cs index 5d8d4449..9d253187 100644 --- a/win/C#/frmActivityWindow.Designer.cs +++ b/win/C#/frmActivityWindow.Designer.cs @@ -1,7 +1,7 @@ /* frmDvdInfo.Designer.cs This file is part of the HandBrake source code. - Homepage: . + Homepage: . It may be used under the terms of the GNU General Public License. */ namespace Handbrake @@ -37,101 +37,195 @@ namespace Handbrake this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmActivityWindow)); this.rtf_actLog = new System.Windows.Forms.RichTextBox(); - this.btn_close = new System.Windows.Forms.Button(); + 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.btn_copy = new System.Windows.Forms.Button(); - this.btn_refresh = new System.Windows.Forms.Button(); + 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.btn_copy = new System.Windows.Forms.ToolStripButton(); + this.panel1 = new System.Windows.Forms.Panel(); + this.statusStrip1 = new System.Windows.Forms.StatusStrip(); + this.lbl_slb = new System.Windows.Forms.ToolStripStatusLabel(); + this.txt_log = new System.Windows.Forms.ToolStripStatusLabel(); + this.rightClickMenu.SuspendLayout(); + this.toolStrip1.SuspendLayout(); + this.statusStrip1.SuspendLayout(); this.SuspendLayout(); // // rtf_actLog // + this.rtf_actLog.ContextMenuStrip = this.rightClickMenu; + this.rtf_actLog.Cursor = System.Windows.Forms.Cursors.IBeam; this.rtf_actLog.DetectUrls = false; - this.rtf_actLog.Location = new System.Drawing.Point(12, 12); + this.rtf_actLog.Dock = System.Windows.Forms.DockStyle.Fill; + this.rtf_actLog.Location = new System.Drawing.Point(0, 25); this.rtf_actLog.Name = "rtf_actLog"; this.rtf_actLog.ReadOnly = true; - this.rtf_actLog.Size = new System.Drawing.Size(389, 381); + this.rtf_actLog.Size = new System.Drawing.Size(404, 530); this.rtf_actLog.TabIndex = 29; this.rtf_actLog.Text = ""; // - // btn_close - // - this.btn_close.BackColor = System.Drawing.SystemColors.ControlLight; - this.btn_close.FlatAppearance.BorderColor = System.Drawing.Color.Black; - this.btn_close.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.btn_close.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.btn_close.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); - this.btn_close.Location = new System.Drawing.Point(273, 399); - this.btn_close.Name = "btn_close"; - this.btn_close.Size = new System.Drawing.Size(128, 22); - this.btn_close.TabIndex = 28; - this.btn_close.TabStop = false; - this.btn_close.Text = "Close Window"; - this.btn_close.UseVisualStyleBackColor = false; - this.btn_close.Click += new System.EventHandler(this.btn_close_Click); + // rightClickMenu + // + this.rightClickMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.mnu_copy_log, + this.mnu_openLogFolder}); + this.rightClickMenu.Name = "rightClickMenu"; + this.rightClickMenu.Size = new System.Drawing.Size(254, 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(253, 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(253, 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; // + // toolStrip1 + // + this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; + this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.toolStripDropDownButton1, + this.btn_copy}); + this.toolStrip1.Location = new System.Drawing.Point(0, 0); + this.toolStrip1.Name = "toolStrip1"; + this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional; + this.toolStrip1.Size = new System.Drawing.Size(404, 25); + this.toolStrip1.TabIndex = 96; + this.toolStrip1.Text = "toolStrip1"; + // + // 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(90, 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.BackColor = System.Drawing.SystemColors.ControlLight; - this.btn_copy.FlatAppearance.BorderColor = System.Drawing.Color.Black; - this.btn_copy.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.btn_copy.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.btn_copy.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); - this.btn_copy.Location = new System.Drawing.Point(12, 399); + 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(134, 23); - this.btn_copy.TabIndex = 93; - this.btn_copy.Text = "Copy to Clipboard"; - this.btn_copy.UseVisualStyleBackColor = false; + 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); // - // btn_refresh - // - this.btn_refresh.BackColor = System.Drawing.SystemColors.ControlLight; - this.btn_refresh.FlatAppearance.BorderColor = System.Drawing.Color.Black; - this.btn_refresh.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.btn_refresh.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.btn_refresh.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); - this.btn_refresh.Location = new System.Drawing.Point(152, 399); - this.btn_refresh.Name = "btn_refresh"; - this.btn_refresh.Size = new System.Drawing.Size(69, 23); - this.btn_refresh.TabIndex = 94; - this.btn_refresh.Text = "Refresh"; - this.btn_refresh.UseVisualStyleBackColor = false; - this.btn_refresh.Click += new System.EventHandler(this.btn_refresh_Click); + // panel1 + // + this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; + this.panel1.Location = new System.Drawing.Point(0, 25); + this.panel1.Name = "panel1"; + this.panel1.Size = new System.Drawing.Size(404, 552); + this.panel1.TabIndex = 97; + // + // 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"; + this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 12, 0); + this.statusStrip1.Size = new System.Drawing.Size(404, 22); + this.statusStrip1.TabIndex = 98; + this.statusStrip1.Text = "statusStrip1"; + // + // lbl_slb + // + this.lbl_slb.BackColor = System.Drawing.Color.Transparent; + this.lbl_slb.Font = new System.Drawing.Font("Segoe UI", 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(85, 17); + this.lbl_slb.Text = "Selected Log: "; + // + // txt_log + // + this.txt_log.BackColor = System.Drawing.Color.Transparent; + this.txt_log.Name = "txt_log"; + this.txt_log.Size = new System.Drawing.Size(78, 17); + this.txt_log.Text = "{selected log}"; // // frmActivityWindow // - this.AcceptButton = this.btn_close; - this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F); + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.ControlLight; - this.ClientSize = new System.Drawing.Size(414, 434); - this.Controls.Add(this.btn_refresh); - this.Controls.Add(this.btn_copy); + this.ClientSize = new System.Drawing.Size(404, 577); this.Controls.Add(this.rtf_actLog); - this.Controls.Add(this.btn_close); - this.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Controls.Add(this.statusStrip1); + this.Controls.Add(this.panel1); + this.Controls.Add(this.toolStrip1); + 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.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmActivityWindow"; + this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Activity Window"; - this.Load += new System.EventHandler(this.frmActivityWindow_Load); + this.rightClickMenu.ResumeLayout(false); + this.toolStrip1.ResumeLayout(false); + this.toolStrip1.PerformLayout(); + this.statusStrip1.ResumeLayout(false); + this.statusStrip1.PerformLayout(); this.ResumeLayout(false); + this.PerformLayout(); } #endregion internal System.Windows.Forms.RichTextBox rtf_actLog; - internal System.Windows.Forms.Button btn_close; internal System.Windows.Forms.ToolTip ToolTip; - internal System.Windows.Forms.Button btn_copy; - internal System.Windows.Forms.Button btn_refresh; + private System.Windows.Forms.ToolStrip toolStrip1; + private System.Windows.Forms.Panel panel1; + private System.Windows.Forms.StatusStrip statusStrip1; + private System.Windows.Forms.ToolStripStatusLabel txt_log; + 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.ToolStripButton btn_copy; + 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