OSDN Git Service

イベントハンドラの設定をDesignerから除く
[kancollesniffer/KancolleSniffer.git] / KancolleSniffer / MainForm.Designer.cs
index 508c2df..af9a93f 100644 (file)
@@ -53,7 +53,7 @@ namespace KancolleSniffer
             this.labelMissionCaption = new System.Windows.Forms.Label();\r
             this.notifyIconMain = new System.Windows.Forms.NotifyIcon(this.components);\r
             this.labelMaterialCaption = new System.Windows.Forms.Label();\r
-            this.label31 = new System.Windows.Forms.Label();\r
+            this.labelRepairListCaption = new System.Windows.Forms.Label();\r
             this.labelAkashiRepair = new System.Windows.Forms.Label();\r
             this.dropDownButtonRepairList = new KancolleSniffer.View.DropDownButton();\r
             this.labelQuestCount = new System.Windows.Forms.Label();\r
@@ -118,7 +118,6 @@ namespace KancolleSniffer
             this.notifyIconMain.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIconMain.Icon")));\r
             this.notifyIconMain.Text = "KancolleSniffer";\r
             this.notifyIconMain.Visible = true;\r
-            this.notifyIconMain.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.notifyIconMain_MouseDoubleClick);\r
             // \r
             // labelMaterialCaption\r
             // \r
@@ -129,15 +128,14 @@ namespace KancolleSniffer
             this.labelMaterialCaption.TabIndex = 43;\r
             this.labelMaterialCaption.Text = "資材";\r
             // \r
-            // label31\r
+            // labelRepairListCaption\r
             // \r
-            this.label31.AutoSize = true;\r
-            this.label31.Location = new System.Drawing.Point(81, 195);\r
-            this.label31.Name = "label31";\r
-            this.label31.Size = new System.Drawing.Size(41, 12);\r
-            this.label31.TabIndex = 46;\r
-            this.label31.Text = "要修復";\r
-            this.label31.Click += new System.EventHandler(this.labelRepairListButton_Click);\r
+            this.labelRepairListCaption.AutoSize = true;\r
+            this.labelRepairListCaption.Location = new System.Drawing.Point(81, 195);\r
+            this.labelRepairListCaption.Name = "labelRepairListCaption";\r
+            this.labelRepairListCaption.Size = new System.Drawing.Size(41, 12);\r
+            this.labelRepairListCaption.TabIndex = 46;\r
+            this.labelRepairListCaption.Text = "要修復";\r
             // \r
             // labelAkashiRepair\r
             // \r
@@ -155,7 +153,6 @@ namespace KancolleSniffer
             this.dropDownButtonRepairList.Name = "dropDownButtonRepairList";\r
             this.dropDownButtonRepairList.Size = new System.Drawing.Size(14, 14);\r
             this.dropDownButtonRepairList.TabIndex = 45;\r
-            this.dropDownButtonRepairList.Click += new System.EventHandler(this.labelRepairListButton_Click);\r
             // \r
             // labelQuestCount\r
             // \r
@@ -182,7 +179,6 @@ namespace KancolleSniffer
             this.panelRepairList.Size = new System.Drawing.Size(129, 21);\r
             this.panelRepairList.TabIndex = 4;\r
             this.panelRepairList.Visible = false;\r
-            this.panelRepairList.Click += new System.EventHandler(this.panelRepairList_Click);\r
             // \r
             // ndockPanel\r
             // \r
@@ -262,7 +258,7 @@ namespace KancolleSniffer
             this.Controls.Add(this.labelAkashiRepair);\r
             this.Controls.Add(this.labelAkashiRepairTimer);\r
             this.Controls.Add(this.dropDownButtonRepairList);\r
-            this.Controls.Add(this.label31);\r
+            this.Controls.Add(this.labelRepairListCaption);\r
             this.Controls.Add(this.labelMaterialCaption);\r
             this.Controls.Add(this.labelMissionCaption);\r
             this.Controls.Add(this.labelQuest);\r
@@ -286,7 +282,7 @@ namespace KancolleSniffer
         private System.Windows.Forms.NotifyIcon notifyIconMain;\r
         private System.Windows.Forms.Label labelMaterialCaption;\r
         private DropDownButton dropDownButtonRepairList;\r
-        private System.Windows.Forms.Label label31;\r
+        private System.Windows.Forms.Label labelRepairListCaption;\r
         private System.Windows.Forms.Label labelAkashiRepairTimer;\r
         private System.Windows.Forms.Label labelAkashiRepair;\r
         private RepairListForMain panelRepairList;\r