OSDN Git Service

一覧ウィンドウの艦隊表示に速力を表示する
[kancollesniffer/KancolleSniffer.git] / KancolleSniffer / NotificationConfigDialog.Designer.cs
index 88fe811..7d7b59d 100644 (file)
         {\r
             this.listBoxNotifications = new System.Windows.Forms.ListBox();\r
             this.checkBoxFlashWindow = new System.Windows.Forms.CheckBox();\r
-            this.checkBoxShowBaloonTip = new System.Windows.Forms.CheckBox();\r
+            this.checkBoxShowBalloonTip = new System.Windows.Forms.CheckBox();\r
             this.checkBoxPlaySound = new System.Windows.Forms.CheckBox();\r
             this.buttonClose = new System.Windows.Forms.Button();\r
+            this.checkBoxPush = new System.Windows.Forms.CheckBox();\r
+            this.checkBoxRepeat = new System.Windows.Forms.CheckBox();\r
+            this.textBoxRepeat = new System.Windows.Forms.TextBox();\r
+            this.labelRepeat = new System.Windows.Forms.Label();\r
+            this.checkBoxCont = new System.Windows.Forms.CheckBox();\r
+            this.textBoxPreliminary = new System.Windows.Forms.TextBox();\r
+            this.labelPreliminary = new System.Windows.Forms.Label();\r
+            this.checkBoxPreliminary = new System.Windows.Forms.CheckBox();\r
             this.SuspendLayout();\r
             // \r
             // listBoxNotifications\r
             // \r
+            this.listBoxNotifications.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) \r
+            | System.Windows.Forms.AnchorStyles.Right)));\r
             this.listBoxNotifications.FormattingEnabled = true;\r
             this.listBoxNotifications.ItemHeight = 12;\r
             this.listBoxNotifications.Location = new System.Drawing.Point(12, 12);\r
             this.listBoxNotifications.Name = "listBoxNotifications";\r
-            this.listBoxNotifications.Size = new System.Drawing.Size(204, 88);\r
+            this.listBoxNotifications.Size = new System.Drawing.Size(264, 88);\r
             this.listBoxNotifications.TabIndex = 0;\r
             this.listBoxNotifications.SelectedIndexChanged += new System.EventHandler(this.listBoxNotifications_SelectedIndexChanged);\r
             // \r
             this.checkBoxFlashWindow.UseVisualStyleBackColor = true;\r
             this.checkBoxFlashWindow.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);\r
             // \r
-            // checkBoxShowBaloonTip\r
+            // checkBoxShowBalloonTip\r
             // \r
-            this.checkBoxShowBaloonTip.AutoSize = true;\r
-            this.checkBoxShowBaloonTip.Location = new System.Drawing.Point(81, 106);\r
-            this.checkBoxShowBaloonTip.Name = "checkBoxShowBaloonTip";\r
-            this.checkBoxShowBaloonTip.Size = new System.Drawing.Size(72, 16);\r
-            this.checkBoxShowBaloonTip.TabIndex = 2;\r
-            this.checkBoxShowBaloonTip.Text = "通知領域";\r
-            this.checkBoxShowBaloonTip.UseVisualStyleBackColor = true;\r
+            this.checkBoxShowBalloonTip.AutoSize = true;\r
+            this.checkBoxShowBalloonTip.Location = new System.Drawing.Point(81, 106);\r
+            this.checkBoxShowBalloonTip.Name = "checkBoxShowBalloonTip";\r
+            this.checkBoxShowBalloonTip.Size = new System.Drawing.Size(72, 16);\r
+            this.checkBoxShowBalloonTip.TabIndex = 2;\r
+            this.checkBoxShowBalloonTip.Text = "通知領域";\r
+            this.checkBoxShowBalloonTip.UseVisualStyleBackColor = true;\r
+            this.checkBoxShowBalloonTip.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);\r
             // \r
             // checkBoxPlaySound\r
             // \r
             this.checkBoxPlaySound.TabIndex = 3;\r
             this.checkBoxPlaySound.Text = "サウンド";\r
             this.checkBoxPlaySound.UseVisualStyleBackColor = true;\r
+            this.checkBoxPlaySound.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);\r
             // \r
             // buttonClose\r
             // \r
+            this.buttonClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));\r
             this.buttonClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;\r
-            this.buttonClose.Location = new System.Drawing.Point(141, 134);\r
+            this.buttonClose.Location = new System.Drawing.Point(201, 161);\r
             this.buttonClose.Name = "buttonClose";\r
             this.buttonClose.Size = new System.Drawing.Size(75, 23);\r
             this.buttonClose.TabIndex = 6;\r
             this.buttonClose.Text = "閉じる";\r
             this.buttonClose.UseVisualStyleBackColor = true;\r
             // \r
+            // checkBoxPush\r
+            // \r
+            this.checkBoxPush.AutoSize = true;\r
+            this.checkBoxPush.Location = new System.Drawing.Point(218, 106);\r
+            this.checkBoxPush.Name = "checkBoxPush";\r
+            this.checkBoxPush.Size = new System.Drawing.Size(58, 16);\r
+            this.checkBoxPush.TabIndex = 7;\r
+            this.checkBoxPush.Text = "プッシュ";\r
+            this.checkBoxPush.UseVisualStyleBackColor = true;\r
+            this.checkBoxPush.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);\r
+            // \r
+            // checkBoxRepeat\r
+            // \r
+            this.checkBoxRepeat.AutoSize = true;\r
+            this.checkBoxRepeat.Location = new System.Drawing.Point(12, 133);\r
+            this.checkBoxRepeat.Name = "checkBoxRepeat";\r
+            this.checkBoxRepeat.Size = new System.Drawing.Size(58, 16);\r
+            this.checkBoxRepeat.TabIndex = 8;\r
+            this.checkBoxRepeat.Text = "リピート";\r
+            this.checkBoxRepeat.UseVisualStyleBackColor = true;\r
+            this.checkBoxRepeat.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);\r
+            // \r
+            // textBoxRepeat\r
+            // \r
+            this.textBoxRepeat.Location = new System.Drawing.Point(67, 131);\r
+            this.textBoxRepeat.Name = "textBoxRepeat";\r
+            this.textBoxRepeat.Size = new System.Drawing.Size(36, 19);\r
+            this.textBoxRepeat.TabIndex = 9;\r
+            this.textBoxRepeat.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;\r
+            this.textBoxRepeat.TextChanged += new System.EventHandler(this.textBoxRepeat_TextChanged);\r
+            // \r
+            // labelRepeat\r
+            // \r
+            this.labelRepeat.AutoSize = true;\r
+            this.labelRepeat.Location = new System.Drawing.Point(104, 134);\r
+            this.labelRepeat.Name = "labelRepeat";\r
+            this.labelRepeat.Size = new System.Drawing.Size(29, 12);\r
+            this.labelRepeat.TabIndex = 10;\r
+            this.labelRepeat.Text = "秒毎";\r
+            // \r
+            // checkBoxCont\r
+            // \r
+            this.checkBoxCont.AutoSize = true;\r
+            this.checkBoxCont.Location = new System.Drawing.Point(66, 155);\r
+            this.checkBoxCont.Name = "checkBoxCont";\r
+            this.checkBoxCont.Size = new System.Drawing.Size(48, 16);\r
+            this.checkBoxCont.TabIndex = 11;\r
+            this.checkBoxCont.Text = "継続";\r
+            this.checkBoxCont.UseVisualStyleBackColor = true;\r
+            this.checkBoxCont.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);\r
+            // \r
+            // textBoxPreliminary\r
+            // \r
+            this.textBoxPreliminary.Location = new System.Drawing.Point(187, 131);\r
+            this.textBoxPreliminary.Name = "textBoxPreliminary";\r
+            this.textBoxPreliminary.Size = new System.Drawing.Size(36, 19);\r
+            this.textBoxPreliminary.TabIndex = 12;\r
+            this.textBoxPreliminary.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;\r
+            this.textBoxPreliminary.TextChanged += new System.EventHandler(this.textBoxPreliminary_TextChanged);\r
+            // \r
+            // labelPreliminary\r
+            // \r
+            this.labelPreliminary.AutoSize = true;\r
+            this.labelPreliminary.Location = new System.Drawing.Point(224, 134);\r
+            this.labelPreliminary.Name = "labelPreliminary";\r
+            this.labelPreliminary.Size = new System.Drawing.Size(29, 12);\r
+            this.labelPreliminary.TabIndex = 13;\r
+            this.labelPreliminary.Text = "秒前";\r
+            // \r
+            // checkBoxPreliminary\r
+            // \r
+            this.checkBoxPreliminary.AutoSize = true;\r
+            this.checkBoxPreliminary.Location = new System.Drawing.Point(142, 133);\r
+            this.checkBoxPreliminary.Name = "checkBoxPreliminary";\r
+            this.checkBoxPreliminary.Size = new System.Drawing.Size(48, 16);\r
+            this.checkBoxPreliminary.TabIndex = 14;\r
+            this.checkBoxPreliminary.Text = "予告";\r
+            this.checkBoxPreliminary.UseVisualStyleBackColor = true;\r
+            this.checkBoxPreliminary.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);\r
+            // \r
             // NotificationConfigDialog\r
             // \r
             this.AcceptButton = this.buttonClose;\r
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\r
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
             this.CancelButton = this.buttonClose;\r
-            this.ClientSize = new System.Drawing.Size(228, 166);\r
+            this.ClientSize = new System.Drawing.Size(288, 195);\r
+            this.Controls.Add(this.textBoxPreliminary);\r
+            this.Controls.Add(this.checkBoxPreliminary);\r
+            this.Controls.Add(this.labelPreliminary);\r
+            this.Controls.Add(this.checkBoxCont);\r
+            this.Controls.Add(this.labelRepeat);\r
+            this.Controls.Add(this.textBoxRepeat);\r
+            this.Controls.Add(this.checkBoxRepeat);\r
+            this.Controls.Add(this.checkBoxPush);\r
             this.Controls.Add(this.buttonClose);\r
             this.Controls.Add(this.checkBoxPlaySound);\r
-            this.Controls.Add(this.checkBoxShowBaloonTip);\r
+            this.Controls.Add(this.checkBoxShowBalloonTip);\r
             this.Controls.Add(this.checkBoxFlashWindow);\r
             this.Controls.Add(this.listBoxNotifications);\r
+            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;\r
             this.MaximizeBox = false;\r
             this.MinimizeBox = false;\r
             this.Name = "NotificationConfigDialog";\r
             this.ShowIcon = false;\r
             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
-            this.Text = "イベントごとの通知方法の設定";\r
+            this.Text = "通知方法の詳細設定";\r
             this.Load += new System.EventHandler(this.NotificationConfigDialog_Load);\r
             this.ResumeLayout(false);\r
             this.PerformLayout();\r
 \r
         private System.Windows.Forms.ListBox listBoxNotifications;\r
         private System.Windows.Forms.CheckBox checkBoxFlashWindow;\r
-        private System.Windows.Forms.CheckBox checkBoxShowBaloonTip;\r
+        private System.Windows.Forms.CheckBox checkBoxShowBalloonTip;\r
         private System.Windows.Forms.CheckBox checkBoxPlaySound;\r
         private System.Windows.Forms.Button buttonClose;\r
+        private System.Windows.Forms.CheckBox checkBoxPush;\r
+        private System.Windows.Forms.CheckBox checkBoxRepeat;\r
+        private System.Windows.Forms.TextBox textBoxRepeat;\r
+        private System.Windows.Forms.Label labelRepeat;\r
+        private System.Windows.Forms.CheckBox checkBoxCont;\r
+        private System.Windows.Forms.TextBox textBoxPreliminary;\r
+        private System.Windows.Forms.Label labelPreliminary;\r
+        private System.Windows.Forms.CheckBox checkBoxPreliminary;\r
     }\r
 }
\ No newline at end of file