X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=KancolleSniffer%2FMainForm.Designer.cs;h=0d99261e77ec195abd496cc09ce7e9e244d16d93;hb=734ce82d355005c2b63181834ecd34c7527746d9;hp=2f18103c3beadaf3b33fc313762eec4cf8fd3ac4;hpb=3356f446e1a4005de10d8d7a867bb7af831d7e74;p=kancollesniffer%2FKancolleSniffer.git diff --git a/KancolleSniffer/MainForm.Designer.cs b/KancolleSniffer/MainForm.Designer.cs index 2f18103..0d99261 100644 --- a/KancolleSniffer/MainForm.Designer.cs +++ b/KancolleSniffer/MainForm.Designer.cs @@ -1,19 +1,16 @@ -// Copyright (C) 2013, 2014, 2015 Kazuhiro Fujieda +// Copyright (C) 2013, 2014, 2015 Kazuhiro Fujieda // -// This program is part of KancolleSniffer. +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at // -// KancolleSniffer is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// http://www.apache.org/licenses/LICENSE-2.0 // -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, see . +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. namespace KancolleSniffer { @@ -60,17 +57,21 @@ namespace KancolleSniffer this.labelNumOfShips = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.panelShipInfo = new System.Windows.Forms.Panel(); + this.labelPresetAkashiTimer = new System.Windows.Forms.Label(); + this.labelGuide = new System.Windows.Forms.Label(); + this.panelCombinedFleet = new System.Windows.Forms.Panel(); this.panelBattleInfo = new System.Windows.Forms.Panel(); - this.labelEnemyAirSuperiority = new System.Windows.Forms.Label(); - this.label30 = new System.Windows.Forms.Label(); + this.labelEnemyFighterPower = new System.Windows.Forms.Label(); + this.labelEnemyFighterPowerCaption = new System.Windows.Forms.Label(); this.labelFormation = new System.Windows.Forms.Label(); - this.label29 = new System.Windows.Forms.Label(); + this.labelResultRank = new System.Windows.Forms.Label(); this.labelLoS = new System.Windows.Forms.Label(); - this.label19 = new System.Windows.Forms.Label(); - this.labelAirSuperiority = new System.Windows.Forms.Label(); - this.label27 = new System.Windows.Forms.Label(); + this.labelLoSCaption = new System.Windows.Forms.Label(); + this.labelFighterPower = new System.Windows.Forms.Label(); + this.labelFighterPowerCaption = new System.Windows.Forms.Label(); this.labelCondTimerTitle = new System.Windows.Forms.Label(); this.labelCondTimer = new System.Windows.Forms.Label(); + this.labelAkashiRepairTimer = new System.Windows.Forms.Label(); this.panelMaterialHistory = new System.Windows.Forms.Panel(); this.labelBouxiteHistory = new System.Windows.Forms.Label(); this.labelSteelHistory = new System.Windows.Forms.Label(); @@ -107,6 +108,12 @@ namespace KancolleSniffer this.label13 = new System.Windows.Forms.Label(); this.timerMain = new System.Windows.Forms.Timer(this.components); this.panel3 = new System.Windows.Forms.Panel(); + this.labelQuestColor6 = new System.Windows.Forms.Label(); + this.labelQuestColor5 = new System.Windows.Forms.Label(); + this.labelQuestColor4 = new System.Windows.Forms.Label(); + this.labelQuestColor3 = new System.Windows.Forms.Label(); + this.labelQuestColor2 = new System.Windows.Forms.Label(); + this.labelQuestColor1 = new System.Windows.Forms.Label(); this.labelProgress6 = new System.Windows.Forms.Label(); this.labelQuest6 = new System.Windows.Forms.Label(); this.labelProgress5 = new System.Windows.Forms.Label(); @@ -126,6 +133,7 @@ namespace KancolleSniffer this.contextMenuStripMain = new System.Windows.Forms.ContextMenuStrip(this.components); this.listToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.LogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.CaptureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.ConfigToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.ExitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.labelFleet1 = new System.Windows.Forms.Label(); @@ -140,8 +148,7 @@ namespace KancolleSniffer this.labelBucketHistory = new System.Windows.Forms.Label(); this.label36 = new System.Windows.Forms.Label(); this.labelMaterialHistoryButton = new System.Windows.Forms.Label(); - this.panelDamagedShipList = new System.Windows.Forms.Panel(); - this.labelDamgedShipListButton = new System.Windows.Forms.Label(); + this.labelRepairListButton = new System.Windows.Forms.Label(); this.label31 = new System.Windows.Forms.Label(); this.imageListFuelSq = new System.Windows.Forms.ImageList(this.components); this.labelFuelSq1 = new System.Windows.Forms.Label(); @@ -154,12 +161,10 @@ namespace KancolleSniffer this.labelBullSq4 = new System.Windows.Forms.Label(); this.labelFuelSq4 = new System.Windows.Forms.Label(); this.toolTipAchievement = new System.Windows.Forms.ToolTip(this.components); - this.labelQuestColor1 = new System.Windows.Forms.Label(); - this.labelQuestColor2 = new System.Windows.Forms.Label(); - this.labelQuestColor3 = new System.Windows.Forms.Label(); - this.labelQuestColor4 = new System.Windows.Forms.Label(); - this.labelQuestColor5 = new System.Windows.Forms.Label(); - this.labelQuestColor6 = new System.Windows.Forms.Label(); + this.labelAkashiRepair = new System.Windows.Forms.Label(); + this.toolTipFighterPower = new System.Windows.Forms.ToolTip(this.components); + this.toolTipLoS = new System.Windows.Forms.ToolTip(this.components); + this.panelRepairList = new KancolleSniffer.RepairListForMain(); this.panelHeadquarters.SuspendLayout(); this.panelShipInfo.SuspendLayout(); this.panelBattleInfo.SuspendLayout(); @@ -204,7 +209,7 @@ namespace KancolleSniffer // labelLogin // this.labelLogin.Font = new System.Drawing.Font("MS UI Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); - this.labelLogin.Location = new System.Drawing.Point(6, 102); + this.labelLogin.Location = new System.Drawing.Point(6, 2); this.labelLogin.Name = "labelLogin"; this.labelLogin.Size = new System.Drawing.Size(210, 28); this.labelLogin.TabIndex = 23; @@ -223,9 +228,9 @@ namespace KancolleSniffer // // labelAchievement // - this.labelAchievement.Location = new System.Drawing.Point(168, 18); + this.labelAchievement.Location = new System.Drawing.Point(167, 18); this.labelAchievement.Name = "labelAchievement"; - this.labelAchievement.Size = new System.Drawing.Size(31, 12); + this.labelAchievement.Size = new System.Drawing.Size(32, 12); this.labelAchievement.TabIndex = 7; this.labelAchievement.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // @@ -246,6 +251,7 @@ namespace KancolleSniffer this.labelNumOfBuckets.TabIndex = 5; this.labelNumOfBuckets.Text = "0"; this.labelNumOfBuckets.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelNumOfBuckets.Click += new System.EventHandler(this.labelBucketHistoryButton_Click); // // label3 // @@ -295,11 +301,14 @@ namespace KancolleSniffer // panelShipInfo // this.panelShipInfo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.panelShipInfo.Controls.Add(this.labelPresetAkashiTimer); + this.panelShipInfo.Controls.Add(this.labelGuide); + this.panelShipInfo.Controls.Add(this.panelCombinedFleet); this.panelShipInfo.Controls.Add(this.panelBattleInfo); this.panelShipInfo.Controls.Add(this.labelLoS); - this.panelShipInfo.Controls.Add(this.label19); - this.panelShipInfo.Controls.Add(this.labelAirSuperiority); - this.panelShipInfo.Controls.Add(this.label27); + this.panelShipInfo.Controls.Add(this.labelLoSCaption); + this.panelShipInfo.Controls.Add(this.labelFighterPower); + this.panelShipInfo.Controls.Add(this.labelFighterPowerCaption); this.panelShipInfo.Controls.Add(this.labelCondTimerTitle); this.panelShipInfo.Controls.Add(this.labelCondTimer); this.panelShipInfo.Location = new System.Drawing.Point(6, 57); @@ -307,34 +316,59 @@ namespace KancolleSniffer this.panelShipInfo.Size = new System.Drawing.Size(220, 134); this.panelShipInfo.TabIndex = 2; // + // labelPresetAkashiTimer + // + this.labelPresetAkashiTimer.Location = new System.Drawing.Point(2, 3); + this.labelPresetAkashiTimer.Name = "labelPresetAkashiTimer"; + this.labelPresetAkashiTimer.Size = new System.Drawing.Size(32, 12); + this.labelPresetAkashiTimer.TabIndex = 55; + // + // labelGuide + // + this.labelGuide.AutoSize = true; + this.labelGuide.Font = new System.Drawing.Font("MS UI Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128))); + this.labelGuide.Location = new System.Drawing.Point(31, 51); + this.labelGuide.Name = "labelGuide"; + this.labelGuide.Size = new System.Drawing.Size(158, 13); + this.labelGuide.TabIndex = 44; + this.labelGuide.Text = "右クリックでメニューが出ます。"; + // + // panelCombinedFleet + // + this.panelCombinedFleet.Location = new System.Drawing.Point(0, 0); + this.panelCombinedFleet.Name = "panelCombinedFleet"; + this.panelCombinedFleet.Size = new System.Drawing.Size(220, 112); + this.panelCombinedFleet.TabIndex = 43; + this.panelCombinedFleet.Visible = false; + // // panelBattleInfo // - this.panelBattleInfo.Controls.Add(this.labelEnemyAirSuperiority); - this.panelBattleInfo.Controls.Add(this.label30); + this.panelBattleInfo.Controls.Add(this.labelEnemyFighterPower); + this.panelBattleInfo.Controls.Add(this.labelEnemyFighterPowerCaption); this.panelBattleInfo.Controls.Add(this.labelFormation); - this.panelBattleInfo.Controls.Add(this.label29); + this.panelBattleInfo.Controls.Add(this.labelResultRank); this.panelBattleInfo.Location = new System.Drawing.Point(59, 116); this.panelBattleInfo.Name = "panelBattleInfo"; this.panelBattleInfo.Size = new System.Drawing.Size(157, 14); this.panelBattleInfo.TabIndex = 40; this.panelBattleInfo.Visible = false; // - // labelEnemyAirSuperiority + // labelEnemyFighterPower // - this.labelEnemyAirSuperiority.Location = new System.Drawing.Point(132, 1); - this.labelEnemyAirSuperiority.Name = "labelEnemyAirSuperiority"; - this.labelEnemyAirSuperiority.Size = new System.Drawing.Size(23, 12); - this.labelEnemyAirSuperiority.TabIndex = 3; - this.labelEnemyAirSuperiority.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelEnemyFighterPower.Location = new System.Drawing.Point(129, 1); + this.labelEnemyFighterPower.Name = "labelEnemyFighterPower"; + this.labelEnemyFighterPower.Size = new System.Drawing.Size(29, 12); + this.labelEnemyFighterPower.TabIndex = 3; + this.labelEnemyFighterPower.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // - // label30 + // labelEnemyFighterPowerCaption // - this.label30.AutoSize = true; - this.label30.Location = new System.Drawing.Point(91, 1); - this.label30.Name = "label30"; - this.label30.Size = new System.Drawing.Size(41, 12); - this.label30.TabIndex = 2; - this.label30.Text = "敵制空"; + this.labelEnemyFighterPowerCaption.AutoSize = true; + this.labelEnemyFighterPowerCaption.Location = new System.Drawing.Point(90, 1); + this.labelEnemyFighterPowerCaption.Name = "labelEnemyFighterPowerCaption"; + this.labelEnemyFighterPowerCaption.Size = new System.Drawing.Size(41, 12); + this.labelEnemyFighterPowerCaption.TabIndex = 2; + this.labelEnemyFighterPowerCaption.Text = "敵制空"; // // labelFormation // @@ -343,14 +377,14 @@ namespace KancolleSniffer this.labelFormation.Size = new System.Drawing.Size(48, 12); this.labelFormation.TabIndex = 1; // - // label29 + // labelResultRank // - this.label29.AutoSize = true; - this.label29.Location = new System.Drawing.Point(1, 1); - this.label29.Name = "label29"; - this.label29.Size = new System.Drawing.Size(41, 12); - this.label29.TabIndex = 0; - this.label29.Text = "交戦形"; + this.labelResultRank.Location = new System.Drawing.Point(1, 1); + this.labelResultRank.Name = "labelResultRank"; + this.labelResultRank.Size = new System.Drawing.Size(41, 12); + this.labelResultRank.TabIndex = 0; + this.labelResultRank.Text = "判定"; + this.labelResultRank.Click += new System.EventHandler(this.labelResultRank_Click); // // labelLoS // @@ -361,36 +395,36 @@ namespace KancolleSniffer this.labelLoS.Text = "0.0"; this.labelLoS.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // - // label19 + // labelLoSCaption // - this.label19.AutoSize = true; - this.label19.Location = new System.Drawing.Point(59, 117); - this.label19.Name = "label19"; - this.label19.Size = new System.Drawing.Size(29, 12); - this.label19.TabIndex = 41; - this.label19.Text = "索敵"; + this.labelLoSCaption.AutoSize = true; + this.labelLoSCaption.Location = new System.Drawing.Point(59, 117); + this.labelLoSCaption.Name = "labelLoSCaption"; + this.labelLoSCaption.Size = new System.Drawing.Size(29, 12); + this.labelLoSCaption.TabIndex = 41; + this.labelLoSCaption.Text = "索敵"; // - // labelAirSuperiority + // labelFighterPower // - this.labelAirSuperiority.Location = new System.Drawing.Point(28, 117); - this.labelAirSuperiority.Name = "labelAirSuperiority"; - this.labelAirSuperiority.Size = new System.Drawing.Size(29, 12); - this.labelAirSuperiority.TabIndex = 23; - this.labelAirSuperiority.Text = "0"; - this.labelAirSuperiority.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.labelFighterPower.Location = new System.Drawing.Point(28, 117); + this.labelFighterPower.Name = "labelFighterPower"; + this.labelFighterPower.Size = new System.Drawing.Size(29, 12); + this.labelFighterPower.TabIndex = 23; + this.labelFighterPower.Text = "0"; + this.labelFighterPower.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // - // label27 + // labelFighterPowerCaption // - this.label27.AutoSize = true; - this.label27.Location = new System.Drawing.Point(2, 117); - this.label27.Name = "label27"; - this.label27.Size = new System.Drawing.Size(29, 12); - this.label27.TabIndex = 23; - this.label27.Text = "制空"; + this.labelFighterPowerCaption.AutoSize = true; + this.labelFighterPowerCaption.Location = new System.Drawing.Point(2, 117); + this.labelFighterPowerCaption.Name = "labelFighterPowerCaption"; + this.labelFighterPowerCaption.Size = new System.Drawing.Size(29, 12); + this.labelFighterPowerCaption.TabIndex = 23; + this.labelFighterPowerCaption.Text = "制空"; // // labelCondTimerTitle // - this.labelCondTimerTitle.Location = new System.Drawing.Point(129, 117); + this.labelCondTimerTitle.Location = new System.Drawing.Point(128, 117); this.labelCondTimerTitle.Name = "labelCondTimerTitle"; this.labelCondTimerTitle.Size = new System.Drawing.Size(60, 12); this.labelCondTimerTitle.TabIndex = 39; @@ -404,6 +438,13 @@ namespace KancolleSniffer this.labelCondTimer.TabIndex = 38; this.labelCondTimer.Text = "00:00"; // + // labelAkashiRepairTimer + // + this.labelAkashiRepairTimer.Location = new System.Drawing.Point(179, 276); + this.labelAkashiRepairTimer.Name = "labelAkashiRepairTimer"; + this.labelAkashiRepairTimer.Size = new System.Drawing.Size(32, 12); + this.labelAkashiRepairTimer.TabIndex = 43; + // // panelMaterialHistory // this.panelMaterialHistory.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; @@ -414,54 +455,60 @@ namespace KancolleSniffer this.panelMaterialHistory.Controls.Add(this.labelFuelHistory); this.panelMaterialHistory.Location = new System.Drawing.Point(38, 354); this.panelMaterialHistory.Name = "panelMaterialHistory"; - this.panelMaterialHistory.Size = new System.Drawing.Size(188, 40); + this.panelMaterialHistory.Size = new System.Drawing.Size(188, 52); this.panelMaterialHistory.TabIndex = 41; this.panelMaterialHistory.Visible = false; + this.panelMaterialHistory.Click += new System.EventHandler(this.panelMaterialHistory_Click); // // labelBouxiteHistory // this.labelBouxiteHistory.Location = new System.Drawing.Point(118, 2); this.labelBouxiteHistory.Name = "labelBouxiteHistory"; - this.labelBouxiteHistory.Size = new System.Drawing.Size(41, 36); + this.labelBouxiteHistory.Size = new System.Drawing.Size(41, 48); this.labelBouxiteHistory.TabIndex = 7; this.labelBouxiteHistory.Text = "ボーキ"; this.labelBouxiteHistory.TextAlign = System.Drawing.ContentAlignment.TopRight; + this.labelBouxiteHistory.Click += new System.EventHandler(this.panelMaterialHistory_Click); // // labelSteelHistory // this.labelSteelHistory.Location = new System.Drawing.Point(79, 2); this.labelSteelHistory.Name = "labelSteelHistory"; - this.labelSteelHistory.Size = new System.Drawing.Size(41, 36); + this.labelSteelHistory.Size = new System.Drawing.Size(41, 48); this.labelSteelHistory.TabIndex = 6; this.labelSteelHistory.Text = "鋼材"; this.labelSteelHistory.TextAlign = System.Drawing.ContentAlignment.TopRight; + this.labelSteelHistory.Click += new System.EventHandler(this.panelMaterialHistory_Click); // // labelBulletHistory // this.labelBulletHistory.Location = new System.Drawing.Point(40, 2); this.labelBulletHistory.Name = "labelBulletHistory"; - this.labelBulletHistory.Size = new System.Drawing.Size(41, 36); + this.labelBulletHistory.Size = new System.Drawing.Size(41, 48); this.labelBulletHistory.TabIndex = 5; this.labelBulletHistory.Text = "弾薬"; this.labelBulletHistory.TextAlign = System.Drawing.ContentAlignment.TopRight; + this.labelBulletHistory.Click += new System.EventHandler(this.panelMaterialHistory_Click); // // label35 // this.label35.AutoSize = true; this.label35.Location = new System.Drawing.Point(158, 14); this.label35.Name = "label35"; - this.label35.Size = new System.Drawing.Size(29, 24); + this.label35.Size = new System.Drawing.Size(29, 36); this.label35.TabIndex = 4; - this.label35.Text = "今日\r\n今週"; + this.label35.Text = "母港\r\n今日\r\n今週"; + this.label35.Click += new System.EventHandler(this.panelMaterialHistory_Click); // // labelFuelHistory // this.labelFuelHistory.Location = new System.Drawing.Point(1, 2); this.labelFuelHistory.Name = "labelFuelHistory"; - this.labelFuelHistory.Size = new System.Drawing.Size(41, 36); + this.labelFuelHistory.Size = new System.Drawing.Size(41, 48); this.labelFuelHistory.TabIndex = 0; this.labelFuelHistory.Text = "燃料"; this.labelFuelHistory.TextAlign = System.Drawing.ContentAlignment.TopRight; + this.labelFuelHistory.Click += new System.EventHandler(this.panelMaterialHistory_Click); // // labelRepair // @@ -483,6 +530,7 @@ namespace KancolleSniffer this.panelDock.Name = "panelDock"; this.panelDock.Size = new System.Drawing.Size(140, 64); this.panelDock.TabIndex = 4; + this.panelDock.Click += new System.EventHandler(this.labelNDock_Click); // // label8 // @@ -492,6 +540,7 @@ namespace KancolleSniffer this.label8.Size = new System.Drawing.Size(29, 12); this.label8.TabIndex = 3; this.label8.Text = "第四"; + this.label8.Click += new System.EventHandler(this.labelNDock_Click); // // label7 // @@ -501,6 +550,7 @@ namespace KancolleSniffer this.label7.Size = new System.Drawing.Size(29, 12); this.label7.TabIndex = 2; this.label7.Text = "第三"; + this.label7.Click += new System.EventHandler(this.labelNDock_Click); // // label6 // @@ -510,6 +560,7 @@ namespace KancolleSniffer this.label6.Size = new System.Drawing.Size(29, 12); this.label6.TabIndex = 1; this.label6.Text = "第二"; + this.label6.Click += new System.EventHandler(this.labelNDock_Click); // // label5 // @@ -519,6 +570,7 @@ namespace KancolleSniffer this.label5.Size = new System.Drawing.Size(29, 12); this.label5.TabIndex = 0; this.label5.Text = "第一"; + this.label5.Click += new System.EventHandler(this.labelNDock_Click); // // panel1 // @@ -538,13 +590,12 @@ namespace KancolleSniffer // // labelConstruct3 // - this.labelConstruct3.AutoSize = true; this.labelConstruct3.BackColor = System.Drawing.Color.Transparent; - this.labelConstruct3.Location = new System.Drawing.Point(30, 33); + this.labelConstruct3.Location = new System.Drawing.Point(28, 33); this.labelConstruct3.Name = "labelConstruct3"; - this.labelConstruct3.Size = new System.Drawing.Size(45, 12); + this.labelConstruct3.Size = new System.Drawing.Size(47, 12); this.labelConstruct3.TabIndex = 6; - this.labelConstruct3.Text = "00:00:00"; + this.labelConstruct3.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label12 // @@ -557,12 +608,11 @@ namespace KancolleSniffer // // labelConstruct4 // - this.labelConstruct4.AutoSize = true; - this.labelConstruct4.Location = new System.Drawing.Point(30, 48); + this.labelConstruct4.Location = new System.Drawing.Point(28, 48); this.labelConstruct4.Name = "labelConstruct4"; - this.labelConstruct4.Size = new System.Drawing.Size(45, 12); + this.labelConstruct4.Size = new System.Drawing.Size(47, 12); this.labelConstruct4.TabIndex = 7; - this.labelConstruct4.Text = "00:00:00"; + this.labelConstruct4.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label11 // @@ -575,12 +625,11 @@ namespace KancolleSniffer // // labelConstruct2 // - this.labelConstruct2.AutoSize = true; - this.labelConstruct2.Location = new System.Drawing.Point(30, 18); + this.labelConstruct2.Location = new System.Drawing.Point(28, 18); this.labelConstruct2.Name = "labelConstruct2"; - this.labelConstruct2.Size = new System.Drawing.Size(45, 12); + this.labelConstruct2.Size = new System.Drawing.Size(47, 12); this.labelConstruct2.TabIndex = 5; - this.labelConstruct2.Text = "00:00:00"; + this.labelConstruct2.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label10 // @@ -593,12 +642,11 @@ namespace KancolleSniffer // // labelConstruct1 // - this.labelConstruct1.AutoSize = true; - this.labelConstruct1.Location = new System.Drawing.Point(30, 3); + this.labelConstruct1.Location = new System.Drawing.Point(28, 3); this.labelConstruct1.Name = "labelConstruct1"; - this.labelConstruct1.Size = new System.Drawing.Size(45, 12); + this.labelConstruct1.Size = new System.Drawing.Size(47, 12); this.labelConstruct1.TabIndex = 4; - this.labelConstruct1.Text = "00:00:00"; + this.labelConstruct1.TextAlign = System.Drawing.ContentAlignment.TopRight; // // label9 // @@ -652,54 +700,58 @@ namespace KancolleSniffer this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(220, 49); this.panel2.TabIndex = 11; + this.panel2.Click += new System.EventHandler(this.labelMission_Click); // // labelMissionName3 // - this.labelMissionName3.Location = new System.Drawing.Point(58, 33); + this.labelMissionName3.Location = new System.Drawing.Point(57, 33); this.labelMissionName3.Name = "labelMissionName3"; - this.labelMissionName3.Size = new System.Drawing.Size(116, 12); + this.labelMissionName3.Size = new System.Drawing.Size(113, 12); this.labelMissionName3.TabIndex = 5; + this.labelMissionName3.Click += new System.EventHandler(this.labelMission_Click); // // labelMissionName2 // - this.labelMissionName2.Location = new System.Drawing.Point(58, 18); + this.labelMissionName2.Location = new System.Drawing.Point(57, 18); this.labelMissionName2.Name = "labelMissionName2"; - this.labelMissionName2.Size = new System.Drawing.Size(116, 12); + this.labelMissionName2.Size = new System.Drawing.Size(113, 12); this.labelMissionName2.TabIndex = 4; + this.labelMissionName2.Click += new System.EventHandler(this.labelMission_Click); // // labelMissionName1 // - this.labelMissionName1.Location = new System.Drawing.Point(58, 3); + this.labelMissionName1.Location = new System.Drawing.Point(57, 3); this.labelMissionName1.Name = "labelMissionName1"; - this.labelMissionName1.Size = new System.Drawing.Size(116, 12); + this.labelMissionName1.Size = new System.Drawing.Size(113, 12); this.labelMissionName1.TabIndex = 3; + this.labelMissionName1.Click += new System.EventHandler(this.labelMission_Click); // // labelMission3 // - this.labelMission3.Location = new System.Drawing.Point(173, 33); + this.labelMission3.Location = new System.Drawing.Point(171, 33); this.labelMission3.Name = "labelMission3"; - this.labelMission3.Size = new System.Drawing.Size(45, 12); + this.labelMission3.Size = new System.Drawing.Size(47, 12); this.labelMission3.TabIndex = 8; - this.labelMission3.Text = "00:00:00"; this.labelMission3.TextAlign = System.Drawing.ContentAlignment.TopRight; + this.labelMission3.Click += new System.EventHandler(this.labelMission_Click); // // labelMission2 // - this.labelMission2.Location = new System.Drawing.Point(173, 18); + this.labelMission2.Location = new System.Drawing.Point(171, 18); this.labelMission2.Name = "labelMission2"; - this.labelMission2.Size = new System.Drawing.Size(45, 12); + this.labelMission2.Size = new System.Drawing.Size(47, 12); this.labelMission2.TabIndex = 7; - this.labelMission2.Text = "00:00:00"; this.labelMission2.TextAlign = System.Drawing.ContentAlignment.TopRight; + this.labelMission2.Click += new System.EventHandler(this.labelMission_Click); // // labelMission1 // - this.labelMission1.Location = new System.Drawing.Point(173, 3); + this.labelMission1.Location = new System.Drawing.Point(171, 3); this.labelMission1.Name = "labelMission1"; - this.labelMission1.Size = new System.Drawing.Size(45, 12); + this.labelMission1.Size = new System.Drawing.Size(47, 12); this.labelMission1.TabIndex = 6; - this.labelMission1.Text = "00:00:00"; this.labelMission1.TextAlign = System.Drawing.ContentAlignment.TopRight; + this.labelMission1.Click += new System.EventHandler(this.labelMission_Click); // // label15 // @@ -709,6 +761,7 @@ namespace KancolleSniffer this.label15.Size = new System.Drawing.Size(53, 12); this.label15.TabIndex = 2; this.label15.Text = "第四艦隊"; + this.label15.Click += new System.EventHandler(this.labelMission_Click); // // label14 // @@ -718,6 +771,7 @@ namespace KancolleSniffer this.label14.Size = new System.Drawing.Size(53, 12); this.label14.TabIndex = 1; this.label14.Text = "第三艦隊"; + this.label14.Click += new System.EventHandler(this.labelMission_Click); // // label13 // @@ -727,6 +781,7 @@ namespace KancolleSniffer this.label13.Size = new System.Drawing.Size(53, 12); this.label13.TabIndex = 0; this.label13.Text = "第二艦隊"; + this.label13.Click += new System.EventHandler(this.labelMission_Click); // // timerMain // @@ -760,11 +815,53 @@ namespace KancolleSniffer this.panel3.Size = new System.Drawing.Size(220, 94); this.panel3.TabIndex = 13; // + // labelQuestColor6 + // + this.labelQuestColor6.Location = new System.Drawing.Point(2, 79); + this.labelQuestColor6.Name = "labelQuestColor6"; + this.labelQuestColor6.Size = new System.Drawing.Size(4, 10); + this.labelQuestColor6.TabIndex = 48; + // + // labelQuestColor5 + // + this.labelQuestColor5.Location = new System.Drawing.Point(2, 64); + this.labelQuestColor5.Name = "labelQuestColor5"; + this.labelQuestColor5.Size = new System.Drawing.Size(4, 10); + this.labelQuestColor5.TabIndex = 47; + // + // labelQuestColor4 + // + this.labelQuestColor4.Location = new System.Drawing.Point(2, 49); + this.labelQuestColor4.Name = "labelQuestColor4"; + this.labelQuestColor4.Size = new System.Drawing.Size(4, 10); + this.labelQuestColor4.TabIndex = 46; + // + // labelQuestColor3 + // + this.labelQuestColor3.Location = new System.Drawing.Point(2, 34); + this.labelQuestColor3.Name = "labelQuestColor3"; + this.labelQuestColor3.Size = new System.Drawing.Size(4, 10); + this.labelQuestColor3.TabIndex = 45; + // + // labelQuestColor2 + // + this.labelQuestColor2.Location = new System.Drawing.Point(2, 19); + this.labelQuestColor2.Name = "labelQuestColor2"; + this.labelQuestColor2.Size = new System.Drawing.Size(4, 10); + this.labelQuestColor2.TabIndex = 44; + // + // labelQuestColor1 + // + this.labelQuestColor1.Location = new System.Drawing.Point(2, 4); + this.labelQuestColor1.Name = "labelQuestColor1"; + this.labelQuestColor1.Size = new System.Drawing.Size(4, 10); + this.labelQuestColor1.TabIndex = 43; + // // labelProgress6 // - this.labelProgress6.Location = new System.Drawing.Point(194, 78); + this.labelProgress6.Location = new System.Drawing.Point(188, 78); this.labelProgress6.Name = "labelProgress6"; - this.labelProgress6.Size = new System.Drawing.Size(23, 12); + this.labelProgress6.Size = new System.Drawing.Size(29, 12); this.labelProgress6.TabIndex = 11; this.labelProgress6.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // @@ -777,41 +874,41 @@ namespace KancolleSniffer // // labelProgress5 // - this.labelProgress5.Location = new System.Drawing.Point(194, 63); + this.labelProgress5.Location = new System.Drawing.Point(188, 63); this.labelProgress5.Name = "labelProgress5"; - this.labelProgress5.Size = new System.Drawing.Size(23, 12); + this.labelProgress5.Size = new System.Drawing.Size(29, 12); this.labelProgress5.TabIndex = 9; this.labelProgress5.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelProgress4 // - this.labelProgress4.Location = new System.Drawing.Point(194, 48); + this.labelProgress4.Location = new System.Drawing.Point(188, 48); this.labelProgress4.Name = "labelProgress4"; - this.labelProgress4.Size = new System.Drawing.Size(23, 12); + this.labelProgress4.Size = new System.Drawing.Size(29, 12); this.labelProgress4.TabIndex = 8; this.labelProgress4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelProgress3 // - this.labelProgress3.Location = new System.Drawing.Point(194, 33); + this.labelProgress3.Location = new System.Drawing.Point(188, 33); this.labelProgress3.Name = "labelProgress3"; - this.labelProgress3.Size = new System.Drawing.Size(23, 12); + this.labelProgress3.Size = new System.Drawing.Size(29, 12); this.labelProgress3.TabIndex = 7; this.labelProgress3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelProgress2 // - this.labelProgress2.Location = new System.Drawing.Point(194, 18); + this.labelProgress2.Location = new System.Drawing.Point(188, 18); this.labelProgress2.Name = "labelProgress2"; - this.labelProgress2.Size = new System.Drawing.Size(23, 12); + this.labelProgress2.Size = new System.Drawing.Size(29, 12); this.labelProgress2.TabIndex = 6; this.labelProgress2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelProgress1 // - this.labelProgress1.Location = new System.Drawing.Point(194, 3); + this.labelProgress1.Location = new System.Drawing.Point(188, 3); this.labelProgress1.Name = "labelProgress1"; - this.labelProgress1.Size = new System.Drawing.Size(23, 12); + this.labelProgress1.Size = new System.Drawing.Size(29, 12); this.labelProgress1.TabIndex = 5; this.labelProgress1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // @@ -886,10 +983,11 @@ namespace KancolleSniffer this.contextMenuStripMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.listToolStripMenuItem, this.LogToolStripMenuItem, + this.CaptureToolStripMenuItem, this.ConfigToolStripMenuItem, this.ExitToolStripMenuItem}); this.contextMenuStripMain.Name = "contextMenuStripToolTip"; - this.contextMenuStripMain.Size = new System.Drawing.Size(131, 92); + this.contextMenuStripMain.Size = new System.Drawing.Size(131, 114); // // listToolStripMenuItem // @@ -905,6 +1003,13 @@ namespace KancolleSniffer this.LogToolStripMenuItem.Text = "報告書(&R)"; this.LogToolStripMenuItem.Click += new System.EventHandler(this.LogToolStripMenuItem_Click); // + // CaptureToolStripMenuItem + // + this.CaptureToolStripMenuItem.Name = "CaptureToolStripMenuItem"; + this.CaptureToolStripMenuItem.Size = new System.Drawing.Size(130, 22); + this.CaptureToolStripMenuItem.Text = "撮影(&C)"; + this.CaptureToolStripMenuItem.Click += new System.EventHandler(this.CaptureToolStripMenuItem_Click); + // // ConfigToolStripMenuItem // this.ConfigToolStripMenuItem.Name = "ConfigToolStripMenuItem"; @@ -926,6 +1031,8 @@ namespace KancolleSniffer this.labelFleet1.Size = new System.Drawing.Size(45, 12); this.labelFleet1.TabIndex = 1; this.labelFleet1.Text = "第一"; + this.labelFleet1.MouseLeave += new System.EventHandler(this.labelFleet1_MouseLeave); + this.labelFleet1.MouseHover += new System.EventHandler(this.labelFleet1_MouseHover); // // labelCheckFleet1 // @@ -1006,6 +1113,7 @@ namespace KancolleSniffer this.labelBucketHistory.Text = "+100 今日\r\n+100 今週"; this.labelBucketHistory.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.labelBucketHistory.Visible = false; + this.labelBucketHistory.Click += new System.EventHandler(this.labelBucketHistory_Click); // // label36 // @@ -1015,6 +1123,7 @@ namespace KancolleSniffer this.label36.Size = new System.Drawing.Size(29, 12); this.label36.TabIndex = 43; this.label36.Text = "資材"; + this.label36.Click += new System.EventHandler(this.labelMaterialHistoryButton_Click); // // labelMaterialHistoryButton // @@ -1026,33 +1135,25 @@ namespace KancolleSniffer this.labelMaterialHistoryButton.TabIndex = 10; this.labelMaterialHistoryButton.Click += new System.EventHandler(this.labelMaterialHistoryButton_Click); // - // panelDamagedShipList - // - this.panelDamagedShipList.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.panelDamagedShipList.Location = new System.Drawing.Point(12, 207); - this.panelDamagedShipList.Name = "panelDamagedShipList"; - this.panelDamagedShipList.Size = new System.Drawing.Size(134, 19); - this.panelDamagedShipList.TabIndex = 44; - this.panelDamagedShipList.Visible = false; - // - // labelDamgedShipListButton + // labelRepairListButton // - this.labelDamgedShipListButton.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.labelDamgedShipListButton.Image = ((System.Drawing.Image)(resources.GetObject("labelDamgedShipListButton.Image"))); - this.labelDamgedShipListButton.Location = new System.Drawing.Point(131, 193); - this.labelDamgedShipListButton.Name = "labelDamgedShipListButton"; - this.labelDamgedShipListButton.Size = new System.Drawing.Size(14, 14); - this.labelDamgedShipListButton.TabIndex = 45; - this.labelDamgedShipListButton.Click += new System.EventHandler(this.labelDamgedShipListButton_Click); + this.labelRepairListButton.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.labelRepairListButton.Image = ((System.Drawing.Image)(resources.GetObject("labelRepairListButton.Image"))); + this.labelRepairListButton.Location = new System.Drawing.Point(121, 193); + this.labelRepairListButton.Name = "labelRepairListButton"; + this.labelRepairListButton.Size = new System.Drawing.Size(14, 14); + this.labelRepairListButton.TabIndex = 45; + this.labelRepairListButton.Click += new System.EventHandler(this.labelRepairListButton_Click); // // label31 // this.label31.AutoSize = true; - this.label31.Location = new System.Drawing.Point(91, 195); + this.label31.Location = new System.Drawing.Point(81, 195); this.label31.Name = "label31"; this.label31.Size = new System.Drawing.Size(41, 12); this.label31.TabIndex = 46; this.label31.Text = "要修復"; + this.label31.Click += new System.EventHandler(this.labelRepairListButton_Click); // // imageListFuelSq // @@ -1160,47 +1261,32 @@ namespace KancolleSniffer // this.toolTipAchievement.ShowAlways = true; // - // labelQuestColor1 - // - this.labelQuestColor1.Location = new System.Drawing.Point(2, 4); - this.labelQuestColor1.Name = "labelQuestColor1"; - this.labelQuestColor1.Size = new System.Drawing.Size(4, 10); - this.labelQuestColor1.TabIndex = 43; - // - // labelQuestColor2 - // - this.labelQuestColor2.Location = new System.Drawing.Point(2, 19); - this.labelQuestColor2.Name = "labelQuestColor2"; - this.labelQuestColor2.Size = new System.Drawing.Size(4, 10); - this.labelQuestColor2.TabIndex = 44; + // labelAkashiRepair // - // labelQuestColor3 + this.labelAkashiRepair.AutoSize = true; + this.labelAkashiRepair.Location = new System.Drawing.Point(151, 276); + this.labelAkashiRepair.Name = "labelAkashiRepair"; + this.labelAkashiRepair.Size = new System.Drawing.Size(29, 12); + this.labelAkashiRepair.TabIndex = 54; + this.labelAkashiRepair.Text = "修理"; // - this.labelQuestColor3.Location = new System.Drawing.Point(2, 34); - this.labelQuestColor3.Name = "labelQuestColor3"; - this.labelQuestColor3.Size = new System.Drawing.Size(4, 10); - this.labelQuestColor3.TabIndex = 45; + // toolTipFighterPower // - // labelQuestColor4 + this.toolTipFighterPower.ShowAlways = true; // - this.labelQuestColor4.Location = new System.Drawing.Point(2, 49); - this.labelQuestColor4.Name = "labelQuestColor4"; - this.labelQuestColor4.Size = new System.Drawing.Size(4, 10); - this.labelQuestColor4.TabIndex = 46; - // - // labelQuestColor5 + // toolTipLoS // - this.labelQuestColor5.Location = new System.Drawing.Point(2, 64); - this.labelQuestColor5.Name = "labelQuestColor5"; - this.labelQuestColor5.Size = new System.Drawing.Size(4, 10); - this.labelQuestColor5.TabIndex = 47; + this.toolTipLoS.ShowAlways = true; // - // labelQuestColor6 + // panelRepairList // - this.labelQuestColor6.Location = new System.Drawing.Point(2, 79); - this.labelQuestColor6.Name = "labelQuestColor6"; - this.labelQuestColor6.Size = new System.Drawing.Size(4, 10); - this.labelQuestColor6.TabIndex = 48; + this.panelRepairList.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.panelRepairList.Location = new System.Drawing.Point(6, 207); + this.panelRepairList.Name = "panelRepairList"; + this.panelRepairList.Size = new System.Drawing.Size(129, 21); + this.panelRepairList.TabIndex = 4; + this.panelRepairList.Visible = false; + this.panelRepairList.Click += new System.EventHandler(this.panelRepairList_Click); // // MainForm // @@ -1208,6 +1294,8 @@ namespace KancolleSniffer this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(232, 456); this.ContextMenuStrip = this.contextMenuStripMain; + this.Controls.Add(this.labelAkashiRepair); + this.Controls.Add(this.labelAkashiRepairTimer); this.Controls.Add(this.panelMaterialHistory); this.Controls.Add(this.labelBucketHistory); this.Controls.Add(this.labelBullSq4); @@ -1218,8 +1306,8 @@ namespace KancolleSniffer this.Controls.Add(this.labelFuelSq2); this.Controls.Add(this.labelBullSq1); this.Controls.Add(this.labelFuelSq1); - this.Controls.Add(this.labelDamgedShipListButton); - this.Controls.Add(this.panelDamagedShipList); + this.Controls.Add(this.labelRepairListButton); + this.Controls.Add(this.panelRepairList); this.Controls.Add(this.label31); this.Controls.Add(this.labelMaterialHistoryButton); this.Controls.Add(this.label36); @@ -1336,8 +1424,8 @@ namespace KancolleSniffer private System.Windows.Forms.Label labelFleet3; private System.Windows.Forms.Label labelCheckFleet2; private System.Windows.Forms.Label labelFleet2; - private System.Windows.Forms.Label labelAirSuperiority; - private System.Windows.Forms.Label label27; + private System.Windows.Forms.Label labelFighterPower; + private System.Windows.Forms.Label labelFighterPowerCaption; private System.Windows.Forms.Label labelLogin; private System.Windows.Forms.Label labelAchievement; private System.Windows.Forms.Label label28; @@ -1351,21 +1439,20 @@ namespace KancolleSniffer private System.Windows.Forms.Label labelFuelHistory; private System.Windows.Forms.Label label36; private System.Windows.Forms.Label labelMaterialHistoryButton; - private System.Windows.Forms.Panel panelDamagedShipList; - private System.Windows.Forms.Label labelDamgedShipListButton; + private System.Windows.Forms.Label labelRepairListButton; private System.Windows.Forms.Label label31; private System.Windows.Forms.ContextMenuStrip contextMenuStripNotifyIcon; private System.Windows.Forms.ToolStripMenuItem NotifyIconOpenToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem NotifyIconExitToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem listToolStripMenuItem; private System.Windows.Forms.Label labelLoS; - private System.Windows.Forms.Label label19; + private System.Windows.Forms.Label labelLoSCaption; private System.Windows.Forms.Label labelPlayLog; private System.Windows.Forms.Panel panelBattleInfo; - private System.Windows.Forms.Label labelEnemyAirSuperiority; - private System.Windows.Forms.Label label30; + private System.Windows.Forms.Label labelEnemyFighterPower; + private System.Windows.Forms.Label labelEnemyFighterPowerCaption; private System.Windows.Forms.Label labelFormation; - private System.Windows.Forms.Label label29; + private System.Windows.Forms.Label labelResultRank; private System.Windows.Forms.ImageList imageListFuelSq; private System.Windows.Forms.Label labelFuelSq1; private System.Windows.Forms.ImageList imageListBullSq; @@ -1386,6 +1473,15 @@ namespace KancolleSniffer private System.Windows.Forms.Label labelQuestColor4; private System.Windows.Forms.Label labelQuestColor3; private System.Windows.Forms.Label labelQuestColor2; + private System.Windows.Forms.ToolStripMenuItem CaptureToolStripMenuItem; + private System.Windows.Forms.Label labelAkashiRepairTimer; + private System.Windows.Forms.Label labelGuide; + private System.Windows.Forms.Panel panelCombinedFleet; + private System.Windows.Forms.Label labelAkashiRepair; + private System.Windows.Forms.Label labelPresetAkashiTimer; + private System.Windows.Forms.ToolTip toolTipFighterPower; + private System.Windows.Forms.ToolTip toolTipLoS; + private RepairListForMain panelRepairList; } }