OSDN Git Service

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