OSDN Git Service

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