OSDN Git Service

questlistがすべての任務を返す仕様変更に対応する
[kancollesniffer/KancolleSniffer.git] / KancolleSniffer / ListForm.Designer.cs
1 // Copyright (C) 2014 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 using KancolleSniffer.View;\r
16 using KancolleSniffer.View.ShipListPanel;\r
17 \r
18 namespace KancolleSniffer\r
19 {\r
20     partial class ListForm\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             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ListForm));\r
50             this.contextMenuStripShipList = new System.Windows.Forms.ContextMenuStrip(this.components);\r
51             this.shipCsvToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
52             this.kantaiSarashiToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
53             this.contextMenuStripItemList = new System.Windows.Forms.ContextMenuStrip(this.components);\r
54             this.itemCsvToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
55             this.kantaiBunsekiToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
56             this.labelHeaderHp = new System.Windows.Forms.Label();\r
57             this.labelHeaderCond = new System.Windows.Forms.Label();\r
58             this.labelHeaderExp = new System.Windows.Forms.Label();\r
59             this.label3 = new System.Windows.Forms.Label();\r
60             this.panelGroupHeader = new System.Windows.Forms.Panel();\r
61             this.label5 = new System.Windows.Forms.Label();\r
62             this.label9 = new System.Windows.Forms.Label();\r
63             this.label8 = new System.Windows.Forms.Label();\r
64             this.label7 = new System.Windows.Forms.Label();\r
65             this.label6 = new System.Windows.Forms.Label();\r
66             this.comboBoxGroup = new System.Windows.Forms.ComboBox();\r
67             this.label12 = new System.Windows.Forms.Label();\r
68             this.label13 = new System.Windows.Forms.Label();\r
69             this.panelRepairHeader = new System.Windows.Forms.Panel();\r
70             this.label10 = new System.Windows.Forms.Label();\r
71             this.label1RepairHp = new System.Windows.Forms.Label();\r
72             this.panelItemHeader = new System.Windows.Forms.Panel();\r
73             this.richTextBoxMiscText = new System.Windows.Forms.RichTextBox();\r
74             this.contextMenuStripFleetData = new System.Windows.Forms.ContextMenuStrip(this.components);\r
75             this.fleetTextToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
76             this.deckBuilderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
77             this.panelFleetHeader = new System.Windows.Forms.Panel();\r
78             this.labelFleet4 = new System.Windows.Forms.Label();\r
79             this.label1Fleet3 = new System.Windows.Forms.Label();\r
80             this.labelFleet2 = new System.Windows.Forms.Label();\r
81             this.labelFleet1 = new System.Windows.Forms.Label();\r
82             this.panelSType = new System.Windows.Forms.Panel();\r
83             this.checkBoxSTypeDetails = new System.Windows.Forms.CheckBox();\r
84             this.checkBoxSTypeAll = new System.Windows.Forms.CheckBox();\r
85             this.checkBoxSTypeAuxiliary = new System.Windows.Forms.CheckBox();\r
86             this.checkBoxSTypeSubmarine = new System.Windows.Forms.CheckBox();\r
87             this.checkBoxSTypeEscort = new System.Windows.Forms.CheckBox();\r
88             this.checkBoxSTypeDestroyer = new System.Windows.Forms.CheckBox();\r
89             this.checkBoxSTypeLightCruiser = new System.Windows.Forms.CheckBox();\r
90             this.checkBoxSTypeHeavyCruiser = new System.Windows.Forms.CheckBox();\r
91             this.checkBoxSTypeAircraftCarrier = new System.Windows.Forms.CheckBox();\r
92             this.checkBoxSTypeBattleShip = new System.Windows.Forms.CheckBox();\r
93             this.dropDownButtonSType = new KancolleSniffer.View.DropDownButton();\r
94             this.labelSType = new System.Windows.Forms.Label();\r
95             this.airBattleResultPanel = new KancolleSniffer.View.AirBattleResultPanel();\r
96             this.battleResultPanel = new KancolleSniffer.View.BattleResultPanel();\r
97             this.antiAirPanel = new KancolleSniffer.View.AntiAirPanel();\r
98             this.fleetPanel = new KancolleSniffer.View.FleetDataPanel();\r
99             this.itemTreeView = new KancolleSniffer.View.ItemTreeView();\r
100             this.shipListPanel = new KancolleSniffer.View.ShipListPanel.ShipListPanel();\r
101             this.contextMenuStripShipList.SuspendLayout();\r
102             this.contextMenuStripItemList.SuspendLayout();\r
103             this.panelGroupHeader.SuspendLayout();\r
104             this.panelRepairHeader.SuspendLayout();\r
105             this.contextMenuStripFleetData.SuspendLayout();\r
106             this.panelFleetHeader.SuspendLayout();\r
107             this.panelSType.SuspendLayout();\r
108             this.SuspendLayout();\r
109             // \r
110             // contextMenuStripShipList\r
111             // \r
112             this.contextMenuStripShipList.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
113             this.shipCsvToolStripMenuItem,\r
114             this.kantaiSarashiToolStripMenuItem});\r
115             this.contextMenuStripShipList.Name = "contextMenuStripShipList";\r
116             this.contextMenuStripShipList.Size = new System.Drawing.Size(193, 48);\r
117             // \r
118             // shipCsvToolStripMenuItem\r
119             // \r
120             this.shipCsvToolStripMenuItem.Name = "shipCsvToolStripMenuItem";\r
121             this.shipCsvToolStripMenuItem.Size = new System.Drawing.Size(192, 22);\r
122             this.shipCsvToolStripMenuItem.Text = "CSV形式でコピー(&C)";\r
123             this.shipCsvToolStripMenuItem.Click += new System.EventHandler(this.shipCsvToolStripMenuItem_Click);\r
124             // \r
125             // kantaiSarashiToolStripMenuItem\r
126             // \r
127             this.kantaiSarashiToolStripMenuItem.Name = "kantaiSarashiToolStripMenuItem";\r
128             this.kantaiSarashiToolStripMenuItem.Size = new System.Drawing.Size(192, 22);\r
129             this.kantaiSarashiToolStripMenuItem.Text = "艦隊晒し形式でコピー(&K)";\r
130             this.kantaiSarashiToolStripMenuItem.Click += new System.EventHandler(this.kantaiSarashiToolStripMenuItem_Click);\r
131             // \r
132             // contextMenuStripItemList\r
133             // \r
134             this.contextMenuStripItemList.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
135             this.itemCsvToolStripMenuItem,\r
136             this.kantaiBunsekiToolStripMenuItem});\r
137             this.contextMenuStripItemList.Name = "contextMenuStrip";\r
138             this.contextMenuStripItemList.Size = new System.Drawing.Size(197, 48);\r
139             // \r
140             // itemCsvToolStripMenuItem\r
141             // \r
142             this.itemCsvToolStripMenuItem.Name = "itemCsvToolStripMenuItem";\r
143             this.itemCsvToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));\r
144             this.itemCsvToolStripMenuItem.ShowShortcutKeys = false;\r
145             this.itemCsvToolStripMenuItem.Size = new System.Drawing.Size(196, 22);\r
146             this.itemCsvToolStripMenuItem.Text = "CSV形式でコピー(&C)";\r
147             this.itemCsvToolStripMenuItem.Click += new System.EventHandler(this.itemCsvToolStripMenuItem_Click);\r
148             // \r
149             // kantaiBunsekiToolStripMenuItem\r
150             // \r
151             this.kantaiBunsekiToolStripMenuItem.Name = "kantaiBunsekiToolStripMenuItem";\r
152             this.kantaiBunsekiToolStripMenuItem.Size = new System.Drawing.Size(196, 22);\r
153             this.kantaiBunsekiToolStripMenuItem.Text = "艦隊分析形式でコピー(&K)";\r
154             this.kantaiBunsekiToolStripMenuItem.Click += new System.EventHandler(this.kantaiBunsekiToolStripMenuItem_Click);\r
155             // \r
156             // labelHeaderHp\r
157             // \r
158             this.labelHeaderHp.AutoSize = true;\r
159             this.labelHeaderHp.Cursor = System.Windows.Forms.Cursors.Hand;\r
160             this.labelHeaderHp.Location = new System.Drawing.Point(113, 8);\r
161             this.labelHeaderHp.Name = "labelHeaderHp";\r
162             this.labelHeaderHp.Size = new System.Drawing.Size(20, 12);\r
163             this.labelHeaderHp.TabIndex = 13;\r
164             this.labelHeaderHp.Text = "HP";\r
165             this.labelHeaderHp.Click += new System.EventHandler(this.labelHeaderHp_Click);\r
166             // \r
167             // labelHeaderCond\r
168             // \r
169             this.labelHeaderCond.AutoSize = true;\r
170             this.labelHeaderCond.Cursor = System.Windows.Forms.Cursors.Hand;\r
171             this.labelHeaderCond.Location = new System.Drawing.Point(132, 8);\r
172             this.labelHeaderCond.Name = "labelHeaderCond";\r
173             this.labelHeaderCond.Size = new System.Drawing.Size(29, 12);\r
174             this.labelHeaderCond.TabIndex = 13;\r
175             this.labelHeaderCond.Text = "cond";\r
176             this.labelHeaderCond.Click += new System.EventHandler(this.labelHeaderCond_Click);\r
177             // \r
178             // labelHeaderExp\r
179             // \r
180             this.labelHeaderExp.AutoSize = true;\r
181             this.labelHeaderExp.Cursor = System.Windows.Forms.Cursors.Hand;\r
182             this.labelHeaderExp.Location = new System.Drawing.Point(200, 8);\r
183             this.labelHeaderExp.Name = "labelHeaderExp";\r
184             this.labelHeaderExp.Size = new System.Drawing.Size(24, 12);\r
185             this.labelHeaderExp.TabIndex = 14;\r
186             this.labelHeaderExp.Text = "Exp";\r
187             this.labelHeaderExp.Click += new System.EventHandler(this.labelHeaderExp_Click);\r
188             // \r
189             // label3\r
190             // \r
191             this.label3.AutoSize = true;\r
192             this.label3.Location = new System.Drawing.Point(168, 8);\r
193             this.label3.Name = "label3";\r
194             this.label3.Size = new System.Drawing.Size(17, 12);\r
195             this.label3.TabIndex = 13;\r
196             this.label3.Text = "Lv";\r
197             // \r
198             // panelGroupHeader\r
199             // \r
200             this.panelGroupHeader.Controls.Add(this.label5);\r
201             this.panelGroupHeader.Controls.Add(this.label9);\r
202             this.panelGroupHeader.Controls.Add(this.label8);\r
203             this.panelGroupHeader.Controls.Add(this.label7);\r
204             this.panelGroupHeader.Controls.Add(this.label6);\r
205             this.panelGroupHeader.Location = new System.Drawing.Point(103, 3);\r
206             this.panelGroupHeader.Name = "panelGroupHeader";\r
207             this.panelGroupHeader.Size = new System.Drawing.Size(127, 19);\r
208             this.panelGroupHeader.TabIndex = 16;\r
209             // \r
210             // label5\r
211             // \r
212             this.label5.AutoSize = true;\r
213             this.label5.Location = new System.Drawing.Point(1, 5);\r
214             this.label5.Name = "label5";\r
215             this.label5.Size = new System.Drawing.Size(17, 12);\r
216             this.label5.TabIndex = 5;\r
217             this.label5.Text = "Lv";\r
218             // \r
219             // label9\r
220             // \r
221             this.label9.AutoSize = true;\r
222             this.label9.Location = new System.Drawing.Point(101, 5);\r
223             this.label9.Name = "label9";\r
224             this.label9.Size = new System.Drawing.Size(13, 12);\r
225             this.label9.TabIndex = 4;\r
226             this.label9.Text = "D";\r
227             // \r
228             // label8\r
229             // \r
230             this.label8.AutoSize = true;\r
231             this.label8.Location = new System.Drawing.Point(77, 5);\r
232             this.label8.Name = "label8";\r
233             this.label8.Size = new System.Drawing.Size(13, 12);\r
234             this.label8.TabIndex = 3;\r
235             this.label8.Text = "C";\r
236             // \r
237             // label7\r
238             // \r
239             this.label7.AutoSize = true;\r
240             this.label7.Location = new System.Drawing.Point(53, 5);\r
241             this.label7.Name = "label7";\r
242             this.label7.Size = new System.Drawing.Size(13, 12);\r
243             this.label7.TabIndex = 2;\r
244             this.label7.Text = "B";\r
245             // \r
246             // label6\r
247             // \r
248             this.label6.AutoSize = true;\r
249             this.label6.Location = new System.Drawing.Point(29, 5);\r
250             this.label6.Name = "label6";\r
251             this.label6.Size = new System.Drawing.Size(13, 12);\r
252             this.label6.TabIndex = 1;\r
253             this.label6.Text = "A";\r
254             // \r
255             // comboBoxGroup\r
256             // \r
257             this.comboBoxGroup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
258             this.comboBoxGroup.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
259             this.comboBoxGroup.FormattingEnabled = true;\r
260             this.comboBoxGroup.Location = new System.Drawing.Point(6, 4);\r
261             this.comboBoxGroup.Name = "comboBoxGroup";\r
262             this.comboBoxGroup.Size = new System.Drawing.Size(48, 20);\r
263             this.comboBoxGroup.TabIndex = 1;\r
264             this.comboBoxGroup.SelectedIndexChanged += new System.EventHandler(this.comboBoxGroup_SelectedIndexChanged);\r
265             this.comboBoxGroup.DropDownClosed += new System.EventHandler(this.comboBoxGroup_DropDownClosed);\r
266             // \r
267             // label12\r
268             // \r
269             this.label12.AutoSize = true;\r
270             this.label12.Location = new System.Drawing.Point(27, 5);\r
271             this.label12.Name = "label12";\r
272             this.label12.Size = new System.Drawing.Size(17, 12);\r
273             this.label12.TabIndex = 17;\r
274             this.label12.Text = "Lv";\r
275             // \r
276             // label13\r
277             // \r
278             this.label13.AutoSize = true;\r
279             this.label13.Location = new System.Drawing.Point(60, 5);\r
280             this.label13.Name = "label13";\r
281             this.label13.Size = new System.Drawing.Size(29, 12);\r
282             this.label13.TabIndex = 18;\r
283             this.label13.Text = "入渠";\r
284             // \r
285             // panelRepairHeader\r
286             // \r
287             this.panelRepairHeader.Controls.Add(this.label10);\r
288             this.panelRepairHeader.Controls.Add(this.label12);\r
289             this.panelRepairHeader.Controls.Add(this.label13);\r
290             this.panelRepairHeader.Controls.Add(this.label1RepairHp);\r
291             this.panelRepairHeader.Location = new System.Drawing.Point(104, 3);\r
292             this.panelRepairHeader.Name = "panelRepairHeader";\r
293             this.panelRepairHeader.Size = new System.Drawing.Size(126, 19);\r
294             this.panelRepairHeader.TabIndex = 2;\r
295             // \r
296             // label10\r
297             // \r
298             this.label10.AutoSize = true;\r
299             this.label10.Location = new System.Drawing.Point(94, 5);\r
300             this.label10.Name = "label10";\r
301             this.label10.Size = new System.Drawing.Size(26, 12);\r
302             this.label10.TabIndex = 19;\r
303             this.label10.Text = "/HP";\r
304             // \r
305             // label1RepairHp\r
306             // \r
307             this.label1RepairHp.AutoSize = true;\r
308             this.label1RepairHp.Cursor = System.Windows.Forms.Cursors.Hand;\r
309             this.label1RepairHp.Location = new System.Drawing.Point(1, 5);\r
310             this.label1RepairHp.Name = "label1RepairHp";\r
311             this.label1RepairHp.Size = new System.Drawing.Size(20, 12);\r
312             this.label1RepairHp.TabIndex = 17;\r
313             this.label1RepairHp.Text = "HP";\r
314             this.label1RepairHp.Click += new System.EventHandler(this.labelHeaderHp_Click);\r
315             // \r
316             // panelItemHeader\r
317             // \r
318             this.panelItemHeader.Location = new System.Drawing.Point(58, 3);\r
319             this.panelItemHeader.Name = "panelItemHeader";\r
320             this.panelItemHeader.Size = new System.Drawing.Size(172, 19);\r
321             this.panelItemHeader.TabIndex = 0;\r
322             // \r
323             // richTextBoxMiscText\r
324             // \r
325             this.richTextBoxMiscText.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) \r
326             | System.Windows.Forms.AnchorStyles.Left) \r
327             | System.Windows.Forms.AnchorStyles.Right)));\r
328             this.richTextBoxMiscText.Location = new System.Drawing.Point(6, 23);\r
329             this.richTextBoxMiscText.Name = "richTextBoxMiscText";\r
330             this.richTextBoxMiscText.ReadOnly = true;\r
331             this.richTextBoxMiscText.Size = new System.Drawing.Size(238, 263);\r
332             this.richTextBoxMiscText.TabIndex = 0;\r
333             this.richTextBoxMiscText.Text = "";\r
334             // \r
335             // contextMenuStripFleetData\r
336             // \r
337             this.contextMenuStripFleetData.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
338             this.fleetTextToolStripMenuItem,\r
339             this.deckBuilderToolStripMenuItem});\r
340             this.contextMenuStripFleetData.Name = "contextMenuStripFleetData";\r
341             this.contextMenuStripFleetData.Size = new System.Drawing.Size(211, 48);\r
342             // \r
343             // fleetTextToolStripMenuItem\r
344             // \r
345             this.fleetTextToolStripMenuItem.Name = "fleetTextToolStripMenuItem";\r
346             this.fleetTextToolStripMenuItem.Size = new System.Drawing.Size(210, 22);\r
347             this.fleetTextToolStripMenuItem.Text = "テキスト形式でコピー(&C)";\r
348             this.fleetTextToolStripMenuItem.Click += new System.EventHandler(this.fleetTextToolStripMenuItem_Click);\r
349             // \r
350             // deckBuilderToolStripMenuItem\r
351             // \r
352             this.deckBuilderToolStripMenuItem.Name = "deckBuilderToolStripMenuItem";\r
353             this.deckBuilderToolStripMenuItem.Size = new System.Drawing.Size(210, 22);\r
354             this.deckBuilderToolStripMenuItem.Text = "デッキビルダー形式でコピー(&D)";\r
355             this.deckBuilderToolStripMenuItem.Click += new System.EventHandler(this.deckBuilderToolStripMenuItem_Click);\r
356             // \r
357             // panelFleetHeader\r
358             // \r
359             this.panelFleetHeader.Controls.Add(this.labelFleet4);\r
360             this.panelFleetHeader.Controls.Add(this.label1Fleet3);\r
361             this.panelFleetHeader.Controls.Add(this.labelFleet2);\r
362             this.panelFleetHeader.Controls.Add(this.labelFleet1);\r
363             this.panelFleetHeader.Location = new System.Drawing.Point(58, 3);\r
364             this.panelFleetHeader.Name = "panelFleetHeader";\r
365             this.panelFleetHeader.Size = new System.Drawing.Size(172, 19);\r
366             this.panelFleetHeader.TabIndex = 0;\r
367             // \r
368             // labelFleet4\r
369             // \r
370             this.labelFleet4.Location = new System.Drawing.Point(138, 1);\r
371             this.labelFleet4.Name = "labelFleet4";\r
372             this.labelFleet4.Size = new System.Drawing.Size(29, 18);\r
373             this.labelFleet4.TabIndex = 3;\r
374             this.labelFleet4.Text = "第四";\r
375             this.labelFleet4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;\r
376             this.labelFleet4.Click += new System.EventHandler(this.labelFleet_Click);\r
377             // \r
378             // label1Fleet3\r
379             // \r
380             this.label1Fleet3.Location = new System.Drawing.Point(100, 1);\r
381             this.label1Fleet3.Name = "label1Fleet3";\r
382             this.label1Fleet3.Size = new System.Drawing.Size(29, 18);\r
383             this.label1Fleet3.TabIndex = 2;\r
384             this.label1Fleet3.Text = "第三";\r
385             this.label1Fleet3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;\r
386             this.label1Fleet3.Click += new System.EventHandler(this.labelFleet_Click);\r
387             // \r
388             // labelFleet2\r
389             // \r
390             this.labelFleet2.Location = new System.Drawing.Point(62, 1);\r
391             this.labelFleet2.Name = "labelFleet2";\r
392             this.labelFleet2.Size = new System.Drawing.Size(29, 18);\r
393             this.labelFleet2.TabIndex = 1;\r
394             this.labelFleet2.Text = "第二";\r
395             this.labelFleet2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;\r
396             this.labelFleet2.Click += new System.EventHandler(this.labelFleet_Click);\r
397             // \r
398             // labelFleet1\r
399             // \r
400             this.labelFleet1.Location = new System.Drawing.Point(24, 1);\r
401             this.labelFleet1.Name = "labelFleet1";\r
402             this.labelFleet1.Size = new System.Drawing.Size(29, 18);\r
403             this.labelFleet1.TabIndex = 0;\r
404             this.labelFleet1.Text = "第一";\r
405             this.labelFleet1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;\r
406             this.labelFleet1.Click += new System.EventHandler(this.labelFleet_Click);\r
407             // \r
408             // panelSType\r
409             // \r
410             this.panelSType.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
411             this.panelSType.Controls.Add(this.checkBoxSTypeDetails);\r
412             this.panelSType.Controls.Add(this.checkBoxSTypeAll);\r
413             this.panelSType.Controls.Add(this.checkBoxSTypeAuxiliary);\r
414             this.panelSType.Controls.Add(this.checkBoxSTypeSubmarine);\r
415             this.panelSType.Controls.Add(this.checkBoxSTypeEscort);\r
416             this.panelSType.Controls.Add(this.checkBoxSTypeDestroyer);\r
417             this.panelSType.Controls.Add(this.checkBoxSTypeLightCruiser);\r
418             this.panelSType.Controls.Add(this.checkBoxSTypeHeavyCruiser);\r
419             this.panelSType.Controls.Add(this.checkBoxSTypeAircraftCarrier);\r
420             this.panelSType.Controls.Add(this.checkBoxSTypeBattleShip);\r
421             this.panelSType.Location = new System.Drawing.Point(56, 21);\r
422             this.panelSType.Name = "panelSType";\r
423             this.panelSType.Size = new System.Drawing.Size(188, 64);\r
424             this.panelSType.TabIndex = 17;\r
425             this.panelSType.Visible = false;\r
426             this.panelSType.Click += new System.EventHandler(this.panelSType_Click);\r
427             // \r
428             // checkBoxSTypeDetails\r
429             // \r
430             this.checkBoxSTypeDetails.AutoSize = true;\r
431             this.checkBoxSTypeDetails.Location = new System.Drawing.Point(49, 45);\r
432             this.checkBoxSTypeDetails.Name = "checkBoxSTypeDetails";\r
433             this.checkBoxSTypeDetails.Size = new System.Drawing.Size(48, 16);\r
434             this.checkBoxSTypeDetails.TabIndex = 9;\r
435             this.checkBoxSTypeDetails.Text = "種別";\r
436             this.checkBoxSTypeDetails.UseVisualStyleBackColor = true;\r
437             this.checkBoxSTypeDetails.Click += new System.EventHandler(this.checkBoxSTypeDetails_Click);\r
438             // \r
439             // checkBoxSTypeAll\r
440             // \r
441             this.checkBoxSTypeAll.AutoSize = true;\r
442             this.checkBoxSTypeAll.Location = new System.Drawing.Point(3, 45);\r
443             this.checkBoxSTypeAll.Name = "checkBoxSTypeAll";\r
444             this.checkBoxSTypeAll.Size = new System.Drawing.Size(48, 16);\r
445             this.checkBoxSTypeAll.TabIndex = 8;\r
446             this.checkBoxSTypeAll.Text = "全部";\r
447             this.checkBoxSTypeAll.UseVisualStyleBackColor = true;\r
448             this.checkBoxSTypeAll.Click += new System.EventHandler(this.checkBoxSTypeAll_Click);\r
449             // \r
450             // checkBoxSTypeAuxiliary\r
451             // \r
452             this.checkBoxSTypeAuxiliary.AutoSize = true;\r
453             this.checkBoxSTypeAuxiliary.Location = new System.Drawing.Point(140, 24);\r
454             this.checkBoxSTypeAuxiliary.Name = "checkBoxSTypeAuxiliary";\r
455             this.checkBoxSTypeAuxiliary.Size = new System.Drawing.Size(48, 16);\r
456             this.checkBoxSTypeAuxiliary.TabIndex = 7;\r
457             this.checkBoxSTypeAuxiliary.Text = "補助";\r
458             this.checkBoxSTypeAuxiliary.UseVisualStyleBackColor = true;\r
459             this.checkBoxSTypeAuxiliary.Click += new System.EventHandler(this.checkBoxSType_Click);\r
460             // \r
461             // checkBoxSTypeSubmarine\r
462             // \r
463             this.checkBoxSTypeSubmarine.AutoSize = true;\r
464             this.checkBoxSTypeSubmarine.Location = new System.Drawing.Point(95, 24);\r
465             this.checkBoxSTypeSubmarine.Name = "checkBoxSTypeSubmarine";\r
466             this.checkBoxSTypeSubmarine.Size = new System.Drawing.Size(48, 16);\r
467             this.checkBoxSTypeSubmarine.TabIndex = 6;\r
468             this.checkBoxSTypeSubmarine.Text = "潜水";\r
469             this.checkBoxSTypeSubmarine.UseVisualStyleBackColor = true;\r
470             this.checkBoxSTypeSubmarine.Click += new System.EventHandler(this.checkBoxSType_Click);\r
471             // \r
472             // checkBoxSTypeEscort\r
473             // \r
474             this.checkBoxSTypeEscort.AutoSize = true;\r
475             this.checkBoxSTypeEscort.Location = new System.Drawing.Point(49, 24);\r
476             this.checkBoxSTypeEscort.Name = "checkBoxSTypeEscort";\r
477             this.checkBoxSTypeEscort.Size = new System.Drawing.Size(48, 16);\r
478             this.checkBoxSTypeEscort.TabIndex = 5;\r
479             this.checkBoxSTypeEscort.Text = "海防";\r
480             this.checkBoxSTypeEscort.UseVisualStyleBackColor = true;\r
481             this.checkBoxSTypeEscort.Click += new System.EventHandler(this.checkBoxSType_Click);\r
482             // \r
483             // checkBoxSTypeDestroyer\r
484             // \r
485             this.checkBoxSTypeDestroyer.AutoSize = true;\r
486             this.checkBoxSTypeDestroyer.Location = new System.Drawing.Point(3, 24);\r
487             this.checkBoxSTypeDestroyer.Name = "checkBoxSTypeDestroyer";\r
488             this.checkBoxSTypeDestroyer.Size = new System.Drawing.Size(48, 16);\r
489             this.checkBoxSTypeDestroyer.TabIndex = 4;\r
490             this.checkBoxSTypeDestroyer.Text = "駆逐";\r
491             this.checkBoxSTypeDestroyer.UseVisualStyleBackColor = true;\r
492             this.checkBoxSTypeDestroyer.Click += new System.EventHandler(this.checkBoxSType_Click);\r
493             // \r
494             // checkBoxSTypeLightCruiser\r
495             // \r
496             this.checkBoxSTypeLightCruiser.AutoSize = true;\r
497             this.checkBoxSTypeLightCruiser.Location = new System.Drawing.Point(141, 3);\r
498             this.checkBoxSTypeLightCruiser.Name = "checkBoxSTypeLightCruiser";\r
499             this.checkBoxSTypeLightCruiser.Size = new System.Drawing.Size(48, 16);\r
500             this.checkBoxSTypeLightCruiser.TabIndex = 3;\r
501             this.checkBoxSTypeLightCruiser.Text = "軽巡";\r
502             this.checkBoxSTypeLightCruiser.UseVisualStyleBackColor = true;\r
503             this.checkBoxSTypeLightCruiser.Click += new System.EventHandler(this.checkBoxSType_Click);\r
504             // \r
505             // checkBoxSTypeHeavyCruiser\r
506             // \r
507             this.checkBoxSTypeHeavyCruiser.AutoSize = true;\r
508             this.checkBoxSTypeHeavyCruiser.Location = new System.Drawing.Point(95, 3);\r
509             this.checkBoxSTypeHeavyCruiser.Name = "checkBoxSTypeHeavyCruiser";\r
510             this.checkBoxSTypeHeavyCruiser.Size = new System.Drawing.Size(48, 16);\r
511             this.checkBoxSTypeHeavyCruiser.TabIndex = 2;\r
512             this.checkBoxSTypeHeavyCruiser.Text = "重巡";\r
513             this.checkBoxSTypeHeavyCruiser.UseVisualStyleBackColor = true;\r
514             this.checkBoxSTypeHeavyCruiser.Click += new System.EventHandler(this.checkBoxSType_Click);\r
515             // \r
516             // checkBoxSTypeAircraftCarrier\r
517             // \r
518             this.checkBoxSTypeAircraftCarrier.AutoSize = true;\r
519             this.checkBoxSTypeAircraftCarrier.Location = new System.Drawing.Point(49, 3);\r
520             this.checkBoxSTypeAircraftCarrier.Name = "checkBoxSTypeAircraftCarrier";\r
521             this.checkBoxSTypeAircraftCarrier.Size = new System.Drawing.Size(48, 16);\r
522             this.checkBoxSTypeAircraftCarrier.TabIndex = 1;\r
523             this.checkBoxSTypeAircraftCarrier.Text = "空母";\r
524             this.checkBoxSTypeAircraftCarrier.UseVisualStyleBackColor = true;\r
525             this.checkBoxSTypeAircraftCarrier.Click += new System.EventHandler(this.checkBoxSType_Click);\r
526             // \r
527             // checkBoxSTypeBattleShip\r
528             // \r
529             this.checkBoxSTypeBattleShip.AutoSize = true;\r
530             this.checkBoxSTypeBattleShip.Location = new System.Drawing.Point(3, 3);\r
531             this.checkBoxSTypeBattleShip.Name = "checkBoxSTypeBattleShip";\r
532             this.checkBoxSTypeBattleShip.Size = new System.Drawing.Size(48, 16);\r
533             this.checkBoxSTypeBattleShip.TabIndex = 0;\r
534             this.checkBoxSTypeBattleShip.Text = "戦艦";\r
535             this.checkBoxSTypeBattleShip.UseVisualStyleBackColor = true;\r
536             this.checkBoxSTypeBattleShip.Click += new System.EventHandler(this.checkBoxSType_Click);\r
537             // \r
538             // dropDownButtonSType\r
539             // \r
540             this.dropDownButtonSType.Location = new System.Drawing.Point(58, 7);\r
541             this.dropDownButtonSType.Name = "dropDownButtonSType";\r
542             this.dropDownButtonSType.Size = new System.Drawing.Size(14, 14);\r
543             this.dropDownButtonSType.TabIndex = 19;\r
544             this.dropDownButtonSType.Click += new System.EventHandler(this.labelSTypeButton_Click);\r
545             // \r
546             // labelSType\r
547             // \r
548             this.labelSType.AutoSize = true;\r
549             this.labelSType.Location = new System.Drawing.Point(74, 8);\r
550             this.labelSType.Name = "labelSType";\r
551             this.labelSType.Size = new System.Drawing.Size(29, 12);\r
552             this.labelSType.TabIndex = 20;\r
553             this.labelSType.Text = "艦種";\r
554             this.labelSType.Click += new System.EventHandler(this.labelSTypeButton_Click);\r
555             // \r
556             // airBattleResultPanel\r
557             // \r
558             this.airBattleResultPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) \r
559             | System.Windows.Forms.AnchorStyles.Right)));\r
560             this.airBattleResultPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
561             this.airBattleResultPanel.Location = new System.Drawing.Point(6, 23);\r
562             this.airBattleResultPanel.Name = "airBattleResultPanel";\r
563             this.airBattleResultPanel.ShowResultAutomatic = false;\r
564             this.airBattleResultPanel.Size = new System.Drawing.Size(238, 51);\r
565             this.airBattleResultPanel.TabIndex = 18;\r
566             // \r
567             // battleResultPanel\r
568             // \r
569             this.battleResultPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) \r
570             | System.Windows.Forms.AnchorStyles.Left) \r
571             | System.Windows.Forms.AnchorStyles.Right)));\r
572             this.battleResultPanel.AutoScroll = true;\r
573             this.battleResultPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
574             this.battleResultPanel.Location = new System.Drawing.Point(6, 73);\r
575             this.battleResultPanel.Name = "battleResultPanel";\r
576             this.battleResultPanel.Size = new System.Drawing.Size(238, 213);\r
577             this.battleResultPanel.TabIndex = 0;\r
578             // \r
579             // antiAirPanel\r
580             // \r
581             this.antiAirPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) \r
582             | System.Windows.Forms.AnchorStyles.Left) \r
583             | System.Windows.Forms.AnchorStyles.Right)));\r
584             this.antiAirPanel.AutoScroll = true;\r
585             this.antiAirPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
586             this.antiAirPanel.Location = new System.Drawing.Point(6, 23);\r
587             this.antiAirPanel.Name = "antiAirPanel";\r
588             this.antiAirPanel.Size = new System.Drawing.Size(238, 263);\r
589             this.antiAirPanel.TabIndex = 17;\r
590             // \r
591             // fleetPanel\r
592             // \r
593             this.fleetPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) \r
594             | System.Windows.Forms.AnchorStyles.Left) \r
595             | System.Windows.Forms.AnchorStyles.Right)));\r
596             this.fleetPanel.AutoScroll = true;\r
597             this.fleetPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
598             this.fleetPanel.ContextMenuStrip = this.contextMenuStripFleetData;\r
599             this.fleetPanel.Location = new System.Drawing.Point(6, 23);\r
600             this.fleetPanel.Name = "fleetPanel";\r
601             this.fleetPanel.Size = new System.Drawing.Size(238, 263);\r
602             this.fleetPanel.TabIndex = 1;\r
603             // \r
604             // itemTreeView\r
605             // \r
606             this.itemTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) \r
607             | System.Windows.Forms.AnchorStyles.Left) \r
608             | System.Windows.Forms.AnchorStyles.Right)));\r
609             this.itemTreeView.ContextMenuStrip = this.contextMenuStripItemList;\r
610             this.itemTreeView.Location = new System.Drawing.Point(6, 23);\r
611             this.itemTreeView.Name = "itemTreeView";\r
612             this.itemTreeView.Size = new System.Drawing.Size(238, 263);\r
613             this.itemTreeView.TabIndex = 0;\r
614             // \r
615             // shipListPanel\r
616             // \r
617             this.shipListPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) \r
618             | System.Windows.Forms.AnchorStyles.Left) \r
619             | System.Windows.Forms.AnchorStyles.Right)));\r
620             this.shipListPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
621             this.shipListPanel.ContextMenuStrip = this.contextMenuStripShipList;\r
622             this.shipListPanel.GroupUpdated = false;\r
623             this.shipListPanel.Location = new System.Drawing.Point(6, 23);\r
624             this.shipListPanel.Name = "shipListPanel";\r
625             this.shipListPanel.Size = new System.Drawing.Size(238, 263);\r
626             this.shipListPanel.TabIndex = 0;\r
627             // \r
628             // ListForm\r
629             // \r
630             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\r
631             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
632             this.ClientSize = new System.Drawing.Size(250, 292);\r
633             this.Controls.Add(this.panelSType);\r
634             this.Controls.Add(this.panelFleetHeader);\r
635             this.Controls.Add(this.airBattleResultPanel);\r
636             this.Controls.Add(this.battleResultPanel);\r
637             this.Controls.Add(this.antiAirPanel);\r
638             this.Controls.Add(this.panelItemHeader);\r
639             this.Controls.Add(this.panelRepairHeader);\r
640             this.Controls.Add(this.panelGroupHeader);\r
641             this.Controls.Add(this.labelSType);\r
642             this.Controls.Add(this.dropDownButtonSType);\r
643             this.Controls.Add(this.labelHeaderExp);\r
644             this.Controls.Add(this.labelHeaderCond);\r
645             this.Controls.Add(this.label3);\r
646             this.Controls.Add(this.labelHeaderHp);\r
647             this.Controls.Add(this.richTextBoxMiscText);\r
648             this.Controls.Add(this.fleetPanel);\r
649             this.Controls.Add(this.itemTreeView);\r
650             this.Controls.Add(this.shipListPanel);\r
651             this.Controls.Add(this.comboBoxGroup);\r
652             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
653             this.KeyPreview = true;\r
654             this.MaximizeBox = false;\r
655             this.Name = "ListForm";\r
656             this.Text = "一覧";\r
657             this.Activated += new System.EventHandler(this.ListForm_Activated);\r
658             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ListForm_FormClosing);\r
659             this.Load += new System.EventHandler(this.ListForm_Load);\r
660             this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ListForm_KeyPress);\r
661             this.contextMenuStripShipList.ResumeLayout(false);\r
662             this.contextMenuStripItemList.ResumeLayout(false);\r
663             this.panelGroupHeader.ResumeLayout(false);\r
664             this.panelGroupHeader.PerformLayout();\r
665             this.panelRepairHeader.ResumeLayout(false);\r
666             this.panelRepairHeader.PerformLayout();\r
667             this.contextMenuStripFleetData.ResumeLayout(false);\r
668             this.panelFleetHeader.ResumeLayout(false);\r
669             this.panelSType.ResumeLayout(false);\r
670             this.panelSType.PerformLayout();\r
671             this.ResumeLayout(false);\r
672             this.PerformLayout();\r
673 \r
674         }\r
675 \r
676         #endregion\r
677 \r
678         private ShipListPanel shipListPanel;\r
679         private System.Windows.Forms.Label labelHeaderHp;\r
680         private System.Windows.Forms.Label labelHeaderCond;\r
681         private System.Windows.Forms.Label labelHeaderExp;\r
682         private System.Windows.Forms.Label label3;\r
683         private System.Windows.Forms.Panel panelGroupHeader;\r
684         private System.Windows.Forms.Label label6;\r
685         private System.Windows.Forms.Label label9;\r
686         private System.Windows.Forms.Label label8;\r
687         private System.Windows.Forms.Label label7;\r
688         private System.Windows.Forms.ComboBox comboBoxGroup;\r
689         private System.Windows.Forms.Panel panelRepairHeader;\r
690         private System.Windows.Forms.Label label13;\r
691         private System.Windows.Forms.Label label12;\r
692         private System.Windows.Forms.Label label10;\r
693         private System.Windows.Forms.Label label5;\r
694         private System.Windows.Forms.Label label1RepairHp;\r
695         private System.Windows.Forms.Panel panelItemHeader;\r
696         private FleetDataPanel fleetPanel;\r
697         private ItemTreeView itemTreeView;\r
698         private System.Windows.Forms.RichTextBox richTextBoxMiscText;\r
699         private System.Windows.Forms.ContextMenuStrip contextMenuStripItemList;\r
700         private System.Windows.Forms.ToolStripMenuItem itemCsvToolStripMenuItem;\r
701         private System.Windows.Forms.ContextMenuStrip contextMenuStripFleetData;\r
702         private System.Windows.Forms.ToolStripMenuItem fleetTextToolStripMenuItem;\r
703         private System.Windows.Forms.ToolStripMenuItem deckBuilderToolStripMenuItem;\r
704         private System.Windows.Forms.ContextMenuStrip contextMenuStripShipList;\r
705         private System.Windows.Forms.ToolStripMenuItem shipCsvToolStripMenuItem;\r
706         private System.Windows.Forms.ToolStripMenuItem kantaiSarashiToolStripMenuItem;\r
707         private System.Windows.Forms.Panel panelFleetHeader;\r
708         private System.Windows.Forms.Label labelFleet4;\r
709         private System.Windows.Forms.Label label1Fleet3;\r
710         private System.Windows.Forms.Label labelFleet2;\r
711         private System.Windows.Forms.Label labelFleet1;\r
712         private AntiAirPanel antiAirPanel;\r
713         private AirBattleResultPanel airBattleResultPanel;\r
714         private BattleResultPanel battleResultPanel;\r
715         private System.Windows.Forms.Panel panelSType;\r
716         private System.Windows.Forms.CheckBox checkBoxSTypeAll;\r
717         private System.Windows.Forms.CheckBox checkBoxSTypeAuxiliary;\r
718         private System.Windows.Forms.CheckBox checkBoxSTypeSubmarine;\r
719         private System.Windows.Forms.CheckBox checkBoxSTypeEscort;\r
720         private System.Windows.Forms.CheckBox checkBoxSTypeDestroyer;\r
721         private System.Windows.Forms.CheckBox checkBoxSTypeLightCruiser;\r
722         private System.Windows.Forms.CheckBox checkBoxSTypeHeavyCruiser;\r
723         private System.Windows.Forms.CheckBox checkBoxSTypeAircraftCarrier;\r
724         private System.Windows.Forms.CheckBox checkBoxSTypeBattleShip;\r
725         private DropDownButton dropDownButtonSType;\r
726         private System.Windows.Forms.Label labelSType;\r
727         private System.Windows.Forms.CheckBox checkBoxSTypeDetails;\r
728         private System.Windows.Forms.ToolStripMenuItem kantaiBunsekiToolStripMenuItem;\r
729     }\r
730 }