OSDN Git Service

修復時間が1分以内の入渠で艦娘が即座に回復するのを反映する
[kancollesniffer/KancolleSniffer.git] / KancolleSniffer / NotificationConfigDialog.Designer.cs
1 namespace KancolleSniffer\r
2 {\r
3     partial class NotificationConfigDialog\r
4     {\r
5         /// <summary>\r
6         /// Required designer variable.\r
7         /// </summary>\r
8         private System.ComponentModel.IContainer components = null;\r
9 \r
10         /// <summary>\r
11         /// Clean up any resources being used.\r
12         /// </summary>\r
13         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
14         protected override void Dispose(bool disposing)\r
15         {\r
16             if (disposing && (components != null))\r
17             {\r
18                 components.Dispose();\r
19             }\r
20             base.Dispose(disposing);\r
21         }\r
22 \r
23         #region Windows Form Designer generated code\r
24 \r
25         /// <summary>\r
26         /// Required method for Designer support - do not modify\r
27         /// the contents of this method with the code editor.\r
28         /// </summary>\r
29         private void InitializeComponent()\r
30         {\r
31             this.listBoxNotifications = new System.Windows.Forms.ListBox();\r
32             this.checkBoxFlashWindow = new System.Windows.Forms.CheckBox();\r
33             this.checkBoxShowBaloonTip = new System.Windows.Forms.CheckBox();\r
34             this.checkBoxPlaySound = new System.Windows.Forms.CheckBox();\r
35             this.buttonClose = new System.Windows.Forms.Button();\r
36             this.checkBoxPushbullet = new System.Windows.Forms.CheckBox();\r
37             this.SuspendLayout();\r
38             // \r
39             // listBoxNotifications\r
40             // \r
41             this.listBoxNotifications.FormattingEnabled = true;\r
42             this.listBoxNotifications.ItemHeight = 12;\r
43             this.listBoxNotifications.Location = new System.Drawing.Point(12, 12);\r
44             this.listBoxNotifications.Name = "listBoxNotifications";\r
45             this.listBoxNotifications.Size = new System.Drawing.Size(204, 88);\r
46             this.listBoxNotifications.TabIndex = 0;\r
47             this.listBoxNotifications.SelectedIndexChanged += new System.EventHandler(this.listBoxNotifications_SelectedIndexChanged);\r
48             // \r
49             // checkBoxFlashWindow\r
50             // \r
51             this.checkBoxFlashWindow.AutoSize = true;\r
52             this.checkBoxFlashWindow.Location = new System.Drawing.Point(12, 106);\r
53             this.checkBoxFlashWindow.Name = "checkBoxFlashWindow";\r
54             this.checkBoxFlashWindow.Size = new System.Drawing.Size(67, 16);\r
55             this.checkBoxFlashWindow.TabIndex = 1;\r
56             this.checkBoxFlashWindow.Text = "ウィンドウ";\r
57             this.checkBoxFlashWindow.UseVisualStyleBackColor = true;\r
58             this.checkBoxFlashWindow.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);\r
59             // \r
60             // checkBoxShowBaloonTip\r
61             // \r
62             this.checkBoxShowBaloonTip.AutoSize = true;\r
63             this.checkBoxShowBaloonTip.Location = new System.Drawing.Point(81, 106);\r
64             this.checkBoxShowBaloonTip.Name = "checkBoxShowBaloonTip";\r
65             this.checkBoxShowBaloonTip.Size = new System.Drawing.Size(72, 16);\r
66             this.checkBoxShowBaloonTip.TabIndex = 2;\r
67             this.checkBoxShowBaloonTip.Text = "通知領域";\r
68             this.checkBoxShowBaloonTip.UseVisualStyleBackColor = true;\r
69             this.checkBoxShowBaloonTip.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);\r
70             // \r
71             // checkBoxPlaySound\r
72             // \r
73             this.checkBoxPlaySound.AutoSize = true;\r
74             this.checkBoxPlaySound.Location = new System.Drawing.Point(155, 106);\r
75             this.checkBoxPlaySound.Name = "checkBoxPlaySound";\r
76             this.checkBoxPlaySound.Size = new System.Drawing.Size(61, 16);\r
77             this.checkBoxPlaySound.TabIndex = 3;\r
78             this.checkBoxPlaySound.Text = "サウンド";\r
79             this.checkBoxPlaySound.UseVisualStyleBackColor = true;\r
80             this.checkBoxPlaySound.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);\r
81             // \r
82             // buttonClose\r
83             // \r
84             this.buttonClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;\r
85             this.buttonClose.Location = new System.Drawing.Point(141, 148);\r
86             this.buttonClose.Name = "buttonClose";\r
87             this.buttonClose.Size = new System.Drawing.Size(75, 23);\r
88             this.buttonClose.TabIndex = 6;\r
89             this.buttonClose.Text = "閉じる";\r
90             this.buttonClose.UseVisualStyleBackColor = true;\r
91             // \r
92             // checkBoxPushbullet\r
93             // \r
94             this.checkBoxPushbullet.AutoSize = true;\r
95             this.checkBoxPushbullet.Location = new System.Drawing.Point(12, 128);\r
96             this.checkBoxPushbullet.Name = "checkBoxPushbullet";\r
97             this.checkBoxPushbullet.Size = new System.Drawing.Size(77, 16);\r
98             this.checkBoxPushbullet.TabIndex = 7;\r
99             this.checkBoxPushbullet.Text = "Pushbullet";\r
100             this.checkBoxPushbullet.UseVisualStyleBackColor = true;\r
101             this.checkBoxPushbullet.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);\r
102             // \r
103             // NotificationConfigDialog\r
104             // \r
105             this.AcceptButton = this.buttonClose;\r
106             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\r
107             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
108             this.CancelButton = this.buttonClose;\r
109             this.ClientSize = new System.Drawing.Size(228, 183);\r
110             this.Controls.Add(this.checkBoxPushbullet);\r
111             this.Controls.Add(this.buttonClose);\r
112             this.Controls.Add(this.checkBoxPlaySound);\r
113             this.Controls.Add(this.checkBoxShowBaloonTip);\r
114             this.Controls.Add(this.checkBoxFlashWindow);\r
115             this.Controls.Add(this.listBoxNotifications);\r
116             this.MaximizeBox = false;\r
117             this.MinimizeBox = false;\r
118             this.Name = "NotificationConfigDialog";\r
119             this.ShowIcon = false;\r
120             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
121             this.Text = "通知方法の詳細設定";\r
122             this.Load += new System.EventHandler(this.NotificationConfigDialog_Load);\r
123             this.ResumeLayout(false);\r
124             this.PerformLayout();\r
125 \r
126         }\r
127 \r
128         #endregion\r
129 \r
130         private System.Windows.Forms.ListBox listBoxNotifications;\r
131         private System.Windows.Forms.CheckBox checkBoxFlashWindow;\r
132         private System.Windows.Forms.CheckBox checkBoxShowBaloonTip;\r
133         private System.Windows.Forms.CheckBox checkBoxPlaySound;\r
134         private System.Windows.Forms.Button buttonClose;\r
135         private System.Windows.Forms.CheckBox checkBoxPushbullet;\r
136     }\r
137 }