OSDN Git Service

通知の詳細設定で秒数の入力欄を広げる
[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.checkBoxPush = 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.checkBoxCont = new System.Windows.Forms.CheckBox();\r
41             this.textBoxPreliminary = new System.Windows.Forms.TextBox();\r
42             this.labelPreliminary = new System.Windows.Forms.Label();\r
43             this.checkBoxPreliminary = new System.Windows.Forms.CheckBox();\r
44             this.SuspendLayout();\r
45             // \r
46             // listBoxNotifications\r
47             // \r
48             this.listBoxNotifications.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) \r
49             | System.Windows.Forms.AnchorStyles.Right)));\r
50             this.listBoxNotifications.FormattingEnabled = true;\r
51             this.listBoxNotifications.ItemHeight = 12;\r
52             this.listBoxNotifications.Location = new System.Drawing.Point(12, 12);\r
53             this.listBoxNotifications.Name = "listBoxNotifications";\r
54             this.listBoxNotifications.Size = new System.Drawing.Size(264, 88);\r
55             this.listBoxNotifications.TabIndex = 0;\r
56             this.listBoxNotifications.SelectedIndexChanged += new System.EventHandler(this.listBoxNotifications_SelectedIndexChanged);\r
57             // \r
58             // checkBoxFlashWindow\r
59             // \r
60             this.checkBoxFlashWindow.AutoSize = true;\r
61             this.checkBoxFlashWindow.Location = new System.Drawing.Point(12, 106);\r
62             this.checkBoxFlashWindow.Name = "checkBoxFlashWindow";\r
63             this.checkBoxFlashWindow.Size = new System.Drawing.Size(67, 16);\r
64             this.checkBoxFlashWindow.TabIndex = 1;\r
65             this.checkBoxFlashWindow.Text = "ウィンドウ";\r
66             this.checkBoxFlashWindow.UseVisualStyleBackColor = true;\r
67             this.checkBoxFlashWindow.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);\r
68             // \r
69             // checkBoxShowBaloonTip\r
70             // \r
71             this.checkBoxShowBaloonTip.AutoSize = true;\r
72             this.checkBoxShowBaloonTip.Location = new System.Drawing.Point(81, 106);\r
73             this.checkBoxShowBaloonTip.Name = "checkBoxShowBaloonTip";\r
74             this.checkBoxShowBaloonTip.Size = new System.Drawing.Size(72, 16);\r
75             this.checkBoxShowBaloonTip.TabIndex = 2;\r
76             this.checkBoxShowBaloonTip.Text = "通知領域";\r
77             this.checkBoxShowBaloonTip.UseVisualStyleBackColor = true;\r
78             this.checkBoxShowBaloonTip.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);\r
79             // \r
80             // checkBoxPlaySound\r
81             // \r
82             this.checkBoxPlaySound.AutoSize = true;\r
83             this.checkBoxPlaySound.Location = new System.Drawing.Point(155, 106);\r
84             this.checkBoxPlaySound.Name = "checkBoxPlaySound";\r
85             this.checkBoxPlaySound.Size = new System.Drawing.Size(61, 16);\r
86             this.checkBoxPlaySound.TabIndex = 3;\r
87             this.checkBoxPlaySound.Text = "サウンド";\r
88             this.checkBoxPlaySound.UseVisualStyleBackColor = true;\r
89             this.checkBoxPlaySound.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);\r
90             // \r
91             // buttonClose\r
92             // \r
93             this.buttonClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));\r
94             this.buttonClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;\r
95             this.buttonClose.Location = new System.Drawing.Point(201, 161);\r
96             this.buttonClose.Name = "buttonClose";\r
97             this.buttonClose.Size = new System.Drawing.Size(75, 23);\r
98             this.buttonClose.TabIndex = 6;\r
99             this.buttonClose.Text = "閉じる";\r
100             this.buttonClose.UseVisualStyleBackColor = true;\r
101             // \r
102             // checkBoxPush\r
103             // \r
104             this.checkBoxPush.AutoSize = true;\r
105             this.checkBoxPush.Location = new System.Drawing.Point(218, 106);\r
106             this.checkBoxPush.Name = "checkBoxPush";\r
107             this.checkBoxPush.Size = new System.Drawing.Size(58, 16);\r
108             this.checkBoxPush.TabIndex = 7;\r
109             this.checkBoxPush.Text = "プッシュ";\r
110             this.checkBoxPush.UseVisualStyleBackColor = true;\r
111             this.checkBoxPush.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);\r
112             // \r
113             // checkBoxRepeat\r
114             // \r
115             this.checkBoxRepeat.AutoSize = true;\r
116             this.checkBoxRepeat.Location = new System.Drawing.Point(12, 133);\r
117             this.checkBoxRepeat.Name = "checkBoxRepeat";\r
118             this.checkBoxRepeat.Size = new System.Drawing.Size(58, 16);\r
119             this.checkBoxRepeat.TabIndex = 8;\r
120             this.checkBoxRepeat.Text = "リピート";\r
121             this.checkBoxRepeat.UseVisualStyleBackColor = true;\r
122             this.checkBoxRepeat.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);\r
123             // \r
124             // textBoxRepeat\r
125             // \r
126             this.textBoxRepeat.Location = new System.Drawing.Point(67, 131);\r
127             this.textBoxRepeat.Name = "textBoxRepeat";\r
128             this.textBoxRepeat.Size = new System.Drawing.Size(36, 19);\r
129             this.textBoxRepeat.TabIndex = 9;\r
130             this.textBoxRepeat.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;\r
131             this.textBoxRepeat.TextChanged += new System.EventHandler(this.textBoxRepeat_TextChanged);\r
132             // \r
133             // labelRepeat\r
134             // \r
135             this.labelRepeat.AutoSize = true;\r
136             this.labelRepeat.Location = new System.Drawing.Point(104, 134);\r
137             this.labelRepeat.Name = "labelRepeat";\r
138             this.labelRepeat.Size = new System.Drawing.Size(29, 12);\r
139             this.labelRepeat.TabIndex = 10;\r
140             this.labelRepeat.Text = "秒毎";\r
141             // \r
142             // checkBoxCont\r
143             // \r
144             this.checkBoxCont.AutoSize = true;\r
145             this.checkBoxCont.Location = new System.Drawing.Point(66, 155);\r
146             this.checkBoxCont.Name = "checkBoxCont";\r
147             this.checkBoxCont.Size = new System.Drawing.Size(48, 16);\r
148             this.checkBoxCont.TabIndex = 11;\r
149             this.checkBoxCont.Text = "継続";\r
150             this.checkBoxCont.UseVisualStyleBackColor = true;\r
151             this.checkBoxCont.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);\r
152             // \r
153             // textBoxPreliminary\r
154             // \r
155             this.textBoxPreliminary.Location = new System.Drawing.Point(187, 131);\r
156             this.textBoxPreliminary.Name = "textBoxPreliminary";\r
157             this.textBoxPreliminary.Size = new System.Drawing.Size(36, 19);\r
158             this.textBoxPreliminary.TabIndex = 12;\r
159             this.textBoxPreliminary.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;\r
160             this.textBoxPreliminary.TextChanged += new System.EventHandler(this.textBoxpreliminary_TextChanged);\r
161             // \r
162             // labelPreliminary\r
163             // \r
164             this.labelPreliminary.AutoSize = true;\r
165             this.labelPreliminary.Location = new System.Drawing.Point(224, 134);\r
166             this.labelPreliminary.Name = "labelPreliminary";\r
167             this.labelPreliminary.Size = new System.Drawing.Size(29, 12);\r
168             this.labelPreliminary.TabIndex = 13;\r
169             this.labelPreliminary.Text = "秒前";\r
170             // \r
171             // checkBoxPreliminary\r
172             // \r
173             this.checkBoxPreliminary.AutoSize = true;\r
174             this.checkBoxPreliminary.Location = new System.Drawing.Point(142, 133);\r
175             this.checkBoxPreliminary.Name = "checkBoxPreliminary";\r
176             this.checkBoxPreliminary.Size = new System.Drawing.Size(48, 16);\r
177             this.checkBoxPreliminary.TabIndex = 14;\r
178             this.checkBoxPreliminary.Text = "予告";\r
179             this.checkBoxPreliminary.UseVisualStyleBackColor = true;\r
180             this.checkBoxPreliminary.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);\r
181             // \r
182             // NotificationConfigDialog\r
183             // \r
184             this.AcceptButton = this.buttonClose;\r
185             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\r
186             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
187             this.CancelButton = this.buttonClose;\r
188             this.ClientSize = new System.Drawing.Size(288, 195);\r
189             this.Controls.Add(this.textBoxPreliminary);\r
190             this.Controls.Add(this.checkBoxPreliminary);\r
191             this.Controls.Add(this.labelPreliminary);\r
192             this.Controls.Add(this.checkBoxCont);\r
193             this.Controls.Add(this.labelRepeat);\r
194             this.Controls.Add(this.textBoxRepeat);\r
195             this.Controls.Add(this.checkBoxRepeat);\r
196             this.Controls.Add(this.checkBoxPush);\r
197             this.Controls.Add(this.buttonClose);\r
198             this.Controls.Add(this.checkBoxPlaySound);\r
199             this.Controls.Add(this.checkBoxShowBaloonTip);\r
200             this.Controls.Add(this.checkBoxFlashWindow);\r
201             this.Controls.Add(this.listBoxNotifications);\r
202             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;\r
203             this.MaximizeBox = false;\r
204             this.MinimizeBox = false;\r
205             this.Name = "NotificationConfigDialog";\r
206             this.ShowIcon = false;\r
207             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
208             this.Text = "通知方法の詳細設定";\r
209             this.Load += new System.EventHandler(this.NotificationConfigDialog_Load);\r
210             this.ResumeLayout(false);\r
211             this.PerformLayout();\r
212 \r
213         }\r
214 \r
215         #endregion\r
216 \r
217         private System.Windows.Forms.ListBox listBoxNotifications;\r
218         private System.Windows.Forms.CheckBox checkBoxFlashWindow;\r
219         private System.Windows.Forms.CheckBox checkBoxShowBaloonTip;\r
220         private System.Windows.Forms.CheckBox checkBoxPlaySound;\r
221         private System.Windows.Forms.Button buttonClose;\r
222         private System.Windows.Forms.CheckBox checkBoxPush;\r
223         private System.Windows.Forms.CheckBox checkBoxRepeat;\r
224         private System.Windows.Forms.TextBox textBoxRepeat;\r
225         private System.Windows.Forms.Label labelRepeat;\r
226         private System.Windows.Forms.CheckBox checkBoxCont;\r
227         private System.Windows.Forms.TextBox textBoxPreliminary;\r
228         private System.Windows.Forms.Label labelPreliminary;\r
229         private System.Windows.Forms.CheckBox checkBoxPreliminary;\r
230     }\r
231 }