OSDN Git Service

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