OSDN Git Service

ウィンドウを最前面に表示できるようにする
[kancollesniffer/KancolleSniffer.git] / KancolleSniffer / ConfigDialog.Designer.cs
1 // Copyright (C) 2014 Kazuhiro Fujieda <fujieda@users.sourceforge.jp>\r
2 // \r
3 // This program is part of KancolleSniffer.\r
4 //\r
5 // KancolleSniffer is free software: you can redistribute it and/or modify\r
6 // it under the terms of the GNU General Public License as published by\r
7 // the Free Software Foundation, either version 3 of the License, or\r
8 // (at your option) any later version.\r
9 //\r
10 // This program is distributed in the hope that it will be useful,\r
11 // but WITHOUT ANY WARRANTY; without even the implied warranty of\r
12 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
13 // GNU General Public License for more details.\r
14 //\r
15 // You should have received a copy of the GNU General Public License\r
16 // along with this program; if not, see <http://www.gnu.org/licenses/>.\r
17 \r
18 namespace KancolleSniffer\r
19 {\r
20     partial class ConfigDialog\r
21     {\r
22         /// <summary>\r
23         /// Required designer variable.\r
24         /// </summary>\r
25         private System.ComponentModel.IContainer components = null;\r
26 \r
27         /// <summary>\r
28         /// Clean up any resources being used.\r
29         /// </summary>\r
30         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
31         protected override void Dispose(bool disposing)\r
32         {\r
33             if (disposing && (components != null))\r
34             {\r
35                 components.Dispose();\r
36             }\r
37             base.Dispose(disposing);\r
38         }\r
39 \r
40         #region Windows Form Designer generated code\r
41 \r
42         /// <summary>\r
43         /// Required method for Designer support - do not modify\r
44         /// the contents of this method with the code editor.\r
45         /// </summary>\r
46         private void InitializeComponent()\r
47         {\r
48             this.groupBoxNotification = new System.Windows.Forms.GroupBox();\r
49             this.numericUpDownMarginShips = new System.Windows.Forms.NumericUpDown();\r
50             this.label2 = new System.Windows.Forms.Label();\r
51             this.label1 = new System.Windows.Forms.Label();\r
52             this.checkBoxSound = new System.Windows.Forms.CheckBox();\r
53             this.checkBoxBalloon = new System.Windows.Forms.CheckBox();\r
54             this.checkBoxFlash = new System.Windows.Forms.CheckBox();\r
55             this.groupBoxSound = new System.Windows.Forms.GroupBox();\r
56             this.numericUpDownSoundVolume = new System.Windows.Forms.NumericUpDown();\r
57             this.label3 = new System.Windows.Forms.Label();\r
58             this.buttonMaxShipsOpenFile = new System.Windows.Forms.Button();\r
59             this.textBoxMaxShipsSoundFile = new System.Windows.Forms.TextBox();\r
60             this.label7 = new System.Windows.Forms.Label();\r
61             this.buttonKDockOpenFile = new System.Windows.Forms.Button();\r
62             this.textBoxKDockSoundFile = new System.Windows.Forms.TextBox();\r
63             this.label6 = new System.Windows.Forms.Label();\r
64             this.buttonNDockOpenFile = new System.Windows.Forms.Button();\r
65             this.textBoxNDockSoundFile = new System.Windows.Forms.TextBox();\r
66             this.label5 = new System.Windows.Forms.Label();\r
67             this.buttonMissionOpenFile = new System.Windows.Forms.Button();\r
68             this.textBoxMissionSoundFile = new System.Windows.Forms.TextBox();\r
69             this.label4 = new System.Windows.Forms.Label();\r
70             this.buttonOk = new System.Windows.Forms.Button();\r
71             this.buttonCancel = new System.Windows.Forms.Button();\r
72             this.openFileDialog = new System.Windows.Forms.OpenFileDialog();\r
73             this.groupBoxShow = new System.Windows.Forms.GroupBox();\r
74             this.checkBoxTopMost = new System.Windows.Forms.CheckBox();\r
75             this.groupBoxNotification.SuspendLayout();\r
76             ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMarginShips)).BeginInit();\r
77             this.groupBoxSound.SuspendLayout();\r
78             ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSoundVolume)).BeginInit();\r
79             this.groupBoxShow.SuspendLayout();\r
80             this.SuspendLayout();\r
81             // \r
82             // groupBoxNotification\r
83             // \r
84             this.groupBoxNotification.Controls.Add(this.numericUpDownMarginShips);\r
85             this.groupBoxNotification.Controls.Add(this.label2);\r
86             this.groupBoxNotification.Controls.Add(this.label1);\r
87             this.groupBoxNotification.Controls.Add(this.checkBoxSound);\r
88             this.groupBoxNotification.Controls.Add(this.checkBoxBalloon);\r
89             this.groupBoxNotification.Controls.Add(this.checkBoxFlash);\r
90             this.groupBoxNotification.Location = new System.Drawing.Point(12, 58);\r
91             this.groupBoxNotification.Name = "groupBoxNotification";\r
92             this.groupBoxNotification.Size = new System.Drawing.Size(240, 108);\r
93             this.groupBoxNotification.TabIndex = 0;\r
94             this.groupBoxNotification.TabStop = false;\r
95             this.groupBoxNotification.Text = "通知";\r
96             // \r
97             // numericUpDownMarginShips\r
98             // \r
99             this.numericUpDownMarginShips.Location = new System.Drawing.Point(120, 82);\r
100             this.numericUpDownMarginShips.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);\r
101             this.numericUpDownMarginShips.Maximum = new decimal(new int[] {\r
102             99,\r
103             0,\r
104             0,\r
105             0});\r
106             this.numericUpDownMarginShips.Name = "numericUpDownMarginShips";\r
107             this.numericUpDownMarginShips.Size = new System.Drawing.Size(36, 19);\r
108             this.numericUpDownMarginShips.TabIndex = 6;\r
109             this.numericUpDownMarginShips.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;\r
110             // \r
111             // label2\r
112             // \r
113             this.label2.AutoSize = true;\r
114             this.label2.Location = new System.Drawing.Point(156, 84);\r
115             this.label2.Margin = new System.Windows.Forms.Padding(0, 3, 3, 3);\r
116             this.label2.Name = "label2";\r
117             this.label2.Size = new System.Drawing.Size(70, 12);\r
118             this.label2.TabIndex = 5;\r
119             this.label2.Text = "隻で通知する";\r
120             // \r
121             // label1\r
122             // \r
123             this.label1.AutoSize = true;\r
124             this.label1.Location = new System.Drawing.Point(4, 84);\r
125             this.label1.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);\r
126             this.label1.Name = "label1";\r
127             this.label1.Size = new System.Drawing.Size(116, 12);\r
128             this.label1.TabIndex = 3;\r
129             this.label1.Text = "最大保有艦数まで残り";\r
130             // \r
131             // checkBoxSound\r
132             // \r
133             this.checkBoxSound.AutoSize = true;\r
134             this.checkBoxSound.Location = new System.Drawing.Point(6, 62);\r
135             this.checkBoxSound.Name = "checkBoxSound";\r
136             this.checkBoxSound.Size = new System.Drawing.Size(113, 16);\r
137             this.checkBoxSound.TabIndex = 2;\r
138             this.checkBoxSound.Text = "サウンドを再生する";\r
139             this.checkBoxSound.UseVisualStyleBackColor = true;\r
140             this.checkBoxSound.CheckedChanged += new System.EventHandler(this.checkBoxSound_CheckedChanged);\r
141             // \r
142             // checkBoxBalloon\r
143             // \r
144             this.checkBoxBalloon.AutoSize = true;\r
145             this.checkBoxBalloon.Location = new System.Drawing.Point(6, 40);\r
146             this.checkBoxBalloon.Name = "checkBoxBalloon";\r
147             this.checkBoxBalloon.Size = new System.Drawing.Size(172, 16);\r
148             this.checkBoxBalloon.TabIndex = 1;\r
149             this.checkBoxBalloon.Text = "通知領域にバルーンを表示する";\r
150             this.checkBoxBalloon.UseVisualStyleBackColor = true;\r
151             // \r
152             // checkBoxFlash\r
153             // \r
154             this.checkBoxFlash.AutoSize = true;\r
155             this.checkBoxFlash.Location = new System.Drawing.Point(6, 18);\r
156             this.checkBoxFlash.Name = "checkBoxFlash";\r
157             this.checkBoxFlash.Size = new System.Drawing.Size(127, 16);\r
158             this.checkBoxFlash.TabIndex = 0;\r
159             this.checkBoxFlash.Text = "ウィンドウを点滅させる";\r
160             this.checkBoxFlash.UseVisualStyleBackColor = true;\r
161             // \r
162             // groupBoxSound\r
163             // \r
164             this.groupBoxSound.Controls.Add(this.numericUpDownSoundVolume);\r
165             this.groupBoxSound.Controls.Add(this.label3);\r
166             this.groupBoxSound.Controls.Add(this.buttonMaxShipsOpenFile);\r
167             this.groupBoxSound.Controls.Add(this.textBoxMaxShipsSoundFile);\r
168             this.groupBoxSound.Controls.Add(this.label7);\r
169             this.groupBoxSound.Controls.Add(this.buttonKDockOpenFile);\r
170             this.groupBoxSound.Controls.Add(this.textBoxKDockSoundFile);\r
171             this.groupBoxSound.Controls.Add(this.label6);\r
172             this.groupBoxSound.Controls.Add(this.buttonNDockOpenFile);\r
173             this.groupBoxSound.Controls.Add(this.textBoxNDockSoundFile);\r
174             this.groupBoxSound.Controls.Add(this.label5);\r
175             this.groupBoxSound.Controls.Add(this.buttonMissionOpenFile);\r
176             this.groupBoxSound.Controls.Add(this.textBoxMissionSoundFile);\r
177             this.groupBoxSound.Controls.Add(this.label4);\r
178             this.groupBoxSound.Location = new System.Drawing.Point(12, 172);\r
179             this.groupBoxSound.Name = "groupBoxSound";\r
180             this.groupBoxSound.Size = new System.Drawing.Size(240, 155);\r
181             this.groupBoxSound.TabIndex = 1;\r
182             this.groupBoxSound.TabStop = false;\r
183             this.groupBoxSound.Text = "サウンド";\r
184             // \r
185             // numericUpDownSoundVolume\r
186             // \r
187             this.numericUpDownSoundVolume.Location = new System.Drawing.Point(41, 16);\r
188             this.numericUpDownSoundVolume.Name = "numericUpDownSoundVolume";\r
189             this.numericUpDownSoundVolume.Size = new System.Drawing.Size(44, 19);\r
190             this.numericUpDownSoundVolume.TabIndex = 1;\r
191             this.numericUpDownSoundVolume.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;\r
192             // \r
193             // label3\r
194             // \r
195             this.label3.AutoSize = true;\r
196             this.label3.Location = new System.Drawing.Point(6, 18);\r
197             this.label3.Margin = new System.Windows.Forms.Padding(3);\r
198             this.label3.Name = "label3";\r
199             this.label3.Size = new System.Drawing.Size(29, 12);\r
200             this.label3.TabIndex = 0;\r
201             this.label3.Text = "音量";\r
202             // \r
203             // buttonMaxShipsOpenFile\r
204             // \r
205             this.buttonMaxShipsOpenFile.Location = new System.Drawing.Point(191, 114);\r
206             this.buttonMaxShipsOpenFile.Name = "buttonMaxShipsOpenFile";\r
207             this.buttonMaxShipsOpenFile.Size = new System.Drawing.Size(41, 23);\r
208             this.buttonMaxShipsOpenFile.TabIndex = 13;\r
209             this.buttonMaxShipsOpenFile.Text = "参照";\r
210             this.buttonMaxShipsOpenFile.UseVisualStyleBackColor = true;\r
211             this.buttonMaxShipsOpenFile.Click += new System.EventHandler(this.buttonMaxShipsOpenFile_Click);\r
212             // \r
213             // textBoxMaxShipsSoundFile\r
214             // \r
215             this.textBoxMaxShipsSoundFile.Location = new System.Drawing.Point(41, 116);\r
216             this.textBoxMaxShipsSoundFile.Name = "textBoxMaxShipsSoundFile";\r
217             this.textBoxMaxShipsSoundFile.Size = new System.Drawing.Size(144, 19);\r
218             this.textBoxMaxShipsSoundFile.TabIndex = 12;\r
219             // \r
220             // label7\r
221             // \r
222             this.label7.AutoSize = true;\r
223             this.label7.Location = new System.Drawing.Point(6, 119);\r
224             this.label7.Name = "label7";\r
225             this.label7.Size = new System.Drawing.Size(29, 12);\r
226             this.label7.TabIndex = 11;\r
227             this.label7.Text = "艦数";\r
228             // \r
229             // buttonKDockOpenFile\r
230             // \r
231             this.buttonKDockOpenFile.Location = new System.Drawing.Point(191, 89);\r
232             this.buttonKDockOpenFile.Name = "buttonKDockOpenFile";\r
233             this.buttonKDockOpenFile.Size = new System.Drawing.Size(41, 23);\r
234             this.buttonKDockOpenFile.TabIndex = 10;\r
235             this.buttonKDockOpenFile.Text = "参照";\r
236             this.buttonKDockOpenFile.UseVisualStyleBackColor = true;\r
237             this.buttonKDockOpenFile.Click += new System.EventHandler(this.buttonKDockOpenFile_Click);\r
238             // \r
239             // textBoxKDockSoundFile\r
240             // \r
241             this.textBoxKDockSoundFile.Location = new System.Drawing.Point(41, 91);\r
242             this.textBoxKDockSoundFile.Name = "textBoxKDockSoundFile";\r
243             this.textBoxKDockSoundFile.Size = new System.Drawing.Size(144, 19);\r
244             this.textBoxKDockSoundFile.TabIndex = 9;\r
245             // \r
246             // label6\r
247             // \r
248             this.label6.AutoSize = true;\r
249             this.label6.Location = new System.Drawing.Point(6, 94);\r
250             this.label6.Name = "label6";\r
251             this.label6.Size = new System.Drawing.Size(29, 12);\r
252             this.label6.TabIndex = 8;\r
253             this.label6.Text = "建造";\r
254             // \r
255             // buttonNDockOpenFile\r
256             // \r
257             this.buttonNDockOpenFile.Location = new System.Drawing.Point(191, 64);\r
258             this.buttonNDockOpenFile.Name = "buttonNDockOpenFile";\r
259             this.buttonNDockOpenFile.Size = new System.Drawing.Size(41, 23);\r
260             this.buttonNDockOpenFile.TabIndex = 7;\r
261             this.buttonNDockOpenFile.Text = "参照";\r
262             this.buttonNDockOpenFile.UseVisualStyleBackColor = true;\r
263             this.buttonNDockOpenFile.Click += new System.EventHandler(this.buttonNDockOpenFile_Click);\r
264             // \r
265             // textBoxNDockSoundFile\r
266             // \r
267             this.textBoxNDockSoundFile.Location = new System.Drawing.Point(41, 66);\r
268             this.textBoxNDockSoundFile.Name = "textBoxNDockSoundFile";\r
269             this.textBoxNDockSoundFile.Size = new System.Drawing.Size(144, 19);\r
270             this.textBoxNDockSoundFile.TabIndex = 6;\r
271             // \r
272             // label5\r
273             // \r
274             this.label5.AutoSize = true;\r
275             this.label5.Location = new System.Drawing.Point(6, 69);\r
276             this.label5.Name = "label5";\r
277             this.label5.Size = new System.Drawing.Size(29, 12);\r
278             this.label5.TabIndex = 5;\r
279             this.label5.Text = "入渠";\r
280             // \r
281             // buttonMissionOpenFile\r
282             // \r
283             this.buttonMissionOpenFile.Location = new System.Drawing.Point(191, 39);\r
284             this.buttonMissionOpenFile.Name = "buttonMissionOpenFile";\r
285             this.buttonMissionOpenFile.Size = new System.Drawing.Size(41, 23);\r
286             this.buttonMissionOpenFile.TabIndex = 4;\r
287             this.buttonMissionOpenFile.Text = "参照";\r
288             this.buttonMissionOpenFile.UseVisualStyleBackColor = true;\r
289             this.buttonMissionOpenFile.Click += new System.EventHandler(this.buttonMissionOpenFile_Click);\r
290             // \r
291             // textBoxMissionSoundFile\r
292             // \r
293             this.textBoxMissionSoundFile.Location = new System.Drawing.Point(41, 41);\r
294             this.textBoxMissionSoundFile.Name = "textBoxMissionSoundFile";\r
295             this.textBoxMissionSoundFile.Size = new System.Drawing.Size(144, 19);\r
296             this.textBoxMissionSoundFile.TabIndex = 3;\r
297             // \r
298             // label4\r
299             // \r
300             this.label4.AutoSize = true;\r
301             this.label4.Location = new System.Drawing.Point(6, 44);\r
302             this.label4.Name = "label4";\r
303             this.label4.Size = new System.Drawing.Size(29, 12);\r
304             this.label4.TabIndex = 2;\r
305             this.label4.Text = "遠征";\r
306             // \r
307             // buttonOk\r
308             // \r
309             this.buttonOk.DialogResult = System.Windows.Forms.DialogResult.OK;\r
310             this.buttonOk.Location = new System.Drawing.Point(96, 338);\r
311             this.buttonOk.Margin = new System.Windows.Forms.Padding(3, 8, 3, 3);\r
312             this.buttonOk.Name = "buttonOk";\r
313             this.buttonOk.Size = new System.Drawing.Size(75, 23);\r
314             this.buttonOk.TabIndex = 2;\r
315             this.buttonOk.Text = "OK";\r
316             this.buttonOk.UseVisualStyleBackColor = true;\r
317             this.buttonOk.Click += new System.EventHandler(this.buttonOk_Click);\r
318             // \r
319             // buttonCancel\r
320             // \r
321             this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;\r
322             this.buttonCancel.Location = new System.Drawing.Point(177, 338);\r
323             this.buttonCancel.Margin = new System.Windows.Forms.Padding(3, 8, 3, 3);\r
324             this.buttonCancel.Name = "buttonCancel";\r
325             this.buttonCancel.Size = new System.Drawing.Size(75, 23);\r
326             this.buttonCancel.TabIndex = 3;\r
327             this.buttonCancel.Text = "キャンセル";\r
328             this.buttonCancel.UseVisualStyleBackColor = true;\r
329             // \r
330             // openFileDialog\r
331             // \r
332             this.openFileDialog.Filter = "オーディオファイル (*.wav;*.aif;*.aifc;*.aiff;*.wma;*.mp2;*.mp3)|*.wav;*.aif;*.aifc;*.aiff" +\r
333     ";*.wma;*.mp2;*.mp3";\r
334             this.openFileDialog.Title = "オーディオファイルを選択する";\r
335             // \r
336             // groupBoxShow\r
337             // \r
338             this.groupBoxShow.Controls.Add(this.checkBoxTopMost);\r
339             this.groupBoxShow.Location = new System.Drawing.Point(12, 12);\r
340             this.groupBoxShow.Name = "groupBoxShow";\r
341             this.groupBoxShow.Size = new System.Drawing.Size(240, 40);\r
342             this.groupBoxShow.TabIndex = 4;\r
343             this.groupBoxShow.TabStop = false;\r
344             this.groupBoxShow.Text = "表示";\r
345             // \r
346             // checkBoxTopMost\r
347             // \r
348             this.checkBoxTopMost.AutoSize = true;\r
349             this.checkBoxTopMost.Location = new System.Drawing.Point(6, 18);\r
350             this.checkBoxTopMost.Name = "checkBoxTopMost";\r
351             this.checkBoxTopMost.Size = new System.Drawing.Size(112, 16);\r
352             this.checkBoxTopMost.TabIndex = 0;\r
353             this.checkBoxTopMost.Text = "最前面に表示する";\r
354             this.checkBoxTopMost.UseVisualStyleBackColor = true;\r
355             // \r
356             // ConfigDialog\r
357             // \r
358             this.AcceptButton = this.buttonOk;\r
359             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\r
360             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
361             this.CancelButton = this.buttonCancel;\r
362             this.ClientSize = new System.Drawing.Size(264, 373);\r
363             this.ControlBox = false;\r
364             this.Controls.Add(this.groupBoxShow);\r
365             this.Controls.Add(this.buttonCancel);\r
366             this.Controls.Add(this.buttonOk);\r
367             this.Controls.Add(this.groupBoxSound);\r
368             this.Controls.Add(this.groupBoxNotification);\r
369             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;\r
370             this.Name = "ConfigDialog";\r
371             this.Text = "設定";\r
372             this.Load += new System.EventHandler(this.ConfigDialog_Load);\r
373             this.groupBoxNotification.ResumeLayout(false);\r
374             this.groupBoxNotification.PerformLayout();\r
375             ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMarginShips)).EndInit();\r
376             this.groupBoxSound.ResumeLayout(false);\r
377             this.groupBoxSound.PerformLayout();\r
378             ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSoundVolume)).EndInit();\r
379             this.groupBoxShow.ResumeLayout(false);\r
380             this.groupBoxShow.PerformLayout();\r
381             this.ResumeLayout(false);\r
382 \r
383         }\r
384 \r
385         #endregion\r
386 \r
387         private System.Windows.Forms.GroupBox groupBoxNotification;\r
388         private System.Windows.Forms.CheckBox checkBoxFlash;\r
389         private System.Windows.Forms.CheckBox checkBoxBalloon;\r
390         private System.Windows.Forms.CheckBox checkBoxSound;\r
391         private System.Windows.Forms.GroupBox groupBoxSound;\r
392         private System.Windows.Forms.Button buttonKDockOpenFile;\r
393         private System.Windows.Forms.TextBox textBoxKDockSoundFile;\r
394         private System.Windows.Forms.Label label6;\r
395         private System.Windows.Forms.Button buttonNDockOpenFile;\r
396         private System.Windows.Forms.TextBox textBoxNDockSoundFile;\r
397         private System.Windows.Forms.Label label5;\r
398         private System.Windows.Forms.Button buttonMissionOpenFile;\r
399         private System.Windows.Forms.TextBox textBoxMissionSoundFile;\r
400         private System.Windows.Forms.Label label4;\r
401         private System.Windows.Forms.Button buttonMaxShipsOpenFile;\r
402         private System.Windows.Forms.TextBox textBoxMaxShipsSoundFile;\r
403         private System.Windows.Forms.Label label7;\r
404         private System.Windows.Forms.Button buttonOk;\r
405         private System.Windows.Forms.Button buttonCancel;\r
406         private System.Windows.Forms.Label label1;\r
407         private System.Windows.Forms.Label label2;\r
408         private System.Windows.Forms.NumericUpDown numericUpDownSoundVolume;\r
409         private System.Windows.Forms.Label label3;\r
410         private System.Windows.Forms.OpenFileDialog openFileDialog;\r
411         private System.Windows.Forms.NumericUpDown numericUpDownMarginShips;\r
412         private System.Windows.Forms.GroupBox groupBoxShow;\r
413         private System.Windows.Forms.CheckBox checkBoxTopMost;\r
414     }\r
415 }