OSDN Git Service

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