OSDN Git Service

ラベルをクリックしたときだけ勝利判定を表示できるようにする
[kancollesniffer/KancolleSniffer.git] / KancolleSniffer / ConfigDialog.Designer.cs
1 // Copyright (C) 2014, 2015 Kazuhiro Fujieda <fujieda@users.sourceforge.jp>\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.buttonResetAchievement = new System.Windows.Forms.Button();\r
68             this.checkBoxReset14 = new System.Windows.Forms.CheckBox();\r
69             this.checkBoxReset02 = new System.Windows.Forms.CheckBox();\r
70             this.tabPageSound = new System.Windows.Forms.TabPage();\r
71             this.buttonPlay = new System.Windows.Forms.Button();\r
72             this.listBoxSoundFile = new System.Windows.Forms.ListBox();\r
73             this.buttonOpenFile = new System.Windows.Forms.Button();\r
74             this.textBoxSoundFile = new System.Windows.Forms.TextBox();\r
75             this.numericUpDownSoundVolume = new System.Windows.Forms.NumericUpDown();\r
76             this.label3 = new System.Windows.Forms.Label();\r
77             this.tabPageVersion = new System.Windows.Forms.TabPage();\r
78             this.richTextBox1 = new System.Windows.Forms.RichTextBox();\r
79             this.label7 = new System.Windows.Forms.Label();\r
80             this.linkLabelProductName = new System.Windows.Forms.LinkLabel();\r
81             this.labelVersion = new System.Windows.Forms.Label();\r
82             this.labelLatest = new System.Windows.Forms.Label();\r
83             this.tabPageProxy = new System.Windows.Forms.TabPage();\r
84             this.groupBoxUpstream = new System.Windows.Forms.GroupBox();\r
85             this.radioButtonUpstreamOff = new System.Windows.Forms.RadioButton();\r
86             this.radioButtonUpstreamOn = new System.Windows.Forms.RadioButton();\r
87             this.textBoxPort = new System.Windows.Forms.TextBox();\r
88             this.labelPort = new System.Windows.Forms.Label();\r
89             this.groupBoxAutoConfig = new System.Windows.Forms.GroupBox();\r
90             this.radioButtonAutoConfigOff = new System.Windows.Forms.RadioButton();\r
91             this.radioButtonAutoConfigOn = new System.Windows.Forms.RadioButton();\r
92             this.textBoxListen = new System.Windows.Forms.TextBox();\r
93             this.labelListen = new System.Windows.Forms.Label();\r
94             this.tabPageLog = new System.Windows.Forms.TabPage();\r
95             this.groupBox1 = new System.Windows.Forms.GroupBox();\r
96             this.radioButtonServerOff = new System.Windows.Forms.RadioButton();\r
97             this.radioButtonServerOn = new System.Windows.Forms.RadioButton();\r
98             this.textBoxServer = new System.Windows.Forms.TextBox();\r
99             this.label12 = new System.Windows.Forms.Label();\r
100             this.label10 = new System.Windows.Forms.Label();\r
101             this.checkBoxOutput = new System.Windows.Forms.CheckBox();\r
102             this.label9 = new System.Windows.Forms.Label();\r
103             this.numericUpDownMaterialLogInterval = new System.Windows.Forms.NumericUpDown();\r
104             this.textBoxOutput = new System.Windows.Forms.TextBox();\r
105             this.label11 = new System.Windows.Forms.Label();\r
106             this.buttonOutputDir = new System.Windows.Forms.Button();\r
107             this.tabPageDebug = new System.Windows.Forms.TabPage();\r
108             this.buttonPlayDebugLog = new System.Windows.Forms.Button();\r
109             this.buttonDebugLogOpenFile = new System.Windows.Forms.Button();\r
110             this.textBoxDebugLog = new System.Windows.Forms.TextBox();\r
111             this.label13 = new System.Windows.Forms.Label();\r
112             this.checkBoxDebugLog = new System.Windows.Forms.CheckBox();\r
113             this.buttonCancel = new System.Windows.Forms.Button();\r
114             this.buttonOk = new System.Windows.Forms.Button();\r
115             this.openSoundFileDialog = new System.Windows.Forms.OpenFileDialog();\r
116             this.toolTipError = new System.Windows.Forms.ToolTip(this.components);\r
117             this.folderBrowserDialogOutputDir = new System.Windows.Forms.FolderBrowserDialog();\r
118             this.openDebugLogDialog = new System.Windows.Forms.OpenFileDialog();\r
119             this.groupBox2 = new System.Windows.Forms.GroupBox();\r
120             this.groupBox3 = new System.Windows.Forms.GroupBox();\r
121             this.radioButtonResultRankAlways = new System.Windows.Forms.RadioButton();\r
122             this.radioButtonResultRankWhenClick = new System.Windows.Forms.RadioButton();\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.tabPageSound.SuspendLayout();\r
130             ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSoundVolume)).BeginInit();\r
131             this.tabPageVersion.SuspendLayout();\r
132             this.tabPageProxy.SuspendLayout();\r
133             this.groupBoxUpstream.SuspendLayout();\r
134             this.groupBoxAutoConfig.SuspendLayout();\r
135             this.tabPageLog.SuspendLayout();\r
136             this.groupBox1.SuspendLayout();\r
137             ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMaterialLogInterval)).BeginInit();\r
138             this.tabPageDebug.SuspendLayout();\r
139             this.groupBox2.SuspendLayout();\r
140             this.groupBox3.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             // buttonResetAchievement\r
353             // \r
354             this.buttonResetAchievement.Location = new System.Drawing.Point(111, 18);\r
355             this.buttonResetAchievement.Name = "buttonResetAchievement";\r
356             this.buttonResetAchievement.Size = new System.Drawing.Size(44, 20);\r
357             this.buttonResetAchievement.TabIndex = 16;\r
358             this.buttonResetAchievement.Text = "今すぐ";\r
359             this.buttonResetAchievement.UseVisualStyleBackColor = true;\r
360             this.buttonResetAchievement.Click += new System.EventHandler(this.buttonResetAchievement_Click);\r
361             // \r
362             // checkBoxReset14\r
363             // \r
364             this.checkBoxReset14.AutoSize = true;\r
365             this.checkBoxReset14.Location = new System.Drawing.Point(57, 21);\r
366             this.checkBoxReset14.Name = "checkBoxReset14";\r
367             this.checkBoxReset14.Size = new System.Drawing.Size(48, 16);\r
368             this.checkBoxReset14.TabIndex = 14;\r
369             this.checkBoxReset14.Text = "14時";\r
370             this.checkBoxReset14.UseVisualStyleBackColor = true;\r
371             // \r
372             // checkBoxReset02\r
373             // \r
374             this.checkBoxReset02.AutoSize = true;\r
375             this.checkBoxReset02.Location = new System.Drawing.Point(9, 21);\r
376             this.checkBoxReset02.Name = "checkBoxReset02";\r
377             this.checkBoxReset02.Size = new System.Drawing.Size(42, 16);\r
378             this.checkBoxReset02.TabIndex = 13;\r
379             this.checkBoxReset02.Text = "2時";\r
380             this.checkBoxReset02.UseVisualStyleBackColor = true;\r
381             // \r
382             // tabPageSound\r
383             // \r
384             this.tabPageSound.Controls.Add(this.buttonPlay);\r
385             this.tabPageSound.Controls.Add(this.listBoxSoundFile);\r
386             this.tabPageSound.Controls.Add(this.buttonOpenFile);\r
387             this.tabPageSound.Controls.Add(this.textBoxSoundFile);\r
388             this.tabPageSound.Controls.Add(this.numericUpDownSoundVolume);\r
389             this.tabPageSound.Controls.Add(this.label3);\r
390             this.tabPageSound.Location = new System.Drawing.Point(4, 40);\r
391             this.tabPageSound.Name = "tabPageSound";\r
392             this.tabPageSound.Padding = new System.Windows.Forms.Padding(8);\r
393             this.tabPageSound.Size = new System.Drawing.Size(256, 158);\r
394             this.tabPageSound.TabIndex = 3;\r
395             this.tabPageSound.Text = "サウンド";\r
396             this.tabPageSound.UseVisualStyleBackColor = true;\r
397             // \r
398             // buttonPlay\r
399             // \r
400             this.buttonPlay.Location = new System.Drawing.Point(93, 6);\r
401             this.buttonPlay.Name = "buttonPlay";\r
402             this.buttonPlay.Size = new System.Drawing.Size(37, 23);\r
403             this.buttonPlay.TabIndex = 24;\r
404             this.buttonPlay.Text = "再生";\r
405             this.buttonPlay.UseVisualStyleBackColor = true;\r
406             this.buttonPlay.Click += new System.EventHandler(this.buttonPlay_Click);\r
407             // \r
408             // listBoxSoundFile\r
409             // \r
410             this.listBoxSoundFile.FormattingEnabled = true;\r
411             this.listBoxSoundFile.ItemHeight = 12;\r
412             this.listBoxSoundFile.Location = new System.Drawing.Point(11, 34);\r
413             this.listBoxSoundFile.Name = "listBoxSoundFile";\r
414             this.listBoxSoundFile.Size = new System.Drawing.Size(234, 88);\r
415             this.listBoxSoundFile.TabIndex = 23;\r
416             this.listBoxSoundFile.SelectedIndexChanged += new System.EventHandler(this.listBoxSoundFile_SelectedIndexChanged);\r
417             // \r
418             // buttonOpenFile\r
419             // \r
420             this.buttonOpenFile.Location = new System.Drawing.Point(200, 126);\r
421             this.buttonOpenFile.Name = "buttonOpenFile";\r
422             this.buttonOpenFile.Size = new System.Drawing.Size(45, 23);\r
423             this.buttonOpenFile.TabIndex = 22;\r
424             this.buttonOpenFile.Text = "参照...";\r
425             this.buttonOpenFile.UseVisualStyleBackColor = true;\r
426             this.buttonOpenFile.Click += new System.EventHandler(this.buttonOpenFile_Click);\r
427             // \r
428             // textBoxSoundFile\r
429             // \r
430             this.textBoxSoundFile.Location = new System.Drawing.Point(11, 128);\r
431             this.textBoxSoundFile.Name = "textBoxSoundFile";\r
432             this.textBoxSoundFile.Size = new System.Drawing.Size(183, 19);\r
433             this.textBoxSoundFile.TabIndex = 21;\r
434             this.textBoxSoundFile.TextChanged += new System.EventHandler(this.textBoxSoundFile_TextChanged);\r
435             // \r
436             // numericUpDownSoundVolume\r
437             // \r
438             this.numericUpDownSoundVolume.Location = new System.Drawing.Point(42, 9);\r
439             this.numericUpDownSoundVolume.Name = "numericUpDownSoundVolume";\r
440             this.numericUpDownSoundVolume.Size = new System.Drawing.Size(44, 19);\r
441             this.numericUpDownSoundVolume.TabIndex = 20;\r
442             this.numericUpDownSoundVolume.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;\r
443             // \r
444             // label3\r
445             // \r
446             this.label3.AutoSize = true;\r
447             this.label3.Location = new System.Drawing.Point(11, 11);\r
448             this.label3.Margin = new System.Windows.Forms.Padding(3);\r
449             this.label3.Name = "label3";\r
450             this.label3.Size = new System.Drawing.Size(29, 12);\r
451             this.label3.TabIndex = 19;\r
452             this.label3.Text = "音量";\r
453             // \r
454             // tabPageVersion\r
455             // \r
456             this.tabPageVersion.Controls.Add(this.richTextBox1);\r
457             this.tabPageVersion.Controls.Add(this.label7);\r
458             this.tabPageVersion.Controls.Add(this.linkLabelProductName);\r
459             this.tabPageVersion.Controls.Add(this.labelVersion);\r
460             this.tabPageVersion.Controls.Add(this.labelLatest);\r
461             this.tabPageVersion.Location = new System.Drawing.Point(4, 40);\r
462             this.tabPageVersion.Name = "tabPageVersion";\r
463             this.tabPageVersion.Padding = new System.Windows.Forms.Padding(8);\r
464             this.tabPageVersion.Size = new System.Drawing.Size(256, 158);\r
465             this.tabPageVersion.TabIndex = 4;\r
466             this.tabPageVersion.Text = "バージョン情報";\r
467             this.tabPageVersion.UseVisualStyleBackColor = true;\r
468             // \r
469             // richTextBox1\r
470             // \r
471             this.richTextBox1.BackColor = System.Drawing.SystemColors.Window;\r
472             this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;\r
473             this.richTextBox1.Location = new System.Drawing.Point(11, 62);\r
474             this.richTextBox1.Name = "richTextBox1";\r
475             this.richTextBox1.ReadOnly = true;\r
476             this.richTextBox1.Size = new System.Drawing.Size(208, 50);\r
477             this.richTextBox1.TabIndex = 15;\r
478             this.richTextBox1.Text = "このソフトウェアは一部のファイルを除き\nGNU GPLバージョン3でライセンスされます。\n詳細はREADME.mdを参照してください。";\r
479             // \r
480             // label7\r
481             // \r
482             this.label7.AutoSize = true;\r
483             this.label7.Location = new System.Drawing.Point(11, 35);\r
484             this.label7.Name = "label7";\r
485             this.label7.Size = new System.Drawing.Size(212, 12);\r
486             this.label7.TabIndex = 13;\r
487             this.label7.Text = "Copyright © 2013-2015 Kazuhiro Fujieda";\r
488             // \r
489             // linkLabelProductName\r
490             // \r
491             this.linkLabelProductName.AutoSize = true;\r
492             this.linkLabelProductName.Location = new System.Drawing.Point(11, 11);\r
493             this.linkLabelProductName.Name = "linkLabelProductName";\r
494             this.linkLabelProductName.Size = new System.Drawing.Size(82, 12);\r
495             this.linkLabelProductName.TabIndex = 12;\r
496             this.linkLabelProductName.TabStop = true;\r
497             this.linkLabelProductName.Text = "KancolleSniffer";\r
498             this.linkLabelProductName.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelProductName_LinkClicked);\r
499             // \r
500             // labelVersion\r
501             // \r
502             this.labelVersion.AutoSize = true;\r
503             this.labelVersion.Location = new System.Drawing.Point(92, 11);\r
504             this.labelVersion.Name = "labelVersion";\r
505             this.labelVersion.Size = new System.Drawing.Size(70, 12);\r
506             this.labelVersion.TabIndex = 10;\r
507             this.labelVersion.Text = "バージョン4.10";\r
508             // \r
509             // labelLatest\r
510             // \r
511             this.labelLatest.AutoSize = true;\r
512             this.labelLatest.Location = new System.Drawing.Point(161, 11);\r
513             this.labelLatest.Name = "labelLatest";\r
514             this.labelLatest.Size = new System.Drawing.Size(49, 12);\r
515             this.labelLatest.TabIndex = 11;\r
516             this.labelLatest.Text = "最新です";\r
517             // \r
518             // tabPageProxy\r
519             // \r
520             this.tabPageProxy.Controls.Add(this.groupBoxUpstream);\r
521             this.tabPageProxy.Controls.Add(this.groupBoxAutoConfig);\r
522             this.tabPageProxy.Location = new System.Drawing.Point(4, 40);\r
523             this.tabPageProxy.Name = "tabPageProxy";\r
524             this.tabPageProxy.Padding = new System.Windows.Forms.Padding(8);\r
525             this.tabPageProxy.Size = new System.Drawing.Size(256, 158);\r
526             this.tabPageProxy.TabIndex = 5;\r
527             this.tabPageProxy.Text = "プロキシ";\r
528             this.tabPageProxy.UseVisualStyleBackColor = true;\r
529             // \r
530             // groupBoxUpstream\r
531             // \r
532             this.groupBoxUpstream.Controls.Add(this.radioButtonUpstreamOff);\r
533             this.groupBoxUpstream.Controls.Add(this.radioButtonUpstreamOn);\r
534             this.groupBoxUpstream.Controls.Add(this.textBoxPort);\r
535             this.groupBoxUpstream.Controls.Add(this.labelPort);\r
536             this.groupBoxUpstream.Location = new System.Drawing.Point(11, 65);\r
537             this.groupBoxUpstream.Name = "groupBoxUpstream";\r
538             this.groupBoxUpstream.Size = new System.Drawing.Size(234, 48);\r
539             this.groupBoxUpstream.TabIndex = 3;\r
540             this.groupBoxUpstream.TabStop = false;\r
541             this.groupBoxUpstream.Text = "ツール連携";\r
542             // \r
543             // radioButtonUpstreamOff\r
544             // \r
545             this.radioButtonUpstreamOff.AutoSize = true;\r
546             this.radioButtonUpstreamOff.Location = new System.Drawing.Point(59, 18);\r
547             this.radioButtonUpstreamOff.Name = "radioButtonUpstreamOff";\r
548             this.radioButtonUpstreamOff.Size = new System.Drawing.Size(47, 16);\r
549             this.radioButtonUpstreamOff.TabIndex = 1;\r
550             this.radioButtonUpstreamOff.Text = "無効";\r
551             this.radioButtonUpstreamOff.UseVisualStyleBackColor = true;\r
552             this.radioButtonUpstreamOff.CheckedChanged += new System.EventHandler(this.radioButtonUpstreamOff_CheckedChanged);\r
553             // \r
554             // radioButtonUpstreamOn\r
555             // \r
556             this.radioButtonUpstreamOn.AutoSize = true;\r
557             this.radioButtonUpstreamOn.Location = new System.Drawing.Point(6, 18);\r
558             this.radioButtonUpstreamOn.Name = "radioButtonUpstreamOn";\r
559             this.radioButtonUpstreamOn.Size = new System.Drawing.Size(47, 16);\r
560             this.radioButtonUpstreamOn.TabIndex = 0;\r
561             this.radioButtonUpstreamOn.Text = "有効";\r
562             this.radioButtonUpstreamOn.UseVisualStyleBackColor = true;\r
563             // \r
564             // textBoxPort\r
565             // \r
566             this.textBoxPort.Location = new System.Drawing.Point(175, 17);\r
567             this.textBoxPort.Name = "textBoxPort";\r
568             this.textBoxPort.Size = new System.Drawing.Size(36, 19);\r
569             this.textBoxPort.TabIndex = 3;\r
570             this.textBoxPort.Enter += new System.EventHandler(this.textBox_Enter);\r
571             // \r
572             // labelPort\r
573             // \r
574             this.labelPort.AutoSize = true;\r
575             this.labelPort.Location = new System.Drawing.Point(114, 20);\r
576             this.labelPort.Name = "labelPort";\r
577             this.labelPort.Size = new System.Drawing.Size(59, 12);\r
578             this.labelPort.TabIndex = 2;\r
579             this.labelPort.Text = "送信ポート:";\r
580             // \r
581             // groupBoxAutoConfig\r
582             // \r
583             this.groupBoxAutoConfig.Controls.Add(this.radioButtonAutoConfigOff);\r
584             this.groupBoxAutoConfig.Controls.Add(this.radioButtonAutoConfigOn);\r
585             this.groupBoxAutoConfig.Controls.Add(this.textBoxListen);\r
586             this.groupBoxAutoConfig.Controls.Add(this.labelListen);\r
587             this.groupBoxAutoConfig.Location = new System.Drawing.Point(11, 11);\r
588             this.groupBoxAutoConfig.Name = "groupBoxAutoConfig";\r
589             this.groupBoxAutoConfig.Size = new System.Drawing.Size(234, 48);\r
590             this.groupBoxAutoConfig.TabIndex = 2;\r
591             this.groupBoxAutoConfig.TabStop = false;\r
592             this.groupBoxAutoConfig.Text = "自動設定";\r
593             // \r
594             // radioButtonAutoConfigOff\r
595             // \r
596             this.radioButtonAutoConfigOff.AutoSize = true;\r
597             this.radioButtonAutoConfigOff.Location = new System.Drawing.Point(59, 19);\r
598             this.radioButtonAutoConfigOff.Name = "radioButtonAutoConfigOff";\r
599             this.radioButtonAutoConfigOff.Size = new System.Drawing.Size(47, 16);\r
600             this.radioButtonAutoConfigOff.TabIndex = 1;\r
601             this.radioButtonAutoConfigOff.Text = "無効";\r
602             this.radioButtonAutoConfigOff.UseVisualStyleBackColor = true;\r
603             // \r
604             // radioButtonAutoConfigOn\r
605             // \r
606             this.radioButtonAutoConfigOn.AutoSize = true;\r
607             this.radioButtonAutoConfigOn.Location = new System.Drawing.Point(6, 19);\r
608             this.radioButtonAutoConfigOn.Name = "radioButtonAutoConfigOn";\r
609             this.radioButtonAutoConfigOn.Size = new System.Drawing.Size(47, 16);\r
610             this.radioButtonAutoConfigOn.TabIndex = 0;\r
611             this.radioButtonAutoConfigOn.Text = "有効";\r
612             this.radioButtonAutoConfigOn.UseVisualStyleBackColor = true;\r
613             this.radioButtonAutoConfigOn.CheckedChanged += new System.EventHandler(this.radioButtonAutoConfigOn_CheckedChanged);\r
614             // \r
615             // textBoxListen\r
616             // \r
617             this.textBoxListen.Location = new System.Drawing.Point(175, 18);\r
618             this.textBoxListen.Name = "textBoxListen";\r
619             this.textBoxListen.Size = new System.Drawing.Size(36, 19);\r
620             this.textBoxListen.TabIndex = 3;\r
621             this.textBoxListen.Enter += new System.EventHandler(this.textBox_Enter);\r
622             // \r
623             // labelListen\r
624             // \r
625             this.labelListen.AutoSize = true;\r
626             this.labelListen.Location = new System.Drawing.Point(114, 21);\r
627             this.labelListen.Name = "labelListen";\r
628             this.labelListen.Size = new System.Drawing.Size(59, 12);\r
629             this.labelListen.TabIndex = 2;\r
630             this.labelListen.Text = "受信ポート:";\r
631             // \r
632             // tabPageLog\r
633             // \r
634             this.tabPageLog.Controls.Add(this.groupBox1);\r
635             this.tabPageLog.Controls.Add(this.label10);\r
636             this.tabPageLog.Controls.Add(this.checkBoxOutput);\r
637             this.tabPageLog.Controls.Add(this.label9);\r
638             this.tabPageLog.Controls.Add(this.numericUpDownMaterialLogInterval);\r
639             this.tabPageLog.Controls.Add(this.textBoxOutput);\r
640             this.tabPageLog.Controls.Add(this.label11);\r
641             this.tabPageLog.Controls.Add(this.buttonOutputDir);\r
642             this.tabPageLog.Location = new System.Drawing.Point(4, 40);\r
643             this.tabPageLog.Name = "tabPageLog";\r
644             this.tabPageLog.Padding = new System.Windows.Forms.Padding(8);\r
645             this.tabPageLog.Size = new System.Drawing.Size(256, 158);\r
646             this.tabPageLog.TabIndex = 6;\r
647             this.tabPageLog.Text = "報告書";\r
648             this.tabPageLog.UseVisualStyleBackColor = true;\r
649             // \r
650             // groupBox1\r
651             // \r
652             this.groupBox1.Controls.Add(this.radioButtonServerOff);\r
653             this.groupBox1.Controls.Add(this.radioButtonServerOn);\r
654             this.groupBox1.Controls.Add(this.textBoxServer);\r
655             this.groupBox1.Controls.Add(this.label12);\r
656             this.groupBox1.Location = new System.Drawing.Point(11, 83);\r
657             this.groupBox1.Name = "groupBox1";\r
658             this.groupBox1.Size = new System.Drawing.Size(234, 48);\r
659             this.groupBox1.TabIndex = 15;\r
660             this.groupBox1.TabStop = false;\r
661             this.groupBox1.Text = "閲覧サーバー";\r
662             // \r
663             // radioButtonServerOff\r
664             // \r
665             this.radioButtonServerOff.AutoSize = true;\r
666             this.radioButtonServerOff.Location = new System.Drawing.Point(59, 18);\r
667             this.radioButtonServerOff.Name = "radioButtonServerOff";\r
668             this.radioButtonServerOff.Size = new System.Drawing.Size(47, 16);\r
669             this.radioButtonServerOff.TabIndex = 10;\r
670             this.radioButtonServerOff.TabStop = true;\r
671             this.radioButtonServerOff.Text = "無効";\r
672             this.radioButtonServerOff.UseVisualStyleBackColor = true;\r
673             // \r
674             // radioButtonServerOn\r
675             // \r
676             this.radioButtonServerOn.AutoSize = true;\r
677             this.radioButtonServerOn.Location = new System.Drawing.Point(6, 18);\r
678             this.radioButtonServerOn.Name = "radioButtonServerOn";\r
679             this.radioButtonServerOn.Size = new System.Drawing.Size(47, 16);\r
680             this.radioButtonServerOn.TabIndex = 9;\r
681             this.radioButtonServerOn.TabStop = true;\r
682             this.radioButtonServerOn.Text = "有効";\r
683             this.radioButtonServerOn.UseVisualStyleBackColor = true;\r
684             this.radioButtonServerOn.CheckedChanged += new System.EventHandler(this.radioButtonServerOn_CheckedChanged);\r
685             // \r
686             // textBoxServer\r
687             // \r
688             this.textBoxServer.Location = new System.Drawing.Point(175, 17);\r
689             this.textBoxServer.Name = "textBoxServer";\r
690             this.textBoxServer.Size = new System.Drawing.Size(36, 19);\r
691             this.textBoxServer.TabIndex = 11;\r
692             // \r
693             // label12\r
694             // \r
695             this.label12.AutoSize = true;\r
696             this.label12.Location = new System.Drawing.Point(114, 20);\r
697             this.label12.Name = "label12";\r
698             this.label12.Size = new System.Drawing.Size(59, 12);\r
699             this.label12.TabIndex = 8;\r
700             this.label12.Text = "受信ポート:";\r
701             // \r
702             // label10\r
703             // \r
704             this.label10.AutoSize = true;\r
705             this.label10.Location = new System.Drawing.Point(137, 60);\r
706             this.label10.Name = "label10";\r
707             this.label10.Size = new System.Drawing.Size(17, 12);\r
708             this.label10.TabIndex = 6;\r
709             this.label10.Text = "分";\r
710             // \r
711             // checkBoxOutput\r
712             // \r
713             this.checkBoxOutput.AutoSize = true;\r
714             this.checkBoxOutput.Location = new System.Drawing.Point(11, 11);\r
715             this.checkBoxOutput.Name = "checkBoxOutput";\r
716             this.checkBoxOutput.Size = new System.Drawing.Size(67, 16);\r
717             this.checkBoxOutput.TabIndex = 0;\r
718             this.checkBoxOutput.Text = "出力する";\r
719             this.checkBoxOutput.UseVisualStyleBackColor = true;\r
720             // \r
721             // label9\r
722             // \r
723             this.label9.AutoSize = true;\r
724             this.label9.Location = new System.Drawing.Point(9, 36);\r
725             this.label9.Name = "label9";\r
726             this.label9.Size = new System.Drawing.Size(41, 12);\r
727             this.label9.TabIndex = 2;\r
728             this.label9.Text = "出力先";\r
729             // \r
730             // numericUpDownMaterialLogInterval\r
731             // \r
732             this.numericUpDownMaterialLogInterval.Location = new System.Drawing.Point(91, 58);\r
733             this.numericUpDownMaterialLogInterval.Name = "numericUpDownMaterialLogInterval";\r
734             this.numericUpDownMaterialLogInterval.Size = new System.Drawing.Size(44, 19);\r
735             this.numericUpDownMaterialLogInterval.TabIndex = 5;\r
736             this.numericUpDownMaterialLogInterval.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;\r
737             // \r
738             // textBoxOutput\r
739             // \r
740             this.textBoxOutput.Location = new System.Drawing.Point(50, 33);\r
741             this.textBoxOutput.Name = "textBoxOutput";\r
742             this.textBoxOutput.Size = new System.Drawing.Size(142, 19);\r
743             this.textBoxOutput.TabIndex = 1;\r
744             // \r
745             // label11\r
746             // \r
747             this.label11.AutoSize = true;\r
748             this.label11.Location = new System.Drawing.Point(9, 60);\r
749             this.label11.Name = "label11";\r
750             this.label11.Size = new System.Drawing.Size(81, 12);\r
751             this.label11.TabIndex = 4;\r
752             this.label11.Text = "資材ログの間隔";\r
753             // \r
754             // buttonOutputDir\r
755             // \r
756             this.buttonOutputDir.Location = new System.Drawing.Point(196, 31);\r
757             this.buttonOutputDir.Name = "buttonOutputDir";\r
758             this.buttonOutputDir.Size = new System.Drawing.Size(49, 21);\r
759             this.buttonOutputDir.TabIndex = 3;\r
760             this.buttonOutputDir.Text = "参照...";\r
761             this.buttonOutputDir.UseVisualStyleBackColor = true;\r
762             this.buttonOutputDir.Click += new System.EventHandler(this.buttonOutputDir_Click);\r
763             // \r
764             // tabPageDebug\r
765             // \r
766             this.tabPageDebug.Controls.Add(this.buttonPlayDebugLog);\r
767             this.tabPageDebug.Controls.Add(this.buttonDebugLogOpenFile);\r
768             this.tabPageDebug.Controls.Add(this.textBoxDebugLog);\r
769             this.tabPageDebug.Controls.Add(this.label13);\r
770             this.tabPageDebug.Controls.Add(this.checkBoxDebugLog);\r
771             this.tabPageDebug.Location = new System.Drawing.Point(4, 40);\r
772             this.tabPageDebug.Name = "tabPageDebug";\r
773             this.tabPageDebug.Padding = new System.Windows.Forms.Padding(8);\r
774             this.tabPageDebug.Size = new System.Drawing.Size(256, 158);\r
775             this.tabPageDebug.TabIndex = 7;\r
776             this.tabPageDebug.Text = "デバッグ";\r
777             this.tabPageDebug.UseVisualStyleBackColor = true;\r
778             // \r
779             // buttonPlayDebugLog\r
780             // \r
781             this.buttonPlayDebugLog.AutoSize = true;\r
782             this.buttonPlayDebugLog.Location = new System.Drawing.Point(206, 46);\r
783             this.buttonPlayDebugLog.Name = "buttonPlayDebugLog";\r
784             this.buttonPlayDebugLog.Size = new System.Drawing.Size(39, 23);\r
785             this.buttonPlayDebugLog.TabIndex = 12;\r
786             this.buttonPlayDebugLog.Text = "再生";\r
787             this.buttonPlayDebugLog.UseVisualStyleBackColor = true;\r
788             this.buttonPlayDebugLog.Click += new System.EventHandler(this.buttonPlayDebugLog_Click);\r
789             // \r
790             // buttonDebugLogOpenFile\r
791             // \r
792             this.buttonDebugLogOpenFile.AutoSize = true;\r
793             this.buttonDebugLogOpenFile.Location = new System.Drawing.Point(157, 46);\r
794             this.buttonDebugLogOpenFile.Name = "buttonDebugLogOpenFile";\r
795             this.buttonDebugLogOpenFile.Size = new System.Drawing.Size(45, 23);\r
796             this.buttonDebugLogOpenFile.TabIndex = 11;\r
797             this.buttonDebugLogOpenFile.Text = "参照...";\r
798             this.buttonDebugLogOpenFile.UseVisualStyleBackColor = true;\r
799             this.buttonDebugLogOpenFile.Click += new System.EventHandler(this.buttonDebugLogOpenFile_Click);\r
800             // \r
801             // textBoxDebugLog\r
802             // \r
803             this.textBoxDebugLog.Location = new System.Drawing.Point(11, 48);\r
804             this.textBoxDebugLog.Name = "textBoxDebugLog";\r
805             this.textBoxDebugLog.Size = new System.Drawing.Size(142, 19);\r
806             this.textBoxDebugLog.TabIndex = 10;\r
807             // \r
808             // label13\r
809             // \r
810             this.label13.AutoSize = true;\r
811             this.label13.Location = new System.Drawing.Point(11, 33);\r
812             this.label13.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0);\r
813             this.label13.Name = "label13";\r
814             this.label13.Size = new System.Drawing.Size(57, 12);\r
815             this.label13.TabIndex = 9;\r
816             this.label13.Text = "ログファイル";\r
817             // \r
818             // checkBoxDebugLog\r
819             // \r
820             this.checkBoxDebugLog.AutoSize = true;\r
821             this.checkBoxDebugLog.Location = new System.Drawing.Point(11, 11);\r
822             this.checkBoxDebugLog.Name = "checkBoxDebugLog";\r
823             this.checkBoxDebugLog.Size = new System.Drawing.Size(100, 16);\r
824             this.checkBoxDebugLog.TabIndex = 8;\r
825             this.checkBoxDebugLog.Text = "通信を記録する";\r
826             this.checkBoxDebugLog.UseVisualStyleBackColor = true;\r
827             // \r
828             // buttonCancel\r
829             // \r
830             this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));\r
831             this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;\r
832             this.buttonCancel.Location = new System.Drawing.Point(186, 214);\r
833             this.buttonCancel.Name = "buttonCancel";\r
834             this.buttonCancel.Size = new System.Drawing.Size(75, 23);\r
835             this.buttonCancel.TabIndex = 5;\r
836             this.buttonCancel.Text = "キャンセル";\r
837             this.buttonCancel.UseVisualStyleBackColor = true;\r
838             // \r
839             // buttonOk\r
840             // \r
841             this.buttonOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));\r
842             this.buttonOk.Location = new System.Drawing.Point(105, 214);\r
843             this.buttonOk.Name = "buttonOk";\r
844             this.buttonOk.Size = new System.Drawing.Size(75, 23);\r
845             this.buttonOk.TabIndex = 4;\r
846             this.buttonOk.Text = "OK";\r
847             this.buttonOk.UseVisualStyleBackColor = true;\r
848             this.buttonOk.Click += new System.EventHandler(this.buttonOk_Click);\r
849             // \r
850             // openSoundFileDialog\r
851             // \r
852             this.openSoundFileDialog.Filter = "オーディオファイル (*.wav;*.aif;*.aifc;*.aiff;*.wma;*.mp2;*.mp3)|*.wav;*.aif;*.aifc;*.aiff" +\r
853     ";*.wma;*.mp2;*.mp3";\r
854             this.openSoundFileDialog.Title = "オーディオファイルを選択する";\r
855             // \r
856             // toolTipError\r
857             // \r
858             this.toolTipError.AutomaticDelay = 0;\r
859             this.toolTipError.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Error;\r
860             this.toolTipError.ToolTipTitle = "入力エラー";\r
861             // \r
862             // folderBrowserDialogOutputDir\r
863             // \r
864             this.folderBrowserDialogOutputDir.Description = "報告書の出力先を指定します。";\r
865             // \r
866             // openDebugLogDialog\r
867             // \r
868             this.openDebugLogDialog.CheckFileExists = false;\r
869             this.openDebugLogDialog.Title = "ログファイルの選択";\r
870             // \r
871             // groupBox2\r
872             // \r
873             this.groupBox2.Controls.Add(this.checkBoxReset02);\r
874             this.groupBox2.Controls.Add(this.buttonResetAchievement);\r
875             this.groupBox2.Controls.Add(this.checkBoxReset14);\r
876             this.groupBox2.Location = new System.Drawing.Point(11, 11);\r
877             this.groupBox2.Name = "groupBox2";\r
878             this.groupBox2.Padding = new System.Windows.Forms.Padding(6);\r
879             this.groupBox2.Size = new System.Drawing.Size(234, 48);\r
880             this.groupBox2.TabIndex = 17;\r
881             this.groupBox2.TabStop = false;\r
882             this.groupBox2.Text = "戦果のリセット";\r
883             // \r
884             // groupBox3\r
885             // \r
886             this.groupBox3.Controls.Add(this.radioButtonResultRankWhenClick);\r
887             this.groupBox3.Controls.Add(this.radioButtonResultRankAlways);\r
888             this.groupBox3.Location = new System.Drawing.Point(11, 65);\r
889             this.groupBox3.Name = "groupBox3";\r
890             this.groupBox3.Padding = new System.Windows.Forms.Padding(6);\r
891             this.groupBox3.Size = new System.Drawing.Size(234, 48);\r
892             this.groupBox3.TabIndex = 18;\r
893             this.groupBox3.TabStop = false;\r
894             this.groupBox3.Text = "勝利判定の表示";\r
895             // \r
896             // radioButtonResultRankAlways\r
897             // \r
898             this.radioButtonResultRankAlways.AutoSize = true;\r
899             this.radioButtonResultRankAlways.Location = new System.Drawing.Point(9, 21);\r
900             this.radioButtonResultRankAlways.Name = "radioButtonResultRankAlways";\r
901             this.radioButtonResultRankAlways.Size = new System.Drawing.Size(44, 16);\r
902             this.radioButtonResultRankAlways.TabIndex = 0;\r
903             this.radioButtonResultRankAlways.TabStop = true;\r
904             this.radioButtonResultRankAlways.Text = "常に";\r
905             this.radioButtonResultRankAlways.UseVisualStyleBackColor = true;\r
906             // \r
907             // radioButtonResultRankWhenClick\r
908             // \r
909             this.radioButtonResultRankWhenClick.AutoSize = true;\r
910             this.radioButtonResultRankWhenClick.Location = new System.Drawing.Point(59, 21);\r
911             this.radioButtonResultRankWhenClick.Name = "radioButtonResultRankWhenClick";\r
912             this.radioButtonResultRankWhenClick.Size = new System.Drawing.Size(88, 16);\r
913             this.radioButtonResultRankWhenClick.TabIndex = 1;\r
914             this.radioButtonResultRankWhenClick.TabStop = true;\r
915             this.radioButtonResultRankWhenClick.Text = "クリックしたとき";\r
916             this.radioButtonResultRankWhenClick.UseVisualStyleBackColor = true;\r
917             // \r
918             // ConfigDialog\r
919             // \r
920             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\r
921             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
922             this.ClientSize = new System.Drawing.Size(276, 246);\r
923             this.Controls.Add(this.buttonCancel);\r
924             this.Controls.Add(this.buttonOk);\r
925             this.Controls.Add(this.tabControl);\r
926             this.MaximizeBox = false;\r
927             this.MinimizeBox = false;\r
928             this.Name = "ConfigDialog";\r
929             this.ShowIcon = false;\r
930             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
931             this.Text = "設定";\r
932             this.Load += new System.EventHandler(this.ConfigDialog_Load);\r
933             this.tabControl.ResumeLayout(false);\r
934             this.tabPageShow.ResumeLayout(false);\r
935             this.tabPageShow.PerformLayout();\r
936             this.tabPageNotification.ResumeLayout(false);\r
937             this.tabPageNotification.PerformLayout();\r
938             ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMarginEquips)).EndInit();\r
939             ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMarginShips)).EndInit();\r
940             this.tabPageAchievement.ResumeLayout(false);\r
941             this.tabPageSound.ResumeLayout(false);\r
942             this.tabPageSound.PerformLayout();\r
943             ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSoundVolume)).EndInit();\r
944             this.tabPageVersion.ResumeLayout(false);\r
945             this.tabPageVersion.PerformLayout();\r
946             this.tabPageProxy.ResumeLayout(false);\r
947             this.groupBoxUpstream.ResumeLayout(false);\r
948             this.groupBoxUpstream.PerformLayout();\r
949             this.groupBoxAutoConfig.ResumeLayout(false);\r
950             this.groupBoxAutoConfig.PerformLayout();\r
951             this.tabPageLog.ResumeLayout(false);\r
952             this.tabPageLog.PerformLayout();\r
953             this.groupBox1.ResumeLayout(false);\r
954             this.groupBox1.PerformLayout();\r
955             ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMaterialLogInterval)).EndInit();\r
956             this.tabPageDebug.ResumeLayout(false);\r
957             this.tabPageDebug.PerformLayout();\r
958             this.groupBox2.ResumeLayout(false);\r
959             this.groupBox2.PerformLayout();\r
960             this.groupBox3.ResumeLayout(false);\r
961             this.groupBox3.PerformLayout();\r
962             this.ResumeLayout(false);\r
963 \r
964         }\r
965 \r
966         #endregion\r
967 \r
968         private System.Windows.Forms.TabControl tabControl;\r
969         private System.Windows.Forms.TabPage tabPageShow;\r
970         private System.Windows.Forms.TabPage tabPageNotification;\r
971         private System.Windows.Forms.Button buttonCancel;\r
972         private System.Windows.Forms.Button buttonOk;\r
973         private System.Windows.Forms.TabPage tabPageAchievement;\r
974         private System.Windows.Forms.TabPage tabPageSound;\r
975         private System.Windows.Forms.TabPage tabPageVersion;\r
976         private System.Windows.Forms.CheckBox checkBoxHideOnMinimized;\r
977         private System.Windows.Forms.CheckBox checkBoxTopMost;\r
978         private System.Windows.Forms.Label label6;\r
979         private System.Windows.Forms.CheckBox checkBoxCond49;\r
980         private System.Windows.Forms.CheckBox checkBoxCond40;\r
981         private System.Windows.Forms.Label label5;\r
982         private System.Windows.Forms.NumericUpDown numericUpDownMarginEquips;\r
983         private System.Windows.Forms.Label label4;\r
984         private System.Windows.Forms.NumericUpDown numericUpDownMarginShips;\r
985         private System.Windows.Forms.Label label2;\r
986         private System.Windows.Forms.Label label1;\r
987         private System.Windows.Forms.CheckBox checkBoxSound;\r
988         private System.Windows.Forms.CheckBox checkBoxBalloon;\r
989         private System.Windows.Forms.CheckBox checkBoxFlash;\r
990         private System.Windows.Forms.Button buttonResetAchievement;\r
991         private System.Windows.Forms.CheckBox checkBoxReset14;\r
992         private System.Windows.Forms.CheckBox checkBoxReset02;\r
993         private System.Windows.Forms.Button buttonPlay;\r
994         private System.Windows.Forms.ListBox listBoxSoundFile;\r
995         private System.Windows.Forms.Button buttonOpenFile;\r
996         private System.Windows.Forms.TextBox textBoxSoundFile;\r
997         private System.Windows.Forms.NumericUpDown numericUpDownSoundVolume;\r
998         private System.Windows.Forms.Label label3;\r
999         private System.Windows.Forms.Label label7;\r
1000         private System.Windows.Forms.LinkLabel linkLabelProductName;\r
1001         private System.Windows.Forms.Label labelVersion;\r
1002         private System.Windows.Forms.Label labelLatest;\r
1003         private System.Windows.Forms.RichTextBox richTextBox1;\r
1004         private System.Windows.Forms.OpenFileDialog openSoundFileDialog;\r
1005         private System.Windows.Forms.TabPage tabPageProxy;\r
1006         private System.Windows.Forms.GroupBox groupBoxUpstream;\r
1007         private System.Windows.Forms.RadioButton radioButtonUpstreamOff;\r
1008         private System.Windows.Forms.RadioButton radioButtonUpstreamOn;\r
1009         private System.Windows.Forms.TextBox textBoxPort;\r
1010         private System.Windows.Forms.Label labelPort;\r
1011         private System.Windows.Forms.GroupBox groupBoxAutoConfig;\r
1012         private System.Windows.Forms.RadioButton radioButtonAutoConfigOff;\r
1013         private System.Windows.Forms.RadioButton radioButtonAutoConfigOn;\r
1014         private System.Windows.Forms.TextBox textBoxListen;\r
1015         private System.Windows.Forms.Label labelListen;\r
1016         private System.Windows.Forms.ToolTip toolTipError;\r
1017         private System.Windows.Forms.TabPage tabPageLog;\r
1018         private System.Windows.Forms.Label label10;\r
1019         private System.Windows.Forms.CheckBox checkBoxOutput;\r
1020         private System.Windows.Forms.Label label9;\r
1021         private System.Windows.Forms.TextBox textBoxOutput;\r
1022         private System.Windows.Forms.Button buttonOutputDir;\r
1023         private System.Windows.Forms.Label label11;\r
1024         private System.Windows.Forms.NumericUpDown numericUpDownMaterialLogInterval;\r
1025         private System.Windows.Forms.FolderBrowserDialog folderBrowserDialogOutputDir;\r
1026         private System.Windows.Forms.TabPage tabPageDebug;\r
1027         private System.Windows.Forms.GroupBox groupBox1;\r
1028         private System.Windows.Forms.RadioButton radioButtonServerOff;\r
1029         private System.Windows.Forms.RadioButton radioButtonServerOn;\r
1030         private System.Windows.Forms.TextBox textBoxServer;\r
1031         private System.Windows.Forms.Label label12;\r
1032         private System.Windows.Forms.Button buttonPlayDebugLog;\r
1033         private System.Windows.Forms.Button buttonDebugLogOpenFile;\r
1034         private System.Windows.Forms.TextBox textBoxDebugLog;\r
1035         private System.Windows.Forms.Label label13;\r
1036         private System.Windows.Forms.CheckBox checkBoxDebugLog;\r
1037         private System.Windows.Forms.OpenFileDialog openDebugLogDialog;\r
1038         private System.Windows.Forms.GroupBox groupBox3;\r
1039         private System.Windows.Forms.GroupBox groupBox2;\r
1040         private System.Windows.Forms.RadioButton radioButtonResultRankWhenClick;\r
1041         private System.Windows.Forms.RadioButton radioButtonResultRankAlways;\r
1042     }\r
1043 }