OSDN Git Service

戦況のネタバレ具合を制御できるようにする
[kancollesniffer/KancolleSniffer.git] / KancolleSniffer / ConfigDialog.Designer.cs
1 // Copyright (C) 2014, 2015 Kazuhiro Fujieda <fujieda@users.osdn.me>\r
2 // \r
3 // Licensed under the Apache License, Version 2.0 (the "License");\r
4 // you may not use this file except in compliance with the License.\r
5 // You may obtain a copy of the License at\r
6 //\r
7 //    http://www.apache.org/licenses/LICENSE-2.0\r
8 //\r
9 // Unless required by applicable law or agreed to in writing, software\r
10 // distributed under the License is distributed on an "AS IS" BASIS,\r
11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
12 // See the License for the specific language governing permissions and\r
13 // limitations under the License.\r
14 \r
15 namespace KancolleSniffer\r
16 {\r
17     partial class ConfigDialog\r
18     {\r
19         /// <summary>\r
20         /// Required designer variable.\r
21         /// </summary>\r
22         private System.ComponentModel.IContainer components = null;\r
23 \r
24         /// <summary>\r
25         /// Clean up any resources being used.\r
26         /// </summary>\r
27         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
28         protected override void Dispose(bool disposing)\r
29         {\r
30             if (disposing && (components != null))\r
31             {\r
32                 components.Dispose();\r
33             }\r
34             base.Dispose(disposing);\r
35         }\r
36 \r
37         #region Windows Form Designer generated code\r
38 \r
39         /// <summary>\r
40         /// Required method for Designer support - do not modify\r
41         /// the contents of this method with the code editor.\r
42         /// </summary>\r
43         private void InitializeComponent()\r
44         {\r
45             this.components = new System.ComponentModel.Container();\r
46             this.tabControl = new System.Windows.Forms.TabControl();\r
47             this.tabPageWindow = new System.Windows.Forms.TabPage();\r
48             this.checkBoxLocationPerMachine = new System.Windows.Forms.CheckBox();\r
49             this.checkBoxExitSilently = new System.Windows.Forms.CheckBox();\r
50             this.label15 = new System.Windows.Forms.Label();\r
51             this.comboBoxZoom = new System.Windows.Forms.ComboBox();\r
52             this.label14 = new System.Windows.Forms.Label();\r
53             this.checkBoxHideOnMinimized = new System.Windows.Forms.CheckBox();\r
54             this.checkBoxTopMost = new System.Windows.Forms.CheckBox();\r
55             this.tabPageNotification = new System.Windows.Forms.TabPage();\r
56             this.checkBoxRepeat = new System.Windows.Forms.CheckBox();\r
57             this.buttonDetailedSettings = new System.Windows.Forms.Button();\r
58             this.label6 = new System.Windows.Forms.Label();\r
59             this.checkBoxCond49 = new System.Windows.Forms.CheckBox();\r
60             this.checkBoxCond40 = new System.Windows.Forms.CheckBox();\r
61             this.label5 = new System.Windows.Forms.Label();\r
62             this.numericUpDownMarginEquips = new System.Windows.Forms.NumericUpDown();\r
63             this.label4 = new System.Windows.Forms.Label();\r
64             this.numericUpDownMarginShips = new System.Windows.Forms.NumericUpDown();\r
65             this.label2 = new System.Windows.Forms.Label();\r
66             this.label1 = new System.Windows.Forms.Label();\r
67             this.checkBoxSound = new System.Windows.Forms.CheckBox();\r
68             this.checkBoxBalloon = new System.Windows.Forms.CheckBox();\r
69             this.checkBoxFlash = new System.Windows.Forms.CheckBox();\r
70             this.tabPageAchievement = new System.Windows.Forms.TabPage();\r
71             this.checkBoxPresetAkashi = new System.Windows.Forms.CheckBox();\r
72             this.groupBox3 = new System.Windows.Forms.GroupBox();\r
73             this.checkBoxBattleResult = new System.Windows.Forms.CheckBox();\r
74             this.checkBoxAirBattleResult = new System.Windows.Forms.CheckBox();\r
75             this.checkBoxResultRank = new System.Windows.Forms.CheckBox();\r
76             this.groupBox2 = new System.Windows.Forms.GroupBox();\r
77             this.checkBoxReset02 = new System.Windows.Forms.CheckBox();\r
78             this.buttonResetAchievement = new System.Windows.Forms.Button();\r
79             this.checkBoxReset14 = new System.Windows.Forms.CheckBox();\r
80             this.tabPageSound = new System.Windows.Forms.TabPage();\r
81             this.buttonPlay = new System.Windows.Forms.Button();\r
82             this.listBoxSoundFile = new System.Windows.Forms.ListBox();\r
83             this.buttonOpenFile = new System.Windows.Forms.Button();\r
84             this.textBoxSoundFile = new System.Windows.Forms.TextBox();\r
85             this.numericUpDownSoundVolume = new System.Windows.Forms.NumericUpDown();\r
86             this.label3 = new System.Windows.Forms.Label();\r
87             this.tabPageVersion = new System.Windows.Forms.TabPage();\r
88             this.richTextBox1 = new System.Windows.Forms.RichTextBox();\r
89             this.labelCopyright = new System.Windows.Forms.Label();\r
90             this.linkLabelProductName = new System.Windows.Forms.LinkLabel();\r
91             this.labelVersion = new System.Windows.Forms.Label();\r
92             this.labelLatest = new System.Windows.Forms.Label();\r
93             this.tabPageProxy = new System.Windows.Forms.TabPage();\r
94             this.groupBoxUpstream = new System.Windows.Forms.GroupBox();\r
95             this.radioButtonUpstreamOff = new System.Windows.Forms.RadioButton();\r
96             this.radioButtonUpstreamOn = new System.Windows.Forms.RadioButton();\r
97             this.textBoxPort = new System.Windows.Forms.TextBox();\r
98             this.labelPort = new System.Windows.Forms.Label();\r
99             this.groupBoxAutoConfig = new System.Windows.Forms.GroupBox();\r
100             this.radioButtonAutoConfigOff = new System.Windows.Forms.RadioButton();\r
101             this.radioButtonAutoConfigOn = new System.Windows.Forms.RadioButton();\r
102             this.textBoxListen = new System.Windows.Forms.TextBox();\r
103             this.labelListen = new System.Windows.Forms.Label();\r
104             this.tabPageLog = new System.Windows.Forms.TabPage();\r
105             this.label10 = new System.Windows.Forms.Label();\r
106             this.checkBoxOutput = new System.Windows.Forms.CheckBox();\r
107             this.label9 = new System.Windows.Forms.Label();\r
108             this.numericUpDownMaterialLogInterval = new System.Windows.Forms.NumericUpDown();\r
109             this.textBoxOutput = new System.Windows.Forms.TextBox();\r
110             this.label11 = new System.Windows.Forms.Label();\r
111             this.buttonOutputDir = new System.Windows.Forms.Button();\r
112             this.tabPageCollabo = new System.Windows.Forms.TabPage();\r
113             this.tabControlCollabo = new System.Windows.Forms.TabControl();\r
114             this.tabPagePushNotification = new System.Windows.Forms.TabPage();\r
115             this.groupBoxPushover = new System.Windows.Forms.GroupBox();\r
116             this.buttonPushoverTest = new System.Windows.Forms.Button();\r
117             this.label16 = new System.Windows.Forms.Label();\r
118             this.label12 = new System.Windows.Forms.Label();\r
119             this.textBoxPushoverUserKey = new System.Windows.Forms.TextBox();\r
120             this.checkBoxPushoverOn = new System.Windows.Forms.CheckBox();\r
121             this.textBoxPushoverApiKey = new System.Windows.Forms.TextBox();\r
122             this.groupBoxPushbullet = new System.Windows.Forms.GroupBox();\r
123             this.buttonPushbulletTest = new System.Windows.Forms.Button();\r
124             this.textBoxPushbulletToken = new System.Windows.Forms.TextBox();\r
125             this.label7 = new System.Windows.Forms.Label();\r
126             this.checkBoxPushbulletOn = new System.Windows.Forms.CheckBox();\r
127             this.tabPageExternalService = new System.Windows.Forms.TabPage();\r
128             this.groupBoxKancolleDb = new System.Windows.Forms.GroupBox();\r
129             this.textBoxKancolleDbToken = new System.Windows.Forms.TextBox();\r
130             this.label8 = new System.Windows.Forms.Label();\r
131             this.checkBoxKancolleDbOn = new System.Windows.Forms.CheckBox();\r
132             this.tabPageDebug = new System.Windows.Forms.TabPage();\r
133             this.buttonPlayDebugLog = new System.Windows.Forms.Button();\r
134             this.buttonDebugLogOpenFile = new System.Windows.Forms.Button();\r
135             this.textBoxDebugLog = new System.Windows.Forms.TextBox();\r
136             this.label13 = new System.Windows.Forms.Label();\r
137             this.checkBoxDebugLog = new System.Windows.Forms.CheckBox();\r
138             this.buttonCancel = new System.Windows.Forms.Button();\r
139             this.buttonOk = new System.Windows.Forms.Button();\r
140             this.openSoundFileDialog = new System.Windows.Forms.OpenFileDialog();\r
141             this.toolTipError = new System.Windows.Forms.ToolTip(this.components);\r
142             this.folderBrowserDialogOutputDir = new System.Windows.Forms.FolderBrowserDialog();\r
143             this.openDebugLogDialog = new System.Windows.Forms.OpenFileDialog();\r
144             this.tabControl.SuspendLayout();\r
145             this.tabPageWindow.SuspendLayout();\r
146             this.tabPageNotification.SuspendLayout();\r
147             ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMarginEquips)).BeginInit();\r
148             ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMarginShips)).BeginInit();\r
149             this.tabPageAchievement.SuspendLayout();\r
150             this.groupBox3.SuspendLayout();\r
151             this.groupBox2.SuspendLayout();\r
152             this.tabPageSound.SuspendLayout();\r
153             ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSoundVolume)).BeginInit();\r
154             this.tabPageVersion.SuspendLayout();\r
155             this.tabPageProxy.SuspendLayout();\r
156             this.groupBoxUpstream.SuspendLayout();\r
157             this.groupBoxAutoConfig.SuspendLayout();\r
158             this.tabPageLog.SuspendLayout();\r
159             ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMaterialLogInterval)).BeginInit();\r
160             this.tabPageCollabo.SuspendLayout();\r
161             this.tabControlCollabo.SuspendLayout();\r
162             this.tabPagePushNotification.SuspendLayout();\r
163             this.groupBoxPushover.SuspendLayout();\r
164             this.groupBoxPushbullet.SuspendLayout();\r
165             this.tabPageExternalService.SuspendLayout();\r
166             this.groupBoxKancolleDb.SuspendLayout();\r
167             this.tabPageDebug.SuspendLayout();\r
168             this.SuspendLayout();\r
169             // \r
170             // tabControl\r
171             // \r
172             this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) \r
173             | System.Windows.Forms.AnchorStyles.Left)));\r
174             this.tabControl.Controls.Add(this.tabPageWindow);\r
175             this.tabControl.Controls.Add(this.tabPageNotification);\r
176             this.tabControl.Controls.Add(this.tabPageAchievement);\r
177             this.tabControl.Controls.Add(this.tabPageSound);\r
178             this.tabControl.Controls.Add(this.tabPageVersion);\r
179             this.tabControl.Controls.Add(this.tabPageProxy);\r
180             this.tabControl.Controls.Add(this.tabPageLog);\r
181             this.tabControl.Controls.Add(this.tabPageCollabo);\r
182             this.tabControl.Controls.Add(this.tabPageDebug);\r
183             this.tabControl.Location = new System.Drawing.Point(7, 6);\r
184             this.tabControl.Multiline = true;\r
185             this.tabControl.Name = "tabControl";\r
186             this.tabControl.SelectedIndex = 0;\r
187             this.tabControl.Size = new System.Drawing.Size(264, 202);\r
188             this.tabControl.TabIndex = 0;\r
189             // \r
190             // tabPageWindow\r
191             // \r
192             this.tabPageWindow.Controls.Add(this.checkBoxLocationPerMachine);\r
193             this.tabPageWindow.Controls.Add(this.checkBoxExitSilently);\r
194             this.tabPageWindow.Controls.Add(this.label15);\r
195             this.tabPageWindow.Controls.Add(this.comboBoxZoom);\r
196             this.tabPageWindow.Controls.Add(this.label14);\r
197             this.tabPageWindow.Controls.Add(this.checkBoxHideOnMinimized);\r
198             this.tabPageWindow.Controls.Add(this.checkBoxTopMost);\r
199             this.tabPageWindow.Location = new System.Drawing.Point(4, 40);\r
200             this.tabPageWindow.Name = "tabPageWindow";\r
201             this.tabPageWindow.Padding = new System.Windows.Forms.Padding(8);\r
202             this.tabPageWindow.Size = new System.Drawing.Size(256, 158);\r
203             this.tabPageWindow.TabIndex = 0;\r
204             this.tabPageWindow.Text = "ウィンドウ";\r
205             this.tabPageWindow.UseVisualStyleBackColor = true;\r
206             // \r
207             // checkBoxLocationPerMachine\r
208             // \r
209             this.checkBoxLocationPerMachine.AutoSize = true;\r
210             this.checkBoxLocationPerMachine.Location = new System.Drawing.Point(11, 74);\r
211             this.checkBoxLocationPerMachine.Name = "checkBoxLocationPerMachine";\r
212             this.checkBoxLocationPerMachine.Size = new System.Drawing.Size(188, 16);\r
213             this.checkBoxLocationPerMachine.TabIndex = 8;\r
214             this.checkBoxLocationPerMachine.Text = "コンピューターごとに位置を保存する";\r
215             this.checkBoxLocationPerMachine.UseVisualStyleBackColor = true;\r
216             // \r
217             // checkBoxExitSilently\r
218             // \r
219             this.checkBoxExitSilently.AutoSize = true;\r
220             this.checkBoxExitSilently.Location = new System.Drawing.Point(11, 53);\r
221             this.checkBoxExitSilently.Name = "checkBoxExitSilently";\r
222             this.checkBoxExitSilently.Size = new System.Drawing.Size(189, 16);\r
223             this.checkBoxExitSilently.TabIndex = 7;\r
224             this.checkBoxExitSilently.Text = "閉じるボタンで終了時に確認しない";\r
225             this.checkBoxExitSilently.UseVisualStyleBackColor = true;\r
226             // \r
227             // label15\r
228             // \r
229             this.label15.AutoSize = true;\r
230             this.label15.Location = new System.Drawing.Point(99, 100);\r
231             this.label15.Name = "label15";\r
232             this.label15.Size = new System.Drawing.Size(61, 12);\r
233             this.label15.TabIndex = 6;\r
234             this.label15.Text = "(要再起動)";\r
235             // \r
236             // comboBoxZoom\r
237             // \r
238             this.comboBoxZoom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
239             this.comboBoxZoom.FormattingEnabled = true;\r
240             this.comboBoxZoom.Items.AddRange(new object[] {\r
241             "100%",\r
242             "125%",\r
243             "150%"});\r
244             this.comboBoxZoom.Location = new System.Drawing.Point(49, 97);\r
245             this.comboBoxZoom.Name = "comboBoxZoom";\r
246             this.comboBoxZoom.Size = new System.Drawing.Size(48, 20);\r
247             this.comboBoxZoom.TabIndex = 5;\r
248             // \r
249             // label14\r
250             // \r
251             this.label14.AutoSize = true;\r
252             this.label14.Location = new System.Drawing.Point(11, 100);\r
253             this.label14.Name = "label14";\r
254             this.label14.Size = new System.Drawing.Size(35, 12);\r
255             this.label14.TabIndex = 4;\r
256             this.label14.Text = "ズーム";\r
257             // \r
258             // checkBoxHideOnMinimized\r
259             // \r
260             this.checkBoxHideOnMinimized.AutoSize = true;\r
261             this.checkBoxHideOnMinimized.Location = new System.Drawing.Point(11, 32);\r
262             this.checkBoxHideOnMinimized.Name = "checkBoxHideOnMinimized";\r
263             this.checkBoxHideOnMinimized.Size = new System.Drawing.Size(188, 16);\r
264             this.checkBoxHideOnMinimized.TabIndex = 3;\r
265             this.checkBoxHideOnMinimized.Text = "最小化時にタスクバーに表示しない";\r
266             this.checkBoxHideOnMinimized.UseVisualStyleBackColor = true;\r
267             // \r
268             // checkBoxTopMost\r
269             // \r
270             this.checkBoxTopMost.AutoSize = true;\r
271             this.checkBoxTopMost.Location = new System.Drawing.Point(11, 11);\r
272             this.checkBoxTopMost.Name = "checkBoxTopMost";\r
273             this.checkBoxTopMost.Size = new System.Drawing.Size(112, 16);\r
274             this.checkBoxTopMost.TabIndex = 2;\r
275             this.checkBoxTopMost.Text = "最前面に表示する";\r
276             this.checkBoxTopMost.UseVisualStyleBackColor = true;\r
277             // \r
278             // tabPageNotification\r
279             // \r
280             this.tabPageNotification.Controls.Add(this.checkBoxRepeat);\r
281             this.tabPageNotification.Controls.Add(this.buttonDetailedSettings);\r
282             this.tabPageNotification.Controls.Add(this.label6);\r
283             this.tabPageNotification.Controls.Add(this.checkBoxCond49);\r
284             this.tabPageNotification.Controls.Add(this.checkBoxCond40);\r
285             this.tabPageNotification.Controls.Add(this.label5);\r
286             this.tabPageNotification.Controls.Add(this.numericUpDownMarginEquips);\r
287             this.tabPageNotification.Controls.Add(this.label4);\r
288             this.tabPageNotification.Controls.Add(this.numericUpDownMarginShips);\r
289             this.tabPageNotification.Controls.Add(this.label2);\r
290             this.tabPageNotification.Controls.Add(this.label1);\r
291             this.tabPageNotification.Controls.Add(this.checkBoxSound);\r
292             this.tabPageNotification.Controls.Add(this.checkBoxBalloon);\r
293             this.tabPageNotification.Controls.Add(this.checkBoxFlash);\r
294             this.tabPageNotification.Location = new System.Drawing.Point(4, 40);\r
295             this.tabPageNotification.Name = "tabPageNotification";\r
296             this.tabPageNotification.Padding = new System.Windows.Forms.Padding(8);\r
297             this.tabPageNotification.Size = new System.Drawing.Size(256, 158);\r
298             this.tabPageNotification.TabIndex = 1;\r
299             this.tabPageNotification.Text = "通知";\r
300             this.tabPageNotification.UseVisualStyleBackColor = true;\r
301             // \r
302             // checkBoxRepeat\r
303             // \r
304             this.checkBoxRepeat.AutoSize = true;\r
305             this.checkBoxRepeat.Location = new System.Drawing.Point(122, 32);\r
306             this.checkBoxRepeat.Name = "checkBoxRepeat";\r
307             this.checkBoxRepeat.Size = new System.Drawing.Size(58, 16);\r
308             this.checkBoxRepeat.TabIndex = 27;\r
309             this.checkBoxRepeat.Text = "リピート";\r
310             this.checkBoxRepeat.UseVisualStyleBackColor = true;\r
311             // \r
312             // buttonDetailedSettings\r
313             // \r
314             this.buttonDetailedSettings.Location = new System.Drawing.Point(11, 122);\r
315             this.buttonDetailedSettings.Name = "buttonDetailedSettings";\r
316             this.buttonDetailedSettings.Size = new System.Drawing.Size(75, 23);\r
317             this.buttonDetailedSettings.TabIndex = 26;\r
318             this.buttonDetailedSettings.Text = "詳細設定...";\r
319             this.buttonDetailedSettings.UseVisualStyleBackColor = true;\r
320             this.buttonDetailedSettings.Click += new System.EventHandler(this.buttonDetailedSettings_Click);\r
321             // \r
322             // label6\r
323             // \r
324             this.label6.AutoSize = true;\r
325             this.label6.Location = new System.Drawing.Point(159, 61);\r
326             this.label6.Name = "label6";\r
327             this.label6.Size = new System.Drawing.Size(86, 12);\r
328             this.label6.TabIndex = 25;\r
329             this.label6.Text = "疲労回復を通知";\r
330             // \r
331             // checkBoxCond49\r
332             // \r
333             this.checkBoxCond49.AutoSize = true;\r
334             this.checkBoxCond49.Location = new System.Drawing.Point(161, 97);\r
335             this.checkBoxCond49.Name = "checkBoxCond49";\r
336             this.checkBoxCond49.Size = new System.Drawing.Size(60, 16);\r
337             this.checkBoxCond49.TabIndex = 24;\r
338             this.checkBoxCond49.Text = "cond49";\r
339             this.checkBoxCond49.UseVisualStyleBackColor = true;\r
340             // \r
341             // checkBoxCond40\r
342             // \r
343             this.checkBoxCond40.AutoSize = true;\r
344             this.checkBoxCond40.Location = new System.Drawing.Point(161, 78);\r
345             this.checkBoxCond40.Name = "checkBoxCond40";\r
346             this.checkBoxCond40.Size = new System.Drawing.Size(60, 16);\r
347             this.checkBoxCond40.TabIndex = 23;\r
348             this.checkBoxCond40.Text = "cond40";\r
349             this.checkBoxCond40.UseVisualStyleBackColor = true;\r
350             // \r
351             // label5\r
352             // \r
353             this.label5.AutoSize = true;\r
354             this.label5.Location = new System.Drawing.Point(95, 81);\r
355             this.label5.Name = "label5";\r
356             this.label5.Size = new System.Drawing.Size(51, 12);\r
357             this.label5.TabIndex = 22;\r
358             this.label5.Text = "個で通知";\r
359             // \r
360             // numericUpDownMarginEquips\r
361             // \r
362             this.numericUpDownMarginEquips.Location = new System.Drawing.Point(58, 79);\r
363             this.numericUpDownMarginEquips.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);\r
364             this.numericUpDownMarginEquips.Maximum = new decimal(new int[] {\r
365             99,\r
366             0,\r
367             0,\r
368             0});\r
369             this.numericUpDownMarginEquips.Name = "numericUpDownMarginEquips";\r
370             this.numericUpDownMarginEquips.Size = new System.Drawing.Size(36, 19);\r
371             this.numericUpDownMarginEquips.TabIndex = 21;\r
372             this.numericUpDownMarginEquips.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;\r
373             // \r
374             // label4\r
375             // \r
376             this.label4.AutoSize = true;\r
377             this.label4.Location = new System.Drawing.Point(29, 81);\r
378             this.label4.Name = "label4";\r
379             this.label4.Size = new System.Drawing.Size(29, 12);\r
380             this.label4.TabIndex = 20;\r
381             this.label4.Text = "装備";\r
382             // \r
383             // numericUpDownMarginShips\r
384             // \r
385             this.numericUpDownMarginShips.Location = new System.Drawing.Point(57, 59);\r
386             this.numericUpDownMarginShips.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);\r
387             this.numericUpDownMarginShips.Maximum = new decimal(new int[] {\r
388             99,\r
389             0,\r
390             0,\r
391             0});\r
392             this.numericUpDownMarginShips.Name = "numericUpDownMarginShips";\r
393             this.numericUpDownMarginShips.Size = new System.Drawing.Size(36, 19);\r
394             this.numericUpDownMarginShips.TabIndex = 19;\r
395             this.numericUpDownMarginShips.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;\r
396             // \r
397             // label2\r
398             // \r
399             this.label2.AutoSize = true;\r
400             this.label2.Location = new System.Drawing.Point(95, 61);\r
401             this.label2.Margin = new System.Windows.Forms.Padding(0, 3, 3, 3);\r
402             this.label2.Name = "label2";\r
403             this.label2.Size = new System.Drawing.Size(17, 12);\r
404             this.label2.TabIndex = 18;\r
405             this.label2.Text = "隻";\r
406             // \r
407             // label1\r
408             // \r
409             this.label1.AutoSize = true;\r
410             this.label1.Location = new System.Drawing.Point(9, 61);\r
411             this.label1.Name = "label1";\r
412             this.label1.Size = new System.Drawing.Size(49, 12);\r
413             this.label1.TabIndex = 17;\r
414             this.label1.Text = "残り艦娘";\r
415             // \r
416             // checkBoxSound\r
417             // \r
418             this.checkBoxSound.AutoSize = true;\r
419             this.checkBoxSound.Location = new System.Drawing.Point(122, 11);\r
420             this.checkBoxSound.Name = "checkBoxSound";\r
421             this.checkBoxSound.Size = new System.Drawing.Size(94, 16);\r
422             this.checkBoxSound.TabIndex = 16;\r
423             this.checkBoxSound.Text = "サウンドを再生";\r
424             this.checkBoxSound.UseVisualStyleBackColor = true;\r
425             // \r
426             // checkBoxBalloon\r
427             // \r
428             this.checkBoxBalloon.AutoSize = true;\r
429             this.checkBoxBalloon.Location = new System.Drawing.Point(11, 32);\r
430             this.checkBoxBalloon.Name = "checkBoxBalloon";\r
431             this.checkBoxBalloon.Size = new System.Drawing.Size(105, 16);\r
432             this.checkBoxBalloon.TabIndex = 15;\r
433             this.checkBoxBalloon.Text = "通知領域に表示";\r
434             this.checkBoxBalloon.UseVisualStyleBackColor = true;\r
435             // \r
436             // checkBoxFlash\r
437             // \r
438             this.checkBoxFlash.AutoSize = true;\r
439             this.checkBoxFlash.Location = new System.Drawing.Point(11, 11);\r
440             this.checkBoxFlash.Name = "checkBoxFlash";\r
441             this.checkBoxFlash.Size = new System.Drawing.Size(100, 16);\r
442             this.checkBoxFlash.TabIndex = 14;\r
443             this.checkBoxFlash.Text = "ウィンドウを点滅";\r
444             this.checkBoxFlash.UseVisualStyleBackColor = true;\r
445             // \r
446             // tabPageAchievement\r
447             // \r
448             this.tabPageAchievement.Controls.Add(this.checkBoxPresetAkashi);\r
449             this.tabPageAchievement.Controls.Add(this.groupBox3);\r
450             this.tabPageAchievement.Controls.Add(this.groupBox2);\r
451             this.tabPageAchievement.Location = new System.Drawing.Point(4, 40);\r
452             this.tabPageAchievement.Name = "tabPageAchievement";\r
453             this.tabPageAchievement.Padding = new System.Windows.Forms.Padding(8);\r
454             this.tabPageAchievement.Size = new System.Drawing.Size(256, 158);\r
455             this.tabPageAchievement.TabIndex = 2;\r
456             this.tabPageAchievement.Text = "機能";\r
457             this.tabPageAchievement.UseVisualStyleBackColor = true;\r
458             // \r
459             // checkBoxPresetAkashi\r
460             // \r
461             this.checkBoxPresetAkashi.AutoSize = true;\r
462             this.checkBoxPresetAkashi.Location = new System.Drawing.Point(20, 124);\r
463             this.checkBoxPresetAkashi.Name = "checkBoxPresetAkashi";\r
464             this.checkBoxPresetAkashi.Size = new System.Drawing.Size(141, 16);\r
465             this.checkBoxPresetAkashi.TabIndex = 19;\r
466             this.checkBoxPresetAkashi.Text = "プリセット明石修理を使う";\r
467             this.checkBoxPresetAkashi.UseVisualStyleBackColor = true;\r
468             // \r
469             // groupBox3\r
470             // \r
471             this.groupBox3.Controls.Add(this.checkBoxBattleResult);\r
472             this.groupBox3.Controls.Add(this.checkBoxAirBattleResult);\r
473             this.groupBox3.Controls.Add(this.checkBoxResultRank);\r
474             this.groupBox3.Location = new System.Drawing.Point(11, 65);\r
475             this.groupBox3.Name = "groupBox3";\r
476             this.groupBox3.Padding = new System.Windows.Forms.Padding(6);\r
477             this.groupBox3.Size = new System.Drawing.Size(234, 48);\r
478             this.groupBox3.TabIndex = 18;\r
479             this.groupBox3.TabStop = false;\r
480             this.groupBox3.Text = "ネタバレ";\r
481             // \r
482             // checkBoxBattleResult\r
483             // \r
484             this.checkBoxBattleResult.AutoSize = true;\r
485             this.checkBoxBattleResult.Location = new System.Drawing.Point(147, 21);\r
486             this.checkBoxBattleResult.Name = "checkBoxBattleResult";\r
487             this.checkBoxBattleResult.Size = new System.Drawing.Size(48, 16);\r
488             this.checkBoxBattleResult.TabIndex = 2;\r
489             this.checkBoxBattleResult.Text = "戦況";\r
490             this.checkBoxBattleResult.UseVisualStyleBackColor = true;\r
491             // \r
492             // checkBoxAirBattleResult\r
493             // \r
494             this.checkBoxAirBattleResult.AutoSize = true;\r
495             this.checkBoxAirBattleResult.Location = new System.Drawing.Point(84, 21);\r
496             this.checkBoxAirBattleResult.Name = "checkBoxAirBattleResult";\r
497             this.checkBoxAirBattleResult.Size = new System.Drawing.Size(60, 16);\r
498             this.checkBoxAirBattleResult.TabIndex = 1;\r
499             this.checkBoxAirBattleResult.Text = "航空戦";\r
500             this.checkBoxAirBattleResult.UseVisualStyleBackColor = true;\r
501             // \r
502             // checkBoxResultRank\r
503             // \r
504             this.checkBoxResultRank.AutoSize = true;\r
505             this.checkBoxResultRank.Location = new System.Drawing.Point(9, 21);\r
506             this.checkBoxResultRank.Name = "checkBoxResultRank";\r
507             this.checkBoxResultRank.Size = new System.Drawing.Size(72, 16);\r
508             this.checkBoxResultRank.TabIndex = 0;\r
509             this.checkBoxResultRank.Text = "勝利判定";\r
510             this.checkBoxResultRank.UseVisualStyleBackColor = true;\r
511             // \r
512             // groupBox2\r
513             // \r
514             this.groupBox2.Controls.Add(this.checkBoxReset02);\r
515             this.groupBox2.Controls.Add(this.buttonResetAchievement);\r
516             this.groupBox2.Controls.Add(this.checkBoxReset14);\r
517             this.groupBox2.Location = new System.Drawing.Point(11, 11);\r
518             this.groupBox2.Name = "groupBox2";\r
519             this.groupBox2.Padding = new System.Windows.Forms.Padding(6);\r
520             this.groupBox2.Size = new System.Drawing.Size(234, 48);\r
521             this.groupBox2.TabIndex = 17;\r
522             this.groupBox2.TabStop = false;\r
523             this.groupBox2.Text = "戦果のリセット";\r
524             // \r
525             // checkBoxReset02\r
526             // \r
527             this.checkBoxReset02.AutoSize = true;\r
528             this.checkBoxReset02.Location = new System.Drawing.Point(9, 21);\r
529             this.checkBoxReset02.Name = "checkBoxReset02";\r
530             this.checkBoxReset02.Size = new System.Drawing.Size(42, 16);\r
531             this.checkBoxReset02.TabIndex = 13;\r
532             this.checkBoxReset02.Text = "2時";\r
533             this.checkBoxReset02.UseVisualStyleBackColor = true;\r
534             // \r
535             // buttonResetAchievement\r
536             // \r
537             this.buttonResetAchievement.Location = new System.Drawing.Point(111, 18);\r
538             this.buttonResetAchievement.Name = "buttonResetAchievement";\r
539             this.buttonResetAchievement.Size = new System.Drawing.Size(44, 20);\r
540             this.buttonResetAchievement.TabIndex = 16;\r
541             this.buttonResetAchievement.Text = "今すぐ";\r
542             this.buttonResetAchievement.UseVisualStyleBackColor = true;\r
543             this.buttonResetAchievement.Click += new System.EventHandler(this.buttonResetAchievement_Click);\r
544             // \r
545             // checkBoxReset14\r
546             // \r
547             this.checkBoxReset14.AutoSize = true;\r
548             this.checkBoxReset14.Location = new System.Drawing.Point(57, 21);\r
549             this.checkBoxReset14.Name = "checkBoxReset14";\r
550             this.checkBoxReset14.Size = new System.Drawing.Size(48, 16);\r
551             this.checkBoxReset14.TabIndex = 14;\r
552             this.checkBoxReset14.Text = "14時";\r
553             this.checkBoxReset14.UseVisualStyleBackColor = true;\r
554             // \r
555             // tabPageSound\r
556             // \r
557             this.tabPageSound.Controls.Add(this.buttonPlay);\r
558             this.tabPageSound.Controls.Add(this.listBoxSoundFile);\r
559             this.tabPageSound.Controls.Add(this.buttonOpenFile);\r
560             this.tabPageSound.Controls.Add(this.textBoxSoundFile);\r
561             this.tabPageSound.Controls.Add(this.numericUpDownSoundVolume);\r
562             this.tabPageSound.Controls.Add(this.label3);\r
563             this.tabPageSound.Location = new System.Drawing.Point(4, 40);\r
564             this.tabPageSound.Name = "tabPageSound";\r
565             this.tabPageSound.Padding = new System.Windows.Forms.Padding(8);\r
566             this.tabPageSound.Size = new System.Drawing.Size(256, 158);\r
567             this.tabPageSound.TabIndex = 3;\r
568             this.tabPageSound.Text = "サウンド";\r
569             this.tabPageSound.UseVisualStyleBackColor = true;\r
570             // \r
571             // buttonPlay\r
572             // \r
573             this.buttonPlay.Location = new System.Drawing.Point(93, 6);\r
574             this.buttonPlay.Name = "buttonPlay";\r
575             this.buttonPlay.Size = new System.Drawing.Size(37, 23);\r
576             this.buttonPlay.TabIndex = 24;\r
577             this.buttonPlay.Text = "再生";\r
578             this.buttonPlay.UseVisualStyleBackColor = true;\r
579             this.buttonPlay.Click += new System.EventHandler(this.buttonPlay_Click);\r
580             // \r
581             // listBoxSoundFile\r
582             // \r
583             this.listBoxSoundFile.FormattingEnabled = true;\r
584             this.listBoxSoundFile.ItemHeight = 12;\r
585             this.listBoxSoundFile.Location = new System.Drawing.Point(11, 34);\r
586             this.listBoxSoundFile.Name = "listBoxSoundFile";\r
587             this.listBoxSoundFile.Size = new System.Drawing.Size(234, 88);\r
588             this.listBoxSoundFile.TabIndex = 23;\r
589             this.listBoxSoundFile.SelectedIndexChanged += new System.EventHandler(this.listBoxSoundFile_SelectedIndexChanged);\r
590             // \r
591             // buttonOpenFile\r
592             // \r
593             this.buttonOpenFile.Location = new System.Drawing.Point(200, 126);\r
594             this.buttonOpenFile.Name = "buttonOpenFile";\r
595             this.buttonOpenFile.Size = new System.Drawing.Size(45, 23);\r
596             this.buttonOpenFile.TabIndex = 22;\r
597             this.buttonOpenFile.Text = "参照...";\r
598             this.buttonOpenFile.UseVisualStyleBackColor = true;\r
599             this.buttonOpenFile.Click += new System.EventHandler(this.buttonOpenFile_Click);\r
600             // \r
601             // textBoxSoundFile\r
602             // \r
603             this.textBoxSoundFile.Location = new System.Drawing.Point(11, 128);\r
604             this.textBoxSoundFile.Name = "textBoxSoundFile";\r
605             this.textBoxSoundFile.Size = new System.Drawing.Size(183, 19);\r
606             this.textBoxSoundFile.TabIndex = 21;\r
607             this.textBoxSoundFile.TextChanged += new System.EventHandler(this.textBoxSoundFile_TextChanged);\r
608             // \r
609             // numericUpDownSoundVolume\r
610             // \r
611             this.numericUpDownSoundVolume.Location = new System.Drawing.Point(42, 9);\r
612             this.numericUpDownSoundVolume.Name = "numericUpDownSoundVolume";\r
613             this.numericUpDownSoundVolume.Size = new System.Drawing.Size(44, 19);\r
614             this.numericUpDownSoundVolume.TabIndex = 20;\r
615             this.numericUpDownSoundVolume.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;\r
616             // \r
617             // label3\r
618             // \r
619             this.label3.AutoSize = true;\r
620             this.label3.Location = new System.Drawing.Point(11, 11);\r
621             this.label3.Margin = new System.Windows.Forms.Padding(3);\r
622             this.label3.Name = "label3";\r
623             this.label3.Size = new System.Drawing.Size(29, 12);\r
624             this.label3.TabIndex = 19;\r
625             this.label3.Text = "音量";\r
626             // \r
627             // tabPageVersion\r
628             // \r
629             this.tabPageVersion.Controls.Add(this.richTextBox1);\r
630             this.tabPageVersion.Controls.Add(this.labelCopyright);\r
631             this.tabPageVersion.Controls.Add(this.linkLabelProductName);\r
632             this.tabPageVersion.Controls.Add(this.labelVersion);\r
633             this.tabPageVersion.Controls.Add(this.labelLatest);\r
634             this.tabPageVersion.Location = new System.Drawing.Point(4, 40);\r
635             this.tabPageVersion.Name = "tabPageVersion";\r
636             this.tabPageVersion.Padding = new System.Windows.Forms.Padding(8);\r
637             this.tabPageVersion.Size = new System.Drawing.Size(256, 158);\r
638             this.tabPageVersion.TabIndex = 4;\r
639             this.tabPageVersion.Text = "バージョン";\r
640             this.tabPageVersion.UseVisualStyleBackColor = true;\r
641             // \r
642             // richTextBox1\r
643             // \r
644             this.richTextBox1.BackColor = System.Drawing.SystemColors.Window;\r
645             this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;\r
646             this.richTextBox1.Location = new System.Drawing.Point(11, 62);\r
647             this.richTextBox1.Name = "richTextBox1";\r
648             this.richTextBox1.ReadOnly = true;\r
649             this.richTextBox1.Size = new System.Drawing.Size(234, 32);\r
650             this.richTextBox1.TabIndex = 15;\r
651             this.richTextBox1.Text = "このソフトウェアはApache Licenseバージョン2.0でライセンスします。";\r
652             // \r
653             // labelCopyright\r
654             // \r
655             this.labelCopyright.Location = new System.Drawing.Point(11, 35);\r
656             this.labelCopyright.Name = "labelCopyright";\r
657             this.labelCopyright.Size = new System.Drawing.Size(212, 12);\r
658             this.labelCopyright.TabIndex = 13;\r
659             // \r
660             // linkLabelProductName\r
661             // \r
662             this.linkLabelProductName.AutoSize = true;\r
663             this.linkLabelProductName.Location = new System.Drawing.Point(11, 11);\r
664             this.linkLabelProductName.Name = "linkLabelProductName";\r
665             this.linkLabelProductName.Size = new System.Drawing.Size(82, 12);\r
666             this.linkLabelProductName.TabIndex = 12;\r
667             this.linkLabelProductName.TabStop = true;\r
668             this.linkLabelProductName.Text = "KancolleSniffer";\r
669             this.linkLabelProductName.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelProductName_LinkClicked);\r
670             // \r
671             // labelVersion\r
672             // \r
673             this.labelVersion.AutoSize = true;\r
674             this.labelVersion.Location = new System.Drawing.Point(92, 11);\r
675             this.labelVersion.Name = "labelVersion";\r
676             this.labelVersion.Size = new System.Drawing.Size(50, 12);\r
677             this.labelVersion.TabIndex = 10;\r
678             this.labelVersion.Text = "バージョン";\r
679             // \r
680             // labelLatest\r
681             // \r
682             this.labelLatest.AutoSize = true;\r
683             this.labelLatest.Location = new System.Drawing.Point(167, 11);\r
684             this.labelLatest.Name = "labelLatest";\r
685             this.labelLatest.Size = new System.Drawing.Size(49, 12);\r
686             this.labelLatest.TabIndex = 11;\r
687             this.labelLatest.Text = "最新です";\r
688             // \r
689             // tabPageProxy\r
690             // \r
691             this.tabPageProxy.Controls.Add(this.groupBoxUpstream);\r
692             this.tabPageProxy.Controls.Add(this.groupBoxAutoConfig);\r
693             this.tabPageProxy.Location = new System.Drawing.Point(4, 40);\r
694             this.tabPageProxy.Name = "tabPageProxy";\r
695             this.tabPageProxy.Padding = new System.Windows.Forms.Padding(8);\r
696             this.tabPageProxy.Size = new System.Drawing.Size(256, 158);\r
697             this.tabPageProxy.TabIndex = 5;\r
698             this.tabPageProxy.Text = "プロキシ";\r
699             this.tabPageProxy.UseVisualStyleBackColor = true;\r
700             // \r
701             // groupBoxUpstream\r
702             // \r
703             this.groupBoxUpstream.Controls.Add(this.radioButtonUpstreamOff);\r
704             this.groupBoxUpstream.Controls.Add(this.radioButtonUpstreamOn);\r
705             this.groupBoxUpstream.Controls.Add(this.textBoxPort);\r
706             this.groupBoxUpstream.Controls.Add(this.labelPort);\r
707             this.groupBoxUpstream.Location = new System.Drawing.Point(11, 65);\r
708             this.groupBoxUpstream.Name = "groupBoxUpstream";\r
709             this.groupBoxUpstream.Size = new System.Drawing.Size(234, 48);\r
710             this.groupBoxUpstream.TabIndex = 3;\r
711             this.groupBoxUpstream.TabStop = false;\r
712             this.groupBoxUpstream.Text = "ツール連携";\r
713             // \r
714             // radioButtonUpstreamOff\r
715             // \r
716             this.radioButtonUpstreamOff.AutoSize = true;\r
717             this.radioButtonUpstreamOff.Location = new System.Drawing.Point(59, 18);\r
718             this.radioButtonUpstreamOff.Name = "radioButtonUpstreamOff";\r
719             this.radioButtonUpstreamOff.Size = new System.Drawing.Size(47, 16);\r
720             this.radioButtonUpstreamOff.TabIndex = 1;\r
721             this.radioButtonUpstreamOff.Text = "無効";\r
722             this.radioButtonUpstreamOff.UseVisualStyleBackColor = true;\r
723             this.radioButtonUpstreamOff.CheckedChanged += new System.EventHandler(this.radioButtonUpstreamOff_CheckedChanged);\r
724             // \r
725             // radioButtonUpstreamOn\r
726             // \r
727             this.radioButtonUpstreamOn.AutoSize = true;\r
728             this.radioButtonUpstreamOn.Location = new System.Drawing.Point(6, 18);\r
729             this.radioButtonUpstreamOn.Name = "radioButtonUpstreamOn";\r
730             this.radioButtonUpstreamOn.Size = new System.Drawing.Size(47, 16);\r
731             this.radioButtonUpstreamOn.TabIndex = 0;\r
732             this.radioButtonUpstreamOn.Text = "有効";\r
733             this.radioButtonUpstreamOn.UseVisualStyleBackColor = true;\r
734             // \r
735             // textBoxPort\r
736             // \r
737             this.textBoxPort.Location = new System.Drawing.Point(175, 17);\r
738             this.textBoxPort.Name = "textBoxPort";\r
739             this.textBoxPort.Size = new System.Drawing.Size(36, 19);\r
740             this.textBoxPort.TabIndex = 3;\r
741             this.textBoxPort.Enter += new System.EventHandler(this.textBox_Enter);\r
742             // \r
743             // labelPort\r
744             // \r
745             this.labelPort.AutoSize = true;\r
746             this.labelPort.Location = new System.Drawing.Point(114, 20);\r
747             this.labelPort.Name = "labelPort";\r
748             this.labelPort.Size = new System.Drawing.Size(59, 12);\r
749             this.labelPort.TabIndex = 2;\r
750             this.labelPort.Text = "送信ポート:";\r
751             // \r
752             // groupBoxAutoConfig\r
753             // \r
754             this.groupBoxAutoConfig.Controls.Add(this.radioButtonAutoConfigOff);\r
755             this.groupBoxAutoConfig.Controls.Add(this.radioButtonAutoConfigOn);\r
756             this.groupBoxAutoConfig.Controls.Add(this.textBoxListen);\r
757             this.groupBoxAutoConfig.Controls.Add(this.labelListen);\r
758             this.groupBoxAutoConfig.Location = new System.Drawing.Point(11, 11);\r
759             this.groupBoxAutoConfig.Name = "groupBoxAutoConfig";\r
760             this.groupBoxAutoConfig.Size = new System.Drawing.Size(234, 48);\r
761             this.groupBoxAutoConfig.TabIndex = 2;\r
762             this.groupBoxAutoConfig.TabStop = false;\r
763             this.groupBoxAutoConfig.Text = "自動設定";\r
764             // \r
765             // radioButtonAutoConfigOff\r
766             // \r
767             this.radioButtonAutoConfigOff.AutoSize = true;\r
768             this.radioButtonAutoConfigOff.Location = new System.Drawing.Point(59, 19);\r
769             this.radioButtonAutoConfigOff.Name = "radioButtonAutoConfigOff";\r
770             this.radioButtonAutoConfigOff.Size = new System.Drawing.Size(47, 16);\r
771             this.radioButtonAutoConfigOff.TabIndex = 1;\r
772             this.radioButtonAutoConfigOff.Text = "無効";\r
773             this.radioButtonAutoConfigOff.UseVisualStyleBackColor = true;\r
774             // \r
775             // radioButtonAutoConfigOn\r
776             // \r
777             this.radioButtonAutoConfigOn.AutoSize = true;\r
778             this.radioButtonAutoConfigOn.Location = new System.Drawing.Point(6, 19);\r
779             this.radioButtonAutoConfigOn.Name = "radioButtonAutoConfigOn";\r
780             this.radioButtonAutoConfigOn.Size = new System.Drawing.Size(47, 16);\r
781             this.radioButtonAutoConfigOn.TabIndex = 0;\r
782             this.radioButtonAutoConfigOn.Text = "有効";\r
783             this.radioButtonAutoConfigOn.UseVisualStyleBackColor = true;\r
784             // \r
785             // textBoxListen\r
786             // \r
787             this.textBoxListen.Location = new System.Drawing.Point(175, 18);\r
788             this.textBoxListen.Name = "textBoxListen";\r
789             this.textBoxListen.Size = new System.Drawing.Size(36, 19);\r
790             this.textBoxListen.TabIndex = 3;\r
791             this.textBoxListen.Enter += new System.EventHandler(this.textBox_Enter);\r
792             // \r
793             // labelListen\r
794             // \r
795             this.labelListen.AutoSize = true;\r
796             this.labelListen.Location = new System.Drawing.Point(114, 21);\r
797             this.labelListen.Name = "labelListen";\r
798             this.labelListen.Size = new System.Drawing.Size(59, 12);\r
799             this.labelListen.TabIndex = 2;\r
800             this.labelListen.Text = "受信ポート:";\r
801             // \r
802             // tabPageLog\r
803             // \r
804             this.tabPageLog.Controls.Add(this.label10);\r
805             this.tabPageLog.Controls.Add(this.checkBoxOutput);\r
806             this.tabPageLog.Controls.Add(this.label9);\r
807             this.tabPageLog.Controls.Add(this.numericUpDownMaterialLogInterval);\r
808             this.tabPageLog.Controls.Add(this.textBoxOutput);\r
809             this.tabPageLog.Controls.Add(this.label11);\r
810             this.tabPageLog.Controls.Add(this.buttonOutputDir);\r
811             this.tabPageLog.Location = new System.Drawing.Point(4, 40);\r
812             this.tabPageLog.Name = "tabPageLog";\r
813             this.tabPageLog.Padding = new System.Windows.Forms.Padding(8);\r
814             this.tabPageLog.Size = new System.Drawing.Size(256, 158);\r
815             this.tabPageLog.TabIndex = 6;\r
816             this.tabPageLog.Text = "報告書";\r
817             this.tabPageLog.UseVisualStyleBackColor = true;\r
818             // \r
819             // label10\r
820             // \r
821             this.label10.AutoSize = true;\r
822             this.label10.Location = new System.Drawing.Point(137, 60);\r
823             this.label10.Name = "label10";\r
824             this.label10.Size = new System.Drawing.Size(17, 12);\r
825             this.label10.TabIndex = 6;\r
826             this.label10.Text = "分";\r
827             // \r
828             // checkBoxOutput\r
829             // \r
830             this.checkBoxOutput.AutoSize = true;\r
831             this.checkBoxOutput.Location = new System.Drawing.Point(11, 11);\r
832             this.checkBoxOutput.Name = "checkBoxOutput";\r
833             this.checkBoxOutput.Size = new System.Drawing.Size(67, 16);\r
834             this.checkBoxOutput.TabIndex = 0;\r
835             this.checkBoxOutput.Text = "出力する";\r
836             this.checkBoxOutput.UseVisualStyleBackColor = true;\r
837             // \r
838             // label9\r
839             // \r
840             this.label9.AutoSize = true;\r
841             this.label9.Location = new System.Drawing.Point(9, 36);\r
842             this.label9.Name = "label9";\r
843             this.label9.Size = new System.Drawing.Size(41, 12);\r
844             this.label9.TabIndex = 2;\r
845             this.label9.Text = "出力先";\r
846             // \r
847             // numericUpDownMaterialLogInterval\r
848             // \r
849             this.numericUpDownMaterialLogInterval.Location = new System.Drawing.Point(91, 58);\r
850             this.numericUpDownMaterialLogInterval.Name = "numericUpDownMaterialLogInterval";\r
851             this.numericUpDownMaterialLogInterval.Size = new System.Drawing.Size(44, 19);\r
852             this.numericUpDownMaterialLogInterval.TabIndex = 5;\r
853             this.numericUpDownMaterialLogInterval.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;\r
854             // \r
855             // textBoxOutput\r
856             // \r
857             this.textBoxOutput.Location = new System.Drawing.Point(50, 33);\r
858             this.textBoxOutput.Name = "textBoxOutput";\r
859             this.textBoxOutput.Size = new System.Drawing.Size(142, 19);\r
860             this.textBoxOutput.TabIndex = 1;\r
861             // \r
862             // label11\r
863             // \r
864             this.label11.AutoSize = true;\r
865             this.label11.Location = new System.Drawing.Point(9, 60);\r
866             this.label11.Name = "label11";\r
867             this.label11.Size = new System.Drawing.Size(81, 12);\r
868             this.label11.TabIndex = 4;\r
869             this.label11.Text = "資材ログの間隔";\r
870             // \r
871             // buttonOutputDir\r
872             // \r
873             this.buttonOutputDir.Location = new System.Drawing.Point(196, 31);\r
874             this.buttonOutputDir.Name = "buttonOutputDir";\r
875             this.buttonOutputDir.Size = new System.Drawing.Size(49, 21);\r
876             this.buttonOutputDir.TabIndex = 3;\r
877             this.buttonOutputDir.Text = "参照...";\r
878             this.buttonOutputDir.UseVisualStyleBackColor = true;\r
879             this.buttonOutputDir.Click += new System.EventHandler(this.buttonOutputDir_Click);\r
880             // \r
881             // tabPageCollabo\r
882             // \r
883             this.tabPageCollabo.Controls.Add(this.tabControlCollabo);\r
884             this.tabPageCollabo.Location = new System.Drawing.Point(4, 40);\r
885             this.tabPageCollabo.Name = "tabPageCollabo";\r
886             this.tabPageCollabo.Size = new System.Drawing.Size(256, 158);\r
887             this.tabPageCollabo.TabIndex = 8;\r
888             this.tabPageCollabo.Text = "連携";\r
889             this.tabPageCollabo.UseVisualStyleBackColor = true;\r
890             // \r
891             // tabControlCollabo\r
892             // \r
893             this.tabControlCollabo.Controls.Add(this.tabPagePushNotification);\r
894             this.tabControlCollabo.Controls.Add(this.tabPageExternalService);\r
895             this.tabControlCollabo.Dock = System.Windows.Forms.DockStyle.Fill;\r
896             this.tabControlCollabo.Location = new System.Drawing.Point(0, 0);\r
897             this.tabControlCollabo.Name = "tabControlCollabo";\r
898             this.tabControlCollabo.SelectedIndex = 0;\r
899             this.tabControlCollabo.Size = new System.Drawing.Size(256, 158);\r
900             this.tabControlCollabo.TabIndex = 3;\r
901             // \r
902             // tabPagePushNotification\r
903             // \r
904             this.tabPagePushNotification.Controls.Add(this.groupBoxPushover);\r
905             this.tabPagePushNotification.Controls.Add(this.groupBoxPushbullet);\r
906             this.tabPagePushNotification.Location = new System.Drawing.Point(4, 22);\r
907             this.tabPagePushNotification.Name = "tabPagePushNotification";\r
908             this.tabPagePushNotification.Padding = new System.Windows.Forms.Padding(3);\r
909             this.tabPagePushNotification.Size = new System.Drawing.Size(248, 132);\r
910             this.tabPagePushNotification.TabIndex = 0;\r
911             this.tabPagePushNotification.Text = "プッシュ通知";\r
912             this.tabPagePushNotification.UseVisualStyleBackColor = true;\r
913             // \r
914             // groupBoxPushover\r
915             // \r
916             this.groupBoxPushover.Controls.Add(this.buttonPushoverTest);\r
917             this.groupBoxPushover.Controls.Add(this.label16);\r
918             this.groupBoxPushover.Controls.Add(this.label12);\r
919             this.groupBoxPushover.Controls.Add(this.textBoxPushoverUserKey);\r
920             this.groupBoxPushover.Controls.Add(this.checkBoxPushoverOn);\r
921             this.groupBoxPushover.Controls.Add(this.textBoxPushoverApiKey);\r
922             this.groupBoxPushover.Location = new System.Drawing.Point(6, 55);\r
923             this.groupBoxPushover.Name = "groupBoxPushover";\r
924             this.groupBoxPushover.Size = new System.Drawing.Size(236, 66);\r
925             this.groupBoxPushover.TabIndex = 2;\r
926             this.groupBoxPushover.TabStop = false;\r
927             this.groupBoxPushover.Text = "Pushover";\r
928             // \r
929             // buttonPushoverTest\r
930             // \r
931             this.buttonPushoverTest.Font = new System.Drawing.Font("MS ゴシック", 9F);\r
932             this.buttonPushoverTest.Location = new System.Drawing.Point(6, 36);\r
933             this.buttonPushoverTest.Name = "buttonPushoverTest";\r
934             this.buttonPushoverTest.Size = new System.Drawing.Size(37, 23);\r
935             this.buttonPushoverTest.TabIndex = 12;\r
936             this.buttonPushoverTest.Text = "Test";\r
937             this.buttonPushoverTest.UseVisualStyleBackColor = true;\r
938             this.buttonPushoverTest.Click += new System.EventHandler(this.buttonPushoverTest_Click);\r
939             // \r
940             // label16\r
941             // \r
942             this.label16.AutoSize = true;\r
943             this.label16.Location = new System.Drawing.Point(58, 17);\r
944             this.label16.Name = "label16";\r
945             this.label16.Size = new System.Drawing.Size(48, 12);\r
946             this.label16.TabIndex = 11;\r
947             this.label16.Text = "API Key:";\r
948             // \r
949             // label12\r
950             // \r
951             this.label12.AutoSize = true;\r
952             this.label12.Location = new System.Drawing.Point(52, 41);\r
953             this.label12.Name = "label12";\r
954             this.label12.Size = new System.Drawing.Size(54, 12);\r
955             this.label12.TabIndex = 10;\r
956             this.label12.Text = "User Key:";\r
957             // \r
958             // textBoxPushoverUserKey\r
959             // \r
960             this.textBoxPushoverUserKey.Location = new System.Drawing.Point(106, 38);\r
961             this.textBoxPushoverUserKey.Name = "textBoxPushoverUserKey";\r
962             this.textBoxPushoverUserKey.Size = new System.Drawing.Size(122, 19);\r
963             this.textBoxPushoverUserKey.TabIndex = 9;\r
964             // \r
965             // checkBoxPushoverOn\r
966             // \r
967             this.checkBoxPushoverOn.AutoSize = true;\r
968             this.checkBoxPushoverOn.Location = new System.Drawing.Point(6, 16);\r
969             this.checkBoxPushoverOn.Name = "checkBoxPushoverOn";\r
970             this.checkBoxPushoverOn.Size = new System.Drawing.Size(48, 16);\r
971             this.checkBoxPushoverOn.TabIndex = 5;\r
972             this.checkBoxPushoverOn.Text = "有効";\r
973             this.checkBoxPushoverOn.UseVisualStyleBackColor = true;\r
974             // \r
975             // textBoxPushoverApiKey\r
976             // \r
977             this.textBoxPushoverApiKey.Location = new System.Drawing.Point(106, 13);\r
978             this.textBoxPushoverApiKey.Name = "textBoxPushoverApiKey";\r
979             this.textBoxPushoverApiKey.Size = new System.Drawing.Size(122, 19);\r
980             this.textBoxPushoverApiKey.TabIndex = 7;\r
981             // \r
982             // groupBoxPushbullet\r
983             // \r
984             this.groupBoxPushbullet.Controls.Add(this.buttonPushbulletTest);\r
985             this.groupBoxPushbullet.Controls.Add(this.textBoxPushbulletToken);\r
986             this.groupBoxPushbullet.Controls.Add(this.label7);\r
987             this.groupBoxPushbullet.Controls.Add(this.checkBoxPushbulletOn);\r
988             this.groupBoxPushbullet.Location = new System.Drawing.Point(6, 6);\r
989             this.groupBoxPushbullet.Name = "groupBoxPushbullet";\r
990             this.groupBoxPushbullet.Size = new System.Drawing.Size(236, 43);\r
991             this.groupBoxPushbullet.TabIndex = 1;\r
992             this.groupBoxPushbullet.TabStop = false;\r
993             this.groupBoxPushbullet.Text = "Pushbullet";\r
994             // \r
995             // buttonPushbulletTest\r
996             // \r
997             this.buttonPushbulletTest.Font = new System.Drawing.Font("MS ゴシック", 9F);\r
998             this.buttonPushbulletTest.Location = new System.Drawing.Point(193, 13);\r
999             this.buttonPushbulletTest.Name = "buttonPushbulletTest";\r
1000             this.buttonPushbulletTest.Size = new System.Drawing.Size(37, 23);\r
1001             this.buttonPushbulletTest.TabIndex = 3;\r
1002             this.buttonPushbulletTest.Text = "Test";\r
1003             this.buttonPushbulletTest.UseVisualStyleBackColor = true;\r
1004             this.buttonPushbulletTest.Click += new System.EventHandler(this.buttonPushbulletTest_Click);\r
1005             // \r
1006             // textBoxPushbulletToken\r
1007             // \r
1008             this.textBoxPushbulletToken.Location = new System.Drawing.Point(91, 15);\r
1009             this.textBoxPushbulletToken.Name = "textBoxPushbulletToken";\r
1010             this.textBoxPushbulletToken.Size = new System.Drawing.Size(98, 19);\r
1011             this.textBoxPushbulletToken.TabIndex = 2;\r
1012             // \r
1013             // label7\r
1014             // \r
1015             this.label7.AutoSize = true;\r
1016             this.label7.Location = new System.Drawing.Point(52, 19);\r
1017             this.label7.Name = "label7";\r
1018             this.label7.Size = new System.Drawing.Size(38, 12);\r
1019             this.label7.TabIndex = 1;\r
1020             this.label7.Text = "Token:";\r
1021             // \r
1022             // checkBoxPushbulletOn\r
1023             // \r
1024             this.checkBoxPushbulletOn.AutoSize = true;\r
1025             this.checkBoxPushbulletOn.Location = new System.Drawing.Point(6, 18);\r
1026             this.checkBoxPushbulletOn.Name = "checkBoxPushbulletOn";\r
1027             this.checkBoxPushbulletOn.Size = new System.Drawing.Size(48, 16);\r
1028             this.checkBoxPushbulletOn.TabIndex = 0;\r
1029             this.checkBoxPushbulletOn.Text = "有効";\r
1030             this.checkBoxPushbulletOn.UseVisualStyleBackColor = true;\r
1031             // \r
1032             // tabPageExternalService\r
1033             // \r
1034             this.tabPageExternalService.Controls.Add(this.groupBoxKancolleDb);\r
1035             this.tabPageExternalService.Location = new System.Drawing.Point(4, 22);\r
1036             this.tabPageExternalService.Name = "tabPageExternalService";\r
1037             this.tabPageExternalService.Padding = new System.Windows.Forms.Padding(3);\r
1038             this.tabPageExternalService.Size = new System.Drawing.Size(248, 132);\r
1039             this.tabPageExternalService.TabIndex = 1;\r
1040             this.tabPageExternalService.Text = "外部サービス";\r
1041             this.tabPageExternalService.UseVisualStyleBackColor = true;\r
1042             // \r
1043             // groupBoxKancolleDb\r
1044             // \r
1045             this.groupBoxKancolleDb.Controls.Add(this.textBoxKancolleDbToken);\r
1046             this.groupBoxKancolleDb.Controls.Add(this.label8);\r
1047             this.groupBoxKancolleDb.Controls.Add(this.checkBoxKancolleDbOn);\r
1048             this.groupBoxKancolleDb.Location = new System.Drawing.Point(6, 6);\r
1049             this.groupBoxKancolleDb.Name = "groupBoxKancolleDb";\r
1050             this.groupBoxKancolleDb.Size = new System.Drawing.Size(234, 47);\r
1051             this.groupBoxKancolleDb.TabIndex = 0;\r
1052             this.groupBoxKancolleDb.TabStop = false;\r
1053             this.groupBoxKancolleDb.Text = "艦これ統計データベース";\r
1054             // \r
1055             // textBoxKancolleDbToken\r
1056             // \r
1057             this.textBoxKancolleDbToken.Location = new System.Drawing.Point(121, 20);\r
1058             this.textBoxKancolleDbToken.Name = "textBoxKancolleDbToken";\r
1059             this.textBoxKancolleDbToken.Size = new System.Drawing.Size(107, 19);\r
1060             this.textBoxKancolleDbToken.TabIndex = 2;\r
1061             // \r
1062             // label8\r
1063             // \r
1064             this.label8.AutoSize = true;\r
1065             this.label8.Location = new System.Drawing.Point(57, 23);\r
1066             this.label8.Name = "label8";\r
1067             this.label8.Size = new System.Drawing.Size(63, 12);\r
1068             this.label8.TabIndex = 1;\r
1069             this.label8.Text = "アクセスキー:";\r
1070             // \r
1071             // checkBoxKancolleDbOn\r
1072             // \r
1073             this.checkBoxKancolleDbOn.AutoSize = true;\r
1074             this.checkBoxKancolleDbOn.Location = new System.Drawing.Point(6, 22);\r
1075             this.checkBoxKancolleDbOn.Name = "checkBoxKancolleDbOn";\r
1076             this.checkBoxKancolleDbOn.Size = new System.Drawing.Size(48, 16);\r
1077             this.checkBoxKancolleDbOn.TabIndex = 0;\r
1078             this.checkBoxKancolleDbOn.Text = "有効";\r
1079             this.checkBoxKancolleDbOn.UseVisualStyleBackColor = true;\r
1080             // \r
1081             // tabPageDebug\r
1082             // \r
1083             this.tabPageDebug.Controls.Add(this.buttonPlayDebugLog);\r
1084             this.tabPageDebug.Controls.Add(this.buttonDebugLogOpenFile);\r
1085             this.tabPageDebug.Controls.Add(this.textBoxDebugLog);\r
1086             this.tabPageDebug.Controls.Add(this.label13);\r
1087             this.tabPageDebug.Controls.Add(this.checkBoxDebugLog);\r
1088             this.tabPageDebug.Location = new System.Drawing.Point(4, 40);\r
1089             this.tabPageDebug.Name = "tabPageDebug";\r
1090             this.tabPageDebug.Padding = new System.Windows.Forms.Padding(8);\r
1091             this.tabPageDebug.Size = new System.Drawing.Size(256, 158);\r
1092             this.tabPageDebug.TabIndex = 7;\r
1093             this.tabPageDebug.Text = "デバッグ";\r
1094             this.tabPageDebug.UseVisualStyleBackColor = true;\r
1095             // \r
1096             // buttonPlayDebugLog\r
1097             // \r
1098             this.buttonPlayDebugLog.AutoSize = true;\r
1099             this.buttonPlayDebugLog.Location = new System.Drawing.Point(206, 46);\r
1100             this.buttonPlayDebugLog.Name = "buttonPlayDebugLog";\r
1101             this.buttonPlayDebugLog.Size = new System.Drawing.Size(39, 23);\r
1102             this.buttonPlayDebugLog.TabIndex = 12;\r
1103             this.buttonPlayDebugLog.Text = "再生";\r
1104             this.buttonPlayDebugLog.UseVisualStyleBackColor = true;\r
1105             this.buttonPlayDebugLog.Click += new System.EventHandler(this.buttonPlayDebugLog_Click);\r
1106             // \r
1107             // buttonDebugLogOpenFile\r
1108             // \r
1109             this.buttonDebugLogOpenFile.AutoSize = true;\r
1110             this.buttonDebugLogOpenFile.Location = new System.Drawing.Point(157, 46);\r
1111             this.buttonDebugLogOpenFile.Name = "buttonDebugLogOpenFile";\r
1112             this.buttonDebugLogOpenFile.Size = new System.Drawing.Size(45, 23);\r
1113             this.buttonDebugLogOpenFile.TabIndex = 11;\r
1114             this.buttonDebugLogOpenFile.Text = "参照...";\r
1115             this.buttonDebugLogOpenFile.UseVisualStyleBackColor = true;\r
1116             this.buttonDebugLogOpenFile.Click += new System.EventHandler(this.buttonDebugLogOpenFile_Click);\r
1117             // \r
1118             // textBoxDebugLog\r
1119             // \r
1120             this.textBoxDebugLog.Location = new System.Drawing.Point(11, 48);\r
1121             this.textBoxDebugLog.Name = "textBoxDebugLog";\r
1122             this.textBoxDebugLog.Size = new System.Drawing.Size(142, 19);\r
1123             this.textBoxDebugLog.TabIndex = 10;\r
1124             // \r
1125             // label13\r
1126             // \r
1127             this.label13.AutoSize = true;\r
1128             this.label13.Location = new System.Drawing.Point(11, 33);\r
1129             this.label13.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0);\r
1130             this.label13.Name = "label13";\r
1131             this.label13.Size = new System.Drawing.Size(57, 12);\r
1132             this.label13.TabIndex = 9;\r
1133             this.label13.Text = "ログファイル";\r
1134             // \r
1135             // checkBoxDebugLog\r
1136             // \r
1137             this.checkBoxDebugLog.AutoSize = true;\r
1138             this.checkBoxDebugLog.Location = new System.Drawing.Point(11, 11);\r
1139             this.checkBoxDebugLog.Name = "checkBoxDebugLog";\r
1140             this.checkBoxDebugLog.Size = new System.Drawing.Size(100, 16);\r
1141             this.checkBoxDebugLog.TabIndex = 8;\r
1142             this.checkBoxDebugLog.Text = "通信を記録する";\r
1143             this.checkBoxDebugLog.UseVisualStyleBackColor = true;\r
1144             // \r
1145             // buttonCancel\r
1146             // \r
1147             this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));\r
1148             this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;\r
1149             this.buttonCancel.Location = new System.Drawing.Point(186, 214);\r
1150             this.buttonCancel.Name = "buttonCancel";\r
1151             this.buttonCancel.Size = new System.Drawing.Size(75, 23);\r
1152             this.buttonCancel.TabIndex = 5;\r
1153             this.buttonCancel.Text = "キャンセル";\r
1154             this.buttonCancel.UseVisualStyleBackColor = true;\r
1155             // \r
1156             // buttonOk\r
1157             // \r
1158             this.buttonOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));\r
1159             this.buttonOk.Location = new System.Drawing.Point(105, 214);\r
1160             this.buttonOk.Name = "buttonOk";\r
1161             this.buttonOk.Size = new System.Drawing.Size(75, 23);\r
1162             this.buttonOk.TabIndex = 4;\r
1163             this.buttonOk.Text = "OK";\r
1164             this.buttonOk.UseVisualStyleBackColor = true;\r
1165             this.buttonOk.Click += new System.EventHandler(this.buttonOk_Click);\r
1166             // \r
1167             // openSoundFileDialog\r
1168             // \r
1169             this.openSoundFileDialog.Filter = "オーディオファイル (*.wav;*.aif;*.aifc;*.aiff;*.wma;*.mp2;*.mp3)|*.wav;*.aif;*.aifc;*.aiff" +\r
1170     ";*.wma;*.mp2;*.mp3";\r
1171             this.openSoundFileDialog.Title = "オーディオファイルを選択する";\r
1172             // \r
1173             // toolTipError\r
1174             // \r
1175             this.toolTipError.AutomaticDelay = 0;\r
1176             this.toolTipError.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Error;\r
1177             this.toolTipError.ToolTipTitle = "入力エラー";\r
1178             // \r
1179             // folderBrowserDialogOutputDir\r
1180             // \r
1181             this.folderBrowserDialogOutputDir.Description = "報告書の出力先を指定します。";\r
1182             // \r
1183             // openDebugLogDialog\r
1184             // \r
1185             this.openDebugLogDialog.CheckFileExists = false;\r
1186             this.openDebugLogDialog.Title = "ログファイルの選択";\r
1187             // \r
1188             // ConfigDialog\r
1189             // \r
1190             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\r
1191             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
1192             this.ClientSize = new System.Drawing.Size(276, 246);\r
1193             this.Controls.Add(this.buttonCancel);\r
1194             this.Controls.Add(this.buttonOk);\r
1195             this.Controls.Add(this.tabControl);\r
1196             this.MaximizeBox = false;\r
1197             this.MinimizeBox = false;\r
1198             this.Name = "ConfigDialog";\r
1199             this.ShowIcon = false;\r
1200             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
1201             this.Text = "設定";\r
1202             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ConfigDialog_FormClosing);\r
1203             this.Load += new System.EventHandler(this.ConfigDialog_Load);\r
1204             this.tabControl.ResumeLayout(false);\r
1205             this.tabPageWindow.ResumeLayout(false);\r
1206             this.tabPageWindow.PerformLayout();\r
1207             this.tabPageNotification.ResumeLayout(false);\r
1208             this.tabPageNotification.PerformLayout();\r
1209             ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMarginEquips)).EndInit();\r
1210             ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMarginShips)).EndInit();\r
1211             this.tabPageAchievement.ResumeLayout(false);\r
1212             this.tabPageAchievement.PerformLayout();\r
1213             this.groupBox3.ResumeLayout(false);\r
1214             this.groupBox3.PerformLayout();\r
1215             this.groupBox2.ResumeLayout(false);\r
1216             this.groupBox2.PerformLayout();\r
1217             this.tabPageSound.ResumeLayout(false);\r
1218             this.tabPageSound.PerformLayout();\r
1219             ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSoundVolume)).EndInit();\r
1220             this.tabPageVersion.ResumeLayout(false);\r
1221             this.tabPageVersion.PerformLayout();\r
1222             this.tabPageProxy.ResumeLayout(false);\r
1223             this.groupBoxUpstream.ResumeLayout(false);\r
1224             this.groupBoxUpstream.PerformLayout();\r
1225             this.groupBoxAutoConfig.ResumeLayout(false);\r
1226             this.groupBoxAutoConfig.PerformLayout();\r
1227             this.tabPageLog.ResumeLayout(false);\r
1228             this.tabPageLog.PerformLayout();\r
1229             ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMaterialLogInterval)).EndInit();\r
1230             this.tabPageCollabo.ResumeLayout(false);\r
1231             this.tabControlCollabo.ResumeLayout(false);\r
1232             this.tabPagePushNotification.ResumeLayout(false);\r
1233             this.groupBoxPushover.ResumeLayout(false);\r
1234             this.groupBoxPushover.PerformLayout();\r
1235             this.groupBoxPushbullet.ResumeLayout(false);\r
1236             this.groupBoxPushbullet.PerformLayout();\r
1237             this.tabPageExternalService.ResumeLayout(false);\r
1238             this.groupBoxKancolleDb.ResumeLayout(false);\r
1239             this.groupBoxKancolleDb.PerformLayout();\r
1240             this.tabPageDebug.ResumeLayout(false);\r
1241             this.tabPageDebug.PerformLayout();\r
1242             this.ResumeLayout(false);\r
1243 \r
1244         }\r
1245 \r
1246         #endregion\r
1247 \r
1248         private System.Windows.Forms.TabControl tabControl;\r
1249         private System.Windows.Forms.TabPage tabPageWindow;\r
1250         private System.Windows.Forms.TabPage tabPageNotification;\r
1251         private System.Windows.Forms.Button buttonCancel;\r
1252         private System.Windows.Forms.Button buttonOk;\r
1253         private System.Windows.Forms.TabPage tabPageAchievement;\r
1254         private System.Windows.Forms.TabPage tabPageSound;\r
1255         private System.Windows.Forms.TabPage tabPageVersion;\r
1256         private System.Windows.Forms.CheckBox checkBoxHideOnMinimized;\r
1257         private System.Windows.Forms.CheckBox checkBoxTopMost;\r
1258         private System.Windows.Forms.Label label6;\r
1259         private System.Windows.Forms.CheckBox checkBoxCond49;\r
1260         private System.Windows.Forms.CheckBox checkBoxCond40;\r
1261         private System.Windows.Forms.Label label5;\r
1262         private System.Windows.Forms.NumericUpDown numericUpDownMarginEquips;\r
1263         private System.Windows.Forms.Label label4;\r
1264         private System.Windows.Forms.NumericUpDown numericUpDownMarginShips;\r
1265         private System.Windows.Forms.Label label2;\r
1266         private System.Windows.Forms.Label label1;\r
1267         private System.Windows.Forms.CheckBox checkBoxSound;\r
1268         private System.Windows.Forms.CheckBox checkBoxBalloon;\r
1269         private System.Windows.Forms.CheckBox checkBoxFlash;\r
1270         private System.Windows.Forms.Button buttonResetAchievement;\r
1271         private System.Windows.Forms.CheckBox checkBoxReset14;\r
1272         private System.Windows.Forms.CheckBox checkBoxReset02;\r
1273         private System.Windows.Forms.Button buttonPlay;\r
1274         private System.Windows.Forms.ListBox listBoxSoundFile;\r
1275         private System.Windows.Forms.Button buttonOpenFile;\r
1276         private System.Windows.Forms.TextBox textBoxSoundFile;\r
1277         private System.Windows.Forms.NumericUpDown numericUpDownSoundVolume;\r
1278         private System.Windows.Forms.Label label3;\r
1279         private System.Windows.Forms.Label labelCopyright;\r
1280         private System.Windows.Forms.LinkLabel linkLabelProductName;\r
1281         private System.Windows.Forms.Label labelVersion;\r
1282         private System.Windows.Forms.Label labelLatest;\r
1283         private System.Windows.Forms.RichTextBox richTextBox1;\r
1284         private System.Windows.Forms.OpenFileDialog openSoundFileDialog;\r
1285         private System.Windows.Forms.TabPage tabPageProxy;\r
1286         private System.Windows.Forms.GroupBox groupBoxUpstream;\r
1287         private System.Windows.Forms.RadioButton radioButtonUpstreamOff;\r
1288         private System.Windows.Forms.RadioButton radioButtonUpstreamOn;\r
1289         private System.Windows.Forms.TextBox textBoxPort;\r
1290         private System.Windows.Forms.Label labelPort;\r
1291         private System.Windows.Forms.GroupBox groupBoxAutoConfig;\r
1292         private System.Windows.Forms.RadioButton radioButtonAutoConfigOff;\r
1293         private System.Windows.Forms.RadioButton radioButtonAutoConfigOn;\r
1294         private System.Windows.Forms.TextBox textBoxListen;\r
1295         private System.Windows.Forms.Label labelListen;\r
1296         private System.Windows.Forms.ToolTip toolTipError;\r
1297         private System.Windows.Forms.TabPage tabPageLog;\r
1298         private System.Windows.Forms.Label label10;\r
1299         private System.Windows.Forms.CheckBox checkBoxOutput;\r
1300         private System.Windows.Forms.Label label9;\r
1301         private System.Windows.Forms.TextBox textBoxOutput;\r
1302         private System.Windows.Forms.Button buttonOutputDir;\r
1303         private System.Windows.Forms.Label label11;\r
1304         private System.Windows.Forms.NumericUpDown numericUpDownMaterialLogInterval;\r
1305         private System.Windows.Forms.FolderBrowserDialog folderBrowserDialogOutputDir;\r
1306         private System.Windows.Forms.TabPage tabPageDebug;\r
1307         private System.Windows.Forms.Button buttonPlayDebugLog;\r
1308         private System.Windows.Forms.Button buttonDebugLogOpenFile;\r
1309         private System.Windows.Forms.TextBox textBoxDebugLog;\r
1310         private System.Windows.Forms.Label label13;\r
1311         private System.Windows.Forms.CheckBox checkBoxDebugLog;\r
1312         private System.Windows.Forms.OpenFileDialog openDebugLogDialog;\r
1313         private System.Windows.Forms.GroupBox groupBox3;\r
1314         private System.Windows.Forms.GroupBox groupBox2;\r
1315         private System.Windows.Forms.CheckBox checkBoxPresetAkashi;\r
1316         private System.Windows.Forms.TabPage tabPageCollabo;\r
1317         private System.Windows.Forms.GroupBox groupBoxKancolleDb;\r
1318         private System.Windows.Forms.TextBox textBoxKancolleDbToken;\r
1319         private System.Windows.Forms.Label label8;\r
1320         private System.Windows.Forms.CheckBox checkBoxKancolleDbOn;\r
1321         private System.Windows.Forms.ComboBox comboBoxZoom;\r
1322         private System.Windows.Forms.Label label14;\r
1323         private System.Windows.Forms.Label label15;\r
1324         private System.Windows.Forms.Button buttonDetailedSettings;\r
1325         private System.Windows.Forms.GroupBox groupBoxPushbullet;\r
1326         private System.Windows.Forms.TextBox textBoxPushbulletToken;\r
1327         private System.Windows.Forms.Label label7;\r
1328         private System.Windows.Forms.CheckBox checkBoxPushbulletOn;\r
1329         private System.Windows.Forms.Button buttonPushbulletTest;\r
1330         private System.Windows.Forms.CheckBox checkBoxExitSilently;\r
1331         private System.Windows.Forms.CheckBox checkBoxLocationPerMachine;\r
1332         private System.Windows.Forms.TextBox textBoxPushoverApiKey;\r
1333         private System.Windows.Forms.CheckBox checkBoxPushoverOn;\r
1334         private System.Windows.Forms.TabControl tabControlCollabo;\r
1335         private System.Windows.Forms.TabPage tabPagePushNotification;\r
1336         private System.Windows.Forms.GroupBox groupBoxPushover;\r
1337         private System.Windows.Forms.Button buttonPushoverTest;\r
1338         private System.Windows.Forms.Label label16;\r
1339         private System.Windows.Forms.Label label12;\r
1340         private System.Windows.Forms.TextBox textBoxPushoverUserKey;\r
1341         private System.Windows.Forms.TabPage tabPageExternalService;\r
1342         private System.Windows.Forms.CheckBox checkBoxRepeat;\r
1343         private System.Windows.Forms.CheckBox checkBoxBattleResult;\r
1344         private System.Windows.Forms.CheckBox checkBoxAirBattleResult;\r
1345         private System.Windows.Forms.CheckBox checkBoxResultRank;\r
1346     }\r
1347 }