OSDN Git Service

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