OSDN Git Service

Pushbulletを利用したスマホへのプッシュ通知を実装する
[kancollesniffer/KancolleSniffer.git] / KancolleSniffer / ConfigDialog.Designer.cs
index b1d52b3..60c1e4b 100644 (file)
@@ -106,6 +106,11 @@ namespace KancolleSniffer
             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.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.groupBoxKancolleDb = new System.Windows.Forms.GroupBox();\r
             this.textBoxKancolleDbToken = new System.Windows.Forms.TextBox();\r
             this.label8 = new System.Windows.Forms.Label();\r
@@ -139,6 +144,7 @@ namespace KancolleSniffer
             this.tabPageLog.SuspendLayout();\r
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMaterialLogInterval)).BeginInit();\r
             this.tabPageCollabo.SuspendLayout();\r
+            this.groupBoxPushbullet.SuspendLayout();\r
             this.groupBoxKancolleDb.SuspendLayout();\r
             this.tabPageDebug.SuspendLayout();\r
             this.SuspendLayout();\r
@@ -814,6 +820,7 @@ namespace KancolleSniffer
             // \r
             // tabPageCollabo\r
             // \r
+            this.tabPageCollabo.Controls.Add(this.groupBoxPushbullet);\r
             this.tabPageCollabo.Controls.Add(this.groupBoxKancolleDb);\r
             this.tabPageCollabo.Location = new System.Drawing.Point(4, 40);\r
             this.tabPageCollabo.Name = "tabPageCollabo";\r
@@ -822,6 +829,56 @@ namespace KancolleSniffer
             this.tabPageCollabo.Text = "連携";\r
             this.tabPageCollabo.UseVisualStyleBackColor = true;\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, 66);\r
+            this.groupBoxPushbullet.Name = "groupBoxPushbullet";\r
+            this.groupBoxPushbullet.Size = new System.Drawing.Size(234, 48);\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(191, 16);\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(99, 18);\r
+            this.textBoxPushbulletToken.Name = "textBoxPushbulletToken";\r
+            this.textBoxPushbulletToken.Size = new System.Drawing.Size(89, 19);\r
+            this.textBoxPushbulletToken.TabIndex = 2;\r
+            // \r
+            // label7\r
+            // \r
+            this.label7.AutoSize = true;\r
+            this.label7.Location = new System.Drawing.Point(57, 21);\r
+            this.label7.Name = "label7";\r
+            this.label7.Size = new System.Drawing.Size(42, 12);\r
+            this.label7.TabIndex = 1;\r
+            this.label7.Text = "トークン:";\r
+            // \r
+            // checkBoxPushbulletOn\r
+            // \r
+            this.checkBoxPushbulletOn.AutoSize = true;\r
+            this.checkBoxPushbulletOn.Location = new System.Drawing.Point(6, 20);\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
             // groupBoxKancolleDb\r
             // \r
             this.groupBoxKancolleDb.Controls.Add(this.textBoxKancolleDbToken);\r
@@ -836,15 +893,15 @@ namespace KancolleSniffer
             // \r
             // textBoxKancolleDbToken\r
             // \r
-            this.textBoxKancolleDbToken.Location = new System.Drawing.Point(135, 18);\r
+            this.textBoxKancolleDbToken.Location = new System.Drawing.Point(121, 18);\r
             this.textBoxKancolleDbToken.Name = "textBoxKancolleDbToken";\r
-            this.textBoxKancolleDbToken.Size = new System.Drawing.Size(93, 19);\r
+            this.textBoxKancolleDbToken.Size = new System.Drawing.Size(107, 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.Location = new System.Drawing.Point(57, 21);\r
             this.label8.Name = "label8";\r
             this.label8.Size = new System.Drawing.Size(63, 12);\r
             this.label8.TabIndex = 1;\r
@@ -855,9 +912,9 @@ namespace KancolleSniffer
             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.Size = new System.Drawing.Size(48, 16);\r
             this.checkBoxKancolleDbOn.TabIndex = 0;\r
-            this.checkBoxKancolleDbOn.Text = "送信する";\r
+            this.checkBoxKancolleDbOn.Text = "有効";\r
             this.checkBoxKancolleDbOn.UseVisualStyleBackColor = true;\r
             // \r
             // tabPageDebug\r
@@ -1010,6 +1067,8 @@ namespace KancolleSniffer
             this.tabPageLog.PerformLayout();\r
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMaterialLogInterval)).EndInit();\r
             this.tabPageCollabo.ResumeLayout(false);\r
+            this.groupBoxPushbullet.ResumeLayout(false);\r
+            this.groupBoxPushbullet.PerformLayout();\r
             this.groupBoxKancolleDb.ResumeLayout(false);\r
             this.groupBoxKancolleDb.PerformLayout();\r
             this.tabPageDebug.ResumeLayout(false);\r
@@ -1099,5 +1158,10 @@ namespace KancolleSniffer
         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
     }\r
 }
\ No newline at end of file