OSDN Git Service

スクロールバーのない艦娘一覧がスクロールすることがあるのを直す
[kancollesniffer/KancolleSniffer.git] / KancolleSniffer / ConfigDialog.Designer.cs
index b1d52b3..a0145bf 100644 (file)
@@ -42,15 +42,17 @@ namespace KancolleSniffer
         /// </summary>\r
         private void InitializeComponent()\r
         {\r
-            this.components = new System.ComponentModel.Container();\r
             this.tabControl = new System.Windows.Forms.TabControl();\r
-            this.tabPageShow = new System.Windows.Forms.TabPage();\r
+            this.tabPageWindow = new System.Windows.Forms.TabPage();\r
+            this.checkBoxLocationPerMachine = new System.Windows.Forms.CheckBox();\r
+            this.checkBoxExitSilently = new System.Windows.Forms.CheckBox();\r
             this.label15 = new System.Windows.Forms.Label();\r
             this.comboBoxZoom = new System.Windows.Forms.ComboBox();\r
             this.label14 = new System.Windows.Forms.Label();\r
             this.checkBoxHideOnMinimized = new System.Windows.Forms.CheckBox();\r
             this.checkBoxTopMost = new System.Windows.Forms.CheckBox();\r
             this.tabPageNotification = new System.Windows.Forms.TabPage();\r
+            this.checkBoxRepeat = new System.Windows.Forms.CheckBox();\r
             this.buttonDetailedSettings = new System.Windows.Forms.Button();\r
             this.label6 = new System.Windows.Forms.Label();\r
             this.checkBoxCond49 = new System.Windows.Forms.CheckBox();\r
@@ -67,8 +69,9 @@ namespace KancolleSniffer
             this.tabPageAchievement = new System.Windows.Forms.TabPage();\r
             this.checkBoxPresetAkashi = new System.Windows.Forms.CheckBox();\r
             this.groupBox3 = new System.Windows.Forms.GroupBox();\r
-            this.radioButtonResultRankWhenClick = new System.Windows.Forms.RadioButton();\r
-            this.radioButtonResultRankAlways = new System.Windows.Forms.RadioButton();\r
+            this.checkBoxBattleResult = new System.Windows.Forms.CheckBox();\r
+            this.checkBoxAirBattleResult = new System.Windows.Forms.CheckBox();\r
+            this.checkBoxResultRank = new System.Windows.Forms.CheckBox();\r
             this.groupBox2 = new System.Windows.Forms.GroupBox();\r
             this.checkBoxReset02 = new System.Windows.Forms.CheckBox();\r
             this.buttonResetAchievement = new System.Windows.Forms.Button();\r
@@ -105,11 +108,19 @@ namespace KancolleSniffer
             this.textBoxOutput = new System.Windows.Forms.TextBox();\r
             this.label11 = new System.Windows.Forms.Label();\r
             this.buttonOutputDir = new System.Windows.Forms.Button();\r
-            this.tabPageCollabo = new System.Windows.Forms.TabPage();\r
-            this.groupBoxKancolleDb = new System.Windows.Forms.GroupBox();\r
-            this.textBoxKancolleDbToken = new System.Windows.Forms.TextBox();\r
-            this.label8 = new System.Windows.Forms.Label();\r
-            this.checkBoxKancolleDbOn = new System.Windows.Forms.CheckBox();\r
+            this.tabPagePush = new System.Windows.Forms.TabPage();\r
+            this.groupBoxPushover = new System.Windows.Forms.GroupBox();\r
+            this.buttonPushoverTest = new System.Windows.Forms.Button();\r
+            this.label16 = new System.Windows.Forms.Label();\r
+            this.label12 = new System.Windows.Forms.Label();\r
+            this.textBoxPushoverUserKey = new System.Windows.Forms.TextBox();\r
+            this.checkBoxPushoverOn = new System.Windows.Forms.CheckBox();\r
+            this.textBoxPushoverApiKey = new System.Windows.Forms.TextBox();\r
+            this.groupBoxPushbullet = new System.Windows.Forms.GroupBox();\r
+            this.buttonPushbulletTest = new System.Windows.Forms.Button();\r
+            this.textBoxPushbulletToken = new System.Windows.Forms.TextBox();\r
+            this.label7 = new System.Windows.Forms.Label();\r
+            this.checkBoxPushbulletOn = new System.Windows.Forms.CheckBox();\r
             this.tabPageDebug = new System.Windows.Forms.TabPage();\r
             this.buttonPlayDebugLog = new System.Windows.Forms.Button();\r
             this.buttonDebugLogOpenFile = new System.Windows.Forms.Button();\r
@@ -119,11 +130,11 @@ namespace KancolleSniffer
             this.buttonCancel = new System.Windows.Forms.Button();\r
             this.buttonOk = new System.Windows.Forms.Button();\r
             this.openSoundFileDialog = new System.Windows.Forms.OpenFileDialog();\r
-            this.toolTipError = new System.Windows.Forms.ToolTip(this.components);\r
             this.folderBrowserDialogOutputDir = new System.Windows.Forms.FolderBrowserDialog();\r
             this.openDebugLogDialog = new System.Windows.Forms.OpenFileDialog();\r
+            this.checkBoxNextCell = new System.Windows.Forms.CheckBox();\r
             this.tabControl.SuspendLayout();\r
-            this.tabPageShow.SuspendLayout();\r
+            this.tabPageWindow.SuspendLayout();\r
             this.tabPageNotification.SuspendLayout();\r
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMarginEquips)).BeginInit();\r
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMarginShips)).BeginInit();\r
@@ -138,8 +149,9 @@ namespace KancolleSniffer
             this.groupBoxAutoConfig.SuspendLayout();\r
             this.tabPageLog.SuspendLayout();\r
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMaterialLogInterval)).BeginInit();\r
-            this.tabPageCollabo.SuspendLayout();\r
-            this.groupBoxKancolleDb.SuspendLayout();\r
+            this.tabPagePush.SuspendLayout();\r
+            this.groupBoxPushover.SuspendLayout();\r
+            this.groupBoxPushbullet.SuspendLayout();\r
             this.tabPageDebug.SuspendLayout();\r
             this.SuspendLayout();\r
             // \r
@@ -147,14 +159,14 @@ namespace KancolleSniffer
             // \r
             this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) \r
             | System.Windows.Forms.AnchorStyles.Left)));\r
-            this.tabControl.Controls.Add(this.tabPageShow);\r
+            this.tabControl.Controls.Add(this.tabPageWindow);\r
             this.tabControl.Controls.Add(this.tabPageNotification);\r
             this.tabControl.Controls.Add(this.tabPageAchievement);\r
             this.tabControl.Controls.Add(this.tabPageSound);\r
             this.tabControl.Controls.Add(this.tabPageVersion);\r
             this.tabControl.Controls.Add(this.tabPageProxy);\r
             this.tabControl.Controls.Add(this.tabPageLog);\r
-            this.tabControl.Controls.Add(this.tabPageCollabo);\r
+            this.tabControl.Controls.Add(this.tabPagePush);\r
             this.tabControl.Controls.Add(this.tabPageDebug);\r
             this.tabControl.Location = new System.Drawing.Point(7, 6);\r
             this.tabControl.Multiline = true;\r
@@ -163,25 +175,47 @@ namespace KancolleSniffer
             this.tabControl.Size = new System.Drawing.Size(264, 202);\r
             this.tabControl.TabIndex = 0;\r
             // \r
-            // tabPageShow\r
-            // \r
-            this.tabPageShow.Controls.Add(this.label15);\r
-            this.tabPageShow.Controls.Add(this.comboBoxZoom);\r
-            this.tabPageShow.Controls.Add(this.label14);\r
-            this.tabPageShow.Controls.Add(this.checkBoxHideOnMinimized);\r
-            this.tabPageShow.Controls.Add(this.checkBoxTopMost);\r
-            this.tabPageShow.Location = new System.Drawing.Point(4, 40);\r
-            this.tabPageShow.Name = "tabPageShow";\r
-            this.tabPageShow.Padding = new System.Windows.Forms.Padding(8);\r
-            this.tabPageShow.Size = new System.Drawing.Size(256, 158);\r
-            this.tabPageShow.TabIndex = 0;\r
-            this.tabPageShow.Text = "表示";\r
-            this.tabPageShow.UseVisualStyleBackColor = true;\r
+            // tabPageWindow\r
+            // \r
+            this.tabPageWindow.Controls.Add(this.checkBoxLocationPerMachine);\r
+            this.tabPageWindow.Controls.Add(this.checkBoxExitSilently);\r
+            this.tabPageWindow.Controls.Add(this.label15);\r
+            this.tabPageWindow.Controls.Add(this.comboBoxZoom);\r
+            this.tabPageWindow.Controls.Add(this.label14);\r
+            this.tabPageWindow.Controls.Add(this.checkBoxHideOnMinimized);\r
+            this.tabPageWindow.Controls.Add(this.checkBoxTopMost);\r
+            this.tabPageWindow.Location = new System.Drawing.Point(4, 40);\r
+            this.tabPageWindow.Name = "tabPageWindow";\r
+            this.tabPageWindow.Padding = new System.Windows.Forms.Padding(8);\r
+            this.tabPageWindow.Size = new System.Drawing.Size(256, 158);\r
+            this.tabPageWindow.TabIndex = 0;\r
+            this.tabPageWindow.Text = "ウィンドウ";\r
+            this.tabPageWindow.UseVisualStyleBackColor = true;\r
+            // \r
+            // checkBoxLocationPerMachine\r
+            // \r
+            this.checkBoxLocationPerMachine.AutoSize = true;\r
+            this.checkBoxLocationPerMachine.Location = new System.Drawing.Point(11, 74);\r
+            this.checkBoxLocationPerMachine.Name = "checkBoxLocationPerMachine";\r
+            this.checkBoxLocationPerMachine.Size = new System.Drawing.Size(188, 16);\r
+            this.checkBoxLocationPerMachine.TabIndex = 8;\r
+            this.checkBoxLocationPerMachine.Text = "コンピューターごとに位置を保存する";\r
+            this.checkBoxLocationPerMachine.UseVisualStyleBackColor = true;\r
+            // \r
+            // checkBoxExitSilently\r
+            // \r
+            this.checkBoxExitSilently.AutoSize = true;\r
+            this.checkBoxExitSilently.Location = new System.Drawing.Point(11, 53);\r
+            this.checkBoxExitSilently.Name = "checkBoxExitSilently";\r
+            this.checkBoxExitSilently.Size = new System.Drawing.Size(189, 16);\r
+            this.checkBoxExitSilently.TabIndex = 7;\r
+            this.checkBoxExitSilently.Text = "閉じるボタンで終了時に確認しない";\r
+            this.checkBoxExitSilently.UseVisualStyleBackColor = true;\r
             // \r
             // label15\r
             // \r
             this.label15.AutoSize = true;\r
-            this.label15.Location = new System.Drawing.Point(97, 57);\r
+            this.label15.Location = new System.Drawing.Point(99, 100);\r
             this.label15.Name = "label15";\r
             this.label15.Size = new System.Drawing.Size(61, 12);\r
             this.label15.TabIndex = 6;\r
@@ -195,7 +229,7 @@ namespace KancolleSniffer
             "100%",\r
             "125%",\r
             "150%"});\r
-            this.comboBoxZoom.Location = new System.Drawing.Point(47, 54);\r
+            this.comboBoxZoom.Location = new System.Drawing.Point(49, 97);\r
             this.comboBoxZoom.Name = "comboBoxZoom";\r
             this.comboBoxZoom.Size = new System.Drawing.Size(48, 20);\r
             this.comboBoxZoom.TabIndex = 5;\r
@@ -203,7 +237,7 @@ namespace KancolleSniffer
             // label14\r
             // \r
             this.label14.AutoSize = true;\r
-            this.label14.Location = new System.Drawing.Point(9, 57);\r
+            this.label14.Location = new System.Drawing.Point(11, 100);\r
             this.label14.Name = "label14";\r
             this.label14.Size = new System.Drawing.Size(35, 12);\r
             this.label14.TabIndex = 4;\r
@@ -231,6 +265,7 @@ namespace KancolleSniffer
             // \r
             // tabPageNotification\r
             // \r
+            this.tabPageNotification.Controls.Add(this.checkBoxRepeat);\r
             this.tabPageNotification.Controls.Add(this.buttonDetailedSettings);\r
             this.tabPageNotification.Controls.Add(this.label6);\r
             this.tabPageNotification.Controls.Add(this.checkBoxCond49);\r
@@ -252,9 +287,19 @@ namespace KancolleSniffer
             this.tabPageNotification.Text = "通知";\r
             this.tabPageNotification.UseVisualStyleBackColor = true;\r
             // \r
+            // checkBoxRepeat\r
+            // \r
+            this.checkBoxRepeat.AutoSize = true;\r
+            this.checkBoxRepeat.Location = new System.Drawing.Point(122, 32);\r
+            this.checkBoxRepeat.Name = "checkBoxRepeat";\r
+            this.checkBoxRepeat.Size = new System.Drawing.Size(58, 16);\r
+            this.checkBoxRepeat.TabIndex = 27;\r
+            this.checkBoxRepeat.Text = "リピート";\r
+            this.checkBoxRepeat.UseVisualStyleBackColor = true;\r
+            // \r
             // buttonDetailedSettings\r
             // \r
-            this.buttonDetailedSettings.Location = new System.Drawing.Point(170, 11);\r
+            this.buttonDetailedSettings.Location = new System.Drawing.Point(11, 122);\r
             this.buttonDetailedSettings.Name = "buttonDetailedSettings";\r
             this.buttonDetailedSettings.Size = new System.Drawing.Size(75, 23);\r
             this.buttonDetailedSettings.TabIndex = 26;\r
@@ -265,16 +310,16 @@ namespace KancolleSniffer
             // label6\r
             // \r
             this.label6.AutoSize = true;\r
-            this.label6.Location = new System.Drawing.Point(9, 119);\r
+            this.label6.Location = new System.Drawing.Point(159, 61);\r
             this.label6.Name = "label6";\r
-            this.label6.Size = new System.Drawing.Size(105, 12);\r
+            this.label6.Size = new System.Drawing.Size(86, 12);\r
             this.label6.TabIndex = 25;\r
-            this.label6.Text = "疲労回復を通知する";\r
+            this.label6.Text = "疲労回復を通知";\r
             // \r
             // checkBoxCond49\r
             // \r
             this.checkBoxCond49.AutoSize = true;\r
-            this.checkBoxCond49.Location = new System.Drawing.Point(180, 118);\r
+            this.checkBoxCond49.Location = new System.Drawing.Point(161, 97);\r
             this.checkBoxCond49.Name = "checkBoxCond49";\r
             this.checkBoxCond49.Size = new System.Drawing.Size(60, 16);\r
             this.checkBoxCond49.TabIndex = 24;\r
@@ -284,7 +329,7 @@ namespace KancolleSniffer
             // checkBoxCond40\r
             // \r
             this.checkBoxCond40.AutoSize = true;\r
-            this.checkBoxCond40.Location = new System.Drawing.Point(118, 118);\r
+            this.checkBoxCond40.Location = new System.Drawing.Point(161, 78);\r
             this.checkBoxCond40.Name = "checkBoxCond40";\r
             this.checkBoxCond40.Size = new System.Drawing.Size(60, 16);\r
             this.checkBoxCond40.TabIndex = 23;\r
@@ -294,15 +339,15 @@ namespace KancolleSniffer
             // label5\r
             // \r
             this.label5.AutoSize = true;\r
-            this.label5.Location = new System.Drawing.Point(118, 96);\r
+            this.label5.Location = new System.Drawing.Point(95, 81);\r
             this.label5.Name = "label5";\r
-            this.label5.Size = new System.Drawing.Size(70, 12);\r
+            this.label5.Size = new System.Drawing.Size(51, 12);\r
             this.label5.TabIndex = 22;\r
-            this.label5.Text = "個で通知する";\r
+            this.label5.Text = "個で通知";\r
             // \r
             // numericUpDownMarginEquips\r
             // \r
-            this.numericUpDownMarginEquips.Location = new System.Drawing.Point(81, 94);\r
+            this.numericUpDownMarginEquips.Location = new System.Drawing.Point(58, 79);\r
             this.numericUpDownMarginEquips.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);\r
             this.numericUpDownMarginEquips.Maximum = new decimal(new int[] {\r
             99,\r
@@ -317,7 +362,7 @@ namespace KancolleSniffer
             // label4\r
             // \r
             this.label4.AutoSize = true;\r
-            this.label4.Location = new System.Drawing.Point(52, 96);\r
+            this.label4.Location = new System.Drawing.Point(29, 81);\r
             this.label4.Name = "label4";\r
             this.label4.Size = new System.Drawing.Size(29, 12);\r
             this.label4.TabIndex = 20;\r
@@ -325,7 +370,7 @@ namespace KancolleSniffer
             // \r
             // numericUpDownMarginShips\r
             // \r
-            this.numericUpDownMarginShips.Location = new System.Drawing.Point(80, 74);\r
+            this.numericUpDownMarginShips.Location = new System.Drawing.Point(57, 59);\r
             this.numericUpDownMarginShips.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);\r
             this.numericUpDownMarginShips.Maximum = new decimal(new int[] {\r
             99,\r
@@ -340,7 +385,7 @@ namespace KancolleSniffer
             // label2\r
             // \r
             this.label2.AutoSize = true;\r
-            this.label2.Location = new System.Drawing.Point(118, 76);\r
+            this.label2.Location = new System.Drawing.Point(95, 61);\r
             this.label2.Margin = new System.Windows.Forms.Padding(0, 3, 3, 3);\r
             this.label2.Name = "label2";\r
             this.label2.Size = new System.Drawing.Size(17, 12);\r
@@ -350,16 +395,16 @@ namespace KancolleSniffer
             // label1\r
             // \r
             this.label1.AutoSize = true;\r
-            this.label1.Location = new System.Drawing.Point(9, 76);\r
+            this.label1.Location = new System.Drawing.Point(9, 61);\r
             this.label1.Name = "label1";\r
-            this.label1.Size = new System.Drawing.Size(72, 12);\r
+            this.label1.Size = new System.Drawing.Size(49, 12);\r
             this.label1.TabIndex = 17;\r
-            this.label1.Text = "上限まで艦娘";\r
+            this.label1.Text = "残り艦娘";\r
             // \r
             // checkBoxSound\r
             // \r
             this.checkBoxSound.AutoSize = true;\r
-            this.checkBoxSound.Location = new System.Drawing.Point(11, 53);\r
+            this.checkBoxSound.Location = new System.Drawing.Point(122, 11);\r
             this.checkBoxSound.Name = "checkBoxSound";\r
             this.checkBoxSound.Size = new System.Drawing.Size(94, 16);\r
             this.checkBoxSound.TabIndex = 16;\r
@@ -371,9 +416,9 @@ namespace KancolleSniffer
             this.checkBoxBalloon.AutoSize = true;\r
             this.checkBoxBalloon.Location = new System.Drawing.Point(11, 32);\r
             this.checkBoxBalloon.Name = "checkBoxBalloon";\r
-            this.checkBoxBalloon.Size = new System.Drawing.Size(153, 16);\r
+            this.checkBoxBalloon.Size = new System.Drawing.Size(105, 16);\r
             this.checkBoxBalloon.TabIndex = 15;\r
-            this.checkBoxBalloon.Text = "通知領域にバルーンを表示";\r
+            this.checkBoxBalloon.Text = "通知領域に表示";\r
             this.checkBoxBalloon.UseVisualStyleBackColor = true;\r
             // \r
             // checkBoxFlash\r
@@ -411,37 +456,47 @@ namespace KancolleSniffer
             // \r
             // groupBox3\r
             // \r
-            this.groupBox3.Controls.Add(this.radioButtonResultRankWhenClick);\r
-            this.groupBox3.Controls.Add(this.radioButtonResultRankAlways);\r
+            this.groupBox3.Controls.Add(this.checkBoxNextCell);\r
+            this.groupBox3.Controls.Add(this.checkBoxBattleResult);\r
+            this.groupBox3.Controls.Add(this.checkBoxAirBattleResult);\r
+            this.groupBox3.Controls.Add(this.checkBoxResultRank);\r
             this.groupBox3.Location = new System.Drawing.Point(11, 65);\r
             this.groupBox3.Name = "groupBox3";\r
             this.groupBox3.Padding = new System.Windows.Forms.Padding(6);\r
             this.groupBox3.Size = new System.Drawing.Size(234, 48);\r
             this.groupBox3.TabIndex = 18;\r
             this.groupBox3.TabStop = false;\r
-            this.groupBox3.Text = "勝利判定と航空戦の結果の表示";\r
-            // \r
-            // radioButtonResultRankWhenClick\r
-            // \r
-            this.radioButtonResultRankWhenClick.AutoSize = true;\r
-            this.radioButtonResultRankWhenClick.Location = new System.Drawing.Point(65, 21);\r
-            this.radioButtonResultRankWhenClick.Name = "radioButtonResultRankWhenClick";\r
-            this.radioButtonResultRankWhenClick.Size = new System.Drawing.Size(88, 16);\r
-            this.radioButtonResultRankWhenClick.TabIndex = 1;\r
-            this.radioButtonResultRankWhenClick.TabStop = true;\r
-            this.radioButtonResultRankWhenClick.Text = "クリックしたとき";\r
-            this.radioButtonResultRankWhenClick.UseVisualStyleBackColor = true;\r
-            // \r
-            // radioButtonResultRankAlways\r
-            // \r
-            this.radioButtonResultRankAlways.AutoSize = true;\r
-            this.radioButtonResultRankAlways.Location = new System.Drawing.Point(9, 21);\r
-            this.radioButtonResultRankAlways.Name = "radioButtonResultRankAlways";\r
-            this.radioButtonResultRankAlways.Size = new System.Drawing.Size(50, 16);\r
-            this.radioButtonResultRankAlways.TabIndex = 0;\r
-            this.radioButtonResultRankAlways.TabStop = true;\r
-            this.radioButtonResultRankAlways.Text = "すぐに";\r
-            this.radioButtonResultRankAlways.UseVisualStyleBackColor = true;\r
+            this.groupBox3.Text = "ネタバレ";\r
+            // \r
+            // checkBoxBattleResult\r
+            // \r
+            this.checkBoxBattleResult.AutoSize = true;\r
+            this.checkBoxBattleResult.Location = new System.Drawing.Point(123, 21);\r
+            this.checkBoxBattleResult.Name = "checkBoxBattleResult";\r
+            this.checkBoxBattleResult.Size = new System.Drawing.Size(48, 16);\r
+            this.checkBoxBattleResult.TabIndex = 2;\r
+            this.checkBoxBattleResult.Text = "戦況";\r
+            this.checkBoxBattleResult.UseVisualStyleBackColor = true;\r
+            // \r
+            // checkBoxAirBattleResult\r
+            // \r
+            this.checkBoxAirBattleResult.AutoSize = true;\r
+            this.checkBoxAirBattleResult.Location = new System.Drawing.Point(60, 21);\r
+            this.checkBoxAirBattleResult.Name = "checkBoxAirBattleResult";\r
+            this.checkBoxAirBattleResult.Size = new System.Drawing.Size(60, 16);\r
+            this.checkBoxAirBattleResult.TabIndex = 1;\r
+            this.checkBoxAirBattleResult.Text = "航空戦";\r
+            this.checkBoxAirBattleResult.UseVisualStyleBackColor = true;\r
+            // \r
+            // checkBoxResultRank\r
+            // \r
+            this.checkBoxResultRank.AutoSize = true;\r
+            this.checkBoxResultRank.Location = new System.Drawing.Point(9, 21);\r
+            this.checkBoxResultRank.Name = "checkBoxResultRank";\r
+            this.checkBoxResultRank.Size = new System.Drawing.Size(48, 16);\r
+            this.checkBoxResultRank.TabIndex = 0;\r
+            this.checkBoxResultRank.Text = "勝敗";\r
+            this.checkBoxResultRank.UseVisualStyleBackColor = true;\r
             // \r
             // groupBox2\r
             // \r
@@ -570,7 +625,7 @@ namespace KancolleSniffer
             this.tabPageVersion.Padding = new System.Windows.Forms.Padding(8);\r
             this.tabPageVersion.Size = new System.Drawing.Size(256, 158);\r
             this.tabPageVersion.TabIndex = 4;\r
-            this.tabPageVersion.Text = "バージョン情報";\r
+            this.tabPageVersion.Text = "バージョン";\r
             this.tabPageVersion.UseVisualStyleBackColor = true;\r
             // \r
             // richTextBox1\r
@@ -607,14 +662,14 @@ namespace KancolleSniffer
             this.labelVersion.AutoSize = true;\r
             this.labelVersion.Location = new System.Drawing.Point(92, 11);\r
             this.labelVersion.Name = "labelVersion";\r
-            this.labelVersion.Size = new System.Drawing.Size(70, 12);\r
+            this.labelVersion.Size = new System.Drawing.Size(50, 12);\r
             this.labelVersion.TabIndex = 10;\r
-            this.labelVersion.Text = "バージョン4.10";\r
+            this.labelVersion.Text = "バージョン";\r
             // \r
             // labelLatest\r
             // \r
             this.labelLatest.AutoSize = true;\r
-            this.labelLatest.Location = new System.Drawing.Point(161, 11);\r
+            this.labelLatest.Location = new System.Drawing.Point(167, 11);\r
             this.labelLatest.Name = "labelLatest";\r
             this.labelLatest.Size = new System.Drawing.Size(49, 12);\r
             this.labelLatest.TabIndex = 11;\r
@@ -812,53 +867,134 @@ namespace KancolleSniffer
             this.buttonOutputDir.UseVisualStyleBackColor = true;\r
             this.buttonOutputDir.Click += new System.EventHandler(this.buttonOutputDir_Click);\r
             // \r
-            // tabPageCollabo\r
-            // \r
-            this.tabPageCollabo.Controls.Add(this.groupBoxKancolleDb);\r
-            this.tabPageCollabo.Location = new System.Drawing.Point(4, 40);\r
-            this.tabPageCollabo.Name = "tabPageCollabo";\r
-            this.tabPageCollabo.Size = new System.Drawing.Size(256, 158);\r
-            this.tabPageCollabo.TabIndex = 8;\r
-            this.tabPageCollabo.Text = "連携";\r
-            this.tabPageCollabo.UseVisualStyleBackColor = true;\r
-            // \r
-            // groupBoxKancolleDb\r
-            // \r
-            this.groupBoxKancolleDb.Controls.Add(this.textBoxKancolleDbToken);\r
-            this.groupBoxKancolleDb.Controls.Add(this.label8);\r
-            this.groupBoxKancolleDb.Controls.Add(this.checkBoxKancolleDbOn);\r
-            this.groupBoxKancolleDb.Location = new System.Drawing.Point(11, 11);\r
-            this.groupBoxKancolleDb.Name = "groupBoxKancolleDb";\r
-            this.groupBoxKancolleDb.Size = new System.Drawing.Size(234, 48);\r
-            this.groupBoxKancolleDb.TabIndex = 0;\r
-            this.groupBoxKancolleDb.TabStop = false;\r
-            this.groupBoxKancolleDb.Text = "艦これ統計データベース";\r
-            // \r
-            // textBoxKancolleDbToken\r
-            // \r
-            this.textBoxKancolleDbToken.Location = new System.Drawing.Point(135, 18);\r
-            this.textBoxKancolleDbToken.Name = "textBoxKancolleDbToken";\r
-            this.textBoxKancolleDbToken.Size = new System.Drawing.Size(93, 19);\r
-            this.textBoxKancolleDbToken.TabIndex = 2;\r
-            // \r
-            // label8\r
-            // \r
-            this.label8.AutoSize = true;\r
-            this.label8.Location = new System.Drawing.Point(73, 21);\r
-            this.label8.Name = "label8";\r
-            this.label8.Size = new System.Drawing.Size(63, 12);\r
-            this.label8.TabIndex = 1;\r
-            this.label8.Text = "アクセスキー:";\r
-            // \r
-            // checkBoxKancolleDbOn\r
-            // \r
-            this.checkBoxKancolleDbOn.AutoSize = true;\r
-            this.checkBoxKancolleDbOn.Location = new System.Drawing.Point(6, 20);\r
-            this.checkBoxKancolleDbOn.Name = "checkBoxKancolleDbOn";\r
-            this.checkBoxKancolleDbOn.Size = new System.Drawing.Size(67, 16);\r
-            this.checkBoxKancolleDbOn.TabIndex = 0;\r
-            this.checkBoxKancolleDbOn.Text = "送信する";\r
-            this.checkBoxKancolleDbOn.UseVisualStyleBackColor = true;\r
+            // tabPagePush\r
+            // \r
+            this.tabPagePush.Controls.Add(this.groupBoxPushover);\r
+            this.tabPagePush.Controls.Add(this.groupBoxPushbullet);\r
+            this.tabPagePush.Location = new System.Drawing.Point(4, 40);\r
+            this.tabPagePush.Name = "tabPagePush";\r
+            this.tabPagePush.Size = new System.Drawing.Size(256, 158);\r
+            this.tabPagePush.TabIndex = 8;\r
+            this.tabPagePush.Text = "プッシュ通知";\r
+            this.tabPagePush.UseVisualStyleBackColor = true;\r
+            // \r
+            // groupBoxPushover\r
+            // \r
+            this.groupBoxPushover.Controls.Add(this.buttonPushoverTest);\r
+            this.groupBoxPushover.Controls.Add(this.label16);\r
+            this.groupBoxPushover.Controls.Add(this.label12);\r
+            this.groupBoxPushover.Controls.Add(this.textBoxPushoverUserKey);\r
+            this.groupBoxPushover.Controls.Add(this.checkBoxPushoverOn);\r
+            this.groupBoxPushover.Controls.Add(this.textBoxPushoverApiKey);\r
+            this.groupBoxPushover.Location = new System.Drawing.Point(11, 60);\r
+            this.groupBoxPushover.Name = "groupBoxPushover";\r
+            this.groupBoxPushover.Size = new System.Drawing.Size(236, 66);\r
+            this.groupBoxPushover.TabIndex = 2;\r
+            this.groupBoxPushover.TabStop = false;\r
+            this.groupBoxPushover.Text = "Pushover";\r
+            // \r
+            // buttonPushoverTest\r
+            // \r
+            this.buttonPushoverTest.Font = new System.Drawing.Font("MS ゴシック", 9F);\r
+            this.buttonPushoverTest.Location = new System.Drawing.Point(6, 36);\r
+            this.buttonPushoverTest.Name = "buttonPushoverTest";\r
+            this.buttonPushoverTest.Size = new System.Drawing.Size(37, 23);\r
+            this.buttonPushoverTest.TabIndex = 12;\r
+            this.buttonPushoverTest.Text = "Test";\r
+            this.buttonPushoverTest.UseVisualStyleBackColor = true;\r
+            this.buttonPushoverTest.Click += new System.EventHandler(this.buttonPushoverTest_Click);\r
+            // \r
+            // label16\r
+            // \r
+            this.label16.AutoSize = true;\r
+            this.label16.Location = new System.Drawing.Point(58, 17);\r
+            this.label16.Name = "label16";\r
+            this.label16.Size = new System.Drawing.Size(48, 12);\r
+            this.label16.TabIndex = 11;\r
+            this.label16.Text = "API Key:";\r
+            // \r
+            // label12\r
+            // \r
+            this.label12.AutoSize = true;\r
+            this.label12.Location = new System.Drawing.Point(52, 41);\r
+            this.label12.Name = "label12";\r
+            this.label12.Size = new System.Drawing.Size(54, 12);\r
+            this.label12.TabIndex = 10;\r
+            this.label12.Text = "User Key:";\r
+            // \r
+            // textBoxPushoverUserKey\r
+            // \r
+            this.textBoxPushoverUserKey.Location = new System.Drawing.Point(106, 38);\r
+            this.textBoxPushoverUserKey.Name = "textBoxPushoverUserKey";\r
+            this.textBoxPushoverUserKey.Size = new System.Drawing.Size(122, 19);\r
+            this.textBoxPushoverUserKey.TabIndex = 9;\r
+            // \r
+            // checkBoxPushoverOn\r
+            // \r
+            this.checkBoxPushoverOn.AutoSize = true;\r
+            this.checkBoxPushoverOn.Location = new System.Drawing.Point(6, 16);\r
+            this.checkBoxPushoverOn.Name = "checkBoxPushoverOn";\r
+            this.checkBoxPushoverOn.Size = new System.Drawing.Size(48, 16);\r
+            this.checkBoxPushoverOn.TabIndex = 5;\r
+            this.checkBoxPushoverOn.Text = "有効";\r
+            this.checkBoxPushoverOn.UseVisualStyleBackColor = true;\r
+            // \r
+            // textBoxPushoverApiKey\r
+            // \r
+            this.textBoxPushoverApiKey.Location = new System.Drawing.Point(106, 13);\r
+            this.textBoxPushoverApiKey.Name = "textBoxPushoverApiKey";\r
+            this.textBoxPushoverApiKey.Size = new System.Drawing.Size(122, 19);\r
+            this.textBoxPushoverApiKey.TabIndex = 7;\r
+            // \r
+            // groupBoxPushbullet\r
+            // \r
+            this.groupBoxPushbullet.Controls.Add(this.buttonPushbulletTest);\r
+            this.groupBoxPushbullet.Controls.Add(this.textBoxPushbulletToken);\r
+            this.groupBoxPushbullet.Controls.Add(this.label7);\r
+            this.groupBoxPushbullet.Controls.Add(this.checkBoxPushbulletOn);\r
+            this.groupBoxPushbullet.Location = new System.Drawing.Point(11, 11);\r
+            this.groupBoxPushbullet.Name = "groupBoxPushbullet";\r
+            this.groupBoxPushbullet.Size = new System.Drawing.Size(236, 43);\r
+            this.groupBoxPushbullet.TabIndex = 1;\r
+            this.groupBoxPushbullet.TabStop = false;\r
+            this.groupBoxPushbullet.Text = "Pushbullet";\r
+            // \r
+            // buttonPushbulletTest\r
+            // \r
+            this.buttonPushbulletTest.Font = new System.Drawing.Font("MS ゴシック", 9F);\r
+            this.buttonPushbulletTest.Location = new System.Drawing.Point(193, 13);\r
+            this.buttonPushbulletTest.Name = "buttonPushbulletTest";\r
+            this.buttonPushbulletTest.Size = new System.Drawing.Size(37, 23);\r
+            this.buttonPushbulletTest.TabIndex = 3;\r
+            this.buttonPushbulletTest.Text = "Test";\r
+            this.buttonPushbulletTest.UseVisualStyleBackColor = true;\r
+            this.buttonPushbulletTest.Click += new System.EventHandler(this.buttonPushbulletTest_Click);\r
+            // \r
+            // textBoxPushbulletToken\r
+            // \r
+            this.textBoxPushbulletToken.Location = new System.Drawing.Point(91, 15);\r
+            this.textBoxPushbulletToken.Name = "textBoxPushbulletToken";\r
+            this.textBoxPushbulletToken.Size = new System.Drawing.Size(98, 19);\r
+            this.textBoxPushbulletToken.TabIndex = 2;\r
+            // \r
+            // label7\r
+            // \r
+            this.label7.AutoSize = true;\r
+            this.label7.Location = new System.Drawing.Point(52, 19);\r
+            this.label7.Name = "label7";\r
+            this.label7.Size = new System.Drawing.Size(38, 12);\r
+            this.label7.TabIndex = 1;\r
+            this.label7.Text = "Token:";\r
+            // \r
+            // checkBoxPushbulletOn\r
+            // \r
+            this.checkBoxPushbulletOn.AutoSize = true;\r
+            this.checkBoxPushbulletOn.Location = new System.Drawing.Point(6, 18);\r
+            this.checkBoxPushbulletOn.Name = "checkBoxPushbulletOn";\r
+            this.checkBoxPushbulletOn.Size = new System.Drawing.Size(48, 16);\r
+            this.checkBoxPushbulletOn.TabIndex = 0;\r
+            this.checkBoxPushbulletOn.Text = "有効";\r
+            this.checkBoxPushbulletOn.UseVisualStyleBackColor = true;\r
             // \r
             // tabPageDebug\r
             // \r
@@ -952,12 +1088,6 @@ namespace KancolleSniffer
     ";*.wma;*.mp2;*.mp3";\r
             this.openSoundFileDialog.Title = "オーディオファイルを選択する";\r
             // \r
-            // toolTipError\r
-            // \r
-            this.toolTipError.AutomaticDelay = 0;\r
-            this.toolTipError.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Error;\r
-            this.toolTipError.ToolTipTitle = "入力エラー";\r
-            // \r
             // folderBrowserDialogOutputDir\r
             // \r
             this.folderBrowserDialogOutputDir.Description = "報告書の出力先を指定します。";\r
@@ -967,6 +1097,16 @@ namespace KancolleSniffer
             this.openDebugLogDialog.CheckFileExists = false;\r
             this.openDebugLogDialog.Title = "ログファイルの選択";\r
             // \r
+            // checkBoxNextCell\r
+            // \r
+            this.checkBoxNextCell.AutoSize = true;\r
+            this.checkBoxNextCell.Location = new System.Drawing.Point(174, 21);\r
+            this.checkBoxNextCell.Name = "checkBoxNextCell";\r
+            this.checkBoxNextCell.Size = new System.Drawing.Size(48, 16);\r
+            this.checkBoxNextCell.TabIndex = 3;\r
+            this.checkBoxNextCell.Text = "進路";\r
+            this.checkBoxNextCell.UseVisualStyleBackColor = true;\r
+            // \r
             // ConfigDialog\r
             // \r
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\r
@@ -984,8 +1124,8 @@ namespace KancolleSniffer
             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ConfigDialog_FormClosing);\r
             this.Load += new System.EventHandler(this.ConfigDialog_Load);\r
             this.tabControl.ResumeLayout(false);\r
-            this.tabPageShow.ResumeLayout(false);\r
-            this.tabPageShow.PerformLayout();\r
+            this.tabPageWindow.ResumeLayout(false);\r
+            this.tabPageWindow.PerformLayout();\r
             this.tabPageNotification.ResumeLayout(false);\r
             this.tabPageNotification.PerformLayout();\r
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMarginEquips)).EndInit();\r
@@ -1009,9 +1149,11 @@ namespace KancolleSniffer
             this.tabPageLog.ResumeLayout(false);\r
             this.tabPageLog.PerformLayout();\r
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMaterialLogInterval)).EndInit();\r
-            this.tabPageCollabo.ResumeLayout(false);\r
-            this.groupBoxKancolleDb.ResumeLayout(false);\r
-            this.groupBoxKancolleDb.PerformLayout();\r
+            this.tabPagePush.ResumeLayout(false);\r
+            this.groupBoxPushover.ResumeLayout(false);\r
+            this.groupBoxPushover.PerformLayout();\r
+            this.groupBoxPushbullet.ResumeLayout(false);\r
+            this.groupBoxPushbullet.PerformLayout();\r
             this.tabPageDebug.ResumeLayout(false);\r
             this.tabPageDebug.PerformLayout();\r
             this.ResumeLayout(false);\r
@@ -1021,7 +1163,7 @@ namespace KancolleSniffer
         #endregion\r
 \r
         private System.Windows.Forms.TabControl tabControl;\r
-        private System.Windows.Forms.TabPage tabPageShow;\r
+        private System.Windows.Forms.TabPage tabPageWindow;\r
         private System.Windows.Forms.TabPage tabPageNotification;\r
         private System.Windows.Forms.Button buttonCancel;\r
         private System.Windows.Forms.Button buttonOk;\r
@@ -1068,7 +1210,6 @@ namespace KancolleSniffer
         private System.Windows.Forms.RadioButton radioButtonAutoConfigOn;\r
         private System.Windows.Forms.TextBox textBoxListen;\r
         private System.Windows.Forms.Label labelListen;\r
-        private System.Windows.Forms.ToolTip toolTipError;\r
         private System.Windows.Forms.TabPage tabPageLog;\r
         private System.Windows.Forms.Label label10;\r
         private System.Windows.Forms.CheckBox checkBoxOutput;\r
@@ -1087,17 +1228,30 @@ namespace KancolleSniffer
         private System.Windows.Forms.OpenFileDialog openDebugLogDialog;\r
         private System.Windows.Forms.GroupBox groupBox3;\r
         private System.Windows.Forms.GroupBox groupBox2;\r
-        private System.Windows.Forms.RadioButton radioButtonResultRankWhenClick;\r
-        private System.Windows.Forms.RadioButton radioButtonResultRankAlways;\r
         private System.Windows.Forms.CheckBox checkBoxPresetAkashi;\r
-        private System.Windows.Forms.TabPage tabPageCollabo;\r
-        private System.Windows.Forms.GroupBox groupBoxKancolleDb;\r
-        private System.Windows.Forms.TextBox textBoxKancolleDbToken;\r
-        private System.Windows.Forms.Label label8;\r
-        private System.Windows.Forms.CheckBox checkBoxKancolleDbOn;\r
+        private System.Windows.Forms.TabPage tabPagePush;\r
         private System.Windows.Forms.ComboBox comboBoxZoom;\r
         private System.Windows.Forms.Label label14;\r
         private System.Windows.Forms.Label label15;\r
         private System.Windows.Forms.Button buttonDetailedSettings;\r
+        private System.Windows.Forms.GroupBox groupBoxPushbullet;\r
+        private System.Windows.Forms.TextBox textBoxPushbulletToken;\r
+        private System.Windows.Forms.Label label7;\r
+        private System.Windows.Forms.CheckBox checkBoxPushbulletOn;\r
+        private System.Windows.Forms.Button buttonPushbulletTest;\r
+        private System.Windows.Forms.CheckBox checkBoxExitSilently;\r
+        private System.Windows.Forms.CheckBox checkBoxLocationPerMachine;\r
+        private System.Windows.Forms.TextBox textBoxPushoverApiKey;\r
+        private System.Windows.Forms.CheckBox checkBoxPushoverOn;\r
+        private System.Windows.Forms.GroupBox groupBoxPushover;\r
+        private System.Windows.Forms.Button buttonPushoverTest;\r
+        private System.Windows.Forms.Label label16;\r
+        private System.Windows.Forms.Label label12;\r
+        private System.Windows.Forms.TextBox textBoxPushoverUserKey;\r
+        private System.Windows.Forms.CheckBox checkBoxRepeat;\r
+        private System.Windows.Forms.CheckBox checkBoxBattleResult;\r
+        private System.Windows.Forms.CheckBox checkBoxAirBattleResult;\r
+        private System.Windows.Forms.CheckBox checkBoxResultRank;\r
+        private System.Windows.Forms.CheckBox checkBoxNextCell;\r
     }\r
 }
\ No newline at end of file