OSDN Git Service

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