OSDN Git Service

Pushoverによるプッシュ通知に対応する
[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.checkBoxRepeat = new System.Windows.Forms.CheckBox();\r
38             this.textBoxRepeat = new System.Windows.Forms.TextBox();\r
39             this.labelRepeat = new System.Windows.Forms.Label();\r
40             this.SuspendLayout();\r
41             // \r
42             // listBoxNotifications\r
43             // \r
44             this.listBoxNotifications.FormattingEnabled = true;\r
45             this.listBoxNotifications.ItemHeight = 12;\r
46             this.listBoxNotifications.Location = new System.Drawing.Point(12, 12);\r
47             this.listBoxNotifications.Name = "listBoxNotifications";\r
48             this.listBoxNotifications.Size = new System.Drawing.Size(204, 88);\r
49             this.listBoxNotifications.TabIndex = 0;\r
50             this.listBoxNotifications.SelectedIndexChanged += new System.EventHandler(this.listBoxNotifications_SelectedIndexChanged);\r
51             // \r
52             // checkBoxFlashWindow\r
53             // \r
54             this.checkBoxFlashWindow.AutoSize = true;\r
55             this.checkBoxFlashWindow.Location = new System.Drawing.Point(12, 106);\r
56             this.checkBoxFlashWindow.Name = "checkBoxFlashWindow";\r
57             this.checkBoxFlashWindow.Size = new System.Drawing.Size(67, 16);\r
58             this.checkBoxFlashWindow.TabIndex = 1;\r
59             this.checkBoxFlashWindow.Text = "ウィンドウ";\r
60             this.checkBoxFlashWindow.UseVisualStyleBackColor = true;\r
61             this.checkBoxFlashWindow.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);\r
62             // \r
63             // checkBoxShowBaloonTip\r
64             // \r
65             this.checkBoxShowBaloonTip.AutoSize = true;\r
66             this.checkBoxShowBaloonTip.Location = new System.Drawing.Point(81, 106);\r
67             this.checkBoxShowBaloonTip.Name = "checkBoxShowBaloonTip";\r
68             this.checkBoxShowBaloonTip.Size = new System.Drawing.Size(72, 16);\r
69             this.checkBoxShowBaloonTip.TabIndex = 2;\r
70             this.checkBoxShowBaloonTip.Text = "通知領域";\r
71             this.checkBoxShowBaloonTip.UseVisualStyleBackColor = true;\r
72             this.checkBoxShowBaloonTip.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);\r
73             // \r
74             // checkBoxPlaySound\r
75             // \r
76             this.checkBoxPlaySound.AutoSize = true;\r
77             this.checkBoxPlaySound.Location = new System.Drawing.Point(155, 106);\r
78             this.checkBoxPlaySound.Name = "checkBoxPlaySound";\r
79             this.checkBoxPlaySound.Size = new System.Drawing.Size(61, 16);\r
80             this.checkBoxPlaySound.TabIndex = 3;\r
81             this.checkBoxPlaySound.Text = "サウンド";\r
82             this.checkBoxPlaySound.UseVisualStyleBackColor = true;\r
83             this.checkBoxPlaySound.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);\r
84             // \r
85             // buttonClose\r
86             // \r
87             this.buttonClose.Anchor = System.Windows.Forms.AnchorStyles.Bottom;\r
88             this.buttonClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;\r
89             this.buttonClose.Location = new System.Drawing.Point(141, 157);\r
90             this.buttonClose.Name = "buttonClose";\r
91             this.buttonClose.Size = new System.Drawing.Size(75, 23);\r
92             this.buttonClose.TabIndex = 6;\r
93             this.buttonClose.Text = "閉じる";\r
94             this.buttonClose.UseVisualStyleBackColor = true;\r
95             // \r
96             // checkBoxPushbullet\r
97             // \r
98             this.checkBoxPushbullet.AutoSize = true;\r
99             this.checkBoxPushbullet.Location = new System.Drawing.Point(12, 128);\r
100             this.checkBoxPushbullet.Name = "checkBoxPushbullet";\r
101             this.checkBoxPushbullet.Size = new System.Drawing.Size(82, 16);\r
102             this.checkBoxPushbullet.TabIndex = 7;\r
103             this.checkBoxPushbullet.Text = "プッシュ通知";\r
104             this.checkBoxPushbullet.UseVisualStyleBackColor = true;\r
105             this.checkBoxPushbullet.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);\r
106             // \r
107             // checkBoxRepeat\r
108             // \r
109             this.checkBoxRepeat.AutoSize = true;\r
110             this.checkBoxRepeat.Location = new System.Drawing.Point(100, 128);\r
111             this.checkBoxRepeat.Name = "checkBoxRepeat";\r
112             this.checkBoxRepeat.Size = new System.Drawing.Size(58, 16);\r
113             this.checkBoxRepeat.TabIndex = 8;\r
114             this.checkBoxRepeat.Text = "リピート";\r
115             this.checkBoxRepeat.UseVisualStyleBackColor = true;\r
116             this.checkBoxRepeat.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);\r
117             // \r
118             // textBoxRepeat\r
119             // \r
120             this.textBoxRepeat.Location = new System.Drawing.Point(155, 126);\r
121             this.textBoxRepeat.Name = "textBoxRepeat";\r
122             this.textBoxRepeat.Size = new System.Drawing.Size(26, 19);\r
123             this.textBoxRepeat.TabIndex = 9;\r
124             this.textBoxRepeat.TextChanged += new System.EventHandler(this.textBoxRepeat_TextChanged);\r
125             // \r
126             // labelRepeat\r
127             // \r
128             this.labelRepeat.AutoSize = true;\r
129             this.labelRepeat.Location = new System.Drawing.Point(183, 129);\r
130             this.labelRepeat.Name = "labelRepeat";\r
131             this.labelRepeat.Size = new System.Drawing.Size(17, 12);\r
132             this.labelRepeat.TabIndex = 10;\r
133             this.labelRepeat.Text = "秒";\r
134             // \r
135             // NotificationConfigDialog\r
136             // \r
137             this.AcceptButton = this.buttonClose;\r
138             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\r
139             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
140             this.CancelButton = this.buttonClose;\r
141             this.ClientSize = new System.Drawing.Size(228, 188);\r
142             this.Controls.Add(this.labelRepeat);\r
143             this.Controls.Add(this.textBoxRepeat);\r
144             this.Controls.Add(this.checkBoxRepeat);\r
145             this.Controls.Add(this.checkBoxPushbullet);\r
146             this.Controls.Add(this.buttonClose);\r
147             this.Controls.Add(this.checkBoxPlaySound);\r
148             this.Controls.Add(this.checkBoxShowBaloonTip);\r
149             this.Controls.Add(this.checkBoxFlashWindow);\r
150             this.Controls.Add(this.listBoxNotifications);\r
151             this.MaximizeBox = false;\r
152             this.MinimizeBox = false;\r
153             this.Name = "NotificationConfigDialog";\r
154             this.ShowIcon = false;\r
155             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
156             this.Text = "通知方法の詳細設定";\r
157             this.Load += new System.EventHandler(this.NotificationConfigDialog_Load);\r
158             this.ResumeLayout(false);\r
159             this.PerformLayout();\r
160 \r
161         }\r
162 \r
163         #endregion\r
164 \r
165         private System.Windows.Forms.ListBox listBoxNotifications;\r
166         private System.Windows.Forms.CheckBox checkBoxFlashWindow;\r
167         private System.Windows.Forms.CheckBox checkBoxShowBaloonTip;\r
168         private System.Windows.Forms.CheckBox checkBoxPlaySound;\r
169         private System.Windows.Forms.Button buttonClose;\r
170         private System.Windows.Forms.CheckBox checkBoxPushbullet;\r
171         private System.Windows.Forms.CheckBox checkBoxRepeat;\r
172         private System.Windows.Forms.TextBox textBoxRepeat;\r
173         private System.Windows.Forms.Label labelRepeat;\r
174     }\r
175 }