OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmActivityWindow.Designer.cs
index eeb5e35..7b06669 100644 (file)
@@ -1,8 +1,8 @@
 /*  frmDvdInfo.Designer.cs \r
        \r
-          This file is part of the HandBrake source code.\r
-          Homepage: <http://handbrake.fr>.\r
-          It may be used under the terms of the GNU General Public License. */\r
+    This file is part of the HandBrake source code.\r
+    Homepage: <http://handbrake.fr>.\r
+    It may be used under the terms of the GNU General Public License. */\r
 \r
 namespace Handbrake\r
 {\r
@@ -78,7 +78,7 @@ namespace Handbrake
             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
+            this.mnu_copy_log.Click += new System.EventHandler(this.MnuCopyLogClick);\r
             // \r
             // mnu_openLogFolder\r
             // \r
@@ -86,7 +86,7 @@ namespace Handbrake
             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
+            this.mnu_openLogFolder.Click += new System.EventHandler(this.MnuOpenLogFolderClick);\r
             // \r
             // ToolTip\r
             // \r
@@ -124,7 +124,7 @@ namespace Handbrake
             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
+            this.btn_encode_log.Click += new System.EventHandler(this.BtnEncodeLogClick);\r
             // \r
             // btn_scan_log\r
             // \r
@@ -132,7 +132,7 @@ namespace Handbrake
             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
+            this.btn_scan_log.Click += new System.EventHandler(this.BtnScanLogClick);\r
             // \r
             // btn_copy\r
             // \r
@@ -142,7 +142,7 @@ namespace Handbrake
             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.Click += new System.EventHandler(this.btn_copy_Click);\r
+            this.btn_copy.Click += new System.EventHandler(this.BtnCopyClick);\r
             // \r
             // panel1\r
             // \r
@@ -152,7 +152,7 @@ namespace Handbrake
             this.panel1.Size = new System.Drawing.Size(404, 552);\r
             this.panel1.TabIndex = 97;\r
             // \r
-            // NewActivityWindow\r
+            // frmActivityWindow\r
             // \r
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
@@ -165,10 +165,10 @@ namespace Handbrake
             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
             this.MaximizeBox = false;\r
             this.MinimizeBox = false;\r
-            this.Name = "NewActivityWindow";\r
+            this.Name = "frmActivityWindow";\r
             this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;\r
             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;\r
-            this.Text = "New Activity Window";\r
+            this.Text = "Activity Window";\r
             this.Load += new System.EventHandler(this.NewActivityWindow_Load);\r
             this.rightClickMenu.ResumeLayout(false);\r
             this.toolStrip1.ResumeLayout(false);\r