OSDN Git Service

バージョン11.9の準備
[kancollesniffer/KancolleSniffer.git] / KancolleSniffer / ConfigDialog.Designer.cs
index 07e3f88..a0145bf 100644 (file)
@@ -42,7 +42,6 @@ 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.tabPageWindow = new System.Windows.Forms.TabPage();\r
             this.checkBoxLocationPerMachine = new System.Windows.Forms.CheckBox();\r
@@ -131,9 +130,9 @@ 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.tabPageWindow.SuspendLayout();\r
             this.tabPageNotification.SuspendLayout();\r
@@ -457,6 +456,7 @@ namespace KancolleSniffer
             // \r
             // groupBox3\r
             // \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
@@ -471,7 +471,7 @@ namespace KancolleSniffer
             // checkBoxBattleResult\r
             // \r
             this.checkBoxBattleResult.AutoSize = true;\r
-            this.checkBoxBattleResult.Location = new System.Drawing.Point(147, 21);\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
@@ -481,7 +481,7 @@ namespace KancolleSniffer
             // checkBoxAirBattleResult\r
             // \r
             this.checkBoxAirBattleResult.AutoSize = true;\r
-            this.checkBoxAirBattleResult.Location = new System.Drawing.Point(84, 21);\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
@@ -493,9 +493,9 @@ namespace KancolleSniffer
             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(72, 16);\r
+            this.checkBoxResultRank.Size = new System.Drawing.Size(48, 16);\r
             this.checkBoxResultRank.TabIndex = 0;\r
-            this.checkBoxResultRank.Text = "勝利判定";\r
+            this.checkBoxResultRank.Text = "勝";\r
             this.checkBoxResultRank.UseVisualStyleBackColor = true;\r
             // \r
             // groupBox2\r
@@ -1088,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
@@ -1103,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
@@ -1206,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
@@ -1249,5 +1252,6 @@ namespace KancolleSniffer
         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