OSDN Git Service

基地航空隊の配備のコストを資材の変動に反映する
[kancollesniffer/KancolleSniffer.git] / KancolleSniffer / ConfigDialog.Designer.cs
index 5f4e4b6..5be282b 100644 (file)
@@ -1,19 +1,16 @@
 // Copyright (C) 2014, 2015 Kazuhiro Fujieda <fujieda@users.osdn.me>\r
 // \r
-// This program is part of KancolleSniffer.\r
+// Licensed under the Apache License, Version 2.0 (the "License");\r
+// you may not use this file except in compliance with the License.\r
+// You may obtain a copy of the License at\r
 //\r
-// KancolleSniffer is free software: you can redistribute it and/or modify\r
-// it under the terms of the GNU General Public License as published by\r
-// the Free Software Foundation, either version 3 of the License, or\r
-// (at your option) any later version.\r
+//    http://www.apache.org/licenses/LICENSE-2.0\r
 //\r
-// This program is distributed in the hope that it will be useful,\r
-// but WITHOUT ANY WARRANTY; without even the implied warranty of\r
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
-// GNU General Public License for more details.\r
-//\r
-// You should have received a copy of the GNU General Public License\r
-// along with this program; if not, see <http://www.gnu.org/licenses/>.\r
+// Unless required by applicable law or agreed to in writing, software\r
+// distributed under the License is distributed on an "AS IS" BASIS,\r
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+// See the License for the specific language governing permissions and\r
+// limitations under the License.\r
 \r
 namespace KancolleSniffer\r
 {\r
@@ -64,6 +61,7 @@ namespace KancolleSniffer
             this.checkBoxBalloon = new System.Windows.Forms.CheckBox();\r
             this.checkBoxFlash = new System.Windows.Forms.CheckBox();\r
             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
@@ -90,6 +88,9 @@ namespace KancolleSniffer
             this.radioButtonUpstreamOn = new System.Windows.Forms.RadioButton();\r
             this.textBoxPort = new System.Windows.Forms.TextBox();\r
             this.labelPort = new System.Windows.Forms.Label();\r
+            this.groupBoxAutoConfig = new System.Windows.Forms.GroupBox();\r
+            this.radioButtonAutoConfigOff = new System.Windows.Forms.RadioButton();\r
+            this.radioButtonAutoConfigOn = new System.Windows.Forms.RadioButton();\r
             this.textBoxListen = new System.Windows.Forms.TextBox();\r
             this.labelListen = new System.Windows.Forms.Label();\r
             this.tabPageLog = new System.Windows.Forms.TabPage();\r
@@ -105,6 +106,11 @@ 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.tabPageDebug = new System.Windows.Forms.TabPage();\r
             this.buttonPlayDebugLog = new System.Windows.Forms.Button();\r
             this.buttonDebugLogOpenFile = new System.Windows.Forms.Button();\r
@@ -117,6 +123,9 @@ namespace KancolleSniffer
             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.label14 = new System.Windows.Forms.Label();\r
+            this.comboBoxZoom = new System.Windows.Forms.ComboBox();\r
+            this.label15 = new System.Windows.Forms.Label();\r
             this.tabControl.SuspendLayout();\r
             this.tabPageShow.SuspendLayout();\r
             this.tabPageNotification.SuspendLayout();\r
@@ -130,9 +139,12 @@ namespace KancolleSniffer
             this.tabPageVersion.SuspendLayout();\r
             this.tabPageProxy.SuspendLayout();\r
             this.groupBoxUpstream.SuspendLayout();\r
+            this.groupBoxAutoConfig.SuspendLayout();\r
             this.tabPageLog.SuspendLayout();\r
             this.groupBox1.SuspendLayout();\r
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMaterialLogInterval)).BeginInit();\r
+            this.tabPageCollabo.SuspendLayout();\r
+            this.groupBoxKancolleDb.SuspendLayout();\r
             this.tabPageDebug.SuspendLayout();\r
             this.SuspendLayout();\r
             // \r
@@ -147,6 +159,7 @@ namespace KancolleSniffer
             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.tabPageDebug);\r
             this.tabControl.Location = new System.Drawing.Point(7, 6);\r
             this.tabControl.Multiline = true;\r
@@ -157,6 +170,9 @@ namespace KancolleSniffer
             // \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
@@ -335,6 +351,7 @@ namespace KancolleSniffer
             // \r
             // tabPageAchievement\r
             // \r
+            this.tabPageAchievement.Controls.Add(this.checkBoxPresetAkashi);\r
             this.tabPageAchievement.Controls.Add(this.groupBox3);\r
             this.tabPageAchievement.Controls.Add(this.groupBox2);\r
             this.tabPageAchievement.Location = new System.Drawing.Point(4, 40);\r
@@ -345,6 +362,16 @@ namespace KancolleSniffer
             this.tabPageAchievement.Text = "機能";\r
             this.tabPageAchievement.UseVisualStyleBackColor = true;\r
             // \r
+            // checkBoxPresetAkashi\r
+            // \r
+            this.checkBoxPresetAkashi.AutoSize = true;\r
+            this.checkBoxPresetAkashi.Location = new System.Drawing.Point(20, 124);\r
+            this.checkBoxPresetAkashi.Name = "checkBoxPresetAkashi";\r
+            this.checkBoxPresetAkashi.Size = new System.Drawing.Size(141, 16);\r
+            this.checkBoxPresetAkashi.TabIndex = 19;\r
+            this.checkBoxPresetAkashi.Text = "プリセット明石修理を使う";\r
+            this.checkBoxPresetAkashi.UseVisualStyleBackColor = true;\r
+            // \r
             // groupBox3\r
             // \r
             this.groupBox3.Controls.Add(this.radioButtonResultRankWhenClick);\r
@@ -516,9 +543,9 @@ namespace KancolleSniffer
             this.richTextBox1.Location = new System.Drawing.Point(11, 62);\r
             this.richTextBox1.Name = "richTextBox1";\r
             this.richTextBox1.ReadOnly = true;\r
-            this.richTextBox1.Size = new System.Drawing.Size(208, 50);\r
+            this.richTextBox1.Size = new System.Drawing.Size(234, 32);\r
             this.richTextBox1.TabIndex = 15;\r
-            this.richTextBox1.Text = "このソフトウェアは一部のファイルを除き\nGNU GPLバージョン3でライセンスします。\n詳細はLICENSE.mdを参照してください。";\r
+            this.richTextBox1.Text = "このソフトウェアはApache Licenseバージョン2.0でライセンスします。";\r
             // \r
             // label7\r
             // \r
@@ -561,8 +588,7 @@ namespace KancolleSniffer
             // tabPageProxy\r
             // \r
             this.tabPageProxy.Controls.Add(this.groupBoxUpstream);\r
-            this.tabPageProxy.Controls.Add(this.textBoxListen);\r
-            this.tabPageProxy.Controls.Add(this.labelListen);\r
+            this.tabPageProxy.Controls.Add(this.groupBoxAutoConfig);\r
             this.tabPageProxy.Location = new System.Drawing.Point(4, 40);\r
             this.tabPageProxy.Name = "tabPageProxy";\r
             this.tabPageProxy.Padding = new System.Windows.Forms.Padding(8);\r
@@ -577,7 +603,7 @@ namespace KancolleSniffer
             this.groupBoxUpstream.Controls.Add(this.radioButtonUpstreamOn);\r
             this.groupBoxUpstream.Controls.Add(this.textBoxPort);\r
             this.groupBoxUpstream.Controls.Add(this.labelPort);\r
-            this.groupBoxUpstream.Location = new System.Drawing.Point(11, 41);\r
+            this.groupBoxUpstream.Location = new System.Drawing.Point(11, 65);\r
             this.groupBoxUpstream.Name = "groupBoxUpstream";\r
             this.groupBoxUpstream.Size = new System.Drawing.Size(234, 48);\r
             this.groupBoxUpstream.TabIndex = 3;\r
@@ -622,9 +648,42 @@ namespace KancolleSniffer
             this.labelPort.TabIndex = 2;\r
             this.labelPort.Text = "送信ポート:";\r
             // \r
+            // groupBoxAutoConfig\r
+            // \r
+            this.groupBoxAutoConfig.Controls.Add(this.radioButtonAutoConfigOff);\r
+            this.groupBoxAutoConfig.Controls.Add(this.radioButtonAutoConfigOn);\r
+            this.groupBoxAutoConfig.Controls.Add(this.textBoxListen);\r
+            this.groupBoxAutoConfig.Controls.Add(this.labelListen);\r
+            this.groupBoxAutoConfig.Location = new System.Drawing.Point(11, 11);\r
+            this.groupBoxAutoConfig.Name = "groupBoxAutoConfig";\r
+            this.groupBoxAutoConfig.Size = new System.Drawing.Size(234, 48);\r
+            this.groupBoxAutoConfig.TabIndex = 2;\r
+            this.groupBoxAutoConfig.TabStop = false;\r
+            this.groupBoxAutoConfig.Text = "自動設定";\r
+            // \r
+            // radioButtonAutoConfigOff\r
+            // \r
+            this.radioButtonAutoConfigOff.AutoSize = true;\r
+            this.radioButtonAutoConfigOff.Location = new System.Drawing.Point(59, 19);\r
+            this.radioButtonAutoConfigOff.Name = "radioButtonAutoConfigOff";\r
+            this.radioButtonAutoConfigOff.Size = new System.Drawing.Size(47, 16);\r
+            this.radioButtonAutoConfigOff.TabIndex = 1;\r
+            this.radioButtonAutoConfigOff.Text = "無効";\r
+            this.radioButtonAutoConfigOff.UseVisualStyleBackColor = true;\r
+            // \r
+            // radioButtonAutoConfigOn\r
+            // \r
+            this.radioButtonAutoConfigOn.AutoSize = true;\r
+            this.radioButtonAutoConfigOn.Location = new System.Drawing.Point(6, 19);\r
+            this.radioButtonAutoConfigOn.Name = "radioButtonAutoConfigOn";\r
+            this.radioButtonAutoConfigOn.Size = new System.Drawing.Size(47, 16);\r
+            this.radioButtonAutoConfigOn.TabIndex = 0;\r
+            this.radioButtonAutoConfigOn.Text = "有効";\r
+            this.radioButtonAutoConfigOn.UseVisualStyleBackColor = true;\r
+            // \r
             // textBoxListen\r
             // \r
-            this.textBoxListen.Location = new System.Drawing.Point(72, 16);\r
+            this.textBoxListen.Location = new System.Drawing.Point(175, 18);\r
             this.textBoxListen.Name = "textBoxListen";\r
             this.textBoxListen.Size = new System.Drawing.Size(36, 19);\r
             this.textBoxListen.TabIndex = 3;\r
@@ -633,7 +692,7 @@ namespace KancolleSniffer
             // labelListen\r
             // \r
             this.labelListen.AutoSize = true;\r
-            this.labelListen.Location = new System.Drawing.Point(11, 19);\r
+            this.labelListen.Location = new System.Drawing.Point(114, 21);\r
             this.labelListen.Name = "labelListen";\r
             this.labelListen.Size = new System.Drawing.Size(59, 12);\r
             this.labelListen.TabIndex = 2;\r
@@ -771,6 +830,54 @@ 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
+            // \r
             // tabPageDebug\r
             // \r
             this.tabPageDebug.Controls.Add(this.buttonPlayDebugLog);\r
@@ -878,6 +985,37 @@ namespace KancolleSniffer
             this.openDebugLogDialog.CheckFileExists = false;\r
             this.openDebugLogDialog.Title = "ログファイルの選択";\r
             // \r
+            // label14\r
+            // \r
+            this.label14.AutoSize = true;\r
+            this.label14.Location = new System.Drawing.Point(9, 57);\r
+            this.label14.Name = "label14";\r
+            this.label14.Size = new System.Drawing.Size(35, 12);\r
+            this.label14.TabIndex = 4;\r
+            this.label14.Text = "ズーム";\r
+            // \r
+            // comboBoxZoom\r
+            // \r
+            this.comboBoxZoom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
+            this.comboBoxZoom.FormattingEnabled = true;\r
+            this.comboBoxZoom.Items.AddRange(new object[] {\r
+            "100%",\r
+            "125%",\r
+            "150%"});\r
+            this.comboBoxZoom.Location = new System.Drawing.Point(47, 54);\r
+            this.comboBoxZoom.Name = "comboBoxZoom";\r
+            this.comboBoxZoom.Size = new System.Drawing.Size(48, 20);\r
+            this.comboBoxZoom.TabIndex = 5;\r
+            // \r
+            // label15\r
+            // \r
+            this.label15.AutoSize = true;\r
+            this.label15.Location = new System.Drawing.Point(97, 57);\r
+            this.label15.Name = "label15";\r
+            this.label15.Size = new System.Drawing.Size(61, 12);\r
+            this.label15.TabIndex = 6;\r
+            this.label15.Text = "(要再起動)";\r
+            // \r
             // ConfigDialog\r
             // \r
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\r
@@ -901,6 +1039,7 @@ namespace KancolleSniffer
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMarginEquips)).EndInit();\r
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMarginShips)).EndInit();\r
             this.tabPageAchievement.ResumeLayout(false);\r
+            this.tabPageAchievement.PerformLayout();\r
             this.groupBox3.ResumeLayout(false);\r
             this.groupBox3.PerformLayout();\r
             this.groupBox2.ResumeLayout(false);\r
@@ -911,14 +1050,18 @@ namespace KancolleSniffer
             this.tabPageVersion.ResumeLayout(false);\r
             this.tabPageVersion.PerformLayout();\r
             this.tabPageProxy.ResumeLayout(false);\r
-            this.tabPageProxy.PerformLayout();\r
             this.groupBoxUpstream.ResumeLayout(false);\r
             this.groupBoxUpstream.PerformLayout();\r
+            this.groupBoxAutoConfig.ResumeLayout(false);\r
+            this.groupBoxAutoConfig.PerformLayout();\r
             this.tabPageLog.ResumeLayout(false);\r
             this.tabPageLog.PerformLayout();\r
             this.groupBox1.ResumeLayout(false);\r
             this.groupBox1.PerformLayout();\r
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMaterialLogInterval)).EndInit();\r
+            this.tabPageCollabo.ResumeLayout(false);\r
+            this.groupBoxKancolleDb.ResumeLayout(false);\r
+            this.groupBoxKancolleDb.PerformLayout();\r
             this.tabPageDebug.ResumeLayout(false);\r
             this.tabPageDebug.PerformLayout();\r
             this.ResumeLayout(false);\r
@@ -970,6 +1113,9 @@ namespace KancolleSniffer
         private System.Windows.Forms.RadioButton radioButtonUpstreamOn;\r
         private System.Windows.Forms.TextBox textBoxPort;\r
         private System.Windows.Forms.Label labelPort;\r
+        private System.Windows.Forms.GroupBox groupBoxAutoConfig;\r
+        private System.Windows.Forms.RadioButton radioButtonAutoConfigOff;\r
+        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
@@ -998,5 +1144,14 @@ namespace KancolleSniffer
         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.ComboBox comboBoxZoom;\r
+        private System.Windows.Forms.Label label14;\r
+        private System.Windows.Forms.Label label15;\r
     }\r
 }
\ No newline at end of file