OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmExceptionWindow.Designer.cs
index c856f9a..6269904 100644 (file)
@@ -28,6 +28,7 @@
         /// </summary>\r
         private void InitializeComponent()\r
         {\r
+            this.components = new System.ComponentModel.Container();\r
             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmExceptionWindow));\r
             this.panel1 = new System.Windows.Forms.Panel();\r
             this.panel2 = new System.Windows.Forms.Panel();\r
             this.btn_close = new System.Windows.Forms.Button();\r
             this.btn_copy = new System.Windows.Forms.Button();\r
             this.rtf_exceptionFull = new System.Windows.Forms.RichTextBox();\r
+            this.rightClickMenu = new System.Windows.Forms.ContextMenuStrip(this.components);\r
+            this.mnu_copy_log = new System.Windows.Forms.ToolStripMenuItem();\r
             this.panel1.SuspendLayout();\r
             ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).BeginInit();\r
             this.panel4.SuspendLayout();\r
             this.panel6.SuspendLayout();\r
+            this.rightClickMenu.SuspendLayout();\r
             this.SuspendLayout();\r
             // \r
             // panel1\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(29, 8);\r
+            this.btn_copy.Image = global::Handbrake.Properties.Resources.copy;\r
+            this.btn_copy.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;\r
+            this.btn_copy.Location = new System.Drawing.Point(14, 8);\r
             this.btn_copy.Name = "btn_copy";\r
-            this.btn_copy.Size = new System.Drawing.Size(70, 25);\r
+            this.btn_copy.Size = new System.Drawing.Size(85, 25);\r
             this.btn_copy.TabIndex = 57;\r
             this.btn_copy.Text = "Copy";\r
             this.btn_copy.UseVisualStyleBackColor = false;\r
             // \r
             // rtf_exceptionFull\r
             // \r
+            this.rtf_exceptionFull.ContextMenuStrip = this.rightClickMenu;\r
             this.rtf_exceptionFull.Dock = System.Windows.Forms.DockStyle.Fill;\r
             this.rtf_exceptionFull.Location = new System.Drawing.Point(76, 97);\r
             this.rtf_exceptionFull.Name = "rtf_exceptionFull";\r
             this.rtf_exceptionFull.TabIndex = 70;\r
             this.rtf_exceptionFull.Text = "";\r
             // \r
+            // rightClickMenu\r
+            // \r
+            this.rightClickMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
+            this.mnu_copy_log});\r
+            this.rightClickMenu.Name = "rightClickMenu";\r
+            this.rightClickMenu.Size = new System.Drawing.Size(153, 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(152, 22);\r
+            this.mnu_copy_log.Text = "Copy";\r
+            this.mnu_copy_log.Click += new System.EventHandler(this.mnu_copy_log_Click);\r
+            // \r
             // frmExceptionWindow\r
             // \r
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
             ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).EndInit();\r
             this.panel4.ResumeLayout(false);\r
             this.panel6.ResumeLayout(false);\r
+            this.rightClickMenu.ResumeLayout(false);\r
             this.ResumeLayout(false);\r
 \r
         }\r
         internal System.Windows.Forms.Button btn_close;\r
         private System.Windows.Forms.Panel panel6;\r
         internal System.Windows.Forms.Button btn_copy;\r
+        private System.Windows.Forms.ContextMenuStrip rightClickMenu;\r
+        private System.Windows.Forms.ToolStripMenuItem mnu_copy_log;\r
     }\r
 }
\ No newline at end of file