OSDN Git Service

merge 0.9.4 to jp
[handbrake-jp/handbrake-jp.git] / win / C# / frmActivityWindow.Designer.cs
index 9d25318..fc96fd4 100644 (file)
@@ -38,6 +38,9 @@ namespace Handbrake
             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmActivityWindow));\r
             this.rtf_actLog = new System.Windows.Forms.RichTextBox();\r
             this.rightClickMenu = new System.Windows.Forms.ContextMenuStrip(this.components);\r
+/*\r
+            this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
+*/\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
@@ -71,6 +74,19 @@ namespace Handbrake
             // rightClickMenu\r
             // \r
             this.rightClickMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
+/*\r
+            this.copyToolStripMenuItem});\r
+            this.rightClickMenu.Name = "rightClickMenu";\r
+            this.rightClickMenu.Size = new System.Drawing.Size(106, 26);\r
+            // \r
+            // copyToolStripMenuItem\r
+            // \r
+            this.copyToolStripMenuItem.Image = global::Handbrake.Properties.Resources.copy;\r
+            this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";\r
+            this.copyToolStripMenuItem.Size = new System.Drawing.Size(105, 22);\r
+            this.copyToolStripMenuItem.Text = "Copy";\r
+            this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click);\r
+*/\r
             this.mnu_copy_log,\r
             this.mnu_openLogFolder});\r
             this.rightClickMenu.Name = "rightClickMenu";\r
@@ -120,14 +136,14 @@ namespace Handbrake
             this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;\r
             this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";\r
             this.toolStripDropDownButton1.Size = new System.Drawing.Size(90, 22);\r
-            this.toolStripDropDownButton1.Text = "Select Log";\r
+            this.toolStripDropDownButton1.Text = "\83\8d\83O\82ð\91I\91ð";\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.Text = "\83G\83\93\83R\81[\83h\83\8d\83O";\r
             this.btn_encode_log.Click += new System.EventHandler(this.btn_encode_log_Click);\r
             // \r
             // btn_scan_log\r
@@ -135,7 +151,7 @@ namespace Handbrake
             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.Text = "\83X\83L\83\83\83\93\83\8d\83O";\r
             this.btn_scan_log.Click += new System.EventHandler(this.btn_scan_log_Click);\r
             // \r
             // btn_copy\r
@@ -144,8 +160,8 @@ namespace Handbrake
             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(122, 22);\r
-            this.btn_copy.Text = "Copy to clipboard";\r
+            this.btn_copy.Size = new System.Drawing.Size(160, 22);\r
+            this.btn_copy.Text = "\83N\83\8a\83b\83v\83{\81[\83h\82É\83R\83s\81[";\r
             this.btn_copy.Click += new System.EventHandler(this.btn_copy_Click);\r
             // \r
             // panel1\r
@@ -161,7 +177,7 @@ namespace Handbrake
             this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
             this.lbl_slb,\r
             this.txt_log});\r
-            this.statusStrip1.Location = new System.Drawing.Point(0, 555);\r
+            this.statusStrip1.Location = new System.Drawing.Point(0, 554);\r
             this.statusStrip1.Name = "statusStrip1";\r
             this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 12, 0);\r
             this.statusStrip1.Size = new System.Drawing.Size(404, 22);\r
@@ -174,7 +190,7 @@ namespace Handbrake
             this.lbl_slb.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.lbl_slb.Name = "lbl_slb";\r
             this.lbl_slb.Size = new System.Drawing.Size(85, 17);\r
-            this.lbl_slb.Text = "Selected Log: ";\r
+            this.lbl_slb.Text = "\91I\91ð\92\86\82Ì\83\8d\83O\81F";\r
             // \r
             // txt_log\r
             // \r
@@ -200,7 +216,7 @@ namespace Handbrake
             this.Name = "frmActivityWindow";\r
             this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;\r
             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;\r
-            this.Text = "Activity Window";\r
+            this.Text = "\97\9a\97ð\83E\83B\83\93\83h\83E";\r
             this.rightClickMenu.ResumeLayout(false);\r
             this.toolStrip1.ResumeLayout(false);\r
             this.toolStrip1.PerformLayout();\r