OSDN Git Service

ClickのハンドラをPanel側に移す
[kancollesniffer/KancolleSniffer.git] / KancolleSniffer / MainForm.Designer.cs
index e312a1d..ffa0fdd 100644 (file)
@@ -63,10 +63,10 @@ namespace KancolleSniffer
             this.labelCondTimerTitle = new System.Windows.Forms.Label();\r
             this.labelCondTimer = new System.Windows.Forms.Label();\r
             this.labelAkashiRepairTimer = new System.Windows.Forms.Label();\r
-            this.labelNDock = new System.Windows.Forms.Label();\r
+            this.labelNDockCaption = new System.Windows.Forms.Label();\r
             this.labelConstruct = new System.Windows.Forms.Label();\r
             this.labelQuest = new System.Windows.Forms.Label();\r
-            this.labelMission = new System.Windows.Forms.Label();\r
+            this.labelMissionCaption = new System.Windows.Forms.Label();\r
             this.timerMain = new System.Windows.Forms.Timer(this.components);\r
             this.notifyIconMain = new System.Windows.Forms.NotifyIcon(this.components);\r
             this.contextMenuStripNotifyIcon = new System.Windows.Forms.ContextMenuStrip(this.components);\r
@@ -272,16 +272,15 @@ namespace KancolleSniffer
             this.labelAkashiRepairTimer.Size = new System.Drawing.Size(32, 12);\r
             this.labelAkashiRepairTimer.TabIndex = 43;\r
             // \r
-            // labelNDock\r
+            // labelNDockCaption\r
             // \r
-            this.labelNDock.AutoSize = true;\r
-            this.labelNDock.Cursor = System.Windows.Forms.Cursors.Hand;\r
-            this.labelNDock.Location = new System.Drawing.Point(8, 195);\r
-            this.labelNDock.Name = "labelNDock";\r
-            this.labelNDock.Size = new System.Drawing.Size(29, 12);\r
-            this.labelNDock.TabIndex = 3;\r
-            this.labelNDock.Text = "入渠";\r
-            this.labelNDock.Click += new System.EventHandler(this.labelNDock_Click);\r
+            this.labelNDockCaption.AutoSize = true;\r
+            this.labelNDockCaption.Cursor = System.Windows.Forms.Cursors.Hand;\r
+            this.labelNDockCaption.Location = new System.Drawing.Point(8, 195);\r
+            this.labelNDockCaption.Name = "labelNDockCaption";\r
+            this.labelNDockCaption.Size = new System.Drawing.Size(29, 12);\r
+            this.labelNDockCaption.TabIndex = 3;\r
+            this.labelNDockCaption.Text = "入渠";\r
             // \r
             // labelConstruct\r
             // \r
@@ -301,16 +300,15 @@ namespace KancolleSniffer
             this.labelQuest.TabIndex = 8;\r
             this.labelQuest.Text = "任務";\r
             // \r
-            // labelMission\r
+            // labelMissionCaption\r
             // \r
-            this.labelMission.AutoSize = true;\r
-            this.labelMission.Cursor = System.Windows.Forms.Cursors.Hand;\r
-            this.labelMission.Location = new System.Drawing.Point(8, 276);\r
-            this.labelMission.Name = "labelMission";\r
-            this.labelMission.Size = new System.Drawing.Size(29, 12);\r
-            this.labelMission.TabIndex = 10;\r
-            this.labelMission.Text = "遠征";\r
-            this.labelMission.Click += new System.EventHandler(this.labelMission_Click);\r
+            this.labelMissionCaption.AutoSize = true;\r
+            this.labelMissionCaption.Cursor = System.Windows.Forms.Cursors.Hand;\r
+            this.labelMissionCaption.Location = new System.Drawing.Point(8, 276);\r
+            this.labelMissionCaption.Name = "labelMissionCaption";\r
+            this.labelMissionCaption.Size = new System.Drawing.Size(29, 12);\r
+            this.labelMissionCaption.TabIndex = 10;\r
+            this.labelMissionCaption.Text = "遠征";\r
             // \r
             // timerMain\r
             // \r
@@ -732,10 +730,10 @@ namespace KancolleSniffer
             this.Controls.Add(this.labelCheckFleet4);\r
             this.Controls.Add(this.labelFleet4);\r
             this.Controls.Add(this.labelCheckFleet1);\r
-            this.Controls.Add(this.labelMission);\r
+            this.Controls.Add(this.labelMissionCaption);\r
             this.Controls.Add(this.labelQuest);\r
             this.Controls.Add(this.labelConstruct);\r
-            this.Controls.Add(this.labelNDock);\r
+            this.Controls.Add(this.labelNDockCaption);\r
             this.Controls.Add(this.panelShipInfo);\r
             this.Controls.Add(this.labelFleet1);\r
             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;\r
@@ -761,10 +759,10 @@ namespace KancolleSniffer
 \r
         #endregion\r
         private System.Windows.Forms.Panel panelShipInfo;\r
-        private System.Windows.Forms.Label labelNDock;\r
+        private System.Windows.Forms.Label labelNDockCaption;\r
         private System.Windows.Forms.Label labelConstruct;\r
         private System.Windows.Forms.Label labelQuest;\r
-        private System.Windows.Forms.Label labelMission;\r
+        private System.Windows.Forms.Label labelMissionCaption;\r
         private System.Windows.Forms.Timer timerMain;\r
         private System.Windows.Forms.Label labelCondTimerTitle;\r
         private System.Windows.Forms.Label labelCondTimer;\r