X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=KancolleSniffer%2FConfigDialog.Designer.cs;h=60c1e4b0777bf29cd9b4f3f361484e1eb90e9ce2;hb=c41c11d75256750d73e2022d69432853576a1e3c;hp=4bce02d103890d24d4591a1901a02bd39f1a753e;hpb=e72d2fe35c3f2d14349dbb637a2b1e839d837e61;p=kancollesniffer%2FKancolleSniffer.git diff --git a/KancolleSniffer/ConfigDialog.Designer.cs b/KancolleSniffer/ConfigDialog.Designer.cs index 4bce02d..60c1e4b 100644 --- a/KancolleSniffer/ConfigDialog.Designer.cs +++ b/KancolleSniffer/ConfigDialog.Designer.cs @@ -1,19 +1,16 @@ -// Copyright (C) 2014 Kazuhiro Fujieda +// Copyright (C) 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 { @@ -46,7 +43,15 @@ namespace KancolleSniffer private void InitializeComponent() { this.components = new System.ComponentModel.Container(); - this.groupBoxNotification = new System.Windows.Forms.GroupBox(); + this.tabControl = new System.Windows.Forms.TabControl(); + this.tabPageShow = new System.Windows.Forms.TabPage(); + this.label15 = new System.Windows.Forms.Label(); + this.comboBoxZoom = new System.Windows.Forms.ComboBox(); + this.label14 = new System.Windows.Forms.Label(); + this.checkBoxHideOnMinimized = new System.Windows.Forms.CheckBox(); + this.checkBoxTopMost = new System.Windows.Forms.CheckBox(); + this.tabPageNotification = new System.Windows.Forms.TabPage(); + this.buttonDetailedSettings = new System.Windows.Forms.Button(); this.label6 = new System.Windows.Forms.Label(); this.checkBoxCond49 = new System.Windows.Forms.CheckBox(); this.checkBoxCond40 = new System.Windows.Forms.CheckBox(); @@ -59,100 +64,251 @@ namespace KancolleSniffer this.checkBoxSound = new System.Windows.Forms.CheckBox(); this.checkBoxBalloon = new System.Windows.Forms.CheckBox(); this.checkBoxFlash = new System.Windows.Forms.CheckBox(); - this.groupBoxSound = new System.Windows.Forms.GroupBox(); + this.tabPageAchievement = new System.Windows.Forms.TabPage(); + this.checkBoxPresetAkashi = new System.Windows.Forms.CheckBox(); + this.groupBox3 = new System.Windows.Forms.GroupBox(); + this.radioButtonResultRankWhenClick = new System.Windows.Forms.RadioButton(); + this.radioButtonResultRankAlways = new System.Windows.Forms.RadioButton(); + this.groupBox2 = new System.Windows.Forms.GroupBox(); + this.checkBoxReset02 = new System.Windows.Forms.CheckBox(); + this.buttonResetAchievement = new System.Windows.Forms.Button(); + this.checkBoxReset14 = new System.Windows.Forms.CheckBox(); + this.tabPageSound = new System.Windows.Forms.TabPage(); this.buttonPlay = new System.Windows.Forms.Button(); this.listBoxSoundFile = new System.Windows.Forms.ListBox(); this.buttonOpenFile = new System.Windows.Forms.Button(); this.textBoxSoundFile = new System.Windows.Forms.TextBox(); this.numericUpDownSoundVolume = new System.Windows.Forms.NumericUpDown(); this.label3 = new System.Windows.Forms.Label(); - this.buttonOk = new System.Windows.Forms.Button(); - this.buttonCancel = new System.Windows.Forms.Button(); - this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); - this.groupBoxShow = new System.Windows.Forms.GroupBox(); - this.checkBoxHideOnMinimized = new System.Windows.Forms.CheckBox(); - this.checkBoxTopMost = new System.Windows.Forms.CheckBox(); - this.groupBoxAchievement = new System.Windows.Forms.GroupBox(); - this.buttonResetAchievement = new System.Windows.Forms.Button(); + this.tabPageVersion = new System.Windows.Forms.TabPage(); + this.richTextBox1 = new System.Windows.Forms.RichTextBox(); + this.labelCopyright = new System.Windows.Forms.Label(); + this.linkLabelProductName = new System.Windows.Forms.LinkLabel(); + this.labelVersion = new System.Windows.Forms.Label(); + this.labelLatest = new System.Windows.Forms.Label(); + this.tabPageProxy = new System.Windows.Forms.TabPage(); + this.groupBoxUpstream = new System.Windows.Forms.GroupBox(); + this.radioButtonUpstreamOff = new System.Windows.Forms.RadioButton(); + this.radioButtonUpstreamOn = new System.Windows.Forms.RadioButton(); + this.textBoxPort = new System.Windows.Forms.TextBox(); + this.labelPort = new System.Windows.Forms.Label(); + this.groupBoxAutoConfig = new System.Windows.Forms.GroupBox(); + this.radioButtonAutoConfigOff = new System.Windows.Forms.RadioButton(); + this.radioButtonAutoConfigOn = new System.Windows.Forms.RadioButton(); + this.textBoxListen = new System.Windows.Forms.TextBox(); + this.labelListen = new System.Windows.Forms.Label(); + this.tabPageLog = new System.Windows.Forms.TabPage(); + this.label10 = new System.Windows.Forms.Label(); + this.checkBoxOutput = new System.Windows.Forms.CheckBox(); + this.label9 = new System.Windows.Forms.Label(); + this.numericUpDownMaterialLogInterval = new System.Windows.Forms.NumericUpDown(); + this.textBoxOutput = new System.Windows.Forms.TextBox(); + this.label11 = new System.Windows.Forms.Label(); + this.buttonOutputDir = new System.Windows.Forms.Button(); + this.tabPageCollabo = new System.Windows.Forms.TabPage(); + this.groupBoxPushbullet = new System.Windows.Forms.GroupBox(); + this.buttonPushbulletTest = new System.Windows.Forms.Button(); + this.textBoxPushbulletToken = new System.Windows.Forms.TextBox(); + this.label7 = new System.Windows.Forms.Label(); + this.checkBoxPushbulletOn = new System.Windows.Forms.CheckBox(); + this.groupBoxKancolleDb = new System.Windows.Forms.GroupBox(); + this.textBoxKancolleDbToken = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); - this.checkBoxReset14 = new System.Windows.Forms.CheckBox(); - this.checkBoxReset02 = new System.Windows.Forms.CheckBox(); - this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); - this.ProxyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.DebugToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.checkBoxAutoScale = new System.Windows.Forms.CheckBox(); - this.groupBoxNotification.SuspendLayout(); + this.checkBoxKancolleDbOn = new System.Windows.Forms.CheckBox(); + this.tabPageDebug = new System.Windows.Forms.TabPage(); + this.buttonPlayDebugLog = new System.Windows.Forms.Button(); + this.buttonDebugLogOpenFile = new System.Windows.Forms.Button(); + this.textBoxDebugLog = new System.Windows.Forms.TextBox(); + this.label13 = new System.Windows.Forms.Label(); + this.checkBoxDebugLog = new System.Windows.Forms.CheckBox(); + this.buttonCancel = new System.Windows.Forms.Button(); + this.buttonOk = new System.Windows.Forms.Button(); + this.openSoundFileDialog = new System.Windows.Forms.OpenFileDialog(); + this.toolTipError = new System.Windows.Forms.ToolTip(this.components); + this.folderBrowserDialogOutputDir = new System.Windows.Forms.FolderBrowserDialog(); + this.openDebugLogDialog = new System.Windows.Forms.OpenFileDialog(); + this.tabControl.SuspendLayout(); + this.tabPageShow.SuspendLayout(); + this.tabPageNotification.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMarginEquips)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMarginShips)).BeginInit(); - this.groupBoxSound.SuspendLayout(); + this.tabPageAchievement.SuspendLayout(); + this.groupBox3.SuspendLayout(); + this.groupBox2.SuspendLayout(); + this.tabPageSound.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSoundVolume)).BeginInit(); - this.groupBoxShow.SuspendLayout(); - this.groupBoxAchievement.SuspendLayout(); - this.contextMenuStrip.SuspendLayout(); + this.tabPageVersion.SuspendLayout(); + this.tabPageProxy.SuspendLayout(); + this.groupBoxUpstream.SuspendLayout(); + this.groupBoxAutoConfig.SuspendLayout(); + this.tabPageLog.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMaterialLogInterval)).BeginInit(); + this.tabPageCollabo.SuspendLayout(); + this.groupBoxPushbullet.SuspendLayout(); + this.groupBoxKancolleDb.SuspendLayout(); + this.tabPageDebug.SuspendLayout(); this.SuspendLayout(); // - // groupBoxNotification - // - this.groupBoxNotification.Controls.Add(this.label6); - this.groupBoxNotification.Controls.Add(this.checkBoxCond49); - this.groupBoxNotification.Controls.Add(this.checkBoxCond40); - this.groupBoxNotification.Controls.Add(this.label5); - this.groupBoxNotification.Controls.Add(this.numericUpDownMarginEquips); - this.groupBoxNotification.Controls.Add(this.label4); - this.groupBoxNotification.Controls.Add(this.numericUpDownMarginShips); - this.groupBoxNotification.Controls.Add(this.label2); - this.groupBoxNotification.Controls.Add(this.label1); - this.groupBoxNotification.Controls.Add(this.checkBoxSound); - this.groupBoxNotification.Controls.Add(this.checkBoxBalloon); - this.groupBoxNotification.Controls.Add(this.checkBoxFlash); - this.groupBoxNotification.Location = new System.Drawing.Point(6, 92); - this.groupBoxNotification.Name = "groupBoxNotification"; - this.groupBoxNotification.Size = new System.Drawing.Size(240, 147); - this.groupBoxNotification.TabIndex = 0; - this.groupBoxNotification.TabStop = false; - this.groupBoxNotification.Text = "通知"; + // tabControl + // + this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left))); + this.tabControl.Controls.Add(this.tabPageShow); + this.tabControl.Controls.Add(this.tabPageNotification); + this.tabControl.Controls.Add(this.tabPageAchievement); + this.tabControl.Controls.Add(this.tabPageSound); + this.tabControl.Controls.Add(this.tabPageVersion); + this.tabControl.Controls.Add(this.tabPageProxy); + this.tabControl.Controls.Add(this.tabPageLog); + this.tabControl.Controls.Add(this.tabPageCollabo); + this.tabControl.Controls.Add(this.tabPageDebug); + this.tabControl.Location = new System.Drawing.Point(7, 6); + this.tabControl.Multiline = true; + this.tabControl.Name = "tabControl"; + this.tabControl.SelectedIndex = 0; + this.tabControl.Size = new System.Drawing.Size(264, 202); + this.tabControl.TabIndex = 0; + // + // tabPageShow + // + this.tabPageShow.Controls.Add(this.label15); + this.tabPageShow.Controls.Add(this.comboBoxZoom); + this.tabPageShow.Controls.Add(this.label14); + this.tabPageShow.Controls.Add(this.checkBoxHideOnMinimized); + this.tabPageShow.Controls.Add(this.checkBoxTopMost); + this.tabPageShow.Location = new System.Drawing.Point(4, 40); + this.tabPageShow.Name = "tabPageShow"; + this.tabPageShow.Padding = new System.Windows.Forms.Padding(8); + this.tabPageShow.Size = new System.Drawing.Size(256, 158); + this.tabPageShow.TabIndex = 0; + this.tabPageShow.Text = "表示"; + this.tabPageShow.UseVisualStyleBackColor = true; + // + // label15 + // + this.label15.AutoSize = true; + this.label15.Location = new System.Drawing.Point(97, 57); + this.label15.Name = "label15"; + this.label15.Size = new System.Drawing.Size(61, 12); + this.label15.TabIndex = 6; + this.label15.Text = "(要再起動)"; + // + // comboBoxZoom + // + this.comboBoxZoom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.comboBoxZoom.FormattingEnabled = true; + this.comboBoxZoom.Items.AddRange(new object[] { + "100%", + "125%", + "150%"}); + this.comboBoxZoom.Location = new System.Drawing.Point(47, 54); + this.comboBoxZoom.Name = "comboBoxZoom"; + this.comboBoxZoom.Size = new System.Drawing.Size(48, 20); + this.comboBoxZoom.TabIndex = 5; + // + // label14 + // + this.label14.AutoSize = true; + this.label14.Location = new System.Drawing.Point(9, 57); + this.label14.Name = "label14"; + this.label14.Size = new System.Drawing.Size(35, 12); + this.label14.TabIndex = 4; + this.label14.Text = "ズーム"; + // + // checkBoxHideOnMinimized + // + this.checkBoxHideOnMinimized.AutoSize = true; + this.checkBoxHideOnMinimized.Location = new System.Drawing.Point(11, 32); + this.checkBoxHideOnMinimized.Name = "checkBoxHideOnMinimized"; + this.checkBoxHideOnMinimized.Size = new System.Drawing.Size(188, 16); + this.checkBoxHideOnMinimized.TabIndex = 3; + this.checkBoxHideOnMinimized.Text = "最小化時にタスクバーに表示しない"; + this.checkBoxHideOnMinimized.UseVisualStyleBackColor = true; + // + // checkBoxTopMost + // + this.checkBoxTopMost.AutoSize = true; + this.checkBoxTopMost.Location = new System.Drawing.Point(11, 11); + this.checkBoxTopMost.Name = "checkBoxTopMost"; + this.checkBoxTopMost.Size = new System.Drawing.Size(112, 16); + this.checkBoxTopMost.TabIndex = 2; + this.checkBoxTopMost.Text = "最前面に表示する"; + this.checkBoxTopMost.UseVisualStyleBackColor = true; + // + // tabPageNotification + // + this.tabPageNotification.Controls.Add(this.buttonDetailedSettings); + this.tabPageNotification.Controls.Add(this.label6); + this.tabPageNotification.Controls.Add(this.checkBoxCond49); + this.tabPageNotification.Controls.Add(this.checkBoxCond40); + this.tabPageNotification.Controls.Add(this.label5); + this.tabPageNotification.Controls.Add(this.numericUpDownMarginEquips); + this.tabPageNotification.Controls.Add(this.label4); + this.tabPageNotification.Controls.Add(this.numericUpDownMarginShips); + this.tabPageNotification.Controls.Add(this.label2); + this.tabPageNotification.Controls.Add(this.label1); + this.tabPageNotification.Controls.Add(this.checkBoxSound); + this.tabPageNotification.Controls.Add(this.checkBoxBalloon); + this.tabPageNotification.Controls.Add(this.checkBoxFlash); + this.tabPageNotification.Location = new System.Drawing.Point(4, 40); + this.tabPageNotification.Name = "tabPageNotification"; + this.tabPageNotification.Padding = new System.Windows.Forms.Padding(8); + this.tabPageNotification.Size = new System.Drawing.Size(256, 158); + this.tabPageNotification.TabIndex = 1; + this.tabPageNotification.Text = "通知"; + this.tabPageNotification.UseVisualStyleBackColor = true; + // + // buttonDetailedSettings + // + this.buttonDetailedSettings.Location = new System.Drawing.Point(170, 11); + this.buttonDetailedSettings.Name = "buttonDetailedSettings"; + this.buttonDetailedSettings.Size = new System.Drawing.Size(75, 23); + this.buttonDetailedSettings.TabIndex = 26; + this.buttonDetailedSettings.Text = "詳細設定..."; + this.buttonDetailedSettings.UseVisualStyleBackColor = true; + this.buttonDetailedSettings.Click += new System.EventHandler(this.buttonDetailedSettings_Click); // // label6 // this.label6.AutoSize = true; - this.label6.Location = new System.Drawing.Point(4, 126); + this.label6.Location = new System.Drawing.Point(9, 119); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(105, 12); - this.label6.TabIndex = 13; + this.label6.TabIndex = 25; this.label6.Text = "疲労回復を通知する"; // // checkBoxCond49 // this.checkBoxCond49.AutoSize = true; - this.checkBoxCond49.Location = new System.Drawing.Point(175, 125); + this.checkBoxCond49.Location = new System.Drawing.Point(180, 118); this.checkBoxCond49.Name = "checkBoxCond49"; this.checkBoxCond49.Size = new System.Drawing.Size(60, 16); - this.checkBoxCond49.TabIndex = 12; + this.checkBoxCond49.TabIndex = 24; this.checkBoxCond49.Text = "cond49"; this.checkBoxCond49.UseVisualStyleBackColor = true; // // checkBoxCond40 // this.checkBoxCond40.AutoSize = true; - this.checkBoxCond40.Location = new System.Drawing.Point(113, 125); + this.checkBoxCond40.Location = new System.Drawing.Point(118, 118); this.checkBoxCond40.Name = "checkBoxCond40"; this.checkBoxCond40.Size = new System.Drawing.Size(60, 16); - this.checkBoxCond40.TabIndex = 11; + this.checkBoxCond40.TabIndex = 23; this.checkBoxCond40.Text = "cond40"; this.checkBoxCond40.UseVisualStyleBackColor = true; // // label5 // this.label5.AutoSize = true; - this.label5.Location = new System.Drawing.Point(113, 103); + this.label5.Location = new System.Drawing.Point(118, 96); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(70, 12); - this.label5.TabIndex = 9; + this.label5.TabIndex = 22; this.label5.Text = "個で通知する"; // // numericUpDownMarginEquips // - this.numericUpDownMarginEquips.Location = new System.Drawing.Point(76, 101); + this.numericUpDownMarginEquips.Location = new System.Drawing.Point(81, 94); this.numericUpDownMarginEquips.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3); this.numericUpDownMarginEquips.Maximum = new decimal(new int[] { 99, @@ -161,21 +317,21 @@ namespace KancolleSniffer 0}); this.numericUpDownMarginEquips.Name = "numericUpDownMarginEquips"; this.numericUpDownMarginEquips.Size = new System.Drawing.Size(36, 19); - this.numericUpDownMarginEquips.TabIndex = 8; + this.numericUpDownMarginEquips.TabIndex = 21; this.numericUpDownMarginEquips.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // label4 // this.label4.AutoSize = true; - this.label4.Location = new System.Drawing.Point(47, 103); + this.label4.Location = new System.Drawing.Point(52, 96); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(29, 12); - this.label4.TabIndex = 7; + this.label4.TabIndex = 20; this.label4.Text = "装備"; // // numericUpDownMarginShips // - this.numericUpDownMarginShips.Location = new System.Drawing.Point(76, 81); + this.numericUpDownMarginShips.Location = new System.Drawing.Point(80, 74); this.numericUpDownMarginShips.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3); this.numericUpDownMarginShips.Maximum = new decimal(new int[] { 99, @@ -184,80 +340,180 @@ namespace KancolleSniffer 0}); this.numericUpDownMarginShips.Name = "numericUpDownMarginShips"; this.numericUpDownMarginShips.Size = new System.Drawing.Size(36, 19); - this.numericUpDownMarginShips.TabIndex = 6; + this.numericUpDownMarginShips.TabIndex = 19; this.numericUpDownMarginShips.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // label2 // this.label2.AutoSize = true; - this.label2.Location = new System.Drawing.Point(113, 83); + this.label2.Location = new System.Drawing.Point(118, 76); this.label2.Margin = new System.Windows.Forms.Padding(0, 3, 3, 3); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(17, 12); - this.label2.TabIndex = 5; + this.label2.TabIndex = 18; this.label2.Text = "隻"; // // label1 // this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(4, 83); + this.label1.Location = new System.Drawing.Point(9, 76); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(72, 12); - this.label1.TabIndex = 3; + this.label1.TabIndex = 17; this.label1.Text = "上限まで艦娘"; // // checkBoxSound // this.checkBoxSound.AutoSize = true; - this.checkBoxSound.Location = new System.Drawing.Point(6, 60); + this.checkBoxSound.Location = new System.Drawing.Point(11, 53); this.checkBoxSound.Name = "checkBoxSound"; - this.checkBoxSound.Size = new System.Drawing.Size(113, 16); - this.checkBoxSound.TabIndex = 2; - this.checkBoxSound.Text = "サウンドを再生する"; + this.checkBoxSound.Size = new System.Drawing.Size(94, 16); + this.checkBoxSound.TabIndex = 16; + this.checkBoxSound.Text = "サウンドを再生"; this.checkBoxSound.UseVisualStyleBackColor = true; - this.checkBoxSound.CheckedChanged += new System.EventHandler(this.checkBoxSound_CheckedChanged); // // checkBoxBalloon // this.checkBoxBalloon.AutoSize = true; - this.checkBoxBalloon.Location = new System.Drawing.Point(6, 39); + this.checkBoxBalloon.Location = new System.Drawing.Point(11, 32); this.checkBoxBalloon.Name = "checkBoxBalloon"; - this.checkBoxBalloon.Size = new System.Drawing.Size(172, 16); - this.checkBoxBalloon.TabIndex = 1; - this.checkBoxBalloon.Text = "通知領域にバルーンを表示する"; + this.checkBoxBalloon.Size = new System.Drawing.Size(153, 16); + this.checkBoxBalloon.TabIndex = 15; + this.checkBoxBalloon.Text = "通知領域にバルーンを表示"; this.checkBoxBalloon.UseVisualStyleBackColor = true; // // checkBoxFlash // this.checkBoxFlash.AutoSize = true; - this.checkBoxFlash.Location = new System.Drawing.Point(6, 18); + this.checkBoxFlash.Location = new System.Drawing.Point(11, 11); this.checkBoxFlash.Name = "checkBoxFlash"; - this.checkBoxFlash.Size = new System.Drawing.Size(127, 16); - this.checkBoxFlash.TabIndex = 0; - this.checkBoxFlash.Text = "ウィンドウを点滅させる"; + this.checkBoxFlash.Size = new System.Drawing.Size(100, 16); + this.checkBoxFlash.TabIndex = 14; + this.checkBoxFlash.Text = "ウィンドウを点滅"; this.checkBoxFlash.UseVisualStyleBackColor = true; // - // groupBoxSound - // - this.groupBoxSound.Controls.Add(this.buttonPlay); - this.groupBoxSound.Controls.Add(this.listBoxSoundFile); - this.groupBoxSound.Controls.Add(this.buttonOpenFile); - this.groupBoxSound.Controls.Add(this.textBoxSoundFile); - this.groupBoxSound.Controls.Add(this.numericUpDownSoundVolume); - this.groupBoxSound.Controls.Add(this.label3); - this.groupBoxSound.Location = new System.Drawing.Point(6, 287); - this.groupBoxSound.Name = "groupBoxSound"; - this.groupBoxSound.Size = new System.Drawing.Size(240, 138); - this.groupBoxSound.TabIndex = 1; - this.groupBoxSound.TabStop = false; - this.groupBoxSound.Text = "サウンド"; + // tabPageAchievement + // + this.tabPageAchievement.Controls.Add(this.checkBoxPresetAkashi); + this.tabPageAchievement.Controls.Add(this.groupBox3); + this.tabPageAchievement.Controls.Add(this.groupBox2); + this.tabPageAchievement.Location = new System.Drawing.Point(4, 40); + this.tabPageAchievement.Name = "tabPageAchievement"; + this.tabPageAchievement.Padding = new System.Windows.Forms.Padding(8); + this.tabPageAchievement.Size = new System.Drawing.Size(256, 158); + this.tabPageAchievement.TabIndex = 2; + this.tabPageAchievement.Text = "機能"; + this.tabPageAchievement.UseVisualStyleBackColor = true; + // + // checkBoxPresetAkashi + // + this.checkBoxPresetAkashi.AutoSize = true; + this.checkBoxPresetAkashi.Location = new System.Drawing.Point(20, 124); + this.checkBoxPresetAkashi.Name = "checkBoxPresetAkashi"; + this.checkBoxPresetAkashi.Size = new System.Drawing.Size(141, 16); + this.checkBoxPresetAkashi.TabIndex = 19; + this.checkBoxPresetAkashi.Text = "プリセット明石修理を使う"; + this.checkBoxPresetAkashi.UseVisualStyleBackColor = true; + // + // groupBox3 + // + this.groupBox3.Controls.Add(this.radioButtonResultRankWhenClick); + this.groupBox3.Controls.Add(this.radioButtonResultRankAlways); + this.groupBox3.Location = new System.Drawing.Point(11, 65); + this.groupBox3.Name = "groupBox3"; + this.groupBox3.Padding = new System.Windows.Forms.Padding(6); + this.groupBox3.Size = new System.Drawing.Size(234, 48); + this.groupBox3.TabIndex = 18; + this.groupBox3.TabStop = false; + this.groupBox3.Text = "勝利判定と航空戦の結果の表示"; + // + // radioButtonResultRankWhenClick + // + this.radioButtonResultRankWhenClick.AutoSize = true; + this.radioButtonResultRankWhenClick.Location = new System.Drawing.Point(65, 21); + this.radioButtonResultRankWhenClick.Name = "radioButtonResultRankWhenClick"; + this.radioButtonResultRankWhenClick.Size = new System.Drawing.Size(88, 16); + this.radioButtonResultRankWhenClick.TabIndex = 1; + this.radioButtonResultRankWhenClick.TabStop = true; + this.radioButtonResultRankWhenClick.Text = "クリックしたとき"; + this.radioButtonResultRankWhenClick.UseVisualStyleBackColor = true; + // + // radioButtonResultRankAlways + // + this.radioButtonResultRankAlways.AutoSize = true; + this.radioButtonResultRankAlways.Location = new System.Drawing.Point(9, 21); + this.radioButtonResultRankAlways.Name = "radioButtonResultRankAlways"; + this.radioButtonResultRankAlways.Size = new System.Drawing.Size(50, 16); + this.radioButtonResultRankAlways.TabIndex = 0; + this.radioButtonResultRankAlways.TabStop = true; + this.radioButtonResultRankAlways.Text = "すぐに"; + this.radioButtonResultRankAlways.UseVisualStyleBackColor = true; + // + // groupBox2 + // + this.groupBox2.Controls.Add(this.checkBoxReset02); + this.groupBox2.Controls.Add(this.buttonResetAchievement); + this.groupBox2.Controls.Add(this.checkBoxReset14); + this.groupBox2.Location = new System.Drawing.Point(11, 11); + this.groupBox2.Name = "groupBox2"; + this.groupBox2.Padding = new System.Windows.Forms.Padding(6); + this.groupBox2.Size = new System.Drawing.Size(234, 48); + this.groupBox2.TabIndex = 17; + this.groupBox2.TabStop = false; + this.groupBox2.Text = "戦果のリセット"; + // + // checkBoxReset02 + // + this.checkBoxReset02.AutoSize = true; + this.checkBoxReset02.Location = new System.Drawing.Point(9, 21); + this.checkBoxReset02.Name = "checkBoxReset02"; + this.checkBoxReset02.Size = new System.Drawing.Size(42, 16); + this.checkBoxReset02.TabIndex = 13; + this.checkBoxReset02.Text = "2時"; + this.checkBoxReset02.UseVisualStyleBackColor = true; + // + // buttonResetAchievement + // + this.buttonResetAchievement.Location = new System.Drawing.Point(111, 18); + this.buttonResetAchievement.Name = "buttonResetAchievement"; + this.buttonResetAchievement.Size = new System.Drawing.Size(44, 20); + this.buttonResetAchievement.TabIndex = 16; + this.buttonResetAchievement.Text = "今すぐ"; + this.buttonResetAchievement.UseVisualStyleBackColor = true; + this.buttonResetAchievement.Click += new System.EventHandler(this.buttonResetAchievement_Click); + // + // checkBoxReset14 + // + this.checkBoxReset14.AutoSize = true; + this.checkBoxReset14.Location = new System.Drawing.Point(57, 21); + this.checkBoxReset14.Name = "checkBoxReset14"; + this.checkBoxReset14.Size = new System.Drawing.Size(48, 16); + this.checkBoxReset14.TabIndex = 14; + this.checkBoxReset14.Text = "14時"; + this.checkBoxReset14.UseVisualStyleBackColor = true; + // + // tabPageSound + // + this.tabPageSound.Controls.Add(this.buttonPlay); + this.tabPageSound.Controls.Add(this.listBoxSoundFile); + this.tabPageSound.Controls.Add(this.buttonOpenFile); + this.tabPageSound.Controls.Add(this.textBoxSoundFile); + this.tabPageSound.Controls.Add(this.numericUpDownSoundVolume); + this.tabPageSound.Controls.Add(this.label3); + this.tabPageSound.Location = new System.Drawing.Point(4, 40); + this.tabPageSound.Name = "tabPageSound"; + this.tabPageSound.Padding = new System.Windows.Forms.Padding(8); + this.tabPageSound.Size = new System.Drawing.Size(256, 158); + this.tabPageSound.TabIndex = 3; + this.tabPageSound.Text = "サウンド"; + this.tabPageSound.UseVisualStyleBackColor = true; // // buttonPlay // - this.buttonPlay.Location = new System.Drawing.Point(91, 13); + this.buttonPlay.Location = new System.Drawing.Point(93, 6); this.buttonPlay.Name = "buttonPlay"; this.buttonPlay.Size = new System.Drawing.Size(37, 23); - this.buttonPlay.TabIndex = 18; + this.buttonPlay.TabIndex = 24; this.buttonPlay.Text = "再生"; this.buttonPlay.UseVisualStyleBackColor = true; this.buttonPlay.Click += new System.EventHandler(this.buttonPlay_Click); @@ -266,268 +522,646 @@ namespace KancolleSniffer // this.listBoxSoundFile.FormattingEnabled = true; this.listBoxSoundFile.ItemHeight = 12; - this.listBoxSoundFile.Location = new System.Drawing.Point(6, 41); + this.listBoxSoundFile.Location = new System.Drawing.Point(11, 34); this.listBoxSoundFile.Name = "listBoxSoundFile"; - this.listBoxSoundFile.Size = new System.Drawing.Size(228, 64); - this.listBoxSoundFile.TabIndex = 17; + this.listBoxSoundFile.Size = new System.Drawing.Size(234, 88); + this.listBoxSoundFile.TabIndex = 23; this.listBoxSoundFile.SelectedIndexChanged += new System.EventHandler(this.listBoxSoundFile_SelectedIndexChanged); // // buttonOpenFile // - this.buttonOpenFile.Location = new System.Drawing.Point(189, 109); + this.buttonOpenFile.Location = new System.Drawing.Point(200, 126); this.buttonOpenFile.Name = "buttonOpenFile"; this.buttonOpenFile.Size = new System.Drawing.Size(45, 23); - this.buttonOpenFile.TabIndex = 16; + this.buttonOpenFile.TabIndex = 22; this.buttonOpenFile.Text = "参照..."; this.buttonOpenFile.UseVisualStyleBackColor = true; this.buttonOpenFile.Click += new System.EventHandler(this.buttonOpenFile_Click); // // textBoxSoundFile // - this.textBoxSoundFile.Location = new System.Drawing.Point(6, 111); + this.textBoxSoundFile.Location = new System.Drawing.Point(11, 128); this.textBoxSoundFile.Name = "textBoxSoundFile"; - this.textBoxSoundFile.Size = new System.Drawing.Size(179, 19); - this.textBoxSoundFile.TabIndex = 15; + this.textBoxSoundFile.Size = new System.Drawing.Size(183, 19); + this.textBoxSoundFile.TabIndex = 21; this.textBoxSoundFile.TextChanged += new System.EventHandler(this.textBoxSoundFile_TextChanged); // // numericUpDownSoundVolume // - this.numericUpDownSoundVolume.Location = new System.Drawing.Point(41, 16); + this.numericUpDownSoundVolume.Location = new System.Drawing.Point(42, 9); this.numericUpDownSoundVolume.Name = "numericUpDownSoundVolume"; this.numericUpDownSoundVolume.Size = new System.Drawing.Size(44, 19); - this.numericUpDownSoundVolume.TabIndex = 1; + this.numericUpDownSoundVolume.TabIndex = 20; this.numericUpDownSoundVolume.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // label3 // this.label3.AutoSize = true; - this.label3.Location = new System.Drawing.Point(6, 18); + this.label3.Location = new System.Drawing.Point(11, 11); this.label3.Margin = new System.Windows.Forms.Padding(3); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(29, 12); - this.label3.TabIndex = 0; + this.label3.TabIndex = 19; this.label3.Text = "音量"; // - // buttonOk + // tabPageVersion + // + this.tabPageVersion.Controls.Add(this.richTextBox1); + this.tabPageVersion.Controls.Add(this.labelCopyright); + this.tabPageVersion.Controls.Add(this.linkLabelProductName); + this.tabPageVersion.Controls.Add(this.labelVersion); + this.tabPageVersion.Controls.Add(this.labelLatest); + this.tabPageVersion.Location = new System.Drawing.Point(4, 40); + this.tabPageVersion.Name = "tabPageVersion"; + this.tabPageVersion.Padding = new System.Windows.Forms.Padding(8); + this.tabPageVersion.Size = new System.Drawing.Size(256, 158); + this.tabPageVersion.TabIndex = 4; + this.tabPageVersion.Text = "バージョン情報"; + this.tabPageVersion.UseVisualStyleBackColor = true; + // + // richTextBox1 + // + this.richTextBox1.BackColor = System.Drawing.SystemColors.Window; + this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None; + this.richTextBox1.Location = new System.Drawing.Point(11, 62); + this.richTextBox1.Name = "richTextBox1"; + this.richTextBox1.ReadOnly = true; + this.richTextBox1.Size = new System.Drawing.Size(234, 32); + this.richTextBox1.TabIndex = 15; + this.richTextBox1.Text = "このソフトウェアはApache Licenseバージョン2.0でライセンスします。"; + // + // labelCopyright + // + this.labelCopyright.Location = new System.Drawing.Point(11, 35); + this.labelCopyright.Name = "labelCopyright"; + this.labelCopyright.Size = new System.Drawing.Size(212, 12); + this.labelCopyright.TabIndex = 13; + // + // linkLabelProductName + // + this.linkLabelProductName.AutoSize = true; + this.linkLabelProductName.Location = new System.Drawing.Point(11, 11); + this.linkLabelProductName.Name = "linkLabelProductName"; + this.linkLabelProductName.Size = new System.Drawing.Size(82, 12); + this.linkLabelProductName.TabIndex = 12; + this.linkLabelProductName.TabStop = true; + this.linkLabelProductName.Text = "KancolleSniffer"; + this.linkLabelProductName.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelProductName_LinkClicked); + // + // labelVersion + // + this.labelVersion.AutoSize = true; + this.labelVersion.Location = new System.Drawing.Point(92, 11); + this.labelVersion.Name = "labelVersion"; + this.labelVersion.Size = new System.Drawing.Size(70, 12); + this.labelVersion.TabIndex = 10; + this.labelVersion.Text = "バージョン4.10"; + // + // labelLatest + // + this.labelLatest.AutoSize = true; + this.labelLatest.Location = new System.Drawing.Point(161, 11); + this.labelLatest.Name = "labelLatest"; + this.labelLatest.Size = new System.Drawing.Size(49, 12); + this.labelLatest.TabIndex = 11; + this.labelLatest.Text = "最新です"; + // + // tabPageProxy + // + this.tabPageProxy.Controls.Add(this.groupBoxUpstream); + this.tabPageProxy.Controls.Add(this.groupBoxAutoConfig); + this.tabPageProxy.Location = new System.Drawing.Point(4, 40); + this.tabPageProxy.Name = "tabPageProxy"; + this.tabPageProxy.Padding = new System.Windows.Forms.Padding(8); + this.tabPageProxy.Size = new System.Drawing.Size(256, 158); + this.tabPageProxy.TabIndex = 5; + this.tabPageProxy.Text = "プロキシ"; + this.tabPageProxy.UseVisualStyleBackColor = true; + // + // groupBoxUpstream + // + this.groupBoxUpstream.Controls.Add(this.radioButtonUpstreamOff); + this.groupBoxUpstream.Controls.Add(this.radioButtonUpstreamOn); + this.groupBoxUpstream.Controls.Add(this.textBoxPort); + this.groupBoxUpstream.Controls.Add(this.labelPort); + this.groupBoxUpstream.Location = new System.Drawing.Point(11, 65); + this.groupBoxUpstream.Name = "groupBoxUpstream"; + this.groupBoxUpstream.Size = new System.Drawing.Size(234, 48); + this.groupBoxUpstream.TabIndex = 3; + this.groupBoxUpstream.TabStop = false; + this.groupBoxUpstream.Text = "ツール連携"; + // + // radioButtonUpstreamOff + // + this.radioButtonUpstreamOff.AutoSize = true; + this.radioButtonUpstreamOff.Location = new System.Drawing.Point(59, 18); + this.radioButtonUpstreamOff.Name = "radioButtonUpstreamOff"; + this.radioButtonUpstreamOff.Size = new System.Drawing.Size(47, 16); + this.radioButtonUpstreamOff.TabIndex = 1; + this.radioButtonUpstreamOff.Text = "無効"; + this.radioButtonUpstreamOff.UseVisualStyleBackColor = true; + this.radioButtonUpstreamOff.CheckedChanged += new System.EventHandler(this.radioButtonUpstreamOff_CheckedChanged); + // + // radioButtonUpstreamOn + // + this.radioButtonUpstreamOn.AutoSize = true; + this.radioButtonUpstreamOn.Location = new System.Drawing.Point(6, 18); + this.radioButtonUpstreamOn.Name = "radioButtonUpstreamOn"; + this.radioButtonUpstreamOn.Size = new System.Drawing.Size(47, 16); + this.radioButtonUpstreamOn.TabIndex = 0; + this.radioButtonUpstreamOn.Text = "有効"; + this.radioButtonUpstreamOn.UseVisualStyleBackColor = true; + // + // textBoxPort + // + this.textBoxPort.Location = new System.Drawing.Point(175, 17); + this.textBoxPort.Name = "textBoxPort"; + this.textBoxPort.Size = new System.Drawing.Size(36, 19); + this.textBoxPort.TabIndex = 3; + this.textBoxPort.Enter += new System.EventHandler(this.textBox_Enter); + // + // labelPort + // + this.labelPort.AutoSize = true; + this.labelPort.Location = new System.Drawing.Point(114, 20); + this.labelPort.Name = "labelPort"; + this.labelPort.Size = new System.Drawing.Size(59, 12); + this.labelPort.TabIndex = 2; + this.labelPort.Text = "送信ポート:"; + // + // groupBoxAutoConfig + // + this.groupBoxAutoConfig.Controls.Add(this.radioButtonAutoConfigOff); + this.groupBoxAutoConfig.Controls.Add(this.radioButtonAutoConfigOn); + this.groupBoxAutoConfig.Controls.Add(this.textBoxListen); + this.groupBoxAutoConfig.Controls.Add(this.labelListen); + this.groupBoxAutoConfig.Location = new System.Drawing.Point(11, 11); + this.groupBoxAutoConfig.Name = "groupBoxAutoConfig"; + this.groupBoxAutoConfig.Size = new System.Drawing.Size(234, 48); + this.groupBoxAutoConfig.TabIndex = 2; + this.groupBoxAutoConfig.TabStop = false; + this.groupBoxAutoConfig.Text = "自動設定"; + // + // radioButtonAutoConfigOff + // + this.radioButtonAutoConfigOff.AutoSize = true; + this.radioButtonAutoConfigOff.Location = new System.Drawing.Point(59, 19); + this.radioButtonAutoConfigOff.Name = "radioButtonAutoConfigOff"; + this.radioButtonAutoConfigOff.Size = new System.Drawing.Size(47, 16); + this.radioButtonAutoConfigOff.TabIndex = 1; + this.radioButtonAutoConfigOff.Text = "無効"; + this.radioButtonAutoConfigOff.UseVisualStyleBackColor = true; + // + // radioButtonAutoConfigOn + // + this.radioButtonAutoConfigOn.AutoSize = true; + this.radioButtonAutoConfigOn.Location = new System.Drawing.Point(6, 19); + this.radioButtonAutoConfigOn.Name = "radioButtonAutoConfigOn"; + this.radioButtonAutoConfigOn.Size = new System.Drawing.Size(47, 16); + this.radioButtonAutoConfigOn.TabIndex = 0; + this.radioButtonAutoConfigOn.Text = "有効"; + this.radioButtonAutoConfigOn.UseVisualStyleBackColor = true; + // + // textBoxListen + // + this.textBoxListen.Location = new System.Drawing.Point(175, 18); + this.textBoxListen.Name = "textBoxListen"; + this.textBoxListen.Size = new System.Drawing.Size(36, 19); + this.textBoxListen.TabIndex = 3; + this.textBoxListen.Enter += new System.EventHandler(this.textBox_Enter); + // + // labelListen + // + this.labelListen.AutoSize = true; + this.labelListen.Location = new System.Drawing.Point(114, 21); + this.labelListen.Name = "labelListen"; + this.labelListen.Size = new System.Drawing.Size(59, 12); + this.labelListen.TabIndex = 2; + this.labelListen.Text = "受信ポート:"; + // + // tabPageLog + // + this.tabPageLog.Controls.Add(this.label10); + this.tabPageLog.Controls.Add(this.checkBoxOutput); + this.tabPageLog.Controls.Add(this.label9); + this.tabPageLog.Controls.Add(this.numericUpDownMaterialLogInterval); + this.tabPageLog.Controls.Add(this.textBoxOutput); + this.tabPageLog.Controls.Add(this.label11); + this.tabPageLog.Controls.Add(this.buttonOutputDir); + this.tabPageLog.Location = new System.Drawing.Point(4, 40); + this.tabPageLog.Name = "tabPageLog"; + this.tabPageLog.Padding = new System.Windows.Forms.Padding(8); + this.tabPageLog.Size = new System.Drawing.Size(256, 158); + this.tabPageLog.TabIndex = 6; + this.tabPageLog.Text = "報告書"; + this.tabPageLog.UseVisualStyleBackColor = true; + // + // label10 + // + this.label10.AutoSize = true; + this.label10.Location = new System.Drawing.Point(137, 60); + this.label10.Name = "label10"; + this.label10.Size = new System.Drawing.Size(17, 12); + this.label10.TabIndex = 6; + this.label10.Text = "分"; + // + // checkBoxOutput + // + this.checkBoxOutput.AutoSize = true; + this.checkBoxOutput.Location = new System.Drawing.Point(11, 11); + this.checkBoxOutput.Name = "checkBoxOutput"; + this.checkBoxOutput.Size = new System.Drawing.Size(67, 16); + this.checkBoxOutput.TabIndex = 0; + this.checkBoxOutput.Text = "出力する"; + this.checkBoxOutput.UseVisualStyleBackColor = true; + // + // label9 + // + this.label9.AutoSize = true; + this.label9.Location = new System.Drawing.Point(9, 36); + this.label9.Name = "label9"; + this.label9.Size = new System.Drawing.Size(41, 12); + this.label9.TabIndex = 2; + this.label9.Text = "出力先"; + // + // numericUpDownMaterialLogInterval + // + this.numericUpDownMaterialLogInterval.Location = new System.Drawing.Point(91, 58); + this.numericUpDownMaterialLogInterval.Name = "numericUpDownMaterialLogInterval"; + this.numericUpDownMaterialLogInterval.Size = new System.Drawing.Size(44, 19); + this.numericUpDownMaterialLogInterval.TabIndex = 5; + this.numericUpDownMaterialLogInterval.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; + // + // textBoxOutput + // + this.textBoxOutput.Location = new System.Drawing.Point(50, 33); + this.textBoxOutput.Name = "textBoxOutput"; + this.textBoxOutput.Size = new System.Drawing.Size(142, 19); + this.textBoxOutput.TabIndex = 1; + // + // label11 + // + this.label11.AutoSize = true; + this.label11.Location = new System.Drawing.Point(9, 60); + this.label11.Name = "label11"; + this.label11.Size = new System.Drawing.Size(81, 12); + this.label11.TabIndex = 4; + this.label11.Text = "資材ログの間隔"; + // + // buttonOutputDir + // + this.buttonOutputDir.Location = new System.Drawing.Point(196, 31); + this.buttonOutputDir.Name = "buttonOutputDir"; + this.buttonOutputDir.Size = new System.Drawing.Size(49, 21); + this.buttonOutputDir.TabIndex = 3; + this.buttonOutputDir.Text = "参照..."; + this.buttonOutputDir.UseVisualStyleBackColor = true; + this.buttonOutputDir.Click += new System.EventHandler(this.buttonOutputDir_Click); + // + // tabPageCollabo + // + this.tabPageCollabo.Controls.Add(this.groupBoxPushbullet); + this.tabPageCollabo.Controls.Add(this.groupBoxKancolleDb); + this.tabPageCollabo.Location = new System.Drawing.Point(4, 40); + this.tabPageCollabo.Name = "tabPageCollabo"; + this.tabPageCollabo.Size = new System.Drawing.Size(256, 158); + this.tabPageCollabo.TabIndex = 8; + this.tabPageCollabo.Text = "連携"; + this.tabPageCollabo.UseVisualStyleBackColor = true; + // + // groupBoxPushbullet + // + this.groupBoxPushbullet.Controls.Add(this.buttonPushbulletTest); + this.groupBoxPushbullet.Controls.Add(this.textBoxPushbulletToken); + this.groupBoxPushbullet.Controls.Add(this.label7); + this.groupBoxPushbullet.Controls.Add(this.checkBoxPushbulletOn); + this.groupBoxPushbullet.Location = new System.Drawing.Point(11, 66); + this.groupBoxPushbullet.Name = "groupBoxPushbullet"; + this.groupBoxPushbullet.Size = new System.Drawing.Size(234, 48); + this.groupBoxPushbullet.TabIndex = 1; + this.groupBoxPushbullet.TabStop = false; + this.groupBoxPushbullet.Text = "Pushbullet"; + // + // buttonPushbulletTest + // + this.buttonPushbulletTest.Font = new System.Drawing.Font("MS ゴシック", 9F); + this.buttonPushbulletTest.Location = new System.Drawing.Point(191, 16); + this.buttonPushbulletTest.Name = "buttonPushbulletTest"; + this.buttonPushbulletTest.Size = new System.Drawing.Size(37, 23); + this.buttonPushbulletTest.TabIndex = 3; + this.buttonPushbulletTest.Text = "Test"; + this.buttonPushbulletTest.UseVisualStyleBackColor = true; + this.buttonPushbulletTest.Click += new System.EventHandler(this.buttonPushbulletTest_Click); + // + // textBoxPushbulletToken + // + this.textBoxPushbulletToken.Location = new System.Drawing.Point(99, 18); + this.textBoxPushbulletToken.Name = "textBoxPushbulletToken"; + this.textBoxPushbulletToken.Size = new System.Drawing.Size(89, 19); + this.textBoxPushbulletToken.TabIndex = 2; + // + // label7 + // + this.label7.AutoSize = true; + this.label7.Location = new System.Drawing.Point(57, 21); + this.label7.Name = "label7"; + this.label7.Size = new System.Drawing.Size(42, 12); + this.label7.TabIndex = 1; + this.label7.Text = "トークン:"; + // + // checkBoxPushbulletOn + // + this.checkBoxPushbulletOn.AutoSize = true; + this.checkBoxPushbulletOn.Location = new System.Drawing.Point(6, 20); + this.checkBoxPushbulletOn.Name = "checkBoxPushbulletOn"; + this.checkBoxPushbulletOn.Size = new System.Drawing.Size(48, 16); + this.checkBoxPushbulletOn.TabIndex = 0; + this.checkBoxPushbulletOn.Text = "有効"; + this.checkBoxPushbulletOn.UseVisualStyleBackColor = true; + // + // groupBoxKancolleDb + // + this.groupBoxKancolleDb.Controls.Add(this.textBoxKancolleDbToken); + this.groupBoxKancolleDb.Controls.Add(this.label8); + this.groupBoxKancolleDb.Controls.Add(this.checkBoxKancolleDbOn); + this.groupBoxKancolleDb.Location = new System.Drawing.Point(11, 11); + this.groupBoxKancolleDb.Name = "groupBoxKancolleDb"; + this.groupBoxKancolleDb.Size = new System.Drawing.Size(234, 48); + this.groupBoxKancolleDb.TabIndex = 0; + this.groupBoxKancolleDb.TabStop = false; + this.groupBoxKancolleDb.Text = "艦これ統計データベース"; + // + // textBoxKancolleDbToken + // + this.textBoxKancolleDbToken.Location = new System.Drawing.Point(121, 18); + this.textBoxKancolleDbToken.Name = "textBoxKancolleDbToken"; + this.textBoxKancolleDbToken.Size = new System.Drawing.Size(107, 19); + this.textBoxKancolleDbToken.TabIndex = 2; // - this.buttonOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.buttonOk.DialogResult = System.Windows.Forms.DialogResult.OK; - this.buttonOk.Location = new System.Drawing.Point(87, 434); - this.buttonOk.Margin = new System.Windows.Forms.Padding(3, 8, 3, 3); - this.buttonOk.Name = "buttonOk"; - this.buttonOk.Size = new System.Drawing.Size(75, 23); - this.buttonOk.TabIndex = 2; - this.buttonOk.Text = "OK"; - this.buttonOk.UseVisualStyleBackColor = true; - this.buttonOk.Click += new System.EventHandler(this.buttonOk_Click); + // label8 + // + this.label8.AutoSize = true; + this.label8.Location = new System.Drawing.Point(57, 21); + this.label8.Name = "label8"; + this.label8.Size = new System.Drawing.Size(63, 12); + this.label8.TabIndex = 1; + this.label8.Text = "アクセスキー:"; + // + // checkBoxKancolleDbOn + // + this.checkBoxKancolleDbOn.AutoSize = true; + this.checkBoxKancolleDbOn.Location = new System.Drawing.Point(6, 20); + this.checkBoxKancolleDbOn.Name = "checkBoxKancolleDbOn"; + this.checkBoxKancolleDbOn.Size = new System.Drawing.Size(48, 16); + this.checkBoxKancolleDbOn.TabIndex = 0; + this.checkBoxKancolleDbOn.Text = "有効"; + this.checkBoxKancolleDbOn.UseVisualStyleBackColor = true; + // + // tabPageDebug + // + this.tabPageDebug.Controls.Add(this.buttonPlayDebugLog); + this.tabPageDebug.Controls.Add(this.buttonDebugLogOpenFile); + this.tabPageDebug.Controls.Add(this.textBoxDebugLog); + this.tabPageDebug.Controls.Add(this.label13); + this.tabPageDebug.Controls.Add(this.checkBoxDebugLog); + this.tabPageDebug.Location = new System.Drawing.Point(4, 40); + this.tabPageDebug.Name = "tabPageDebug"; + this.tabPageDebug.Padding = new System.Windows.Forms.Padding(8); + this.tabPageDebug.Size = new System.Drawing.Size(256, 158); + this.tabPageDebug.TabIndex = 7; + this.tabPageDebug.Text = "デバッグ"; + this.tabPageDebug.UseVisualStyleBackColor = true; + // + // buttonPlayDebugLog + // + this.buttonPlayDebugLog.AutoSize = true; + this.buttonPlayDebugLog.Location = new System.Drawing.Point(206, 46); + this.buttonPlayDebugLog.Name = "buttonPlayDebugLog"; + this.buttonPlayDebugLog.Size = new System.Drawing.Size(39, 23); + this.buttonPlayDebugLog.TabIndex = 12; + this.buttonPlayDebugLog.Text = "再生"; + this.buttonPlayDebugLog.UseVisualStyleBackColor = true; + this.buttonPlayDebugLog.Click += new System.EventHandler(this.buttonPlayDebugLog_Click); + // + // buttonDebugLogOpenFile + // + this.buttonDebugLogOpenFile.AutoSize = true; + this.buttonDebugLogOpenFile.Location = new System.Drawing.Point(157, 46); + this.buttonDebugLogOpenFile.Name = "buttonDebugLogOpenFile"; + this.buttonDebugLogOpenFile.Size = new System.Drawing.Size(45, 23); + this.buttonDebugLogOpenFile.TabIndex = 11; + this.buttonDebugLogOpenFile.Text = "参照..."; + this.buttonDebugLogOpenFile.UseVisualStyleBackColor = true; + this.buttonDebugLogOpenFile.Click += new System.EventHandler(this.buttonDebugLogOpenFile_Click); + // + // textBoxDebugLog + // + this.textBoxDebugLog.Location = new System.Drawing.Point(11, 48); + this.textBoxDebugLog.Name = "textBoxDebugLog"; + this.textBoxDebugLog.Size = new System.Drawing.Size(142, 19); + this.textBoxDebugLog.TabIndex = 10; + // + // label13 + // + this.label13.AutoSize = true; + this.label13.Location = new System.Drawing.Point(11, 33); + this.label13.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0); + this.label13.Name = "label13"; + this.label13.Size = new System.Drawing.Size(57, 12); + this.label13.TabIndex = 9; + this.label13.Text = "ログファイル"; + // + // checkBoxDebugLog + // + this.checkBoxDebugLog.AutoSize = true; + this.checkBoxDebugLog.Location = new System.Drawing.Point(11, 11); + this.checkBoxDebugLog.Name = "checkBoxDebugLog"; + this.checkBoxDebugLog.Size = new System.Drawing.Size(100, 16); + this.checkBoxDebugLog.TabIndex = 8; + this.checkBoxDebugLog.Text = "通信を記録する"; + this.checkBoxDebugLog.UseVisualStyleBackColor = true; // // buttonCancel // this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; - this.buttonCancel.Location = new System.Drawing.Point(165, 434); - this.buttonCancel.Margin = new System.Windows.Forms.Padding(3, 6, 3, 3); + this.buttonCancel.Location = new System.Drawing.Point(186, 214); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(75, 23); - this.buttonCancel.TabIndex = 3; + this.buttonCancel.TabIndex = 5; this.buttonCancel.Text = "キャンセル"; this.buttonCancel.UseVisualStyleBackColor = true; // - // openFileDialog - // - this.openFileDialog.Filter = "オーディオファイル (*.wav;*.aif;*.aifc;*.aiff;*.wma;*.mp2;*.mp3)|*.wav;*.aif;*.aifc;*.aiff" + - ";*.wma;*.mp2;*.mp3"; - this.openFileDialog.Title = "オーディオファイルを選択する"; - // - // groupBoxShow - // - this.groupBoxShow.Controls.Add(this.checkBoxAutoScale); - this.groupBoxShow.Controls.Add(this.checkBoxHideOnMinimized); - this.groupBoxShow.Controls.Add(this.checkBoxTopMost); - this.groupBoxShow.Location = new System.Drawing.Point(6, 6); - this.groupBoxShow.Name = "groupBoxShow"; - this.groupBoxShow.Size = new System.Drawing.Size(240, 82); - this.groupBoxShow.TabIndex = 4; - this.groupBoxShow.TabStop = false; - this.groupBoxShow.Text = "表示"; - // - // checkBoxHideOnMinimized - // - this.checkBoxHideOnMinimized.AutoSize = true; - this.checkBoxHideOnMinimized.Location = new System.Drawing.Point(6, 39); - this.checkBoxHideOnMinimized.Name = "checkBoxHideOnMinimized"; - this.checkBoxHideOnMinimized.Size = new System.Drawing.Size(188, 16); - this.checkBoxHideOnMinimized.TabIndex = 1; - this.checkBoxHideOnMinimized.Text = "最小化時にタスクバーに表示しない"; - this.checkBoxHideOnMinimized.UseVisualStyleBackColor = true; - // - // checkBoxTopMost - // - this.checkBoxTopMost.AutoSize = true; - this.checkBoxTopMost.Location = new System.Drawing.Point(6, 18); - this.checkBoxTopMost.Name = "checkBoxTopMost"; - this.checkBoxTopMost.Size = new System.Drawing.Size(112, 16); - this.checkBoxTopMost.TabIndex = 0; - this.checkBoxTopMost.Text = "最前面に表示する"; - this.checkBoxTopMost.UseVisualStyleBackColor = true; - // - // groupBoxAchievement - // - this.groupBoxAchievement.Controls.Add(this.buttonResetAchievement); - this.groupBoxAchievement.Controls.Add(this.label8); - this.groupBoxAchievement.Controls.Add(this.checkBoxReset14); - this.groupBoxAchievement.Controls.Add(this.checkBoxReset02); - this.groupBoxAchievement.Location = new System.Drawing.Point(6, 243); - this.groupBoxAchievement.Name = "groupBoxAchievement"; - this.groupBoxAchievement.Size = new System.Drawing.Size(240, 40); - this.groupBoxAchievement.TabIndex = 5; - this.groupBoxAchievement.TabStop = false; - this.groupBoxAchievement.Text = "戦果"; - // - // buttonResetAchievement - // - this.buttonResetAchievement.Location = new System.Drawing.Point(179, 14); - this.buttonResetAchievement.Name = "buttonResetAchievement"; - this.buttonResetAchievement.Size = new System.Drawing.Size(44, 20); - this.buttonResetAchievement.TabIndex = 4; - this.buttonResetAchievement.Text = "今すぐ"; - this.buttonResetAchievement.UseVisualStyleBackColor = true; - this.buttonResetAchievement.Click += new System.EventHandler(this.buttonResetAchievement_Click); - // - // label8 - // - this.label8.AutoSize = true; - this.label8.Location = new System.Drawing.Point(6, 18); - this.label8.Name = "label8"; - this.label8.Size = new System.Drawing.Size(56, 12); - this.label8.TabIndex = 3; - this.label8.Text = "リセットする"; - // - // checkBoxReset14 - // - this.checkBoxReset14.AutoSize = true; - this.checkBoxReset14.Location = new System.Drawing.Point(125, 17); - this.checkBoxReset14.Name = "checkBoxReset14"; - this.checkBoxReset14.Size = new System.Drawing.Size(48, 16); - this.checkBoxReset14.TabIndex = 2; - this.checkBoxReset14.Text = "14時"; - this.checkBoxReset14.UseVisualStyleBackColor = true; - // - // checkBoxReset02 + // buttonOk // - this.checkBoxReset02.AutoSize = true; - this.checkBoxReset02.Location = new System.Drawing.Point(77, 17); - this.checkBoxReset02.Name = "checkBoxReset02"; - this.checkBoxReset02.Size = new System.Drawing.Size(42, 16); - this.checkBoxReset02.TabIndex = 1; - this.checkBoxReset02.Text = "2時"; - this.checkBoxReset02.UseVisualStyleBackColor = true; + this.buttonOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.buttonOk.Location = new System.Drawing.Point(105, 214); + this.buttonOk.Name = "buttonOk"; + this.buttonOk.Size = new System.Drawing.Size(75, 23); + this.buttonOk.TabIndex = 4; + this.buttonOk.Text = "OK"; + this.buttonOk.UseVisualStyleBackColor = true; + this.buttonOk.Click += new System.EventHandler(this.buttonOk_Click); // - // contextMenuStrip + // openSoundFileDialog // - this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.ProxyToolStripMenuItem, - this.DebugToolStripMenuItem}); - this.contextMenuStrip.Name = "contextMenuStrip"; - this.contextMenuStrip.Size = new System.Drawing.Size(168, 48); + this.openSoundFileDialog.Filter = "オーディオファイル (*.wav;*.aif;*.aifc;*.aiff;*.wma;*.mp2;*.mp3)|*.wav;*.aif;*.aifc;*.aiff" + + ";*.wma;*.mp2;*.mp3"; + this.openSoundFileDialog.Title = "オーディオファイルを選択する"; // - // ProxyToolStripMenuItem + // toolTipError // - this.ProxyToolStripMenuItem.Name = "ProxyToolStripMenuItem"; - this.ProxyToolStripMenuItem.Size = new System.Drawing.Size(167, 22); - this.ProxyToolStripMenuItem.Text = "プロキシ設定(&P)"; - this.ProxyToolStripMenuItem.Click += new System.EventHandler(this.ProxyToolStripMenuItem_Click); + this.toolTipError.AutomaticDelay = 0; + this.toolTipError.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Error; + this.toolTipError.ToolTipTitle = "入力エラー"; // - // DebugToolStripMenuItem + // folderBrowserDialogOutputDir // - this.DebugToolStripMenuItem.Name = "DebugToolStripMenuItem"; - this.DebugToolStripMenuItem.Size = new System.Drawing.Size(167, 22); - this.DebugToolStripMenuItem.Text = "デバッグ設定(&D)"; - this.DebugToolStripMenuItem.Click += new System.EventHandler(this.DebugToolStripMenuItem_Click); + this.folderBrowserDialogOutputDir.Description = "報告書の出力先を指定します。"; // - // checkBoxAutoScale + // openDebugLogDialog // - this.checkBoxAutoScale.AutoSize = true; - this.checkBoxAutoScale.Location = new System.Drawing.Point(6, 60); - this.checkBoxAutoScale.Name = "checkBoxAutoScale"; - this.checkBoxAutoScale.Size = new System.Drawing.Size(180, 16); - this.checkBoxAutoScale.TabIndex = 2; - this.checkBoxAutoScale.Text = "DPIに応じて拡大する(要再起動)"; - this.checkBoxAutoScale.UseVisualStyleBackColor = true; + this.openDebugLogDialog.CheckFileExists = false; + this.openDebugLogDialog.Title = "ログファイルの選択"; // // ConfigDialog // - this.AcceptButton = this.buttonOk; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.CancelButton = this.buttonCancel; - this.ClientSize = new System.Drawing.Size(252, 466); - this.ContextMenuStrip = this.contextMenuStrip; - this.Controls.Add(this.groupBoxAchievement); - this.Controls.Add(this.groupBoxShow); + this.ClientSize = new System.Drawing.Size(276, 246); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonOk); - this.Controls.Add(this.groupBoxSound); - this.Controls.Add(this.groupBoxNotification); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; + this.Controls.Add(this.tabControl); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ConfigDialog"; + this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "設定"; + this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ConfigDialog_FormClosing); this.Load += new System.EventHandler(this.ConfigDialog_Load); - this.groupBoxNotification.ResumeLayout(false); - this.groupBoxNotification.PerformLayout(); + this.tabControl.ResumeLayout(false); + this.tabPageShow.ResumeLayout(false); + this.tabPageShow.PerformLayout(); + this.tabPageNotification.ResumeLayout(false); + this.tabPageNotification.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMarginEquips)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMarginShips)).EndInit(); - this.groupBoxSound.ResumeLayout(false); - this.groupBoxSound.PerformLayout(); + this.tabPageAchievement.ResumeLayout(false); + this.tabPageAchievement.PerformLayout(); + this.groupBox3.ResumeLayout(false); + this.groupBox3.PerformLayout(); + this.groupBox2.ResumeLayout(false); + this.groupBox2.PerformLayout(); + this.tabPageSound.ResumeLayout(false); + this.tabPageSound.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSoundVolume)).EndInit(); - this.groupBoxShow.ResumeLayout(false); - this.groupBoxShow.PerformLayout(); - this.groupBoxAchievement.ResumeLayout(false); - this.groupBoxAchievement.PerformLayout(); - this.contextMenuStrip.ResumeLayout(false); + this.tabPageVersion.ResumeLayout(false); + this.tabPageVersion.PerformLayout(); + this.tabPageProxy.ResumeLayout(false); + this.groupBoxUpstream.ResumeLayout(false); + this.groupBoxUpstream.PerformLayout(); + this.groupBoxAutoConfig.ResumeLayout(false); + this.groupBoxAutoConfig.PerformLayout(); + this.tabPageLog.ResumeLayout(false); + this.tabPageLog.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMaterialLogInterval)).EndInit(); + this.tabPageCollabo.ResumeLayout(false); + this.groupBoxPushbullet.ResumeLayout(false); + this.groupBoxPushbullet.PerformLayout(); + this.groupBoxKancolleDb.ResumeLayout(false); + this.groupBoxKancolleDb.PerformLayout(); + this.tabPageDebug.ResumeLayout(false); + this.tabPageDebug.PerformLayout(); this.ResumeLayout(false); } #endregion - private System.Windows.Forms.GroupBox groupBoxNotification; - private System.Windows.Forms.CheckBox checkBoxFlash; - private System.Windows.Forms.CheckBox checkBoxBalloon; - private System.Windows.Forms.CheckBox checkBoxSound; - private System.Windows.Forms.GroupBox groupBoxSound; - private System.Windows.Forms.Button buttonOk; + private System.Windows.Forms.TabControl tabControl; + private System.Windows.Forms.TabPage tabPageShow; + private System.Windows.Forms.TabPage tabPageNotification; private System.Windows.Forms.Button buttonCancel; - private System.Windows.Forms.Label label1; - private System.Windows.Forms.Label label2; - private System.Windows.Forms.NumericUpDown numericUpDownSoundVolume; - private System.Windows.Forms.Label label3; - private System.Windows.Forms.OpenFileDialog openFileDialog; - private System.Windows.Forms.NumericUpDown numericUpDownMarginShips; - private System.Windows.Forms.GroupBox groupBoxShow; + private System.Windows.Forms.Button buttonOk; + private System.Windows.Forms.TabPage tabPageAchievement; + private System.Windows.Forms.TabPage tabPageSound; + private System.Windows.Forms.TabPage tabPageVersion; + private System.Windows.Forms.CheckBox checkBoxHideOnMinimized; private System.Windows.Forms.CheckBox checkBoxTopMost; - private System.Windows.Forms.GroupBox groupBoxAchievement; - private System.Windows.Forms.Label label8; + private System.Windows.Forms.Label label6; + private System.Windows.Forms.CheckBox checkBoxCond49; + private System.Windows.Forms.CheckBox checkBoxCond40; + private System.Windows.Forms.Label label5; + private System.Windows.Forms.NumericUpDown numericUpDownMarginEquips; + private System.Windows.Forms.Label label4; + private System.Windows.Forms.NumericUpDown numericUpDownMarginShips; + private System.Windows.Forms.Label label2; + private System.Windows.Forms.Label label1; + private System.Windows.Forms.CheckBox checkBoxSound; + private System.Windows.Forms.CheckBox checkBoxBalloon; + private System.Windows.Forms.CheckBox checkBoxFlash; + private System.Windows.Forms.Button buttonResetAchievement; private System.Windows.Forms.CheckBox checkBoxReset14; private System.Windows.Forms.CheckBox checkBoxReset02; + private System.Windows.Forms.Button buttonPlay; + private System.Windows.Forms.ListBox listBoxSoundFile; private System.Windows.Forms.Button buttonOpenFile; private System.Windows.Forms.TextBox textBoxSoundFile; - private System.Windows.Forms.ContextMenuStrip contextMenuStrip; - private System.Windows.Forms.ToolStripMenuItem DebugToolStripMenuItem; - private System.Windows.Forms.Button buttonResetAchievement; - private System.Windows.Forms.ToolStripMenuItem ProxyToolStripMenuItem; - private System.Windows.Forms.ListBox listBoxSoundFile; - private System.Windows.Forms.Button buttonPlay; - private System.Windows.Forms.CheckBox checkBoxHideOnMinimized; - private System.Windows.Forms.Label label5; - private System.Windows.Forms.NumericUpDown numericUpDownMarginEquips; - private System.Windows.Forms.Label label4; - private System.Windows.Forms.Label label6; - private System.Windows.Forms.CheckBox checkBoxCond49; - private System.Windows.Forms.CheckBox checkBoxCond40; - private System.Windows.Forms.CheckBox checkBoxAutoScale; + private System.Windows.Forms.NumericUpDown numericUpDownSoundVolume; + private System.Windows.Forms.Label label3; + private System.Windows.Forms.Label labelCopyright; + private System.Windows.Forms.LinkLabel linkLabelProductName; + private System.Windows.Forms.Label labelVersion; + private System.Windows.Forms.Label labelLatest; + private System.Windows.Forms.RichTextBox richTextBox1; + private System.Windows.Forms.OpenFileDialog openSoundFileDialog; + private System.Windows.Forms.TabPage tabPageProxy; + private System.Windows.Forms.GroupBox groupBoxUpstream; + private System.Windows.Forms.RadioButton radioButtonUpstreamOff; + private System.Windows.Forms.RadioButton radioButtonUpstreamOn; + private System.Windows.Forms.TextBox textBoxPort; + private System.Windows.Forms.Label labelPort; + private System.Windows.Forms.GroupBox groupBoxAutoConfig; + private System.Windows.Forms.RadioButton radioButtonAutoConfigOff; + private System.Windows.Forms.RadioButton radioButtonAutoConfigOn; + private System.Windows.Forms.TextBox textBoxListen; + private System.Windows.Forms.Label labelListen; + private System.Windows.Forms.ToolTip toolTipError; + private System.Windows.Forms.TabPage tabPageLog; + private System.Windows.Forms.Label label10; + private System.Windows.Forms.CheckBox checkBoxOutput; + private System.Windows.Forms.Label label9; + private System.Windows.Forms.TextBox textBoxOutput; + private System.Windows.Forms.Button buttonOutputDir; + private System.Windows.Forms.Label label11; + private System.Windows.Forms.NumericUpDown numericUpDownMaterialLogInterval; + private System.Windows.Forms.FolderBrowserDialog folderBrowserDialogOutputDir; + private System.Windows.Forms.TabPage tabPageDebug; + private System.Windows.Forms.Button buttonPlayDebugLog; + private System.Windows.Forms.Button buttonDebugLogOpenFile; + private System.Windows.Forms.TextBox textBoxDebugLog; + private System.Windows.Forms.Label label13; + private System.Windows.Forms.CheckBox checkBoxDebugLog; + private System.Windows.Forms.OpenFileDialog openDebugLogDialog; + private System.Windows.Forms.GroupBox groupBox3; + private System.Windows.Forms.GroupBox groupBox2; + private System.Windows.Forms.RadioButton radioButtonResultRankWhenClick; + private System.Windows.Forms.RadioButton radioButtonResultRankAlways; + private System.Windows.Forms.CheckBox checkBoxPresetAkashi; + private System.Windows.Forms.TabPage tabPageCollabo; + private System.Windows.Forms.GroupBox groupBoxKancolleDb; + private System.Windows.Forms.TextBox textBoxKancolleDbToken; + private System.Windows.Forms.Label label8; + private System.Windows.Forms.CheckBox checkBoxKancolleDbOn; + private System.Windows.Forms.ComboBox comboBoxZoom; + private System.Windows.Forms.Label label14; + private System.Windows.Forms.Label label15; + private System.Windows.Forms.Button buttonDetailedSettings; + private System.Windows.Forms.GroupBox groupBoxPushbullet; + private System.Windows.Forms.TextBox textBoxPushbulletToken; + private System.Windows.Forms.Label label7; + private System.Windows.Forms.CheckBox checkBoxPushbulletOn; + private System.Windows.Forms.Button buttonPushbulletTest; } } \ No newline at end of file