OSDN Git Service

タイマーと終了時刻の切り替えをわかりやすくする
[kancollesniffer/KancolleSniffer.git] / KancolleSniffer / MainForm.Designer.cs
index 82d4ea0..3bf6fe6 100644 (file)
@@ -1,19 +1,18 @@
-// Copyright (C) 2013, 2014 Kazuhiro Fujieda <fujieda@users.sourceforge.jp>\r
+// Copyright (C) 2013, 2014, 2015 Kazuhiro Fujieda <fujieda@users.osdn.me>\r
 // \r
-// This program is part of KancolleSniffer.\r
+// Licensed under the Apache License, Version 2.0 (the "License");\r
+// you may not use this file except in compliance with the License.\r
+// You may obtain a copy of the License at\r
 //\r
-// KancolleSniffer is free software: you can redistribute it and/or modify\r
-// it under the terms of the GNU General Public License as published by\r
-// the Free Software Foundation, either version 3 of the License, or\r
-// (at your option) any later version.\r
+//    http://www.apache.org/licenses/LICENSE-2.0\r
 //\r
-// This program is distributed in the hope that it will be useful,\r
-// but WITHOUT ANY WARRANTY; without even the implied warranty of\r
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
-// GNU General Public License for more details.\r
-//\r
-// You should have received a copy of the GNU General Public License\r
-// along with this program; if not, see <http://www.gnu.org/licenses/>.\r
+// Unless required by applicable law or agreed to in writing, software\r
+// distributed under the License is distributed on an "AS IS" BASIS,\r
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+// See the License for the specific language governing permissions and\r
+// limitations under the License.\r
+\r
+using KancolleSniffer.View;\r
 \r
 namespace KancolleSniffer\r
 {\r
@@ -60,24 +59,29 @@ namespace KancolleSniffer
             this.labelNumOfShips = new System.Windows.Forms.Label();\r
             this.label1 = new System.Windows.Forms.Label();\r
             this.panelShipInfo = new System.Windows.Forms.Panel();\r
+            this.labelPresetAkashiTimer = new System.Windows.Forms.Label();\r
+            this.linkLabelGuide = new System.Windows.Forms.LinkLabel();\r
+            this.panelCombinedFleet = new System.Windows.Forms.Panel();\r
+            this.panel7Ships = new System.Windows.Forms.Panel();\r
             this.panelBattleInfo = new System.Windows.Forms.Panel();\r
-            this.labelEnemyAirSuperiority = new System.Windows.Forms.Label();\r
-            this.label30 = new System.Windows.Forms.Label();\r
+            this.labelEnemyFighterPower = new System.Windows.Forms.Label();\r
+            this.labelEnemyFighterPowerCaption = new System.Windows.Forms.Label();\r
             this.labelFormation = new System.Windows.Forms.Label();\r
-            this.label29 = new System.Windows.Forms.Label();\r
+            this.labelResultRank = new System.Windows.Forms.Label();\r
             this.labelLoS = new System.Windows.Forms.Label();\r
-            this.label19 = new System.Windows.Forms.Label();\r
-            this.labelAirSuperiority = new System.Windows.Forms.Label();\r
-            this.label27 = new System.Windows.Forms.Label();\r
+            this.labelLoSCaption = new System.Windows.Forms.Label();\r
+            this.labelFighterPower = new System.Windows.Forms.Label();\r
+            this.labelFighterPowerCaption = new System.Windows.Forms.Label();\r
             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.panelMaterialHistory = new System.Windows.Forms.Panel();\r
             this.labelBouxiteHistory = new System.Windows.Forms.Label();\r
             this.labelSteelHistory = new System.Windows.Forms.Label();\r
             this.labelBulletHistory = new System.Windows.Forms.Label();\r
             this.label35 = new System.Windows.Forms.Label();\r
             this.labelFuelHistory = new System.Windows.Forms.Label();\r
-            this.labelRepair = new System.Windows.Forms.Label();\r
+            this.labelNDock = new System.Windows.Forms.Label();\r
             this.panelDock = new System.Windows.Forms.Panel();\r
             this.label8 = new System.Windows.Forms.Label();\r
             this.label7 = new System.Windows.Forms.Label();\r
@@ -96,6 +100,9 @@ namespace KancolleSniffer
             this.labelQuest = new System.Windows.Forms.Label();\r
             this.labelMission = new System.Windows.Forms.Label();\r
             this.panel2 = new System.Windows.Forms.Panel();\r
+            this.labelMissionParams3 = new System.Windows.Forms.Label();\r
+            this.labelMissionParams2 = new System.Windows.Forms.Label();\r
+            this.labelMissionParams1 = new System.Windows.Forms.Label();\r
             this.labelMissionName3 = new System.Windows.Forms.Label();\r
             this.labelMissionName2 = new System.Windows.Forms.Label();\r
             this.labelMissionName1 = new System.Windows.Forms.Label();\r
@@ -107,6 +114,14 @@ namespace KancolleSniffer
             this.label13 = new System.Windows.Forms.Label();\r
             this.timerMain = new System.Windows.Forms.Timer(this.components);\r
             this.panel3 = new System.Windows.Forms.Panel();\r
+            this.labelQuestColor6 = new System.Windows.Forms.Label();\r
+            this.labelQuestColor5 = new System.Windows.Forms.Label();\r
+            this.labelQuestColor4 = new System.Windows.Forms.Label();\r
+            this.labelQuestColor3 = new System.Windows.Forms.Label();\r
+            this.labelQuestColor2 = new System.Windows.Forms.Label();\r
+            this.labelQuestColor1 = new System.Windows.Forms.Label();\r
+            this.labelProgress6 = new System.Windows.Forms.Label();\r
+            this.labelQuest6 = new System.Windows.Forms.Label();\r
             this.labelProgress5 = new System.Windows.Forms.Label();\r
             this.labelProgress4 = new System.Windows.Forms.Label();\r
             this.labelProgress3 = new System.Windows.Forms.Label();\r
@@ -123,34 +138,42 @@ namespace KancolleSniffer
             this.NotifyIconExitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
             this.contextMenuStripMain = new System.Windows.Forms.ContextMenuStrip(this.components);\r
             this.listToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
+            this.LogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
+            this.CaptureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
             this.ConfigToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
             this.ExitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
             this.labelFleet1 = new System.Windows.Forms.Label();\r
-            this.labelCheckFleet1 = new System.Windows.Forms.Label();\r
-            this.imageListMisc = new System.Windows.Forms.ImageList(this.components);\r
-            this.labelCheckFleet4 = new System.Windows.Forms.Label();\r
             this.labelFleet4 = new System.Windows.Forms.Label();\r
-            this.labelCheckFleet3 = new System.Windows.Forms.Label();\r
             this.labelFleet3 = new System.Windows.Forms.Label();\r
-            this.labelCheckFleet2 = new System.Windows.Forms.Label();\r
             this.labelFleet2 = new System.Windows.Forms.Label();\r
             this.labelBucketHistory = new System.Windows.Forms.Label();\r
             this.label36 = new System.Windows.Forms.Label();\r
-            this.labelMaterialHistoryButton = new System.Windows.Forms.Label();\r
-            this.panelDamagedShipList = new System.Windows.Forms.Panel();\r
-            this.labelDamgedShipListButton = new System.Windows.Forms.Label();\r
             this.label31 = new System.Windows.Forms.Label();\r
-            this.toolTipLoS = new System.Windows.Forms.ToolTip(this.components);\r
             this.imageListFuelSq = new System.Windows.Forms.ImageList(this.components);\r
-            this.labelFuelSq1 = new System.Windows.Forms.Label();\r
             this.imageListBullSq = new System.Windows.Forms.ImageList(this.components);\r
-            this.labelBullSq1 = new System.Windows.Forms.Label();\r
-            this.labelBullSq2 = new System.Windows.Forms.Label();\r
-            this.labelFuelSq2 = new System.Windows.Forms.Label();\r
-            this.labelBullSq3 = new System.Windows.Forms.Label();\r
-            this.labelFuelSq3 = new System.Windows.Forms.Label();\r
+            this.labelAkashiRepair = new System.Windows.Forms.Label();\r
+            this.labelClearQuest = new System.Windows.Forms.Label();\r
             this.labelBullSq4 = new System.Windows.Forms.Label();\r
             this.labelFuelSq4 = new System.Windows.Forms.Label();\r
+            this.labelBullSq3 = new System.Windows.Forms.Label();\r
+            this.labelFuelSq3 = new System.Windows.Forms.Label();\r
+            this.labelBullSq2 = new System.Windows.Forms.Label();\r
+            this.labelFuelSq2 = new System.Windows.Forms.Label();\r
+            this.labelBullSq1 = new System.Windows.Forms.Label();\r
+            this.labelFuelSq1 = new System.Windows.Forms.Label();\r
+            this.labelRepairListButton = new System.Windows.Forms.Label();\r
+            this.labelMaterialHistoryButton = new System.Windows.Forms.Label();\r
+            this.labelCheckFleet2 = new System.Windows.Forms.Label();\r
+            this.labelCheckFleet3 = new System.Windows.Forms.Label();\r
+            this.labelCheckFleet4 = new System.Windows.Forms.Label();\r
+            this.labelCheckFleet1 = new System.Windows.Forms.Label();\r
+            this.panelRepairList = new KancolleSniffer.View.RepairListForMain();\r
+            this.labelQuestCount1 = new KancolleSniffer.View.ShipLabel();\r
+            this.labelQuestCount2 = new KancolleSniffer.View.ShipLabel();\r
+            this.labelQuestCount3 = new KancolleSniffer.View.ShipLabel();\r
+            this.labelQuestCount4 = new KancolleSniffer.View.ShipLabel();\r
+            this.labelQuestCount5 = new KancolleSniffer.View.ShipLabel();\r
+            this.labelQuestCount6 = new KancolleSniffer.View.ShipLabel();\r
             this.panelHeadquarters.SuspendLayout();\r
             this.panelShipInfo.SuspendLayout();\r
             this.panelBattleInfo.SuspendLayout();\r
@@ -214,9 +237,9 @@ namespace KancolleSniffer
             // \r
             // labelAchievement\r
             // \r
-            this.labelAchievement.Location = new System.Drawing.Point(168, 18);\r
+            this.labelAchievement.Location = new System.Drawing.Point(166, 18);\r
             this.labelAchievement.Name = "labelAchievement";\r
-            this.labelAchievement.Size = new System.Drawing.Size(31, 12);\r
+            this.labelAchievement.Size = new System.Drawing.Size(33, 12);\r
             this.labelAchievement.TabIndex = 7;\r
             this.labelAchievement.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
             // \r
@@ -231,12 +254,13 @@ namespace KancolleSniffer
             // \r
             // labelNumOfBuckets\r
             // \r
-            this.labelNumOfBuckets.Location = new System.Drawing.Point(117, 18);\r
+            this.labelNumOfBuckets.Location = new System.Drawing.Point(116, 18);\r
             this.labelNumOfBuckets.Name = "labelNumOfBuckets";\r
-            this.labelNumOfBuckets.Size = new System.Drawing.Size(29, 12);\r
+            this.labelNumOfBuckets.Size = new System.Drawing.Size(30, 12);\r
             this.labelNumOfBuckets.TabIndex = 5;\r
             this.labelNumOfBuckets.Text = "0";\r
             this.labelNumOfBuckets.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
+            this.labelNumOfBuckets.Click += new System.EventHandler(this.labelBucketHistoryButton_Click);\r
             // \r
             // label3\r
             // \r
@@ -249,9 +273,9 @@ namespace KancolleSniffer
             // \r
             // labelNumOfEquips\r
             // \r
-            this.labelNumOfEquips.Location = new System.Drawing.Point(56, 18);\r
+            this.labelNumOfEquips.Location = new System.Drawing.Point(46, 18);\r
             this.labelNumOfEquips.Name = "labelNumOfEquips";\r
-            this.labelNumOfEquips.Size = new System.Drawing.Size(47, 12);\r
+            this.labelNumOfEquips.Size = new System.Drawing.Size(60, 12);\r
             this.labelNumOfEquips.TabIndex = 3;\r
             this.labelNumOfEquips.Text = "0/0";\r
             this.labelNumOfEquips.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
@@ -259,7 +283,7 @@ namespace KancolleSniffer
             // label2\r
             // \r
             this.label2.AutoSize = true;\r
-            this.label2.Location = new System.Drawing.Point(62, 3);\r
+            this.label2.Location = new System.Drawing.Point(65, 3);\r
             this.label2.Name = "label2";\r
             this.label2.Size = new System.Drawing.Size(41, 12);\r
             this.label2.TabIndex = 2;\r
@@ -267,9 +291,9 @@ namespace KancolleSniffer
             // \r
             // labelNumOfShips\r
             // \r
-            this.labelNumOfShips.Location = new System.Drawing.Point(1, 18);\r
+            this.labelNumOfShips.Location = new System.Drawing.Point(0, 18);\r
             this.labelNumOfShips.Name = "labelNumOfShips";\r
-            this.labelNumOfShips.Size = new System.Drawing.Size(47, 12);\r
+            this.labelNumOfShips.Size = new System.Drawing.Size(48, 12);\r
             this.labelNumOfShips.TabIndex = 1;\r
             this.labelNumOfShips.Text = "0/0";\r
             this.labelNumOfShips.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
@@ -286,11 +310,15 @@ namespace KancolleSniffer
             // panelShipInfo\r
             // \r
             this.panelShipInfo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
+            this.panelShipInfo.Controls.Add(this.labelPresetAkashiTimer);\r
+            this.panelShipInfo.Controls.Add(this.linkLabelGuide);\r
+            this.panelShipInfo.Controls.Add(this.panelCombinedFleet);\r
+            this.panelShipInfo.Controls.Add(this.panel7Ships);\r
             this.panelShipInfo.Controls.Add(this.panelBattleInfo);\r
             this.panelShipInfo.Controls.Add(this.labelLoS);\r
-            this.panelShipInfo.Controls.Add(this.label19);\r
-            this.panelShipInfo.Controls.Add(this.labelAirSuperiority);\r
-            this.panelShipInfo.Controls.Add(this.label27);\r
+            this.panelShipInfo.Controls.Add(this.labelLoSCaption);\r
+            this.panelShipInfo.Controls.Add(this.labelFighterPower);\r
+            this.panelShipInfo.Controls.Add(this.labelFighterPowerCaption);\r
             this.panelShipInfo.Controls.Add(this.labelCondTimerTitle);\r
             this.panelShipInfo.Controls.Add(this.labelCondTimer);\r
             this.panelShipInfo.Location = new System.Drawing.Point(6, 57);\r
@@ -298,34 +326,68 @@ namespace KancolleSniffer
             this.panelShipInfo.Size = new System.Drawing.Size(220, 134);\r
             this.panelShipInfo.TabIndex = 2;\r
             // \r
+            // labelPresetAkashiTimer\r
+            // \r
+            this.labelPresetAkashiTimer.Location = new System.Drawing.Point(2, 3);\r
+            this.labelPresetAkashiTimer.Name = "labelPresetAkashiTimer";\r
+            this.labelPresetAkashiTimer.Size = new System.Drawing.Size(32, 12);\r
+            this.labelPresetAkashiTimer.TabIndex = 55;\r
+            // \r
+            // linkLabelGuide\r
+            // \r
+            this.linkLabelGuide.AutoSize = true;\r
+            this.linkLabelGuide.Font = new System.Drawing.Font("MS UI Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));\r
+            this.linkLabelGuide.LinkArea = new System.Windows.Forms.LinkArea(0, 0);\r
+            this.linkLabelGuide.Location = new System.Drawing.Point(31, 51);\r
+            this.linkLabelGuide.Name = "linkLabelGuide";\r
+            this.linkLabelGuide.Size = new System.Drawing.Size(158, 13);\r
+            this.linkLabelGuide.TabIndex = 44;\r
+            this.linkLabelGuide.Text = "右クリックでメニューが出ます。";\r
+            // \r
+            // panelCombinedFleet\r
+            // \r
+            this.panelCombinedFleet.Location = new System.Drawing.Point(0, 0);\r
+            this.panelCombinedFleet.Name = "panelCombinedFleet";\r
+            this.panelCombinedFleet.Size = new System.Drawing.Size(220, 113);\r
+            this.panelCombinedFleet.TabIndex = 43;\r
+            this.panelCombinedFleet.Visible = false;\r
+            // \r
+            // panel7Ships\r
+            // \r
+            this.panel7Ships.Location = new System.Drawing.Point(0, 0);\r
+            this.panel7Ships.Name = "panel7Ships";\r
+            this.panel7Ships.Size = new System.Drawing.Size(220, 115);\r
+            this.panel7Ships.TabIndex = 0;\r
+            this.panel7Ships.Visible = false;\r
+            // \r
             // panelBattleInfo\r
             // \r
-            this.panelBattleInfo.Controls.Add(this.labelEnemyAirSuperiority);\r
-            this.panelBattleInfo.Controls.Add(this.label30);\r
+            this.panelBattleInfo.Controls.Add(this.labelEnemyFighterPower);\r
+            this.panelBattleInfo.Controls.Add(this.labelEnemyFighterPowerCaption);\r
             this.panelBattleInfo.Controls.Add(this.labelFormation);\r
-            this.panelBattleInfo.Controls.Add(this.label29);\r
+            this.panelBattleInfo.Controls.Add(this.labelResultRank);\r
             this.panelBattleInfo.Location = new System.Drawing.Point(59, 116);\r
             this.panelBattleInfo.Name = "panelBattleInfo";\r
             this.panelBattleInfo.Size = new System.Drawing.Size(157, 14);\r
             this.panelBattleInfo.TabIndex = 40;\r
             this.panelBattleInfo.Visible = false;\r
             // \r
-            // labelEnemyAirSuperiority\r
+            // labelEnemyFighterPower\r
             // \r
-            this.labelEnemyAirSuperiority.Location = new System.Drawing.Point(132, 1);\r
-            this.labelEnemyAirSuperiority.Name = "labelEnemyAirSuperiority";\r
-            this.labelEnemyAirSuperiority.Size = new System.Drawing.Size(23, 12);\r
-            this.labelEnemyAirSuperiority.TabIndex = 3;\r
-            this.labelEnemyAirSuperiority.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
+            this.labelEnemyFighterPower.Location = new System.Drawing.Point(129, 1);\r
+            this.labelEnemyFighterPower.Name = "labelEnemyFighterPower";\r
+            this.labelEnemyFighterPower.Size = new System.Drawing.Size(29, 12);\r
+            this.labelEnemyFighterPower.TabIndex = 3;\r
+            this.labelEnemyFighterPower.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
             // \r
-            // label30\r
+            // labelEnemyFighterPowerCaption\r
             // \r
-            this.label30.AutoSize = true;\r
-            this.label30.Location = new System.Drawing.Point(91, 1);\r
-            this.label30.Name = "label30";\r
-            this.label30.Size = new System.Drawing.Size(41, 12);\r
-            this.label30.TabIndex = 2;\r
-            this.label30.Text = "敵制空";\r
+            this.labelEnemyFighterPowerCaption.AutoSize = true;\r
+            this.labelEnemyFighterPowerCaption.Location = new System.Drawing.Point(90, 1);\r
+            this.labelEnemyFighterPowerCaption.Name = "labelEnemyFighterPowerCaption";\r
+            this.labelEnemyFighterPowerCaption.Size = new System.Drawing.Size(41, 12);\r
+            this.labelEnemyFighterPowerCaption.TabIndex = 2;\r
+            this.labelEnemyFighterPowerCaption.Text = "敵制空";\r
             // \r
             // labelFormation\r
             // \r
@@ -334,54 +396,54 @@ namespace KancolleSniffer
             this.labelFormation.Size = new System.Drawing.Size(48, 12);\r
             this.labelFormation.TabIndex = 1;\r
             // \r
-            // label29\r
+            // labelResultRank\r
             // \r
-            this.label29.AutoSize = true;\r
-            this.label29.Location = new System.Drawing.Point(1, 1);\r
-            this.label29.Name = "label29";\r
-            this.label29.Size = new System.Drawing.Size(41, 12);\r
-            this.label29.TabIndex = 0;\r
-            this.label29.Text = "交戦形";\r
+            this.labelResultRank.Location = new System.Drawing.Point(1, 1);\r
+            this.labelResultRank.Name = "labelResultRank";\r
+            this.labelResultRank.Size = new System.Drawing.Size(42, 12);\r
+            this.labelResultRank.TabIndex = 0;\r
+            this.labelResultRank.Text = "判定";\r
+            this.labelResultRank.Click += new System.EventHandler(this.labelResultRank_Click);\r
             // \r
             // labelLoS\r
             // \r
-            this.labelLoS.Location = new System.Drawing.Point(86, 117);\r
+            this.labelLoS.Location = new System.Drawing.Point(85, 117);\r
             this.labelLoS.Name = "labelLoS";\r
-            this.labelLoS.Size = new System.Drawing.Size(37, 12);\r
+            this.labelLoS.Size = new System.Drawing.Size(38, 12);\r
             this.labelLoS.TabIndex = 42;\r
             this.labelLoS.Text = "0.0";\r
             this.labelLoS.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
             // \r
-            // label19\r
+            // labelLoSCaption\r
             // \r
-            this.label19.AutoSize = true;\r
-            this.label19.Location = new System.Drawing.Point(59, 117);\r
-            this.label19.Name = "label19";\r
-            this.label19.Size = new System.Drawing.Size(29, 12);\r
-            this.label19.TabIndex = 41;\r
-            this.label19.Text = "索敵";\r
+            this.labelLoSCaption.AutoSize = true;\r
+            this.labelLoSCaption.Location = new System.Drawing.Point(59, 117);\r
+            this.labelLoSCaption.Name = "labelLoSCaption";\r
+            this.labelLoSCaption.Size = new System.Drawing.Size(29, 12);\r
+            this.labelLoSCaption.TabIndex = 41;\r
+            this.labelLoSCaption.Text = "索敵";\r
             // \r
-            // labelAirSuperiority\r
+            // labelFighterPower\r
             // \r
-            this.labelAirSuperiority.Location = new System.Drawing.Point(28, 117);\r
-            this.labelAirSuperiority.Name = "labelAirSuperiority";\r
-            this.labelAirSuperiority.Size = new System.Drawing.Size(29, 12);\r
-            this.labelAirSuperiority.TabIndex = 23;\r
-            this.labelAirSuperiority.Text = "0";\r
-            this.labelAirSuperiority.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
+            this.labelFighterPower.Location = new System.Drawing.Point(28, 117);\r
+            this.labelFighterPower.Name = "labelFighterPower";\r
+            this.labelFighterPower.Size = new System.Drawing.Size(29, 12);\r
+            this.labelFighterPower.TabIndex = 23;\r
+            this.labelFighterPower.Text = "0";\r
+            this.labelFighterPower.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
             // \r
-            // label27\r
+            // labelFighterPowerCaption\r
             // \r
-            this.label27.AutoSize = true;\r
-            this.label27.Location = new System.Drawing.Point(2, 117);\r
-            this.label27.Name = "label27";\r
-            this.label27.Size = new System.Drawing.Size(29, 12);\r
-            this.label27.TabIndex = 23;\r
-            this.label27.Text = "制空";\r
+            this.labelFighterPowerCaption.AutoSize = true;\r
+            this.labelFighterPowerCaption.Location = new System.Drawing.Point(2, 117);\r
+            this.labelFighterPowerCaption.Name = "labelFighterPowerCaption";\r
+            this.labelFighterPowerCaption.Size = new System.Drawing.Size(29, 12);\r
+            this.labelFighterPowerCaption.TabIndex = 23;\r
+            this.labelFighterPowerCaption.Text = "制空";\r
             // \r
             // labelCondTimerTitle\r
             // \r
-            this.labelCondTimerTitle.Location = new System.Drawing.Point(129, 117);\r
+            this.labelCondTimerTitle.Location = new System.Drawing.Point(128, 117);\r
             this.labelCondTimerTitle.Name = "labelCondTimerTitle";\r
             this.labelCondTimerTitle.Size = new System.Drawing.Size(60, 12);\r
             this.labelCondTimerTitle.TabIndex = 39;\r
@@ -391,9 +453,15 @@ namespace KancolleSniffer
             this.labelCondTimer.AutoSize = true;\r
             this.labelCondTimer.Location = new System.Drawing.Point(186, 117);\r
             this.labelCondTimer.Name = "labelCondTimer";\r
-            this.labelCondTimer.Size = new System.Drawing.Size(31, 12);\r
+            this.labelCondTimer.Size = new System.Drawing.Size(0, 12);\r
             this.labelCondTimer.TabIndex = 38;\r
-            this.labelCondTimer.Text = "00:00";\r
+            // \r
+            // labelAkashiRepairTimer\r
+            // \r
+            this.labelAkashiRepairTimer.Location = new System.Drawing.Point(179, 276);\r
+            this.labelAkashiRepairTimer.Name = "labelAkashiRepairTimer";\r
+            this.labelAkashiRepairTimer.Size = new System.Drawing.Size(32, 12);\r
+            this.labelAkashiRepairTimer.TabIndex = 43;\r
             // \r
             // panelMaterialHistory\r
             // \r
@@ -405,63 +473,71 @@ namespace KancolleSniffer
             this.panelMaterialHistory.Controls.Add(this.labelFuelHistory);\r
             this.panelMaterialHistory.Location = new System.Drawing.Point(38, 354);\r
             this.panelMaterialHistory.Name = "panelMaterialHistory";\r
-            this.panelMaterialHistory.Size = new System.Drawing.Size(188, 40);\r
+            this.panelMaterialHistory.Size = new System.Drawing.Size(188, 52);\r
             this.panelMaterialHistory.TabIndex = 41;\r
             this.panelMaterialHistory.Visible = false;\r
+            this.panelMaterialHistory.Click += new System.EventHandler(this.panelMaterialHistory_Click);\r
             // \r
             // labelBouxiteHistory\r
             // \r
-            this.labelBouxiteHistory.Location = new System.Drawing.Point(118, 2);\r
+            this.labelBouxiteHistory.Location = new System.Drawing.Point(117, 2);\r
             this.labelBouxiteHistory.Name = "labelBouxiteHistory";\r
-            this.labelBouxiteHistory.Size = new System.Drawing.Size(41, 36);\r
+            this.labelBouxiteHistory.Size = new System.Drawing.Size(42, 48);\r
             this.labelBouxiteHistory.TabIndex = 7;\r
             this.labelBouxiteHistory.Text = "ボーキ";\r
             this.labelBouxiteHistory.TextAlign = System.Drawing.ContentAlignment.TopRight;\r
+            this.labelBouxiteHistory.Click += new System.EventHandler(this.panelMaterialHistory_Click);\r
             // \r
             // labelSteelHistory\r
             // \r
-            this.labelSteelHistory.Location = new System.Drawing.Point(79, 2);\r
+            this.labelSteelHistory.Location = new System.Drawing.Point(78, 2);\r
             this.labelSteelHistory.Name = "labelSteelHistory";\r
-            this.labelSteelHistory.Size = new System.Drawing.Size(41, 36);\r
+            this.labelSteelHistory.Size = new System.Drawing.Size(42, 48);\r
             this.labelSteelHistory.TabIndex = 6;\r
             this.labelSteelHistory.Text = "鋼材";\r
             this.labelSteelHistory.TextAlign = System.Drawing.ContentAlignment.TopRight;\r
+            this.labelSteelHistory.Click += new System.EventHandler(this.panelMaterialHistory_Click);\r
             // \r
             // labelBulletHistory\r
             // \r
-            this.labelBulletHistory.Location = new System.Drawing.Point(40, 2);\r
+            this.labelBulletHistory.Location = new System.Drawing.Point(39, 2);\r
             this.labelBulletHistory.Name = "labelBulletHistory";\r
-            this.labelBulletHistory.Size = new System.Drawing.Size(41, 36);\r
+            this.labelBulletHistory.Size = new System.Drawing.Size(42, 48);\r
             this.labelBulletHistory.TabIndex = 5;\r
             this.labelBulletHistory.Text = "弾薬";\r
             this.labelBulletHistory.TextAlign = System.Drawing.ContentAlignment.TopRight;\r
+            this.labelBulletHistory.Click += new System.EventHandler(this.panelMaterialHistory_Click);\r
             // \r
             // label35\r
             // \r
             this.label35.AutoSize = true;\r
             this.label35.Location = new System.Drawing.Point(158, 14);\r
             this.label35.Name = "label35";\r
-            this.label35.Size = new System.Drawing.Size(29, 24);\r
+            this.label35.Size = new System.Drawing.Size(29, 36);\r
             this.label35.TabIndex = 4;\r
-            this.label35.Text = "今日\r\n今週";\r
+            this.label35.Text = "母港\r\n今日\r\n今週";\r
+            this.label35.Click += new System.EventHandler(this.panelMaterialHistory_Click);\r
             // \r
             // labelFuelHistory\r
             // \r
-            this.labelFuelHistory.Location = new System.Drawing.Point(1, 2);\r
+            this.labelFuelHistory.Location = new System.Drawing.Point(0, 2);\r
             this.labelFuelHistory.Name = "labelFuelHistory";\r
-            this.labelFuelHistory.Size = new System.Drawing.Size(41, 36);\r
+            this.labelFuelHistory.Size = new System.Drawing.Size(42, 48);\r
             this.labelFuelHistory.TabIndex = 0;\r
             this.labelFuelHistory.Text = "燃料";\r
             this.labelFuelHistory.TextAlign = System.Drawing.ContentAlignment.TopRight;\r
+            this.labelFuelHistory.Click += new System.EventHandler(this.panelMaterialHistory_Click);\r
             // \r
-            // labelRepair\r
+            // labelNDock\r
             // \r
-            this.labelRepair.AutoSize = true;\r
-            this.labelRepair.Location = new System.Drawing.Point(8, 195);\r
-            this.labelRepair.Name = "labelRepair";\r
-            this.labelRepair.Size = new System.Drawing.Size(29, 12);\r
-            this.labelRepair.TabIndex = 3;\r
-            this.labelRepair.Text = "入渠";\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
             // \r
             // panelDock\r
             // \r
@@ -474,6 +550,7 @@ namespace KancolleSniffer
             this.panelDock.Name = "panelDock";\r
             this.panelDock.Size = new System.Drawing.Size(140, 64);\r
             this.panelDock.TabIndex = 4;\r
+            this.panelDock.Click += new System.EventHandler(this.labelNDock_Click);\r
             // \r
             // label8\r
             // \r
@@ -483,6 +560,7 @@ namespace KancolleSniffer
             this.label8.Size = new System.Drawing.Size(29, 12);\r
             this.label8.TabIndex = 3;\r
             this.label8.Text = "第四";\r
+            this.label8.Click += new System.EventHandler(this.labelNDock_Click);\r
             // \r
             // label7\r
             // \r
@@ -492,6 +570,7 @@ namespace KancolleSniffer
             this.label7.Size = new System.Drawing.Size(29, 12);\r
             this.label7.TabIndex = 2;\r
             this.label7.Text = "第三";\r
+            this.label7.Click += new System.EventHandler(this.labelNDock_Click);\r
             // \r
             // label6\r
             // \r
@@ -501,6 +580,7 @@ namespace KancolleSniffer
             this.label6.Size = new System.Drawing.Size(29, 12);\r
             this.label6.TabIndex = 1;\r
             this.label6.Text = "第二";\r
+            this.label6.Click += new System.EventHandler(this.labelNDock_Click);\r
             // \r
             // label5\r
             // \r
@@ -510,6 +590,7 @@ namespace KancolleSniffer
             this.label5.Size = new System.Drawing.Size(29, 12);\r
             this.label5.TabIndex = 0;\r
             this.label5.Text = "第一";\r
+            this.label5.Click += new System.EventHandler(this.labelNDock_Click);\r
             // \r
             // panel1\r
             // \r
@@ -529,13 +610,12 @@ namespace KancolleSniffer
             // \r
             // labelConstruct3\r
             // \r
-            this.labelConstruct3.AutoSize = true;\r
             this.labelConstruct3.BackColor = System.Drawing.Color.Transparent;\r
-            this.labelConstruct3.Location = new System.Drawing.Point(30, 33);\r
+            this.labelConstruct3.Location = new System.Drawing.Point(28, 33);\r
             this.labelConstruct3.Name = "labelConstruct3";\r
-            this.labelConstruct3.Size = new System.Drawing.Size(45, 12);\r
+            this.labelConstruct3.Size = new System.Drawing.Size(47, 12);\r
             this.labelConstruct3.TabIndex = 6;\r
-            this.labelConstruct3.Text = "00:00:00";\r
+            this.labelConstruct3.TextAlign = System.Drawing.ContentAlignment.TopRight;\r
             // \r
             // label12\r
             // \r
@@ -548,12 +628,11 @@ namespace KancolleSniffer
             // \r
             // labelConstruct4\r
             // \r
-            this.labelConstruct4.AutoSize = true;\r
-            this.labelConstruct4.Location = new System.Drawing.Point(30, 48);\r
+            this.labelConstruct4.Location = new System.Drawing.Point(28, 48);\r
             this.labelConstruct4.Name = "labelConstruct4";\r
-            this.labelConstruct4.Size = new System.Drawing.Size(45, 12);\r
+            this.labelConstruct4.Size = new System.Drawing.Size(47, 12);\r
             this.labelConstruct4.TabIndex = 7;\r
-            this.labelConstruct4.Text = "00:00:00";\r
+            this.labelConstruct4.TextAlign = System.Drawing.ContentAlignment.TopRight;\r
             // \r
             // label11\r
             // \r
@@ -566,12 +645,11 @@ namespace KancolleSniffer
             // \r
             // labelConstruct2\r
             // \r
-            this.labelConstruct2.AutoSize = true;\r
-            this.labelConstruct2.Location = new System.Drawing.Point(30, 18);\r
+            this.labelConstruct2.Location = new System.Drawing.Point(28, 18);\r
             this.labelConstruct2.Name = "labelConstruct2";\r
-            this.labelConstruct2.Size = new System.Drawing.Size(45, 12);\r
+            this.labelConstruct2.Size = new System.Drawing.Size(47, 12);\r
             this.labelConstruct2.TabIndex = 5;\r
-            this.labelConstruct2.Text = "00:00:00";\r
+            this.labelConstruct2.TextAlign = System.Drawing.ContentAlignment.TopRight;\r
             // \r
             // label10\r
             // \r
@@ -584,12 +662,11 @@ namespace KancolleSniffer
             // \r
             // labelConstruct1\r
             // \r
-            this.labelConstruct1.AutoSize = true;\r
-            this.labelConstruct1.Location = new System.Drawing.Point(30, 3);\r
+            this.labelConstruct1.Location = new System.Drawing.Point(28, 3);\r
             this.labelConstruct1.Name = "labelConstruct1";\r
-            this.labelConstruct1.Size = new System.Drawing.Size(45, 12);\r
+            this.labelConstruct1.Size = new System.Drawing.Size(47, 12);\r
             this.labelConstruct1.TabIndex = 4;\r
-            this.labelConstruct1.Text = "00:00:00";\r
+            this.labelConstruct1.TextAlign = System.Drawing.ContentAlignment.TopRight;\r
             // \r
             // label9\r
             // \r
@@ -621,15 +698,20 @@ namespace KancolleSniffer
             // labelMission\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
             // \r
             // panel2\r
             // \r
             this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
+            this.panel2.Controls.Add(this.labelMissionParams3);\r
+            this.panel2.Controls.Add(this.labelMissionParams2);\r
+            this.panel2.Controls.Add(this.labelMissionParams1);\r
             this.panel2.Controls.Add(this.labelMissionName3);\r
             this.panel2.Controls.Add(this.labelMissionName2);\r
             this.panel2.Controls.Add(this.labelMissionName1);\r
@@ -643,81 +725,115 @@ namespace KancolleSniffer
             this.panel2.Name = "panel2";\r
             this.panel2.Size = new System.Drawing.Size(220, 49);\r
             this.panel2.TabIndex = 11;\r
+            this.panel2.Click += new System.EventHandler(this.labelMission_Click);\r
+            // \r
+            // labelMissionParams3\r
+            // \r
+            this.labelMissionParams3.Location = new System.Drawing.Point(56, 33);\r
+            this.labelMissionParams3.Name = "labelMissionParams3";\r
+            this.labelMissionParams3.Size = new System.Drawing.Size(125, 12);\r
+            this.labelMissionParams3.TabIndex = 11;\r
+            this.labelMissionParams3.Click += new System.EventHandler(this.labelMission_Click);\r
+            // \r
+            // labelMissionParams2\r
+            // \r
+            this.labelMissionParams2.Location = new System.Drawing.Point(56, 18);\r
+            this.labelMissionParams2.Name = "labelMissionParams2";\r
+            this.labelMissionParams2.Size = new System.Drawing.Size(125, 12);\r
+            this.labelMissionParams2.TabIndex = 10;\r
+            this.labelMissionParams2.Click += new System.EventHandler(this.labelMission_Click);\r
+            // \r
+            // labelMissionParams1\r
+            // \r
+            this.labelMissionParams1.Location = new System.Drawing.Point(56, 3);\r
+            this.labelMissionParams1.Name = "labelMissionParams1";\r
+            this.labelMissionParams1.Size = new System.Drawing.Size(125, 12);\r
+            this.labelMissionParams1.TabIndex = 9;\r
+            this.labelMissionParams1.Click += new System.EventHandler(this.labelMission_Click);\r
             // \r
             // labelMissionName3\r
             // \r
-            this.labelMissionName3.Location = new System.Drawing.Point(58, 33);\r
+            this.labelMissionName3.Location = new System.Drawing.Point(32, 33);\r
             this.labelMissionName3.Name = "labelMissionName3";\r
-            this.labelMissionName3.Size = new System.Drawing.Size(116, 12);\r
+            this.labelMissionName3.Size = new System.Drawing.Size(139, 12);\r
             this.labelMissionName3.TabIndex = 5;\r
+            this.labelMissionName3.Click += new System.EventHandler(this.labelMission_Click);\r
             // \r
             // labelMissionName2\r
             // \r
-            this.labelMissionName2.Location = new System.Drawing.Point(58, 18);\r
+            this.labelMissionName2.Location = new System.Drawing.Point(32, 18);\r
             this.labelMissionName2.Name = "labelMissionName2";\r
-            this.labelMissionName2.Size = new System.Drawing.Size(116, 12);\r
+            this.labelMissionName2.Size = new System.Drawing.Size(139, 12);\r
             this.labelMissionName2.TabIndex = 4;\r
+            this.labelMissionName2.Click += new System.EventHandler(this.labelMission_Click);\r
             // \r
             // labelMissionName1\r
             // \r
-            this.labelMissionName1.Location = new System.Drawing.Point(58, 3);\r
+            this.labelMissionName1.Location = new System.Drawing.Point(32, 3);\r
             this.labelMissionName1.Name = "labelMissionName1";\r
-            this.labelMissionName1.Size = new System.Drawing.Size(116, 12);\r
+            this.labelMissionName1.Size = new System.Drawing.Size(139, 12);\r
             this.labelMissionName1.TabIndex = 3;\r
+            this.labelMissionName1.Click += new System.EventHandler(this.labelMission_Click);\r
             // \r
             // labelMission3\r
             // \r
-            this.labelMission3.AutoSize = true;\r
-            this.labelMission3.Location = new System.Drawing.Point(173, 33);\r
+            this.labelMission3.Cursor = System.Windows.Forms.Cursors.Hand;\r
+            this.labelMission3.Location = new System.Drawing.Point(171, 33);\r
             this.labelMission3.Name = "labelMission3";\r
-            this.labelMission3.Size = new System.Drawing.Size(45, 12);\r
+            this.labelMission3.Size = new System.Drawing.Size(47, 12);\r
             this.labelMission3.TabIndex = 8;\r
-            this.labelMission3.Text = "00:00:00";\r
+            this.labelMission3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
+            this.labelMission3.Click += new System.EventHandler(this.labelMission_Click);\r
             // \r
             // labelMission2\r
             // \r
-            this.labelMission2.AutoSize = true;\r
-            this.labelMission2.Location = new System.Drawing.Point(173, 18);\r
+            this.labelMission2.Cursor = System.Windows.Forms.Cursors.Hand;\r
+            this.labelMission2.Location = new System.Drawing.Point(171, 18);\r
             this.labelMission2.Name = "labelMission2";\r
-            this.labelMission2.Size = new System.Drawing.Size(45, 12);\r
+            this.labelMission2.Size = new System.Drawing.Size(47, 12);\r
             this.labelMission2.TabIndex = 7;\r
-            this.labelMission2.Text = "00:00:00";\r
+            this.labelMission2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
+            this.labelMission2.Click += new System.EventHandler(this.labelMission_Click);\r
             // \r
             // labelMission1\r
             // \r
-            this.labelMission1.AutoSize = true;\r
-            this.labelMission1.Location = new System.Drawing.Point(173, 3);\r
+            this.labelMission1.Cursor = System.Windows.Forms.Cursors.Hand;\r
+            this.labelMission1.Location = new System.Drawing.Point(171, 3);\r
             this.labelMission1.Name = "labelMission1";\r
-            this.labelMission1.Size = new System.Drawing.Size(45, 12);\r
+            this.labelMission1.Size = new System.Drawing.Size(47, 12);\r
             this.labelMission1.TabIndex = 6;\r
-            this.labelMission1.Text = "00:00:00";\r
+            this.labelMission1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
+            this.labelMission1.Click += new System.EventHandler(this.labelMission_Click);\r
             // \r
             // label15\r
             // \r
             this.label15.AutoSize = true;\r
             this.label15.Location = new System.Drawing.Point(2, 33);\r
             this.label15.Name = "label15";\r
-            this.label15.Size = new System.Drawing.Size(53, 12);\r
+            this.label15.Size = new System.Drawing.Size(29, 12);\r
             this.label15.TabIndex = 2;\r
-            this.label15.Text = "第四艦隊";\r
+            this.label15.Text = "第四";\r
+            this.label15.Click += new System.EventHandler(this.labelMission_Click);\r
             // \r
             // label14\r
             // \r
             this.label14.AutoSize = true;\r
             this.label14.Location = new System.Drawing.Point(2, 18);\r
             this.label14.Name = "label14";\r
-            this.label14.Size = new System.Drawing.Size(53, 12);\r
+            this.label14.Size = new System.Drawing.Size(29, 12);\r
             this.label14.TabIndex = 1;\r
-            this.label14.Text = "第三艦隊";\r
+            this.label14.Text = "第三";\r
+            this.label14.Click += new System.EventHandler(this.labelMission_Click);\r
             // \r
             // label13\r
             // \r
             this.label13.AutoSize = true;\r
             this.label13.Location = new System.Drawing.Point(2, 3);\r
             this.label13.Name = "label13";\r
-            this.label13.Size = new System.Drawing.Size(53, 12);\r
+            this.label13.Size = new System.Drawing.Size(29, 12);\r
             this.label13.TabIndex = 0;\r
-            this.label13.Text = "第二艦隊";\r
+            this.label13.Text = "第二";\r
+            this.label13.Click += new System.EventHandler(this.labelMission_Click);\r
             // \r
             // timerMain\r
             // \r
@@ -728,6 +844,20 @@ namespace KancolleSniffer
             // panel3\r
             // \r
             this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
+            this.panel3.Controls.Add(this.labelQuestCount1);\r
+            this.panel3.Controls.Add(this.labelQuestCount2);\r
+            this.panel3.Controls.Add(this.labelQuestCount3);\r
+            this.panel3.Controls.Add(this.labelQuestCount4);\r
+            this.panel3.Controls.Add(this.labelQuestCount5);\r
+            this.panel3.Controls.Add(this.labelQuestCount6);\r
+            this.panel3.Controls.Add(this.labelQuestColor6);\r
+            this.panel3.Controls.Add(this.labelQuestColor5);\r
+            this.panel3.Controls.Add(this.labelQuestColor4);\r
+            this.panel3.Controls.Add(this.labelQuestColor3);\r
+            this.panel3.Controls.Add(this.labelQuestColor2);\r
+            this.panel3.Controls.Add(this.labelQuestColor1);\r
+            this.panel3.Controls.Add(this.labelProgress6);\r
+            this.panel3.Controls.Add(this.labelQuest6);\r
             this.panel3.Controls.Add(this.labelProgress5);\r
             this.panel3.Controls.Add(this.labelProgress4);\r
             this.panel3.Controls.Add(this.labelProgress3);\r
@@ -740,83 +870,146 @@ namespace KancolleSniffer
             this.panel3.Controls.Add(this.labelQuest1);\r
             this.panel3.Location = new System.Drawing.Point(6, 356);\r
             this.panel3.Name = "panel3";\r
-            this.panel3.Size = new System.Drawing.Size(220, 79);\r
+            this.panel3.Size = new System.Drawing.Size(220, 94);\r
             this.panel3.TabIndex = 13;\r
             // \r
+            // labelQuestColor6\r
+            // \r
+            this.labelQuestColor6.Location = new System.Drawing.Point(2, 79);\r
+            this.labelQuestColor6.Name = "labelQuestColor6";\r
+            this.labelQuestColor6.Size = new System.Drawing.Size(4, 10);\r
+            this.labelQuestColor6.TabIndex = 48;\r
+            // \r
+            // labelQuestColor5\r
+            // \r
+            this.labelQuestColor5.Location = new System.Drawing.Point(2, 64);\r
+            this.labelQuestColor5.Name = "labelQuestColor5";\r
+            this.labelQuestColor5.Size = new System.Drawing.Size(4, 10);\r
+            this.labelQuestColor5.TabIndex = 47;\r
+            // \r
+            // labelQuestColor4\r
+            // \r
+            this.labelQuestColor4.Location = new System.Drawing.Point(2, 49);\r
+            this.labelQuestColor4.Name = "labelQuestColor4";\r
+            this.labelQuestColor4.Size = new System.Drawing.Size(4, 10);\r
+            this.labelQuestColor4.TabIndex = 46;\r
+            // \r
+            // labelQuestColor3\r
+            // \r
+            this.labelQuestColor3.Location = new System.Drawing.Point(2, 34);\r
+            this.labelQuestColor3.Name = "labelQuestColor3";\r
+            this.labelQuestColor3.Size = new System.Drawing.Size(4, 10);\r
+            this.labelQuestColor3.TabIndex = 45;\r
+            // \r
+            // labelQuestColor2\r
+            // \r
+            this.labelQuestColor2.Location = new System.Drawing.Point(2, 19);\r
+            this.labelQuestColor2.Name = "labelQuestColor2";\r
+            this.labelQuestColor2.Size = new System.Drawing.Size(4, 10);\r
+            this.labelQuestColor2.TabIndex = 44;\r
+            // \r
+            // labelQuestColor1\r
+            // \r
+            this.labelQuestColor1.Location = new System.Drawing.Point(2, 4);\r
+            this.labelQuestColor1.Name = "labelQuestColor1";\r
+            this.labelQuestColor1.Size = new System.Drawing.Size(4, 10);\r
+            this.labelQuestColor1.TabIndex = 43;\r
+            // \r
+            // labelProgress6\r
+            // \r
+            this.labelProgress6.Location = new System.Drawing.Point(188, 78);\r
+            this.labelProgress6.Name = "labelProgress6";\r
+            this.labelProgress6.Size = new System.Drawing.Size(29, 12);\r
+            this.labelProgress6.TabIndex = 11;\r
+            this.labelProgress6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
+            // \r
+            // labelQuest6\r
+            // \r
+            this.labelQuest6.Location = new System.Drawing.Point(6, 78);\r
+            this.labelQuest6.Name = "labelQuest6";\r
+            this.labelQuest6.Size = new System.Drawing.Size(193, 12);\r
+            this.labelQuest6.TabIndex = 10;\r
+            this.labelQuest6.DoubleClick += new System.EventHandler(this.labelQuest_DoubleClick);\r
+            // \r
             // labelProgress5\r
             // \r
-            this.labelProgress5.Location = new System.Drawing.Point(194, 63);\r
+            this.labelProgress5.Location = new System.Drawing.Point(188, 63);\r
             this.labelProgress5.Name = "labelProgress5";\r
-            this.labelProgress5.Size = new System.Drawing.Size(23, 12);\r
+            this.labelProgress5.Size = new System.Drawing.Size(29, 12);\r
             this.labelProgress5.TabIndex = 9;\r
             this.labelProgress5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
             // \r
             // labelProgress4\r
             // \r
-            this.labelProgress4.Location = new System.Drawing.Point(194, 48);\r
+            this.labelProgress4.Location = new System.Drawing.Point(188, 48);\r
             this.labelProgress4.Name = "labelProgress4";\r
-            this.labelProgress4.Size = new System.Drawing.Size(23, 12);\r
+            this.labelProgress4.Size = new System.Drawing.Size(29, 12);\r
             this.labelProgress4.TabIndex = 8;\r
             this.labelProgress4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
             // \r
             // labelProgress3\r
             // \r
-            this.labelProgress3.Location = new System.Drawing.Point(194, 33);\r
+            this.labelProgress3.Location = new System.Drawing.Point(188, 33);\r
             this.labelProgress3.Name = "labelProgress3";\r
-            this.labelProgress3.Size = new System.Drawing.Size(23, 12);\r
+            this.labelProgress3.Size = new System.Drawing.Size(29, 12);\r
             this.labelProgress3.TabIndex = 7;\r
             this.labelProgress3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
             // \r
             // labelProgress2\r
             // \r
-            this.labelProgress2.Location = new System.Drawing.Point(194, 18);\r
+            this.labelProgress2.Location = new System.Drawing.Point(188, 18);\r
             this.labelProgress2.Name = "labelProgress2";\r
-            this.labelProgress2.Size = new System.Drawing.Size(23, 12);\r
+            this.labelProgress2.Size = new System.Drawing.Size(29, 12);\r
             this.labelProgress2.TabIndex = 6;\r
             this.labelProgress2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
             // \r
             // labelProgress1\r
             // \r
-            this.labelProgress1.Location = new System.Drawing.Point(194, 3);\r
+            this.labelProgress1.Location = new System.Drawing.Point(188, 3);\r
             this.labelProgress1.Name = "labelProgress1";\r
-            this.labelProgress1.Size = new System.Drawing.Size(23, 12);\r
+            this.labelProgress1.Size = new System.Drawing.Size(29, 12);\r
             this.labelProgress1.TabIndex = 5;\r
             this.labelProgress1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
             // \r
             // labelQuest5\r
             // \r
-            this.labelQuest5.Location = new System.Drawing.Point(2, 63);\r
+            this.labelQuest5.Location = new System.Drawing.Point(6, 63);\r
             this.labelQuest5.Name = "labelQuest5";\r
-            this.labelQuest5.Size = new System.Drawing.Size(198, 12);\r
+            this.labelQuest5.Size = new System.Drawing.Size(193, 12);\r
             this.labelQuest5.TabIndex = 4;\r
+            this.labelQuest5.DoubleClick += new System.EventHandler(this.labelQuest_DoubleClick);\r
             // \r
             // labelQuest4\r
             // \r
-            this.labelQuest4.Location = new System.Drawing.Point(2, 48);\r
+            this.labelQuest4.Location = new System.Drawing.Point(6, 48);\r
             this.labelQuest4.Name = "labelQuest4";\r
-            this.labelQuest4.Size = new System.Drawing.Size(198, 12);\r
+            this.labelQuest4.Size = new System.Drawing.Size(193, 12);\r
             this.labelQuest4.TabIndex = 3;\r
+            this.labelQuest4.DoubleClick += new System.EventHandler(this.labelQuest_DoubleClick);\r
             // \r
             // labelQuest3\r
             // \r
-            this.labelQuest3.Location = new System.Drawing.Point(2, 33);\r
+            this.labelQuest3.Location = new System.Drawing.Point(6, 33);\r
             this.labelQuest3.Name = "labelQuest3";\r
-            this.labelQuest3.Size = new System.Drawing.Size(198, 12);\r
+            this.labelQuest3.Size = new System.Drawing.Size(193, 12);\r
             this.labelQuest3.TabIndex = 2;\r
+            this.labelQuest3.DoubleClick += new System.EventHandler(this.labelQuest_DoubleClick);\r
             // \r
             // labelQuest2\r
             // \r
-            this.labelQuest2.Location = new System.Drawing.Point(2, 18);\r
+            this.labelQuest2.Location = new System.Drawing.Point(6, 18);\r
             this.labelQuest2.Name = "labelQuest2";\r
-            this.labelQuest2.Size = new System.Drawing.Size(198, 12);\r
+            this.labelQuest2.Size = new System.Drawing.Size(193, 12);\r
             this.labelQuest2.TabIndex = 1;\r
+            this.labelQuest2.DoubleClick += new System.EventHandler(this.labelQuest_DoubleClick);\r
             // \r
             // labelQuest1\r
             // \r
-            this.labelQuest1.Location = new System.Drawing.Point(1, 3);\r
+            this.labelQuest1.Location = new System.Drawing.Point(6, 3);\r
             this.labelQuest1.Name = "labelQuest1";\r
-            this.labelQuest1.Size = new System.Drawing.Size(198, 12);\r
+            this.labelQuest1.Size = new System.Drawing.Size(193, 12);\r
             this.labelQuest1.TabIndex = 0;\r
+            this.labelQuest1.DoubleClick += new System.EventHandler(this.labelQuest_DoubleClick);\r
             // \r
             // notifyIconMain\r
             // \r
@@ -832,20 +1025,20 @@ namespace KancolleSniffer
             this.NotifyIconOpenToolStripMenuItem,\r
             this.NotifyIconExitToolStripMenuItem});\r
             this.contextMenuStripNotifyIcon.Name = "contextMenuStripNotifyIcon";\r
-            this.contextMenuStripNotifyIcon.Size = new System.Drawing.Size(123, 48);\r
+            this.contextMenuStripNotifyIcon.Size = new System.Drawing.Size(122, 48);\r
             // \r
             // NotifyIconOpenToolStripMenuItem\r
             // \r
             this.NotifyIconOpenToolStripMenuItem.Font = new System.Drawing.Font("メイリオ", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));\r
             this.NotifyIconOpenToolStripMenuItem.Name = "NotifyIconOpenToolStripMenuItem";\r
-            this.NotifyIconOpenToolStripMenuItem.Size = new System.Drawing.Size(122, 22);\r
+            this.NotifyIconOpenToolStripMenuItem.Size = new System.Drawing.Size(121, 22);\r
             this.NotifyIconOpenToolStripMenuItem.Text = "開く(&O)";\r
             this.NotifyIconOpenToolStripMenuItem.Click += new System.EventHandler(this.NotifyIconOpenToolStripMenuItem_Click);\r
             // \r
             // NotifyIconExitToolStripMenuItem\r
             // \r
             this.NotifyIconExitToolStripMenuItem.Name = "NotifyIconExitToolStripMenuItem";\r
-            this.NotifyIconExitToolStripMenuItem.Size = new System.Drawing.Size(122, 22);\r
+            this.NotifyIconExitToolStripMenuItem.Size = new System.Drawing.Size(121, 22);\r
             this.NotifyIconExitToolStripMenuItem.Text = "終了(&X)";\r
             this.NotifyIconExitToolStripMenuItem.Click += new System.EventHandler(this.ExitToolStripMenuItem_Click);\r
             // \r
@@ -853,29 +1046,45 @@ namespace KancolleSniffer
             // \r
             this.contextMenuStripMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
             this.listToolStripMenuItem,\r
+            this.LogToolStripMenuItem,\r
+            this.CaptureToolStripMenuItem,\r
             this.ConfigToolStripMenuItem,\r
             this.ExitToolStripMenuItem});\r
             this.contextMenuStripMain.Name = "contextMenuStripToolTip";\r
-            this.contextMenuStripMain.Size = new System.Drawing.Size(120, 70);\r
+            this.contextMenuStripMain.Size = new System.Drawing.Size(126, 114);\r
             // \r
             // listToolStripMenuItem\r
             // \r
             this.listToolStripMenuItem.Name = "listToolStripMenuItem";\r
-            this.listToolStripMenuItem.Size = new System.Drawing.Size(119, 22);\r
+            this.listToolStripMenuItem.Size = new System.Drawing.Size(125, 22);\r
             this.listToolStripMenuItem.Text = "一覧(&L)";\r
             this.listToolStripMenuItem.Click += new System.EventHandler(this.ShipListToolStripMenuItem_Click);\r
             // \r
+            // LogToolStripMenuItem\r
+            // \r
+            this.LogToolStripMenuItem.Name = "LogToolStripMenuItem";\r
+            this.LogToolStripMenuItem.Size = new System.Drawing.Size(125, 22);\r
+            this.LogToolStripMenuItem.Text = "報告書(&R)";\r
+            this.LogToolStripMenuItem.Click += new System.EventHandler(this.LogToolStripMenuItem_Click);\r
+            // \r
+            // CaptureToolStripMenuItem\r
+            // \r
+            this.CaptureToolStripMenuItem.Name = "CaptureToolStripMenuItem";\r
+            this.CaptureToolStripMenuItem.Size = new System.Drawing.Size(125, 22);\r
+            this.CaptureToolStripMenuItem.Text = "撮影(&C)";\r
+            this.CaptureToolStripMenuItem.Click += new System.EventHandler(this.CaptureToolStripMenuItem_Click);\r
+            // \r
             // ConfigToolStripMenuItem\r
             // \r
             this.ConfigToolStripMenuItem.Name = "ConfigToolStripMenuItem";\r
-            this.ConfigToolStripMenuItem.Size = new System.Drawing.Size(119, 22);\r
+            this.ConfigToolStripMenuItem.Size = new System.Drawing.Size(125, 22);\r
             this.ConfigToolStripMenuItem.Text = "設定(&O)";\r
             this.ConfigToolStripMenuItem.Click += new System.EventHandler(this.ConfigToolStripMenuItem_Click);\r
             // \r
             // ExitToolStripMenuItem\r
             // \r
             this.ExitToolStripMenuItem.Name = "ExitToolStripMenuItem";\r
-            this.ExitToolStripMenuItem.Size = new System.Drawing.Size(119, 22);\r
+            this.ExitToolStripMenuItem.Size = new System.Drawing.Size(125, 22);\r
             this.ExitToolStripMenuItem.Text = "終了(&X)";\r
             this.ExitToolStripMenuItem.Click += new System.EventHandler(this.ExitToolStripMenuItem_Click);\r
             // \r
@@ -886,31 +1095,8 @@ namespace KancolleSniffer
             this.labelFleet1.Size = new System.Drawing.Size(45, 12);\r
             this.labelFleet1.TabIndex = 1;\r
             this.labelFleet1.Text = "第一";\r
-            // \r
-            // labelCheckFleet1\r
-            // \r
-            this.labelCheckFleet1.ImageIndex = 0;\r
-            this.labelCheckFleet1.ImageList = this.imageListMisc;\r
-            this.labelCheckFleet1.Location = new System.Drawing.Point(7, 42);\r
-            this.labelCheckFleet1.Name = "labelCheckFleet1";\r
-            this.labelCheckFleet1.Size = new System.Drawing.Size(5, 14);\r
-            this.labelCheckFleet1.TabIndex = 16;\r
-            // \r
-            // imageListMisc\r
-            // \r
-            this.imageListMisc.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListMisc.ImageStream")));\r
-            this.imageListMisc.TransparentColor = System.Drawing.Color.Transparent;\r
-            this.imageListMisc.Images.SetKeyName(0, "arrow.png");\r
-            // \r
-            // labelCheckFleet4\r
-            // \r
-            this.labelCheckFleet4.ImageIndex = 0;\r
-            this.labelCheckFleet4.ImageList = this.imageListMisc;\r
-            this.labelCheckFleet4.Location = new System.Drawing.Point(172, 42);\r
-            this.labelCheckFleet4.Name = "labelCheckFleet4";\r
-            this.labelCheckFleet4.Size = new System.Drawing.Size(5, 14);\r
-            this.labelCheckFleet4.TabIndex = 18;\r
-            this.labelCheckFleet4.Visible = false;\r
+            this.labelFleet1.MouseLeave += new System.EventHandler(this.labelFleet1_MouseLeave);\r
+            this.labelFleet1.MouseHover += new System.EventHandler(this.labelFleet1_MouseHover);\r
             // \r
             // labelFleet4\r
             // \r
@@ -920,16 +1106,6 @@ namespace KancolleSniffer
             this.labelFleet4.TabIndex = 17;\r
             this.labelFleet4.Text = "第四";\r
             // \r
-            // labelCheckFleet3\r
-            // \r
-            this.labelCheckFleet3.ImageIndex = 0;\r
-            this.labelCheckFleet3.ImageList = this.imageListMisc;\r
-            this.labelCheckFleet3.Location = new System.Drawing.Point(117, 42);\r
-            this.labelCheckFleet3.Name = "labelCheckFleet3";\r
-            this.labelCheckFleet3.Size = new System.Drawing.Size(5, 14);\r
-            this.labelCheckFleet3.TabIndex = 20;\r
-            this.labelCheckFleet3.Visible = false;\r
-            // \r
             // labelFleet3\r
             // \r
             this.labelFleet3.Location = new System.Drawing.Point(122, 43);\r
@@ -938,16 +1114,6 @@ namespace KancolleSniffer
             this.labelFleet3.TabIndex = 19;\r
             this.labelFleet3.Text = "第三";\r
             // \r
-            // labelCheckFleet2\r
-            // \r
-            this.labelCheckFleet2.ImageIndex = 0;\r
-            this.labelCheckFleet2.ImageList = this.imageListMisc;\r
-            this.labelCheckFleet2.Location = new System.Drawing.Point(62, 42);\r
-            this.labelCheckFleet2.Name = "labelCheckFleet2";\r
-            this.labelCheckFleet2.Size = new System.Drawing.Size(5, 14);\r
-            this.labelCheckFleet2.TabIndex = 22;\r
-            this.labelCheckFleet2.Visible = false;\r
-            // \r
             // labelFleet2\r
             // \r
             this.labelFleet2.Location = new System.Drawing.Point(67, 43);\r
@@ -963,9 +1129,10 @@ namespace KancolleSniffer
             this.labelBucketHistory.Name = "labelBucketHistory";\r
             this.labelBucketHistory.Size = new System.Drawing.Size(61, 28);\r
             this.labelBucketHistory.TabIndex = 42;\r
-            this.labelBucketHistory.Text = "+100 今日\r\n+100 今週";\r
+            this.labelBucketHistory.Text = "今日\r\n今週";\r
             this.labelBucketHistory.TextAlign = System.Drawing.ContentAlignment.MiddleRight;\r
             this.labelBucketHistory.Visible = false;\r
+            this.labelBucketHistory.Click += new System.EventHandler(this.labelBucketHistory_Click);\r
             // \r
             // label36\r
             // \r
@@ -975,44 +1142,17 @@ namespace KancolleSniffer
             this.label36.Size = new System.Drawing.Size(29, 12);\r
             this.label36.TabIndex = 43;\r
             this.label36.Text = "資材";\r
-            // \r
-            // labelMaterialHistoryButton\r
-            // \r
-            this.labelMaterialHistoryButton.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
-            this.labelMaterialHistoryButton.Image = ((System.Drawing.Image)(resources.GetObject("labelMaterialHistoryButton.Image")));\r
-            this.labelMaterialHistoryButton.Location = new System.Drawing.Point(211, 340);\r
-            this.labelMaterialHistoryButton.Name = "labelMaterialHistoryButton";\r
-            this.labelMaterialHistoryButton.Size = new System.Drawing.Size(14, 14);\r
-            this.labelMaterialHistoryButton.TabIndex = 10;\r
-            this.labelMaterialHistoryButton.Click += new System.EventHandler(this.labelMaterialHistoryButton_Click);\r
-            // \r
-            // panelDamagedShipList\r
-            // \r
-            this.panelDamagedShipList.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
-            this.panelDamagedShipList.Location = new System.Drawing.Point(12, 207);\r
-            this.panelDamagedShipList.Name = "panelDamagedShipList";\r
-            this.panelDamagedShipList.Size = new System.Drawing.Size(134, 19);\r
-            this.panelDamagedShipList.TabIndex = 44;\r
-            this.panelDamagedShipList.Visible = false;\r
-            // \r
-            // labelDamgedShipListButton\r
-            // \r
-            this.labelDamgedShipListButton.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
-            this.labelDamgedShipListButton.Image = ((System.Drawing.Image)(resources.GetObject("labelDamgedShipListButton.Image")));\r
-            this.labelDamgedShipListButton.Location = new System.Drawing.Point(131, 193);\r
-            this.labelDamgedShipListButton.Name = "labelDamgedShipListButton";\r
-            this.labelDamgedShipListButton.Size = new System.Drawing.Size(14, 14);\r
-            this.labelDamgedShipListButton.TabIndex = 45;\r
-            this.labelDamgedShipListButton.Click += new System.EventHandler(this.labelDamgedShipListButton_Click);\r
+            this.label36.Click += new System.EventHandler(this.labelMaterialHistoryButton_Click);\r
             // \r
             // label31\r
             // \r
             this.label31.AutoSize = true;\r
-            this.label31.Location = new System.Drawing.Point(91, 195);\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
             // \r
             // imageListFuelSq\r
             // \r
@@ -1029,15 +1169,6 @@ namespace KancolleSniffer
             this.imageListFuelSq.Images.SetKeyName(8, "燃料薄赤sq.png");\r
             this.imageListFuelSq.Images.SetKeyName(9, "燃料薄灰sq.png");\r
             // \r
-            // labelFuelSq1\r
-            // \r
-            this.labelFuelSq1.ImageIndex = 0;\r
-            this.labelFuelSq1.ImageList = this.imageListFuelSq;\r
-            this.labelFuelSq1.Location = new System.Drawing.Point(41, 42);\r
-            this.labelFuelSq1.Name = "labelFuelSq1";\r
-            this.labelFuelSq1.Size = new System.Drawing.Size(7, 13);\r
-            this.labelFuelSq1.TabIndex = 43;\r
-            // \r
             // imageListBullSq\r
             // \r
             this.imageListBullSq.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListBullSq.ImageStream")));\r
@@ -1053,75 +1184,240 @@ namespace KancolleSniffer
             this.imageListBullSq.Images.SetKeyName(8, "弾薬薄赤sq.png");\r
             this.imageListBullSq.Images.SetKeyName(9, "弾薬薄灰sq.png");\r
             // \r
-            // labelBullSq1\r
+            // labelAkashiRepair\r
             // \r
-            this.labelBullSq1.ImageIndex = 0;\r
-            this.labelBullSq1.ImageList = this.imageListBullSq;\r
-            this.labelBullSq1.Location = new System.Drawing.Point(48, 42);\r
-            this.labelBullSq1.Name = "labelBullSq1";\r
-            this.labelBullSq1.Size = new System.Drawing.Size(7, 13);\r
-            this.labelBullSq1.TabIndex = 47;\r
+            this.labelAkashiRepair.AutoSize = true;\r
+            this.labelAkashiRepair.Location = new System.Drawing.Point(151, 276);\r
+            this.labelAkashiRepair.Name = "labelAkashiRepair";\r
+            this.labelAkashiRepair.Size = new System.Drawing.Size(29, 12);\r
+            this.labelAkashiRepair.TabIndex = 54;\r
+            this.labelAkashiRepair.Text = "修理";\r
             // \r
-            // labelBullSq2\r
+            // labelClearQuest\r
             // \r
-            this.labelBullSq2.ImageIndex = 0;\r
-            this.labelBullSq2.ImageList = this.imageListBullSq;\r
-            this.labelBullSq2.Location = new System.Drawing.Point(103, 42);\r
-            this.labelBullSq2.Name = "labelBullSq2";\r
-            this.labelBullSq2.Size = new System.Drawing.Size(7, 13);\r
-            this.labelBullSq2.TabIndex = 49;\r
+            this.labelClearQuest.AutoSize = true;\r
+            this.labelClearQuest.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
+            this.labelClearQuest.Location = new System.Drawing.Point(37, 340);\r
+            this.labelClearQuest.Name = "labelClearQuest";\r
+            this.labelClearQuest.Size = new System.Drawing.Size(15, 14);\r
+            this.labelClearQuest.TabIndex = 55;\r
+            this.labelClearQuest.Text = "↺";\r
+            this.labelClearQuest.Click += new System.EventHandler(this.labelClearQuest_Click);\r
+            this.labelClearQuest.MouseDown += new System.Windows.Forms.MouseEventHandler(this.labelClearQuest_MouseDown);\r
+            this.labelClearQuest.MouseUp += new System.Windows.Forms.MouseEventHandler(this.labelClearQuest_MouseUp);\r
             // \r
-            // labelFuelSq2\r
+            // labelBullSq4\r
             // \r
-            this.labelFuelSq2.ImageIndex = 0;\r
-            this.labelFuelSq2.ImageList = this.imageListFuelSq;\r
-            this.labelFuelSq2.Location = new System.Drawing.Point(96, 42);\r
-            this.labelFuelSq2.Name = "labelFuelSq2";\r
-            this.labelFuelSq2.Size = new System.Drawing.Size(7, 13);\r
-            this.labelFuelSq2.TabIndex = 48;\r
+            this.labelBullSq4.ImageIndex = 0;\r
+            this.labelBullSq4.ImageList = this.imageListBullSq;\r
+            this.labelBullSq4.Location = new System.Drawing.Point(214, 42);\r
+            this.labelBullSq4.Name = "labelBullSq4";\r
+            this.labelBullSq4.Size = new System.Drawing.Size(8, 13);\r
+            this.labelBullSq4.TabIndex = 53;\r
+            // \r
+            // labelFuelSq4\r
+            // \r
+            this.labelFuelSq4.ImageIndex = 0;\r
+            this.labelFuelSq4.ImageList = this.imageListFuelSq;\r
+            this.labelFuelSq4.Location = new System.Drawing.Point(205, 42);\r
+            this.labelFuelSq4.Name = "labelFuelSq4";\r
+            this.labelFuelSq4.Size = new System.Drawing.Size(8, 13);\r
+            this.labelFuelSq4.TabIndex = 52;\r
             // \r
             // labelBullSq3\r
             // \r
             this.labelBullSq3.ImageIndex = 0;\r
             this.labelBullSq3.ImageList = this.imageListBullSq;\r
-            this.labelBullSq3.Location = new System.Drawing.Point(158, 42);\r
+            this.labelBullSq3.Location = new System.Drawing.Point(159, 42);\r
             this.labelBullSq3.Name = "labelBullSq3";\r
-            this.labelBullSq3.Size = new System.Drawing.Size(7, 13);\r
+            this.labelBullSq3.Size = new System.Drawing.Size(8, 13);\r
             this.labelBullSq3.TabIndex = 51;\r
             // \r
             // labelFuelSq3\r
             // \r
             this.labelFuelSq3.ImageIndex = 0;\r
             this.labelFuelSq3.ImageList = this.imageListFuelSq;\r
-            this.labelFuelSq3.Location = new System.Drawing.Point(151, 42);\r
+            this.labelFuelSq3.Location = new System.Drawing.Point(150, 42);\r
             this.labelFuelSq3.Name = "labelFuelSq3";\r
-            this.labelFuelSq3.Size = new System.Drawing.Size(7, 13);\r
+            this.labelFuelSq3.Size = new System.Drawing.Size(8, 13);\r
             this.labelFuelSq3.TabIndex = 50;\r
             // \r
-            // labelBullSq4\r
+            // labelBullSq2\r
             // \r
-            this.labelBullSq4.ImageIndex = 0;\r
-            this.labelBullSq4.ImageList = this.imageListBullSq;\r
-            this.labelBullSq4.Location = new System.Drawing.Point(213, 42);\r
-            this.labelBullSq4.Name = "labelBullSq4";\r
-            this.labelBullSq4.Size = new System.Drawing.Size(7, 13);\r
-            this.labelBullSq4.TabIndex = 53;\r
+            this.labelBullSq2.ImageIndex = 0;\r
+            this.labelBullSq2.ImageList = this.imageListBullSq;\r
+            this.labelBullSq2.Location = new System.Drawing.Point(104, 42);\r
+            this.labelBullSq2.Name = "labelBullSq2";\r
+            this.labelBullSq2.Size = new System.Drawing.Size(8, 13);\r
+            this.labelBullSq2.TabIndex = 49;\r
             // \r
-            // labelFuelSq4\r
+            // labelFuelSq2\r
             // \r
-            this.labelFuelSq4.ImageIndex = 0;\r
-            this.labelFuelSq4.ImageList = this.imageListFuelSq;\r
-            this.labelFuelSq4.Location = new System.Drawing.Point(206, 42);\r
-            this.labelFuelSq4.Name = "labelFuelSq4";\r
-            this.labelFuelSq4.Size = new System.Drawing.Size(7, 13);\r
-            this.labelFuelSq4.TabIndex = 52;\r
+            this.labelFuelSq2.ImageIndex = 0;\r
+            this.labelFuelSq2.ImageList = this.imageListFuelSq;\r
+            this.labelFuelSq2.Location = new System.Drawing.Point(95, 42);\r
+            this.labelFuelSq2.Name = "labelFuelSq2";\r
+            this.labelFuelSq2.Size = new System.Drawing.Size(8, 13);\r
+            this.labelFuelSq2.TabIndex = 48;\r
+            // \r
+            // labelBullSq1\r
+            // \r
+            this.labelBullSq1.ImageIndex = 0;\r
+            this.labelBullSq1.ImageList = this.imageListBullSq;\r
+            this.labelBullSq1.Location = new System.Drawing.Point(49, 42);\r
+            this.labelBullSq1.Name = "labelBullSq1";\r
+            this.labelBullSq1.Size = new System.Drawing.Size(8, 13);\r
+            this.labelBullSq1.TabIndex = 47;\r
+            // \r
+            // labelFuelSq1\r
+            // \r
+            this.labelFuelSq1.ImageIndex = 0;\r
+            this.labelFuelSq1.ImageList = this.imageListFuelSq;\r
+            this.labelFuelSq1.Location = new System.Drawing.Point(40, 42);\r
+            this.labelFuelSq1.Name = "labelFuelSq1";\r
+            this.labelFuelSq1.Size = new System.Drawing.Size(8, 13);\r
+            this.labelFuelSq1.TabIndex = 43;\r
+            // \r
+            // labelRepairListButton\r
+            // \r
+            this.labelRepairListButton.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
+            this.labelRepairListButton.Image = global::KancolleSniffer.Properties.Resources.arrow_virtical;\r
+            this.labelRepairListButton.Location = new System.Drawing.Point(121, 193);\r
+            this.labelRepairListButton.Name = "labelRepairListButton";\r
+            this.labelRepairListButton.Size = new System.Drawing.Size(14, 14);\r
+            this.labelRepairListButton.TabIndex = 45;\r
+            this.labelRepairListButton.Click += new System.EventHandler(this.labelRepairListButton_Click);\r
+            // \r
+            // labelMaterialHistoryButton\r
+            // \r
+            this.labelMaterialHistoryButton.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
+            this.labelMaterialHistoryButton.Image = global::KancolleSniffer.Properties.Resources.arrow_virtical;\r
+            this.labelMaterialHistoryButton.Location = new System.Drawing.Point(211, 340);\r
+            this.labelMaterialHistoryButton.Name = "labelMaterialHistoryButton";\r
+            this.labelMaterialHistoryButton.Size = new System.Drawing.Size(14, 14);\r
+            this.labelMaterialHistoryButton.TabIndex = 10;\r
+            this.labelMaterialHistoryButton.Click += new System.EventHandler(this.labelMaterialHistoryButton_Click);\r
+            // \r
+            // labelCheckFleet2\r
+            // \r
+            this.labelCheckFleet2.Image = global::KancolleSniffer.Properties.Resources.arrow;\r
+            this.labelCheckFleet2.Location = new System.Drawing.Point(62, 42);\r
+            this.labelCheckFleet2.Name = "labelCheckFleet2";\r
+            this.labelCheckFleet2.Size = new System.Drawing.Size(5, 14);\r
+            this.labelCheckFleet2.TabIndex = 22;\r
+            this.labelCheckFleet2.Visible = false;\r
+            // \r
+            // labelCheckFleet3\r
+            // \r
+            this.labelCheckFleet3.Image = global::KancolleSniffer.Properties.Resources.arrow;\r
+            this.labelCheckFleet3.Location = new System.Drawing.Point(117, 42);\r
+            this.labelCheckFleet3.Name = "labelCheckFleet3";\r
+            this.labelCheckFleet3.Size = new System.Drawing.Size(5, 14);\r
+            this.labelCheckFleet3.TabIndex = 20;\r
+            this.labelCheckFleet3.Visible = false;\r
+            // \r
+            // labelCheckFleet4\r
+            // \r
+            this.labelCheckFleet4.Image = global::KancolleSniffer.Properties.Resources.arrow;\r
+            this.labelCheckFleet4.Location = new System.Drawing.Point(172, 42);\r
+            this.labelCheckFleet4.Name = "labelCheckFleet4";\r
+            this.labelCheckFleet4.Size = new System.Drawing.Size(5, 14);\r
+            this.labelCheckFleet4.TabIndex = 18;\r
+            this.labelCheckFleet4.Visible = false;\r
+            // \r
+            // labelCheckFleet1\r
+            // \r
+            this.labelCheckFleet1.Image = global::KancolleSniffer.Properties.Resources.arrow;\r
+            this.labelCheckFleet1.Location = new System.Drawing.Point(7, 42);\r
+            this.labelCheckFleet1.Name = "labelCheckFleet1";\r
+            this.labelCheckFleet1.Size = new System.Drawing.Size(5, 14);\r
+            this.labelCheckFleet1.TabIndex = 16;\r
+            // \r
+            // panelRepairList\r
+            // \r
+            this.panelRepairList.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
+            this.panelRepairList.Location = new System.Drawing.Point(6, 207);\r
+            this.panelRepairList.Name = "panelRepairList";\r
+            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
+            // labelQuestCount1\r
+            // \r
+            this.labelQuestCount1.AnchorRight = true;\r
+            this.labelQuestCount1.AutoSize = true;\r
+            this.labelQuestCount1.Location = new System.Drawing.Point(191, 3);\r
+            this.labelQuestCount1.Name = "labelQuestCount1";\r
+            this.labelQuestCount1.PresetColor = System.Drawing.Color.Empty;\r
+            this.labelQuestCount1.Size = new System.Drawing.Size(0, 12);\r
+            this.labelQuestCount1.TabIndex = 54;\r
+            this.labelQuestCount1.UseMnemonic = false;\r
+            // \r
+            // labelQuestCount2\r
+            // \r
+            this.labelQuestCount2.AnchorRight = true;\r
+            this.labelQuestCount2.AutoSize = true;\r
+            this.labelQuestCount2.Location = new System.Drawing.Point(191, 18);\r
+            this.labelQuestCount2.Name = "labelQuestCount2";\r
+            this.labelQuestCount2.PresetColor = System.Drawing.Color.Empty;\r
+            this.labelQuestCount2.Size = new System.Drawing.Size(0, 12);\r
+            this.labelQuestCount2.TabIndex = 53;\r
+            this.labelQuestCount2.UseMnemonic = false;\r
+            // \r
+            // labelQuestCount3\r
+            // \r
+            this.labelQuestCount3.AnchorRight = true;\r
+            this.labelQuestCount3.AutoSize = true;\r
+            this.labelQuestCount3.Location = new System.Drawing.Point(191, 33);\r
+            this.labelQuestCount3.Name = "labelQuestCount3";\r
+            this.labelQuestCount3.PresetColor = System.Drawing.Color.Empty;\r
+            this.labelQuestCount3.Size = new System.Drawing.Size(0, 12);\r
+            this.labelQuestCount3.TabIndex = 52;\r
+            this.labelQuestCount3.UseMnemonic = false;\r
+            // \r
+            // labelQuestCount4\r
+            // \r
+            this.labelQuestCount4.AnchorRight = true;\r
+            this.labelQuestCount4.AutoSize = true;\r
+            this.labelQuestCount4.Location = new System.Drawing.Point(191, 48);\r
+            this.labelQuestCount4.Name = "labelQuestCount4";\r
+            this.labelQuestCount4.PresetColor = System.Drawing.Color.Empty;\r
+            this.labelQuestCount4.Size = new System.Drawing.Size(0, 12);\r
+            this.labelQuestCount4.TabIndex = 51;\r
+            this.labelQuestCount4.UseMnemonic = false;\r
+            // \r
+            // labelQuestCount5\r
+            // \r
+            this.labelQuestCount5.AnchorRight = true;\r
+            this.labelQuestCount5.AutoSize = true;\r
+            this.labelQuestCount5.Location = new System.Drawing.Point(191, 63);\r
+            this.labelQuestCount5.Name = "labelQuestCount5";\r
+            this.labelQuestCount5.PresetColor = System.Drawing.Color.Empty;\r
+            this.labelQuestCount5.Size = new System.Drawing.Size(0, 12);\r
+            this.labelQuestCount5.TabIndex = 50;\r
+            this.labelQuestCount5.UseMnemonic = false;\r
+            // \r
+            // labelQuestCount6\r
+            // \r
+            this.labelQuestCount6.AnchorRight = true;\r
+            this.labelQuestCount6.AutoSize = true;\r
+            this.labelQuestCount6.Location = new System.Drawing.Point(191, 78);\r
+            this.labelQuestCount6.Name = "labelQuestCount6";\r
+            this.labelQuestCount6.PresetColor = System.Drawing.Color.Empty;\r
+            this.labelQuestCount6.Size = new System.Drawing.Size(0, 12);\r
+            this.labelQuestCount6.TabIndex = 49;\r
+            this.labelQuestCount6.UseMnemonic = false;\r
             // \r
             // MainForm\r
             // \r
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\r
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
-            this.ClientSize = new System.Drawing.Size(232, 441);\r
+            this.ClientSize = new System.Drawing.Size(232, 456);\r
             this.ContextMenuStrip = this.contextMenuStripMain;\r
+            this.Controls.Add(this.labelClearQuest);\r
+            this.Controls.Add(this.labelAkashiRepair);\r
+            this.Controls.Add(this.labelAkashiRepairTimer);\r
             this.Controls.Add(this.panelMaterialHistory);\r
             this.Controls.Add(this.labelBucketHistory);\r
             this.Controls.Add(this.labelBullSq4);\r
@@ -1132,8 +1428,8 @@ namespace KancolleSniffer
             this.Controls.Add(this.labelFuelSq2);\r
             this.Controls.Add(this.labelBullSq1);\r
             this.Controls.Add(this.labelFuelSq1);\r
-            this.Controls.Add(this.labelDamgedShipListButton);\r
-            this.Controls.Add(this.panelDamagedShipList);\r
+            this.Controls.Add(this.labelRepairListButton);\r
+            this.Controls.Add(this.panelRepairList);\r
             this.Controls.Add(this.label31);\r
             this.Controls.Add(this.labelMaterialHistoryButton);\r
             this.Controls.Add(this.label36);\r
@@ -1151,7 +1447,7 @@ namespace KancolleSniffer
             this.Controls.Add(this.panel1);\r
             this.Controls.Add(this.labelConstruct);\r
             this.Controls.Add(this.panelDock);\r
-            this.Controls.Add(this.labelRepair);\r
+            this.Controls.Add(this.labelNDock);\r
             this.Controls.Add(this.panelShipInfo);\r
             this.Controls.Add(this.labelFleet1);\r
             this.Controls.Add(this.panelHeadquarters);\r
@@ -1162,6 +1458,7 @@ namespace KancolleSniffer
             this.Text = "KancolleSniffer";\r
             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);\r
             this.Load += new System.EventHandler(this.MainForm_Load);\r
+            this.Shown += new System.EventHandler(this.MainForm_Shown);\r
             this.Resize += new System.EventHandler(this.MainForm_Resize);\r
             this.panelHeadquarters.ResumeLayout(false);\r
             this.panelHeadquarters.PerformLayout();\r
@@ -1178,6 +1475,7 @@ namespace KancolleSniffer
             this.panel2.ResumeLayout(false);\r
             this.panel2.PerformLayout();\r
             this.panel3.ResumeLayout(false);\r
+            this.panel3.PerformLayout();\r
             this.contextMenuStripNotifyIcon.ResumeLayout(false);\r
             this.contextMenuStripMain.ResumeLayout(false);\r
             this.ResumeLayout(false);\r
@@ -1195,7 +1493,7 @@ namespace KancolleSniffer
         private System.Windows.Forms.Label labelNumOfShips;\r
         private System.Windows.Forms.Label label1;\r
         private System.Windows.Forms.Panel panelShipInfo;\r
-        private System.Windows.Forms.Label labelRepair;\r
+        private System.Windows.Forms.Label labelNDock;\r
         private System.Windows.Forms.Panel panelDock;\r
         private System.Windows.Forms.Label label8;\r
         private System.Windows.Forms.Label label7;\r
@@ -1243,15 +1541,14 @@ namespace KancolleSniffer
         private System.Windows.Forms.ToolStripMenuItem ExitToolStripMenuItem;\r
         private System.Windows.Forms.Label labelFleet1;\r
         private System.Windows.Forms.Label labelCheckFleet1;\r
-        private System.Windows.Forms.ImageList imageListMisc;\r
         private System.Windows.Forms.Label labelCheckFleet4;\r
         private System.Windows.Forms.Label labelFleet4;\r
         private System.Windows.Forms.Label labelCheckFleet3;\r
         private System.Windows.Forms.Label labelFleet3;\r
         private System.Windows.Forms.Label labelCheckFleet2;\r
         private System.Windows.Forms.Label labelFleet2;\r
-        private System.Windows.Forms.Label labelAirSuperiority;\r
-        private System.Windows.Forms.Label label27;\r
+        private System.Windows.Forms.Label labelFighterPower;\r
+        private System.Windows.Forms.Label labelFighterPowerCaption;\r
         private System.Windows.Forms.Label labelLogin;\r
         private System.Windows.Forms.Label labelAchievement;\r
         private System.Windows.Forms.Label label28;\r
@@ -1265,22 +1562,20 @@ namespace KancolleSniffer
         private System.Windows.Forms.Label labelFuelHistory;\r
         private System.Windows.Forms.Label label36;\r
         private System.Windows.Forms.Label labelMaterialHistoryButton;\r
-        private System.Windows.Forms.Panel panelDamagedShipList;\r
-        private System.Windows.Forms.Label labelDamgedShipListButton;\r
+        private System.Windows.Forms.Label labelRepairListButton;\r
         private System.Windows.Forms.Label label31;\r
         private System.Windows.Forms.ContextMenuStrip contextMenuStripNotifyIcon;\r
         private System.Windows.Forms.ToolStripMenuItem NotifyIconOpenToolStripMenuItem;\r
         private System.Windows.Forms.ToolStripMenuItem NotifyIconExitToolStripMenuItem;\r
         private System.Windows.Forms.ToolStripMenuItem listToolStripMenuItem;\r
         private System.Windows.Forms.Label labelLoS;\r
-        private System.Windows.Forms.Label label19;\r
-        private System.Windows.Forms.ToolTip toolTipLoS;\r
+        private System.Windows.Forms.Label labelLoSCaption;\r
         private System.Windows.Forms.Label labelPlayLog;\r
         private System.Windows.Forms.Panel panelBattleInfo;\r
-        private System.Windows.Forms.Label labelEnemyAirSuperiority;\r
-        private System.Windows.Forms.Label label30;\r
+        private System.Windows.Forms.Label labelEnemyFighterPower;\r
+        private System.Windows.Forms.Label labelEnemyFighterPowerCaption;\r
         private System.Windows.Forms.Label labelFormation;\r
-        private System.Windows.Forms.Label label29;\r
+        private System.Windows.Forms.Label labelResultRank;\r
         private System.Windows.Forms.ImageList imageListFuelSq;\r
         private System.Windows.Forms.Label labelFuelSq1;\r
         private System.Windows.Forms.ImageList imageListBullSq;\r
@@ -1291,6 +1586,33 @@ namespace KancolleSniffer
         private System.Windows.Forms.Label labelFuelSq3;\r
         private System.Windows.Forms.Label labelBullSq4;\r
         private System.Windows.Forms.Label labelFuelSq4;\r
+        private System.Windows.Forms.ToolStripMenuItem LogToolStripMenuItem;\r
+        private System.Windows.Forms.Label labelProgress6;\r
+        private System.Windows.Forms.Label labelQuest6;\r
+        private System.Windows.Forms.Label labelQuestColor1;\r
+        private System.Windows.Forms.Label labelQuestColor6;\r
+        private System.Windows.Forms.Label labelQuestColor5;\r
+        private System.Windows.Forms.Label labelQuestColor4;\r
+        private System.Windows.Forms.Label labelQuestColor3;\r
+        private System.Windows.Forms.Label labelQuestColor2;\r
+        private System.Windows.Forms.ToolStripMenuItem CaptureToolStripMenuItem;\r
+        private System.Windows.Forms.Label labelAkashiRepairTimer;\r
+        private System.Windows.Forms.Panel panelCombinedFleet;\r
+        private System.Windows.Forms.Label labelAkashiRepair;\r
+        private System.Windows.Forms.Label labelPresetAkashiTimer;\r
+        private RepairListForMain panelRepairList;\r
+        private System.Windows.Forms.Panel panel7Ships;\r
+        private System.Windows.Forms.LinkLabel linkLabelGuide;\r
+        private ShipLabel labelQuestCount1;\r
+        private ShipLabel labelQuestCount2;\r
+        private ShipLabel labelQuestCount3;\r
+        private ShipLabel labelQuestCount4;\r
+        private ShipLabel labelQuestCount5;\r
+        private ShipLabel labelQuestCount6;\r
+        private System.Windows.Forms.Label labelClearQuest;\r
+        private System.Windows.Forms.Label labelMissionParams1;\r
+        private System.Windows.Forms.Label labelMissionParams3;\r
+        private System.Windows.Forms.Label labelMissionParams2;\r
     }\r
 }\r
 \r