OSDN Git Service

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