OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmUpdater.Designer.cs
index af529cc..cf8a2b3 100644 (file)
@@ -1,8 +1,7 @@
 /*  frmUpdater.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
@@ -44,13 +43,13 @@ namespace Handbrake
             this.PictureBox1 = new System.Windows.Forms.PictureBox();\r
             this.lbl_update_text = new System.Windows.Forms.Label();\r
             this.panel1 = new System.Windows.Forms.Panel();\r
+            this.panel2 = new System.Windows.Forms.Panel();\r
             this.statusStrip1 = new System.Windows.Forms.StatusStrip();\r
             this.panel3 = new System.Windows.Forms.Panel();\r
             this.panel5 = new System.Windows.Forms.Panel();\r
             this.wBrowser = new System.Windows.Forms.WebBrowser();\r
             this.splitContainer1 = new System.Windows.Forms.SplitContainer();\r
             this.button_container = new System.Windows.Forms.SplitContainer();\r
-            this.panel2 = new System.Windows.Forms.Panel();\r
             ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).BeginInit();\r
             this.panel1.SuspendLayout();\r
             this.splitContainer1.Panel1.SuspendLayout();\r
@@ -94,7 +93,7 @@ namespace Handbrake
             this.btn_skip.TabIndex = 54;\r
             this.btn_skip.Text = "Skip This Version";\r
             this.btn_skip.UseVisualStyleBackColor = false;\r
-            this.btn_skip.Click += new System.EventHandler(this.btn_skip_Click);\r
+            this.btn_skip.Click += new System.EventHandler(this.BtnSkipClick);\r
             // \r
             // btn_installUpdate\r
             // \r
@@ -110,7 +109,7 @@ namespace Handbrake
             this.btn_installUpdate.TabIndex = 55;\r
             this.btn_installUpdate.Text = "Install Update";\r
             this.btn_installUpdate.UseVisualStyleBackColor = false;\r
-            this.btn_installUpdate.Click += new System.EventHandler(this.btn_installUpdate_Click);\r
+            this.btn_installUpdate.Click += new System.EventHandler(this.BtnInstallUpdateClick);\r
             // \r
             // btn_remindLater\r
             // \r
@@ -126,7 +125,7 @@ namespace Handbrake
             this.btn_remindLater.TabIndex = 56;\r
             this.btn_remindLater.Text = "Remind me Later";\r
             this.btn_remindLater.UseVisualStyleBackColor = false;\r
-            this.btn_remindLater.Click += new System.EventHandler(this.btn_remindLater_Click);\r
+            this.btn_remindLater.Click += new System.EventHandler(this.BtnRemindLaterClick);\r
             // \r
             // label3\r
             // \r
@@ -172,6 +171,17 @@ namespace Handbrake
             this.panel1.Size = new System.Drawing.Size(710, 97);\r
             this.panel1.TabIndex = 60;\r
             // \r
+            // panel2\r
+            // \r
+            this.panel2.BackColor = System.Drawing.SystemColors.Control;\r
+            this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;\r
+            this.panel2.Location = new System.Drawing.Point(0, 87);\r
+            this.panel2.MaximumSize = new System.Drawing.Size(0, 10);\r
+            this.panel2.MinimumSize = new System.Drawing.Size(0, 10);\r
+            this.panel2.Name = "panel2";\r
+            this.panel2.Size = new System.Drawing.Size(710, 10);\r
+            this.panel2.TabIndex = 59;\r
+            // \r
             // statusStrip1\r
             // \r
             this.statusStrip1.Location = new System.Drawing.Point(0, 346);\r
@@ -244,17 +254,6 @@ namespace Handbrake
             this.button_container.SplitterDistance = 318;\r
             this.button_container.TabIndex = 0;\r
             // \r
-            // panel2\r
-            // \r
-            this.panel2.BackColor = System.Drawing.SystemColors.Control;\r
-            this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;\r
-            this.panel2.Location = new System.Drawing.Point(0, 87);\r
-            this.panel2.MaximumSize = new System.Drawing.Size(0, 10);\r
-            this.panel2.MinimumSize = new System.Drawing.Size(0, 10);\r
-            this.panel2.Name = "panel2";\r
-            this.panel2.Size = new System.Drawing.Size(710, 10);\r
-            this.panel2.TabIndex = 59;\r
-            // \r
             // frmUpdater\r
             // \r
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r