OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmActivityWindow.Designer.cs
index 6a8b4dc..eeb5e35 100644 (file)
@@ -37,98 +37,159 @@ namespace Handbrake
             this.components = new System.ComponentModel.Container();\r
             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmActivityWindow));\r
             this.rtf_actLog = new System.Windows.Forms.RichTextBox();\r
-            this.btn_close = new System.Windows.Forms.Button();\r
+            this.rightClickMenu = new System.Windows.Forms.ContextMenuStrip(this.components);\r
+            this.mnu_copy_log = new System.Windows.Forms.ToolStripMenuItem();\r
+            this.mnu_openLogFolder = new System.Windows.Forms.ToolStripMenuItem();\r
             this.ToolTip = new System.Windows.Forms.ToolTip(this.components);\r
-            this.btn_copy = new System.Windows.Forms.Button();\r
-            this.btn_refresh = new System.Windows.Forms.Button();\r
+            this.toolStrip1 = new System.Windows.Forms.ToolStrip();\r
+            this.dropDownLogSelector = new System.Windows.Forms.ToolStripDropDownButton();\r
+            this.btn_encode_log = new System.Windows.Forms.ToolStripMenuItem();\r
+            this.btn_scan_log = new System.Windows.Forms.ToolStripMenuItem();\r
+            this.btn_copy = new System.Windows.Forms.ToolStripButton();\r
+            this.panel1 = new System.Windows.Forms.Panel();\r
+            this.rightClickMenu.SuspendLayout();\r
+            this.toolStrip1.SuspendLayout();\r
             this.SuspendLayout();\r
             // \r
             // rtf_actLog\r
             // \r
+            this.rtf_actLog.ContextMenuStrip = this.rightClickMenu;\r
+            this.rtf_actLog.Cursor = System.Windows.Forms.Cursors.IBeam;\r
             this.rtf_actLog.DetectUrls = false;\r
-            this.rtf_actLog.Location = new System.Drawing.Point(12, 12);\r
+            this.rtf_actLog.Dock = System.Windows.Forms.DockStyle.Fill;\r
+            this.rtf_actLog.Location = new System.Drawing.Point(0, 25);\r
             this.rtf_actLog.Name = "rtf_actLog";\r
             this.rtf_actLog.ReadOnly = true;\r
-            this.rtf_actLog.Size = new System.Drawing.Size(515, 433);\r
+            this.rtf_actLog.Size = new System.Drawing.Size(404, 552);\r
             this.rtf_actLog.TabIndex = 29;\r
             this.rtf_actLog.Text = "";\r
             // \r
-            // btn_close\r
-            // \r
-            this.btn_close.BackColor = System.Drawing.SystemColors.ControlLight;\r
-            this.btn_close.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
-            this.btn_close.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.btn_close.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
-            this.btn_close.Location = new System.Drawing.Point(399, 451);\r
-            this.btn_close.Name = "btn_close";\r
-            this.btn_close.Size = new System.Drawing.Size(128, 22);\r
-            this.btn_close.TabIndex = 28;\r
-            this.btn_close.TabStop = false;\r
-            this.btn_close.Text = "Close Window";\r
-            this.btn_close.UseVisualStyleBackColor = true;\r
-            this.btn_close.Click += new System.EventHandler(this.btn_close_Click);\r
+            // rightClickMenu\r
+            // \r
+            this.rightClickMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
+            this.mnu_copy_log,\r
+            this.mnu_openLogFolder});\r
+            this.rightClickMenu.Name = "rightClickMenu";\r
+            this.rightClickMenu.Size = new System.Drawing.Size(254, 48);\r
+            // \r
+            // mnu_copy_log\r
+            // \r
+            this.mnu_copy_log.Image = global::Handbrake.Properties.Resources.copy;\r
+            this.mnu_copy_log.Name = "mnu_copy_log";\r
+            this.mnu_copy_log.Size = new System.Drawing.Size(253, 22);\r
+            this.mnu_copy_log.Text = "Copy";\r
+            this.mnu_copy_log.Click += new System.EventHandler(this.mnu_copy_log_Click);\r
+            // \r
+            // mnu_openLogFolder\r
+            // \r
+            this.mnu_openLogFolder.Image = global::Handbrake.Properties.Resources.folder;\r
+            this.mnu_openLogFolder.Name = "mnu_openLogFolder";\r
+            this.mnu_openLogFolder.Size = new System.Drawing.Size(253, 22);\r
+            this.mnu_openLogFolder.Text = "Open Individual Log File Directory";\r
+            this.mnu_openLogFolder.Click += new System.EventHandler(this.mnu_openLogFolder_Click);\r
             // \r
             // ToolTip\r
             // \r
             this.ToolTip.Active = false;\r
             // \r
+            // toolStrip1\r
+            // \r
+            this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;\r
+            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
+            this.dropDownLogSelector,\r
+            this.btn_copy});\r
+            this.toolStrip1.Location = new System.Drawing.Point(0, 0);\r
+            this.toolStrip1.Name = "toolStrip1";\r
+            this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;\r
+            this.toolStrip1.Size = new System.Drawing.Size(404, 25);\r
+            this.toolStrip1.TabIndex = 96;\r
+            this.toolStrip1.Text = "toolStrip1";\r
+            // \r
+            // dropDownLogSelector\r
+            // \r
+            this.dropDownLogSelector.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;\r
+            this.dropDownLogSelector.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
+            this.btn_encode_log,\r
+            this.btn_scan_log});\r
+            this.dropDownLogSelector.Image = global::Handbrake.Properties.Resources.Output_Small;\r
+            this.dropDownLogSelector.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
+            this.dropDownLogSelector.ImageTransparentColor = System.Drawing.Color.Magenta;\r
+            this.dropDownLogSelector.Name = "dropDownLogSelector";\r
+            this.dropDownLogSelector.Size = new System.Drawing.Size(90, 22);\r
+            this.dropDownLogSelector.Text = "Select Log";\r
+            // \r
+            // btn_encode_log\r
+            // \r
+            this.btn_encode_log.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;\r
+            this.btn_encode_log.Name = "btn_encode_log";\r
+            this.btn_encode_log.Size = new System.Drawing.Size(152, 22);\r
+            this.btn_encode_log.Text = "Encode Log";\r
+            this.btn_encode_log.Click += new System.EventHandler(this.btn_encode_log_Click);\r
+            // \r
+            // btn_scan_log\r
+            // \r
+            this.btn_scan_log.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;\r
+            this.btn_scan_log.Name = "btn_scan_log";\r
+            this.btn_scan_log.Size = new System.Drawing.Size(152, 22);\r
+            this.btn_scan_log.Text = "Scan Log";\r
+            this.btn_scan_log.Click += new System.EventHandler(this.btn_scan_log_Click);\r
+            // \r
             // btn_copy\r
             // \r
-            this.btn_copy.BackColor = System.Drawing.SystemColors.ControlLight;\r
-            this.btn_copy.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
-            this.btn_copy.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.btn_copy.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
-            this.btn_copy.Location = new System.Drawing.Point(12, 451);\r
+            this.btn_copy.Image = ((System.Drawing.Image)(resources.GetObject("btn_copy.Image")));\r
+            this.btn_copy.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;\r
+            this.btn_copy.ImageTransparentColor = System.Drawing.Color.Magenta;\r
             this.btn_copy.Name = "btn_copy";\r
-            this.btn_copy.Size = new System.Drawing.Size(134, 23);\r
-            this.btn_copy.TabIndex = 93;\r
-            this.btn_copy.Text = "Copy to Clipboard";\r
-            this.btn_copy.UseVisualStyleBackColor = true;\r
+            this.btn_copy.Size = new System.Drawing.Size(122, 22);\r
+            this.btn_copy.Text = "Copy to clipboard";\r
             this.btn_copy.Click += new System.EventHandler(this.btn_copy_Click);\r
             // \r
-            // btn_refresh\r
+            // panel1\r
             // \r
-            this.btn_refresh.BackColor = System.Drawing.SystemColors.ControlLight;\r
-            this.btn_refresh.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
-            this.btn_refresh.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
-            this.btn_refresh.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
-            this.btn_refresh.Location = new System.Drawing.Point(152, 451);\r
-            this.btn_refresh.Name = "btn_refresh";\r
-            this.btn_refresh.Size = new System.Drawing.Size(69, 23);\r
-            this.btn_refresh.TabIndex = 94;\r
-            this.btn_refresh.Text = "Refresh";\r
-            this.btn_refresh.UseVisualStyleBackColor = true;\r
-            this.btn_refresh.Click += new System.EventHandler(this.btn_refresh_Click);\r
+            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;\r
+            this.panel1.Location = new System.Drawing.Point(0, 25);\r
+            this.panel1.Name = "panel1";\r
+            this.panel1.Size = new System.Drawing.Size(404, 552);\r
+            this.panel1.TabIndex = 97;\r
             // \r
-            // frmActivityWindow\r
+            // NewActivityWindow\r
             // \r
-            this.AcceptButton = this.btn_close;\r
-            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);\r
+            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
             this.BackColor = System.Drawing.SystemColors.ControlLight;\r
-            this.ClientSize = new System.Drawing.Size(539, 486);\r
-            this.Controls.Add(this.btn_refresh);\r
-            this.Controls.Add(this.btn_copy);\r
+            this.ClientSize = new System.Drawing.Size(404, 577);\r
             this.Controls.Add(this.rtf_actLog);\r
-            this.Controls.Add(this.btn_close);\r
-            this.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.Controls.Add(this.panel1);\r
+            this.Controls.Add(this.toolStrip1);\r
+            this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
             this.MaximizeBox = false;\r
             this.MinimizeBox = false;\r
-            this.Name = "frmActivityWindow";\r
+            this.Name = "NewActivityWindow";\r
+            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;\r
             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;\r
-            this.Text = "Activity Window";\r
-            this.Load += new System.EventHandler(this.frmActivityWindow_Load);\r
+            this.Text = "New Activity Window";\r
+            this.Load += new System.EventHandler(this.NewActivityWindow_Load);\r
+            this.rightClickMenu.ResumeLayout(false);\r
+            this.toolStrip1.ResumeLayout(false);\r
+            this.toolStrip1.PerformLayout();\r
             this.ResumeLayout(false);\r
+            this.PerformLayout();\r
 \r
         }\r
 \r
         #endregion\r
 \r
         internal System.Windows.Forms.RichTextBox rtf_actLog;\r
-        internal System.Windows.Forms.Button btn_close;\r
         internal System.Windows.Forms.ToolTip ToolTip;\r
-        internal System.Windows.Forms.Button btn_copy;\r
-        internal System.Windows.Forms.Button btn_refresh;\r
+        private System.Windows.Forms.ToolStrip toolStrip1;\r
+        private System.Windows.Forms.Panel panel1;\r
+        private System.Windows.Forms.ToolStripDropDownButton dropDownLogSelector;\r
+        private System.Windows.Forms.ToolStripMenuItem btn_encode_log;\r
+        private System.Windows.Forms.ToolStripMenuItem btn_scan_log;\r
+        private System.Windows.Forms.ToolStripButton btn_copy;\r
+        private System.Windows.Forms.ContextMenuStrip rightClickMenu;\r
+        private System.Windows.Forms.ToolStripMenuItem mnu_copy_log;\r
+        private System.Windows.Forms.ToolStripMenuItem mnu_openLogFolder;\r
     }\r
 }
\ No newline at end of file