OSDN Git Service

設定ダイアログをTabControlを使って作り直す
[kancollesniffer/KancolleSniffer.git] / KancolleSniffer / ConfigDialog.Designer.cs
1 // Copyright (C) 2014, 2015 Kazuhiro Fujieda <fujieda@users.sourceforge.jp>\r
2 // \r
3 // This program is part of KancolleSniffer.\r
4 //\r
5 // KancolleSniffer is free software: you can redistribute it and/or modify\r
6 // it under the terms of the GNU General Public License as published by\r
7 // the Free Software Foundation, either version 3 of the License, or\r
8 // (at your option) any later version.\r
9 //\r
10 // This program is distributed in the hope that it will be useful,\r
11 // but WITHOUT ANY WARRANTY; without even the implied warranty of\r
12 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
13 // GNU General Public License for more details.\r
14 //\r
15 // You should have received a copy of the GNU General Public License\r
16 // along with this program; if not, see <http://www.gnu.org/licenses/>.\r
17 \r
18 namespace KancolleSniffer\r
19 {\r
20     partial class ConfigDialog\r
21     {\r
22         /// <summary>\r
23         /// Required designer variable.\r
24         /// </summary>\r
25         private System.ComponentModel.IContainer components = null;\r
26 \r
27         /// <summary>\r
28         /// Clean up any resources being used.\r
29         /// </summary>\r
30         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
31         protected override void Dispose(bool disposing)\r
32         {\r
33             if (disposing && (components != null))\r
34             {\r
35                 components.Dispose();\r
36             }\r
37             base.Dispose(disposing);\r
38         }\r
39 \r
40         #region Windows Form Designer generated code\r
41 \r
42         /// <summary>\r
43         /// Required method for Designer support - do not modify\r
44         /// the contents of this method with the code editor.\r
45         /// </summary>\r
46         private void InitializeComponent()\r
47         {\r
48             this.components = new System.ComponentModel.Container();\r
49             this.tabControl = new System.Windows.Forms.TabControl();\r
50             this.tabPageShow = new System.Windows.Forms.TabPage();\r
51             this.checkBoxHideOnMinimized = new System.Windows.Forms.CheckBox();\r
52             this.checkBoxTopMost = new System.Windows.Forms.CheckBox();\r
53             this.tabPageNotification = new System.Windows.Forms.TabPage();\r
54             this.label6 = new System.Windows.Forms.Label();\r
55             this.checkBoxCond49 = new System.Windows.Forms.CheckBox();\r
56             this.checkBoxCond40 = new System.Windows.Forms.CheckBox();\r
57             this.label5 = new System.Windows.Forms.Label();\r
58             this.numericUpDownMarginEquips = new System.Windows.Forms.NumericUpDown();\r
59             this.label4 = new System.Windows.Forms.Label();\r
60             this.numericUpDownMarginShips = new System.Windows.Forms.NumericUpDown();\r
61             this.label2 = new System.Windows.Forms.Label();\r
62             this.label1 = new System.Windows.Forms.Label();\r
63             this.checkBoxSound = new System.Windows.Forms.CheckBox();\r
64             this.checkBoxBalloon = new System.Windows.Forms.CheckBox();\r
65             this.checkBoxFlash = new System.Windows.Forms.CheckBox();\r
66             this.tabPageAchievement = new System.Windows.Forms.TabPage();\r
67             this.buttonResetAchievement = new System.Windows.Forms.Button();\r
68             this.label8 = new System.Windows.Forms.Label();\r
69             this.checkBoxReset14 = new System.Windows.Forms.CheckBox();\r
70             this.checkBoxReset02 = new System.Windows.Forms.CheckBox();\r
71             this.tabPageSound = new System.Windows.Forms.TabPage();\r
72             this.buttonPlay = new System.Windows.Forms.Button();\r
73             this.listBoxSoundFile = new System.Windows.Forms.ListBox();\r
74             this.buttonOpenFile = new System.Windows.Forms.Button();\r
75             this.textBoxSoundFile = new System.Windows.Forms.TextBox();\r
76             this.numericUpDownSoundVolume = new System.Windows.Forms.NumericUpDown();\r
77             this.label3 = new System.Windows.Forms.Label();\r
78             this.tabPageVersion = new System.Windows.Forms.TabPage();\r
79             this.richTextBox1 = new System.Windows.Forms.RichTextBox();\r
80             this.label7 = new System.Windows.Forms.Label();\r
81             this.linkLabelProductName = new System.Windows.Forms.LinkLabel();\r
82             this.labelVersion = new System.Windows.Forms.Label();\r
83             this.labelLatest = new System.Windows.Forms.Label();\r
84             this.buttonCancel = new System.Windows.Forms.Button();\r
85             this.buttonOk = new System.Windows.Forms.Button();\r
86             this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);\r
87             this.ReportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
88             this.ProxyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
89             this.DebugToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
90             this.openFileDialog = new System.Windows.Forms.OpenFileDialog();\r
91             this.tabControl.SuspendLayout();\r
92             this.tabPageShow.SuspendLayout();\r
93             this.tabPageNotification.SuspendLayout();\r
94             ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMarginEquips)).BeginInit();\r
95             ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMarginShips)).BeginInit();\r
96             this.tabPageAchievement.SuspendLayout();\r
97             this.tabPageSound.SuspendLayout();\r
98             ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSoundVolume)).BeginInit();\r
99             this.tabPageVersion.SuspendLayout();\r
100             this.contextMenuStrip.SuspendLayout();\r
101             this.SuspendLayout();\r
102             // \r
103             // tabControl\r
104             // \r
105             this.tabControl.Controls.Add(this.tabPageShow);\r
106             this.tabControl.Controls.Add(this.tabPageNotification);\r
107             this.tabControl.Controls.Add(this.tabPageAchievement);\r
108             this.tabControl.Controls.Add(this.tabPageSound);\r
109             this.tabControl.Controls.Add(this.tabPageVersion);\r
110             this.tabControl.Location = new System.Drawing.Point(6, 6);\r
111             this.tabControl.Name = "tabControl";\r
112             this.tabControl.SelectedIndex = 0;\r
113             this.tabControl.Size = new System.Drawing.Size(262, 173);\r
114             this.tabControl.TabIndex = 0;\r
115             // \r
116             // tabPageShow\r
117             // \r
118             this.tabPageShow.Controls.Add(this.checkBoxHideOnMinimized);\r
119             this.tabPageShow.Controls.Add(this.checkBoxTopMost);\r
120             this.tabPageShow.Location = new System.Drawing.Point(4, 22);\r
121             this.tabPageShow.Name = "tabPageShow";\r
122             this.tabPageShow.Padding = new System.Windows.Forms.Padding(8);\r
123             this.tabPageShow.Size = new System.Drawing.Size(254, 147);\r
124             this.tabPageShow.TabIndex = 0;\r
125             this.tabPageShow.Text = "表示";\r
126             this.tabPageShow.UseVisualStyleBackColor = true;\r
127             // \r
128             // checkBoxHideOnMinimized\r
129             // \r
130             this.checkBoxHideOnMinimized.AutoSize = true;\r
131             this.checkBoxHideOnMinimized.Location = new System.Drawing.Point(11, 32);\r
132             this.checkBoxHideOnMinimized.Name = "checkBoxHideOnMinimized";\r
133             this.checkBoxHideOnMinimized.Size = new System.Drawing.Size(188, 16);\r
134             this.checkBoxHideOnMinimized.TabIndex = 3;\r
135             this.checkBoxHideOnMinimized.Text = "最小化時にタスクバーに表示しない";\r
136             this.checkBoxHideOnMinimized.UseVisualStyleBackColor = true;\r
137             // \r
138             // checkBoxTopMost\r
139             // \r
140             this.checkBoxTopMost.AutoSize = true;\r
141             this.checkBoxTopMost.Location = new System.Drawing.Point(11, 11);\r
142             this.checkBoxTopMost.Name = "checkBoxTopMost";\r
143             this.checkBoxTopMost.Size = new System.Drawing.Size(112, 16);\r
144             this.checkBoxTopMost.TabIndex = 2;\r
145             this.checkBoxTopMost.Text = "最前面に表示する";\r
146             this.checkBoxTopMost.UseVisualStyleBackColor = true;\r
147             // \r
148             // tabPageNotification\r
149             // \r
150             this.tabPageNotification.Controls.Add(this.label6);\r
151             this.tabPageNotification.Controls.Add(this.checkBoxCond49);\r
152             this.tabPageNotification.Controls.Add(this.checkBoxCond40);\r
153             this.tabPageNotification.Controls.Add(this.label5);\r
154             this.tabPageNotification.Controls.Add(this.numericUpDownMarginEquips);\r
155             this.tabPageNotification.Controls.Add(this.label4);\r
156             this.tabPageNotification.Controls.Add(this.numericUpDownMarginShips);\r
157             this.tabPageNotification.Controls.Add(this.label2);\r
158             this.tabPageNotification.Controls.Add(this.label1);\r
159             this.tabPageNotification.Controls.Add(this.checkBoxSound);\r
160             this.tabPageNotification.Controls.Add(this.checkBoxBalloon);\r
161             this.tabPageNotification.Controls.Add(this.checkBoxFlash);\r
162             this.tabPageNotification.Location = new System.Drawing.Point(4, 22);\r
163             this.tabPageNotification.Name = "tabPageNotification";\r
164             this.tabPageNotification.Padding = new System.Windows.Forms.Padding(8);\r
165             this.tabPageNotification.Size = new System.Drawing.Size(254, 147);\r
166             this.tabPageNotification.TabIndex = 1;\r
167             this.tabPageNotification.Text = "通知";\r
168             this.tabPageNotification.UseVisualStyleBackColor = true;\r
169             // \r
170             // label6\r
171             // \r
172             this.label6.AutoSize = true;\r
173             this.label6.Location = new System.Drawing.Point(9, 119);\r
174             this.label6.Name = "label6";\r
175             this.label6.Size = new System.Drawing.Size(105, 12);\r
176             this.label6.TabIndex = 25;\r
177             this.label6.Text = "疲労回復を通知する";\r
178             // \r
179             // checkBoxCond49\r
180             // \r
181             this.checkBoxCond49.AutoSize = true;\r
182             this.checkBoxCond49.Location = new System.Drawing.Point(180, 118);\r
183             this.checkBoxCond49.Name = "checkBoxCond49";\r
184             this.checkBoxCond49.Size = new System.Drawing.Size(60, 16);\r
185             this.checkBoxCond49.TabIndex = 24;\r
186             this.checkBoxCond49.Text = "cond49";\r
187             this.checkBoxCond49.UseVisualStyleBackColor = true;\r
188             // \r
189             // checkBoxCond40\r
190             // \r
191             this.checkBoxCond40.AutoSize = true;\r
192             this.checkBoxCond40.Location = new System.Drawing.Point(118, 118);\r
193             this.checkBoxCond40.Name = "checkBoxCond40";\r
194             this.checkBoxCond40.Size = new System.Drawing.Size(60, 16);\r
195             this.checkBoxCond40.TabIndex = 23;\r
196             this.checkBoxCond40.Text = "cond40";\r
197             this.checkBoxCond40.UseVisualStyleBackColor = true;\r
198             // \r
199             // label5\r
200             // \r
201             this.label5.AutoSize = true;\r
202             this.label5.Location = new System.Drawing.Point(118, 96);\r
203             this.label5.Name = "label5";\r
204             this.label5.Size = new System.Drawing.Size(70, 12);\r
205             this.label5.TabIndex = 22;\r
206             this.label5.Text = "個で通知する";\r
207             // \r
208             // numericUpDownMarginEquips\r
209             // \r
210             this.numericUpDownMarginEquips.Location = new System.Drawing.Point(81, 94);\r
211             this.numericUpDownMarginEquips.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);\r
212             this.numericUpDownMarginEquips.Maximum = new decimal(new int[] {\r
213             99,\r
214             0,\r
215             0,\r
216             0});\r
217             this.numericUpDownMarginEquips.Name = "numericUpDownMarginEquips";\r
218             this.numericUpDownMarginEquips.Size = new System.Drawing.Size(36, 19);\r
219             this.numericUpDownMarginEquips.TabIndex = 21;\r
220             this.numericUpDownMarginEquips.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;\r
221             // \r
222             // label4\r
223             // \r
224             this.label4.AutoSize = true;\r
225             this.label4.Location = new System.Drawing.Point(52, 96);\r
226             this.label4.Name = "label4";\r
227             this.label4.Size = new System.Drawing.Size(29, 12);\r
228             this.label4.TabIndex = 20;\r
229             this.label4.Text = "装備";\r
230             // \r
231             // numericUpDownMarginShips\r
232             // \r
233             this.numericUpDownMarginShips.Location = new System.Drawing.Point(80, 74);\r
234             this.numericUpDownMarginShips.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);\r
235             this.numericUpDownMarginShips.Maximum = new decimal(new int[] {\r
236             99,\r
237             0,\r
238             0,\r
239             0});\r
240             this.numericUpDownMarginShips.Name = "numericUpDownMarginShips";\r
241             this.numericUpDownMarginShips.Size = new System.Drawing.Size(36, 19);\r
242             this.numericUpDownMarginShips.TabIndex = 19;\r
243             this.numericUpDownMarginShips.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;\r
244             // \r
245             // label2\r
246             // \r
247             this.label2.AutoSize = true;\r
248             this.label2.Location = new System.Drawing.Point(118, 76);\r
249             this.label2.Margin = new System.Windows.Forms.Padding(0, 3, 3, 3);\r
250             this.label2.Name = "label2";\r
251             this.label2.Size = new System.Drawing.Size(17, 12);\r
252             this.label2.TabIndex = 18;\r
253             this.label2.Text = "隻";\r
254             // \r
255             // label1\r
256             // \r
257             this.label1.AutoSize = true;\r
258             this.label1.Location = new System.Drawing.Point(9, 76);\r
259             this.label1.Name = "label1";\r
260             this.label1.Size = new System.Drawing.Size(72, 12);\r
261             this.label1.TabIndex = 17;\r
262             this.label1.Text = "上限まで艦娘";\r
263             // \r
264             // checkBoxSound\r
265             // \r
266             this.checkBoxSound.AutoSize = true;\r
267             this.checkBoxSound.Location = new System.Drawing.Point(11, 53);\r
268             this.checkBoxSound.Name = "checkBoxSound";\r
269             this.checkBoxSound.Size = new System.Drawing.Size(113, 16);\r
270             this.checkBoxSound.TabIndex = 16;\r
271             this.checkBoxSound.Text = "サウンドを再生する";\r
272             this.checkBoxSound.UseVisualStyleBackColor = true;\r
273             // \r
274             // checkBoxBalloon\r
275             // \r
276             this.checkBoxBalloon.AutoSize = true;\r
277             this.checkBoxBalloon.Location = new System.Drawing.Point(11, 32);\r
278             this.checkBoxBalloon.Name = "checkBoxBalloon";\r
279             this.checkBoxBalloon.Size = new System.Drawing.Size(172, 16);\r
280             this.checkBoxBalloon.TabIndex = 15;\r
281             this.checkBoxBalloon.Text = "通知領域にバルーンを表示する";\r
282             this.checkBoxBalloon.UseVisualStyleBackColor = true;\r
283             // \r
284             // checkBoxFlash\r
285             // \r
286             this.checkBoxFlash.AutoSize = true;\r
287             this.checkBoxFlash.Location = new System.Drawing.Point(11, 11);\r
288             this.checkBoxFlash.Name = "checkBoxFlash";\r
289             this.checkBoxFlash.Size = new System.Drawing.Size(127, 16);\r
290             this.checkBoxFlash.TabIndex = 14;\r
291             this.checkBoxFlash.Text = "ウィンドウを点滅させる";\r
292             this.checkBoxFlash.UseVisualStyleBackColor = true;\r
293             // \r
294             // tabPageAchievement\r
295             // \r
296             this.tabPageAchievement.Controls.Add(this.buttonResetAchievement);\r
297             this.tabPageAchievement.Controls.Add(this.label8);\r
298             this.tabPageAchievement.Controls.Add(this.checkBoxReset14);\r
299             this.tabPageAchievement.Controls.Add(this.checkBoxReset02);\r
300             this.tabPageAchievement.Location = new System.Drawing.Point(4, 22);\r
301             this.tabPageAchievement.Name = "tabPageAchievement";\r
302             this.tabPageAchievement.Padding = new System.Windows.Forms.Padding(8);\r
303             this.tabPageAchievement.Size = new System.Drawing.Size(254, 147);\r
304             this.tabPageAchievement.TabIndex = 2;\r
305             this.tabPageAchievement.Text = "戦果";\r
306             this.tabPageAchievement.UseVisualStyleBackColor = true;\r
307             // \r
308             // buttonResetAchievement\r
309             // \r
310             this.buttonResetAchievement.Location = new System.Drawing.Point(101, 8);\r
311             this.buttonResetAchievement.Name = "buttonResetAchievement";\r
312             this.buttonResetAchievement.Size = new System.Drawing.Size(44, 20);\r
313             this.buttonResetAchievement.TabIndex = 16;\r
314             this.buttonResetAchievement.Text = "今すぐ";\r
315             this.buttonResetAchievement.UseVisualStyleBackColor = true;\r
316             this.buttonResetAchievement.Click += new System.EventHandler(this.buttonResetAchievement_Click);\r
317             // \r
318             // label8\r
319             // \r
320             this.label8.AutoSize = true;\r
321             this.label8.Location = new System.Drawing.Point(147, 12);\r
322             this.label8.Margin = new System.Windows.Forms.Padding(3);\r
323             this.label8.Name = "label8";\r
324             this.label8.Size = new System.Drawing.Size(65, 12);\r
325             this.label8.TabIndex = 15;\r
326             this.label8.Text = "にリセットする";\r
327             // \r
328             // checkBoxReset14\r
329             // \r
330             this.checkBoxReset14.AutoSize = true;\r
331             this.checkBoxReset14.Location = new System.Drawing.Point(54, 11);\r
332             this.checkBoxReset14.Name = "checkBoxReset14";\r
333             this.checkBoxReset14.Size = new System.Drawing.Size(48, 16);\r
334             this.checkBoxReset14.TabIndex = 14;\r
335             this.checkBoxReset14.Text = "14時";\r
336             this.checkBoxReset14.UseVisualStyleBackColor = true;\r
337             // \r
338             // checkBoxReset02\r
339             // \r
340             this.checkBoxReset02.AutoSize = true;\r
341             this.checkBoxReset02.Location = new System.Drawing.Point(11, 11);\r
342             this.checkBoxReset02.Name = "checkBoxReset02";\r
343             this.checkBoxReset02.Size = new System.Drawing.Size(42, 16);\r
344             this.checkBoxReset02.TabIndex = 13;\r
345             this.checkBoxReset02.Text = "2時";\r
346             this.checkBoxReset02.UseVisualStyleBackColor = true;\r
347             // \r
348             // tabPageSound\r
349             // \r
350             this.tabPageSound.Controls.Add(this.buttonPlay);\r
351             this.tabPageSound.Controls.Add(this.listBoxSoundFile);\r
352             this.tabPageSound.Controls.Add(this.buttonOpenFile);\r
353             this.tabPageSound.Controls.Add(this.textBoxSoundFile);\r
354             this.tabPageSound.Controls.Add(this.numericUpDownSoundVolume);\r
355             this.tabPageSound.Controls.Add(this.label3);\r
356             this.tabPageSound.Location = new System.Drawing.Point(4, 22);\r
357             this.tabPageSound.Name = "tabPageSound";\r
358             this.tabPageSound.Padding = new System.Windows.Forms.Padding(8);\r
359             this.tabPageSound.Size = new System.Drawing.Size(254, 147);\r
360             this.tabPageSound.TabIndex = 3;\r
361             this.tabPageSound.Text = "サウンド";\r
362             this.tabPageSound.UseVisualStyleBackColor = true;\r
363             // \r
364             // buttonPlay\r
365             // \r
366             this.buttonPlay.Location = new System.Drawing.Point(93, 6);\r
367             this.buttonPlay.Name = "buttonPlay";\r
368             this.buttonPlay.Size = new System.Drawing.Size(37, 23);\r
369             this.buttonPlay.TabIndex = 24;\r
370             this.buttonPlay.Text = "再生";\r
371             this.buttonPlay.UseVisualStyleBackColor = true;\r
372             this.buttonPlay.Click += new System.EventHandler(this.buttonPlay_Click);\r
373             // \r
374             // listBoxSoundFile\r
375             // \r
376             this.listBoxSoundFile.FormattingEnabled = true;\r
377             this.listBoxSoundFile.ItemHeight = 12;\r
378             this.listBoxSoundFile.Location = new System.Drawing.Point(11, 34);\r
379             this.listBoxSoundFile.Name = "listBoxSoundFile";\r
380             this.listBoxSoundFile.Size = new System.Drawing.Size(228, 76);\r
381             this.listBoxSoundFile.TabIndex = 23;\r
382             this.listBoxSoundFile.SelectedIndexChanged += new System.EventHandler(this.listBoxSoundFile_SelectedIndexChanged);\r
383             // \r
384             // buttonOpenFile\r
385             // \r
386             this.buttonOpenFile.Location = new System.Drawing.Point(196, 114);\r
387             this.buttonOpenFile.Name = "buttonOpenFile";\r
388             this.buttonOpenFile.Size = new System.Drawing.Size(45, 23);\r
389             this.buttonOpenFile.TabIndex = 22;\r
390             this.buttonOpenFile.Text = "参照...";\r
391             this.buttonOpenFile.UseVisualStyleBackColor = true;\r
392             this.buttonOpenFile.Click += new System.EventHandler(this.buttonOpenFile_Click);\r
393             // \r
394             // textBoxSoundFile\r
395             // \r
396             this.textBoxSoundFile.Location = new System.Drawing.Point(11, 116);\r
397             this.textBoxSoundFile.Name = "textBoxSoundFile";\r
398             this.textBoxSoundFile.Size = new System.Drawing.Size(179, 19);\r
399             this.textBoxSoundFile.TabIndex = 21;\r
400             this.textBoxSoundFile.TextChanged += new System.EventHandler(this.textBoxSoundFile_TextChanged);\r
401             // \r
402             // numericUpDownSoundVolume\r
403             // \r
404             this.numericUpDownSoundVolume.Location = new System.Drawing.Point(42, 9);\r
405             this.numericUpDownSoundVolume.Name = "numericUpDownSoundVolume";\r
406             this.numericUpDownSoundVolume.Size = new System.Drawing.Size(44, 19);\r
407             this.numericUpDownSoundVolume.TabIndex = 20;\r
408             this.numericUpDownSoundVolume.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;\r
409             // \r
410             // label3\r
411             // \r
412             this.label3.AutoSize = true;\r
413             this.label3.Location = new System.Drawing.Point(11, 11);\r
414             this.label3.Margin = new System.Windows.Forms.Padding(3);\r
415             this.label3.Name = "label3";\r
416             this.label3.Size = new System.Drawing.Size(29, 12);\r
417             this.label3.TabIndex = 19;\r
418             this.label3.Text = "音量";\r
419             // \r
420             // tabPageVersion\r
421             // \r
422             this.tabPageVersion.Controls.Add(this.richTextBox1);\r
423             this.tabPageVersion.Controls.Add(this.label7);\r
424             this.tabPageVersion.Controls.Add(this.linkLabelProductName);\r
425             this.tabPageVersion.Controls.Add(this.labelVersion);\r
426             this.tabPageVersion.Controls.Add(this.labelLatest);\r
427             this.tabPageVersion.Location = new System.Drawing.Point(4, 22);\r
428             this.tabPageVersion.Name = "tabPageVersion";\r
429             this.tabPageVersion.Padding = new System.Windows.Forms.Padding(8);\r
430             this.tabPageVersion.Size = new System.Drawing.Size(254, 147);\r
431             this.tabPageVersion.TabIndex = 4;\r
432             this.tabPageVersion.Text = "バージョン情報";\r
433             this.tabPageVersion.UseVisualStyleBackColor = true;\r
434             // \r
435             // richTextBox1\r
436             // \r
437             this.richTextBox1.BackColor = System.Drawing.SystemColors.Window;\r
438             this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;\r
439             this.richTextBox1.Location = new System.Drawing.Point(11, 62);\r
440             this.richTextBox1.Name = "richTextBox1";\r
441             this.richTextBox1.ReadOnly = true;\r
442             this.richTextBox1.Size = new System.Drawing.Size(208, 50);\r
443             this.richTextBox1.TabIndex = 15;\r
444             this.richTextBox1.Text = "このソフトウェアは一部のファイルを除き\nGNU GPLバージョン3でライセンスされます。\n詳細はREADME.mdを参照してください。";\r
445             // \r
446             // label7\r
447             // \r
448             this.label7.AutoSize = true;\r
449             this.label7.Location = new System.Drawing.Point(11, 35);\r
450             this.label7.Name = "label7";\r
451             this.label7.Size = new System.Drawing.Size(212, 12);\r
452             this.label7.TabIndex = 13;\r
453             this.label7.Text = "Copyright © 2013-2015 Kazuhiro Fujieda";\r
454             // \r
455             // linkLabelProductName\r
456             // \r
457             this.linkLabelProductName.AutoSize = true;\r
458             this.linkLabelProductName.Location = new System.Drawing.Point(11, 11);\r
459             this.linkLabelProductName.Name = "linkLabelProductName";\r
460             this.linkLabelProductName.Size = new System.Drawing.Size(82, 12);\r
461             this.linkLabelProductName.TabIndex = 12;\r
462             this.linkLabelProductName.TabStop = true;\r
463             this.linkLabelProductName.Text = "KancolleSniffer";\r
464             this.linkLabelProductName.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelProductName_LinkClicked);\r
465             // \r
466             // labelVersion\r
467             // \r
468             this.labelVersion.AutoSize = true;\r
469             this.labelVersion.Location = new System.Drawing.Point(92, 11);\r
470             this.labelVersion.Name = "labelVersion";\r
471             this.labelVersion.Size = new System.Drawing.Size(70, 12);\r
472             this.labelVersion.TabIndex = 10;\r
473             this.labelVersion.Text = "バージョン4.10";\r
474             // \r
475             // labelLatest\r
476             // \r
477             this.labelLatest.AutoSize = true;\r
478             this.labelLatest.Location = new System.Drawing.Point(161, 11);\r
479             this.labelLatest.Name = "labelLatest";\r
480             this.labelLatest.Size = new System.Drawing.Size(49, 12);\r
481             this.labelLatest.TabIndex = 11;\r
482             this.labelLatest.Text = "最新です";\r
483             // \r
484             // buttonCancel\r
485             // \r
486             this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;\r
487             this.buttonCancel.Location = new System.Drawing.Point(186, 185);\r
488             this.buttonCancel.Name = "buttonCancel";\r
489             this.buttonCancel.Size = new System.Drawing.Size(75, 23);\r
490             this.buttonCancel.TabIndex = 5;\r
491             this.buttonCancel.Text = "キャンセル";\r
492             this.buttonCancel.UseVisualStyleBackColor = true;\r
493             // \r
494             // buttonOk\r
495             // \r
496             this.buttonOk.DialogResult = System.Windows.Forms.DialogResult.OK;\r
497             this.buttonOk.Location = new System.Drawing.Point(105, 185);\r
498             this.buttonOk.Name = "buttonOk";\r
499             this.buttonOk.Size = new System.Drawing.Size(75, 23);\r
500             this.buttonOk.TabIndex = 4;\r
501             this.buttonOk.Text = "OK";\r
502             this.buttonOk.UseVisualStyleBackColor = true;\r
503             this.buttonOk.Click += new System.EventHandler(this.buttonOk_Click);\r
504             // \r
505             // contextMenuStrip\r
506             // \r
507             this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
508             this.ReportToolStripMenuItem,\r
509             this.ProxyToolStripMenuItem,\r
510             this.DebugToolStripMenuItem});\r
511             this.contextMenuStrip.Name = "contextMenuStrip";\r
512             this.contextMenuStrip.Size = new System.Drawing.Size(168, 70);\r
513             // \r
514             // ReportToolStripMenuItem\r
515             // \r
516             this.ReportToolStripMenuItem.Name = "ReportToolStripMenuItem";\r
517             this.ReportToolStripMenuItem.Size = new System.Drawing.Size(167, 22);\r
518             this.ReportToolStripMenuItem.Text = "報告書設定(&R)";\r
519             this.ReportToolStripMenuItem.Click += new System.EventHandler(this.ReportToolStripMenuItem_Click);\r
520             // \r
521             // ProxyToolStripMenuItem\r
522             // \r
523             this.ProxyToolStripMenuItem.Name = "ProxyToolStripMenuItem";\r
524             this.ProxyToolStripMenuItem.Size = new System.Drawing.Size(167, 22);\r
525             this.ProxyToolStripMenuItem.Text = "プロキシ設定(&P)";\r
526             this.ProxyToolStripMenuItem.Click += new System.EventHandler(this.ProxyToolStripMenuItem_Click);\r
527             // \r
528             // DebugToolStripMenuItem\r
529             // \r
530             this.DebugToolStripMenuItem.Name = "DebugToolStripMenuItem";\r
531             this.DebugToolStripMenuItem.Size = new System.Drawing.Size(167, 22);\r
532             this.DebugToolStripMenuItem.Text = "デバッグ設定(&D)";\r
533             this.DebugToolStripMenuItem.Click += new System.EventHandler(this.DebugToolStripMenuItem_Click);\r
534             // \r
535             // openFileDialog\r
536             // \r
537             this.openFileDialog.Filter = "オーディオファイル (*.wav;*.aif;*.aifc;*.aiff;*.wma;*.mp2;*.mp3)|*.wav;*.aif;*.aifc;*.aiff" +\r
538     ";*.wma;*.mp2;*.mp3";\r
539             this.openFileDialog.Title = "オーディオファイルを選択する";\r
540             // \r
541             // ConfigDialog\r
542             // \r
543             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\r
544             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
545             this.ClientSize = new System.Drawing.Size(273, 217);\r
546             this.ContextMenuStrip = this.contextMenuStrip;\r
547             this.Controls.Add(this.buttonCancel);\r
548             this.Controls.Add(this.buttonOk);\r
549             this.Controls.Add(this.tabControl);\r
550             this.MaximizeBox = false;\r
551             this.MinimizeBox = false;\r
552             this.Name = "ConfigDialog";\r
553             this.ShowIcon = false;\r
554             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
555             this.Text = "設定";\r
556             this.Load += new System.EventHandler(this.ConfigDialog_Load);\r
557             this.tabControl.ResumeLayout(false);\r
558             this.tabPageShow.ResumeLayout(false);\r
559             this.tabPageShow.PerformLayout();\r
560             this.tabPageNotification.ResumeLayout(false);\r
561             this.tabPageNotification.PerformLayout();\r
562             ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMarginEquips)).EndInit();\r
563             ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMarginShips)).EndInit();\r
564             this.tabPageAchievement.ResumeLayout(false);\r
565             this.tabPageAchievement.PerformLayout();\r
566             this.tabPageSound.ResumeLayout(false);\r
567             this.tabPageSound.PerformLayout();\r
568             ((System.ComponentModel.ISupportInitialize)(this.numericUpDownSoundVolume)).EndInit();\r
569             this.tabPageVersion.ResumeLayout(false);\r
570             this.tabPageVersion.PerformLayout();\r
571             this.contextMenuStrip.ResumeLayout(false);\r
572             this.ResumeLayout(false);\r
573 \r
574         }\r
575 \r
576         #endregion\r
577 \r
578         private System.Windows.Forms.TabControl tabControl;\r
579         private System.Windows.Forms.TabPage tabPageShow;\r
580         private System.Windows.Forms.TabPage tabPageNotification;\r
581         private System.Windows.Forms.Button buttonCancel;\r
582         private System.Windows.Forms.Button buttonOk;\r
583         private System.Windows.Forms.TabPage tabPageAchievement;\r
584         private System.Windows.Forms.TabPage tabPageSound;\r
585         private System.Windows.Forms.TabPage tabPageVersion;\r
586         private System.Windows.Forms.CheckBox checkBoxHideOnMinimized;\r
587         private System.Windows.Forms.CheckBox checkBoxTopMost;\r
588         private System.Windows.Forms.Label label6;\r
589         private System.Windows.Forms.CheckBox checkBoxCond49;\r
590         private System.Windows.Forms.CheckBox checkBoxCond40;\r
591         private System.Windows.Forms.Label label5;\r
592         private System.Windows.Forms.NumericUpDown numericUpDownMarginEquips;\r
593         private System.Windows.Forms.Label label4;\r
594         private System.Windows.Forms.NumericUpDown numericUpDownMarginShips;\r
595         private System.Windows.Forms.Label label2;\r
596         private System.Windows.Forms.Label label1;\r
597         private System.Windows.Forms.CheckBox checkBoxSound;\r
598         private System.Windows.Forms.CheckBox checkBoxBalloon;\r
599         private System.Windows.Forms.CheckBox checkBoxFlash;\r
600         private System.Windows.Forms.Button buttonResetAchievement;\r
601         private System.Windows.Forms.Label label8;\r
602         private System.Windows.Forms.CheckBox checkBoxReset14;\r
603         private System.Windows.Forms.CheckBox checkBoxReset02;\r
604         private System.Windows.Forms.Button buttonPlay;\r
605         private System.Windows.Forms.ListBox listBoxSoundFile;\r
606         private System.Windows.Forms.Button buttonOpenFile;\r
607         private System.Windows.Forms.TextBox textBoxSoundFile;\r
608         private System.Windows.Forms.NumericUpDown numericUpDownSoundVolume;\r
609         private System.Windows.Forms.Label label3;\r
610         private System.Windows.Forms.Label label7;\r
611         private System.Windows.Forms.LinkLabel linkLabelProductName;\r
612         private System.Windows.Forms.Label labelVersion;\r
613         private System.Windows.Forms.Label labelLatest;\r
614         private System.Windows.Forms.RichTextBox richTextBox1;\r
615         private System.Windows.Forms.ContextMenuStrip contextMenuStrip;\r
616         private System.Windows.Forms.ToolStripMenuItem ReportToolStripMenuItem;\r
617         private System.Windows.Forms.ToolStripMenuItem ProxyToolStripMenuItem;\r
618         private System.Windows.Forms.ToolStripMenuItem DebugToolStripMenuItem;\r
619         private System.Windows.Forms.OpenFileDialog openFileDialog;\r
620     }\r
621 }