OSDN Git Service

資材報告書に現在の資材を表示する
[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 namespace KancolleSniffer\r
16 {\r
17     partial class ListForm\r
18     {\r
19         /// <summary>\r
20         /// Required designer variable.\r
21         /// </summary>\r
22         private System.ComponentModel.IContainer components = null;\r
23 \r
24         /// <summary>\r
25         /// Clean up any resources being used.\r
26         /// </summary>\r
27         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
28         protected override void Dispose(bool disposing)\r
29         {\r
30             if (disposing && (components != null))\r
31             {\r
32                 components.Dispose();\r
33             }\r
34             base.Dispose(disposing);\r
35         }\r
36 \r
37         #region Windows Form Designer generated code\r
38 \r
39         /// <summary>\r
40         /// Required method for Designer support - do not modify\r
41         /// the contents of this method with the code editor.\r
42         /// </summary>\r
43         private void InitializeComponent()\r
44         {\r
45             this.components = new System.ComponentModel.Container();\r
46             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ListForm));\r
47             this.contextMenuStripShipList = new System.Windows.Forms.ContextMenuStrip(this.components);\r
48             this.csvToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
49             this.kantaiSarashiToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
50             this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);\r
51             this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
52             this.label1 = new System.Windows.Forms.Label();\r
53             this.labelHeaderCond = new System.Windows.Forms.Label();\r
54             this.labelHeaderExp = new System.Windows.Forms.Label();\r
55             this.label3 = new System.Windows.Forms.Label();\r
56             this.checkBoxShipType = new System.Windows.Forms.CheckBox();\r
57             this.panelGroupHeader = new System.Windows.Forms.Panel();\r
58             this.label5 = new System.Windows.Forms.Label();\r
59             this.label9 = new System.Windows.Forms.Label();\r
60             this.label8 = new System.Windows.Forms.Label();\r
61             this.label7 = new System.Windows.Forms.Label();\r
62             this.label6 = new System.Windows.Forms.Label();\r
63             this.comboBoxGroup = new System.Windows.Forms.ComboBox();\r
64             this.label12 = new System.Windows.Forms.Label();\r
65             this.label13 = new System.Windows.Forms.Label();\r
66             this.panelRepairHeader = new System.Windows.Forms.Panel();\r
67             this.label10 = new System.Windows.Forms.Label();\r
68             this.label11 = new System.Windows.Forms.Label();\r
69             this.panelItemHeader = new System.Windows.Forms.Panel();\r
70             this.richTextBoxMiscText = new System.Windows.Forms.RichTextBox();\r
71             this.contextMenuStripFleetData = new System.Windows.Forms.ContextMenuStrip(this.components);\r
72             this.textToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
73             this.deckBuilderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
74             this.panelFleetHeader = new System.Windows.Forms.Panel();\r
75             this.labelFleet4 = new System.Windows.Forms.Label();\r
76             this.label1Fleet3 = new System.Windows.Forms.Label();\r
77             this.labelFleet2 = new System.Windows.Forms.Label();\r
78             this.labelFleet1 = new System.Windows.Forms.Label();\r
79             this.airBattleResultPanel = new KancolleSniffer.AirBattleResultPanel();\r
80             this.antiAirPanel = new KancolleSniffer.AntiAirPanel();\r
81             this.fleetPanel = new KancolleSniffer.FleetPanel();\r
82             this.itemTreeView = new KancolleSniffer.ItemTreeView();\r
83             this.shipListPanel = new KancolleSniffer.ShipListPanel();\r
84             this.contextMenuStripShipList.SuspendLayout();\r
85             this.contextMenuStrip.SuspendLayout();\r
86             this.panelGroupHeader.SuspendLayout();\r
87             this.panelRepairHeader.SuspendLayout();\r
88             this.contextMenuStripFleetData.SuspendLayout();\r
89             this.panelFleetHeader.SuspendLayout();\r
90             this.SuspendLayout();\r
91             // \r
92             // contextMenuStripShipList\r
93             // \r
94             this.contextMenuStripShipList.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
95             this.csvToolStripMenuItem,\r
96             this.kantaiSarashiToolStripMenuItem});\r
97             this.contextMenuStripShipList.Name = "contextMenuStripShipList";\r
98             this.contextMenuStripShipList.Size = new System.Drawing.Size(215, 48);\r
99             // \r
100             // csvToolStripMenuItem\r
101             // \r
102             this.csvToolStripMenuItem.Name = "csvToolStripMenuItem";\r
103             this.csvToolStripMenuItem.Size = new System.Drawing.Size(214, 22);\r
104             this.csvToolStripMenuItem.Text = "CSV形式でコピー(&C)";\r
105             this.csvToolStripMenuItem.Click += new System.EventHandler(this.csvToolStripMenuItem_Click);\r
106             // \r
107             // kantaiSarashiToolStripMenuItem\r
108             // \r
109             this.kantaiSarashiToolStripMenuItem.Name = "kantaiSarashiToolStripMenuItem";\r
110             this.kantaiSarashiToolStripMenuItem.Size = new System.Drawing.Size(214, 22);\r
111             this.kantaiSarashiToolStripMenuItem.Text = "艦隊晒し形式でコピー(&K)";\r
112             this.kantaiSarashiToolStripMenuItem.Click += new System.EventHandler(this.kantaiSarashiToolStripMenuItem_Click);\r
113             // \r
114             // contextMenuStrip\r
115             // \r
116             this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
117             this.copyToolStripMenuItem});\r
118             this.contextMenuStrip.Name = "contextMenuStrip";\r
119             this.contextMenuStrip.Size = new System.Drawing.Size(123, 26);\r
120             // \r
121             // copyToolStripMenuItem\r
122             // \r
123             this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";\r
124             this.copyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));\r
125             this.copyToolStripMenuItem.ShowShortcutKeys = false;\r
126             this.copyToolStripMenuItem.Size = new System.Drawing.Size(122, 22);\r
127             this.copyToolStripMenuItem.Text = "コピー(&C)";\r
128             this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click);\r
129             // \r
130             // label1\r
131             // \r
132             this.label1.AutoSize = true;\r
133             this.label1.Location = new System.Drawing.Point(113, 8);\r
134             this.label1.Name = "label1";\r
135             this.label1.Size = new System.Drawing.Size(20, 12);\r
136             this.label1.TabIndex = 13;\r
137             this.label1.Text = "HP";\r
138             // \r
139             // labelHeaderCond\r
140             // \r
141             this.labelHeaderCond.AutoSize = true;\r
142             this.labelHeaderCond.Location = new System.Drawing.Point(132, 8);\r
143             this.labelHeaderCond.Name = "labelHeaderCond";\r
144             this.labelHeaderCond.Size = new System.Drawing.Size(29, 12);\r
145             this.labelHeaderCond.TabIndex = 13;\r
146             this.labelHeaderCond.Text = "cond";\r
147             this.labelHeaderCond.Click += new System.EventHandler(this.labelHeaderCond_Click);\r
148             // \r
149             // labelHeaderExp\r
150             // \r
151             this.labelHeaderExp.AutoSize = true;\r
152             this.labelHeaderExp.Location = new System.Drawing.Point(200, 8);\r
153             this.labelHeaderExp.Name = "labelHeaderExp";\r
154             this.labelHeaderExp.Size = new System.Drawing.Size(24, 12);\r
155             this.labelHeaderExp.TabIndex = 14;\r
156             this.labelHeaderExp.Text = "Exp";\r
157             this.labelHeaderExp.Click += new System.EventHandler(this.labelHeaderExp_Click);\r
158             // \r
159             // label3\r
160             // \r
161             this.label3.AutoSize = true;\r
162             this.label3.Location = new System.Drawing.Point(168, 8);\r
163             this.label3.Name = "label3";\r
164             this.label3.Size = new System.Drawing.Size(17, 12);\r
165             this.label3.TabIndex = 13;\r
166             this.label3.Text = "Lv";\r
167             // \r
168             // checkBoxShipType\r
169             // \r
170             this.checkBoxShipType.AutoSize = true;\r
171             this.checkBoxShipType.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
172             this.checkBoxShipType.Location = new System.Drawing.Point(58, 6);\r
173             this.checkBoxShipType.Name = "checkBoxShipType";\r
174             this.checkBoxShipType.Size = new System.Drawing.Size(45, 16);\r
175             this.checkBoxShipType.TabIndex = 15;\r
176             this.checkBoxShipType.Text = "艦種";\r
177             this.checkBoxShipType.CheckedChanged += new System.EventHandler(this.checkBoxShipType_CheckedChanged);\r
178             // \r
179             // panelGroupHeader\r
180             // \r
181             this.panelGroupHeader.Controls.Add(this.label5);\r
182             this.panelGroupHeader.Controls.Add(this.label9);\r
183             this.panelGroupHeader.Controls.Add(this.label8);\r
184             this.panelGroupHeader.Controls.Add(this.label7);\r
185             this.panelGroupHeader.Controls.Add(this.label6);\r
186             this.panelGroupHeader.Location = new System.Drawing.Point(103, 3);\r
187             this.panelGroupHeader.Name = "panelGroupHeader";\r
188             this.panelGroupHeader.Size = new System.Drawing.Size(127, 19);\r
189             this.panelGroupHeader.TabIndex = 16;\r
190             // \r
191             // label5\r
192             // \r
193             this.label5.AutoSize = true;\r
194             this.label5.Location = new System.Drawing.Point(1, 5);\r
195             this.label5.Name = "label5";\r
196             this.label5.Size = new System.Drawing.Size(17, 12);\r
197             this.label5.TabIndex = 5;\r
198             this.label5.Text = "Lv";\r
199             // \r
200             // label9\r
201             // \r
202             this.label9.AutoSize = true;\r
203             this.label9.Location = new System.Drawing.Point(101, 5);\r
204             this.label9.Name = "label9";\r
205             this.label9.Size = new System.Drawing.Size(13, 12);\r
206             this.label9.TabIndex = 4;\r
207             this.label9.Text = "D";\r
208             // \r
209             // label8\r
210             // \r
211             this.label8.AutoSize = true;\r
212             this.label8.Location = new System.Drawing.Point(77, 5);\r
213             this.label8.Name = "label8";\r
214             this.label8.Size = new System.Drawing.Size(13, 12);\r
215             this.label8.TabIndex = 3;\r
216             this.label8.Text = "C";\r
217             // \r
218             // label7\r
219             // \r
220             this.label7.AutoSize = true;\r
221             this.label7.Location = new System.Drawing.Point(53, 5);\r
222             this.label7.Name = "label7";\r
223             this.label7.Size = new System.Drawing.Size(13, 12);\r
224             this.label7.TabIndex = 2;\r
225             this.label7.Text = "B";\r
226             // \r
227             // label6\r
228             // \r
229             this.label6.AutoSize = true;\r
230             this.label6.Location = new System.Drawing.Point(29, 5);\r
231             this.label6.Name = "label6";\r
232             this.label6.Size = new System.Drawing.Size(13, 12);\r
233             this.label6.TabIndex = 1;\r
234             this.label6.Text = "A";\r
235             // \r
236             // comboBoxGroup\r
237             // \r
238             this.comboBoxGroup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
239             this.comboBoxGroup.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
240             this.comboBoxGroup.FormattingEnabled = true;\r
241             this.comboBoxGroup.Items.AddRange(new object[] {\r
242             "全員",\r
243             "A",\r
244             "B",\r
245             "C",\r
246             "D",\r
247             "分類",\r
248             "修復",\r
249             "装備",\r
250             "艦隊",\r
251             "対空",\r
252             "情報"});\r
253             this.comboBoxGroup.Location = new System.Drawing.Point(6, 4);\r
254             this.comboBoxGroup.Name = "comboBoxGroup";\r
255             this.comboBoxGroup.Size = new System.Drawing.Size(48, 20);\r
256             this.comboBoxGroup.TabIndex = 1;\r
257             this.comboBoxGroup.SelectedIndexChanged += new System.EventHandler(this.comboBoxGroup_SelectedIndexChanged);\r
258             this.comboBoxGroup.DropDownClosed += new System.EventHandler(this.comboBoxGroup_DropDownClosed);\r
259             // \r
260             // label12\r
261             // \r
262             this.label12.AutoSize = true;\r
263             this.label12.Location = new System.Drawing.Point(27, 5);\r
264             this.label12.Name = "label12";\r
265             this.label12.Size = new System.Drawing.Size(17, 12);\r
266             this.label12.TabIndex = 17;\r
267             this.label12.Text = "Lv";\r
268             // \r
269             // label13\r
270             // \r
271             this.label13.AutoSize = true;\r
272             this.label13.Location = new System.Drawing.Point(60, 5);\r
273             this.label13.Name = "label13";\r
274             this.label13.Size = new System.Drawing.Size(29, 12);\r
275             this.label13.TabIndex = 18;\r
276             this.label13.Text = "入渠";\r
277             // \r
278             // panelRepairHeader\r
279             // \r
280             this.panelRepairHeader.Controls.Add(this.label10);\r
281             this.panelRepairHeader.Controls.Add(this.label12);\r
282             this.panelRepairHeader.Controls.Add(this.label13);\r
283             this.panelRepairHeader.Controls.Add(this.label11);\r
284             this.panelRepairHeader.Location = new System.Drawing.Point(104, 3);\r
285             this.panelRepairHeader.Name = "panelRepairHeader";\r
286             this.panelRepairHeader.Size = new System.Drawing.Size(126, 19);\r
287             this.panelRepairHeader.TabIndex = 2;\r
288             // \r
289             // label10\r
290             // \r
291             this.label10.AutoSize = true;\r
292             this.label10.Location = new System.Drawing.Point(94, 5);\r
293             this.label10.Name = "label10";\r
294             this.label10.Size = new System.Drawing.Size(26, 12);\r
295             this.label10.TabIndex = 19;\r
296             this.label10.Text = "/HP";\r
297             // \r
298             // label11\r
299             // \r
300             this.label11.AutoSize = true;\r
301             this.label11.Location = new System.Drawing.Point(1, 5);\r
302             this.label11.Name = "label11";\r
303             this.label11.Size = new System.Drawing.Size(20, 12);\r
304             this.label11.TabIndex = 17;\r
305             this.label11.Text = "HP";\r
306             // \r
307             // panelItemHeader\r
308             // \r
309             this.panelItemHeader.Location = new System.Drawing.Point(58, 3);\r
310             this.panelItemHeader.Name = "panelItemHeader";\r
311             this.panelItemHeader.Size = new System.Drawing.Size(172, 19);\r
312             this.panelItemHeader.TabIndex = 0;\r
313             // \r
314             // richTextBoxMiscText\r
315             // \r
316             this.richTextBoxMiscText.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) \r
317             | System.Windows.Forms.AnchorStyles.Left) \r
318             | System.Windows.Forms.AnchorStyles.Right)));\r
319             this.richTextBoxMiscText.Location = new System.Drawing.Point(6, 23);\r
320             this.richTextBoxMiscText.Name = "richTextBoxMiscText";\r
321             this.richTextBoxMiscText.ReadOnly = true;\r
322             this.richTextBoxMiscText.Size = new System.Drawing.Size(236, 263);\r
323             this.richTextBoxMiscText.TabIndex = 0;\r
324             this.richTextBoxMiscText.Text = "";\r
325             // \r
326             // contextMenuStripFleetData\r
327             // \r
328             this.contextMenuStripFleetData.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
329             this.textToolStripMenuItem,\r
330             this.deckBuilderToolStripMenuItem});\r
331             this.contextMenuStripFleetData.Name = "contextMenuStripFleetData";\r
332             this.contextMenuStripFleetData.Size = new System.Drawing.Size(252, 48);\r
333             // \r
334             // textToolStripMenuItem\r
335             // \r
336             this.textToolStripMenuItem.Name = "textToolStripMenuItem";\r
337             this.textToolStripMenuItem.Size = new System.Drawing.Size(251, 22);\r
338             this.textToolStripMenuItem.Text = "テキスト形式でコピー(&C)";\r
339             this.textToolStripMenuItem.Click += new System.EventHandler(this.textToolStripMenuItem_Click);\r
340             // \r
341             // deckBuilderToolStripMenuItem\r
342             // \r
343             this.deckBuilderToolStripMenuItem.Name = "deckBuilderToolStripMenuItem";\r
344             this.deckBuilderToolStripMenuItem.Size = new System.Drawing.Size(251, 22);\r
345             this.deckBuilderToolStripMenuItem.Text = "デッキビルダー形式でコピー(&D)";\r
346             this.deckBuilderToolStripMenuItem.Click += new System.EventHandler(this.deckBuilderToolStripMenuItem_Click);\r
347             // \r
348             // panelFleetHeader\r
349             // \r
350             this.panelFleetHeader.Controls.Add(this.labelFleet4);\r
351             this.panelFleetHeader.Controls.Add(this.label1Fleet3);\r
352             this.panelFleetHeader.Controls.Add(this.labelFleet2);\r
353             this.panelFleetHeader.Controls.Add(this.labelFleet1);\r
354             this.panelFleetHeader.Location = new System.Drawing.Point(58, 3);\r
355             this.panelFleetHeader.Name = "panelFleetHeader";\r
356             this.panelFleetHeader.Size = new System.Drawing.Size(172, 19);\r
357             this.panelFleetHeader.TabIndex = 0;\r
358             // \r
359             // labelFleet4\r
360             // \r
361             this.labelFleet4.Location = new System.Drawing.Point(138, 1);\r
362             this.labelFleet4.Name = "labelFleet4";\r
363             this.labelFleet4.Size = new System.Drawing.Size(29, 18);\r
364             this.labelFleet4.TabIndex = 3;\r
365             this.labelFleet4.Text = "第四";\r
366             this.labelFleet4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;\r
367             this.labelFleet4.Click += new System.EventHandler(this.labelFleet_Click);\r
368             // \r
369             // label1Fleet3\r
370             // \r
371             this.label1Fleet3.Location = new System.Drawing.Point(100, 1);\r
372             this.label1Fleet3.Name = "label1Fleet3";\r
373             this.label1Fleet3.Size = new System.Drawing.Size(29, 18);\r
374             this.label1Fleet3.TabIndex = 2;\r
375             this.label1Fleet3.Text = "第三";\r
376             this.label1Fleet3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;\r
377             this.label1Fleet3.Click += new System.EventHandler(this.labelFleet_Click);\r
378             // \r
379             // labelFleet2\r
380             // \r
381             this.labelFleet2.Location = new System.Drawing.Point(62, 1);\r
382             this.labelFleet2.Name = "labelFleet2";\r
383             this.labelFleet2.Size = new System.Drawing.Size(29, 18);\r
384             this.labelFleet2.TabIndex = 1;\r
385             this.labelFleet2.Text = "第二";\r
386             this.labelFleet2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;\r
387             this.labelFleet2.Click += new System.EventHandler(this.labelFleet_Click);\r
388             // \r
389             // labelFleet1\r
390             // \r
391             this.labelFleet1.Location = new System.Drawing.Point(24, 1);\r
392             this.labelFleet1.Name = "labelFleet1";\r
393             this.labelFleet1.Size = new System.Drawing.Size(29, 18);\r
394             this.labelFleet1.TabIndex = 0;\r
395             this.labelFleet1.Text = "第一";\r
396             this.labelFleet1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;\r
397             this.labelFleet1.Click += new System.EventHandler(this.labelFleet_Click);\r
398             // \r
399             // airBattleResultPanel\r
400             // \r
401             this.airBattleResultPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
402             this.airBattleResultPanel.Location = new System.Drawing.Point(6, 23);\r
403             this.airBattleResultPanel.Name = "airBattleResultPanel";\r
404             this.airBattleResultPanel.ShowResultAutomatic = false;\r
405             this.airBattleResultPanel.Size = new System.Drawing.Size(238, 51);\r
406             this.airBattleResultPanel.TabIndex = 18;\r
407             // \r
408             // antiAirPanel\r
409             // \r
410             this.antiAirPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) \r
411             | System.Windows.Forms.AnchorStyles.Left)));\r
412             this.antiAirPanel.AutoScroll = true;\r
413             this.antiAirPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
414             this.antiAirPanel.Location = new System.Drawing.Point(6, 73);\r
415             this.antiAirPanel.Name = "antiAirPanel";\r
416             this.antiAirPanel.Size = new System.Drawing.Size(238, 213);\r
417             this.antiAirPanel.TabIndex = 17;\r
418             // \r
419             // fleetPanel\r
420             // \r
421             this.fleetPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) \r
422             | System.Windows.Forms.AnchorStyles.Left)));\r
423             this.fleetPanel.AutoScroll = true;\r
424             this.fleetPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
425             this.fleetPanel.ContextMenuStrip = this.contextMenuStripFleetData;\r
426             this.fleetPanel.Location = new System.Drawing.Point(6, 23);\r
427             this.fleetPanel.Name = "fleetPanel";\r
428             this.fleetPanel.Size = new System.Drawing.Size(238, 263);\r
429             this.fleetPanel.TabIndex = 1;\r
430             // \r
431             // itemTreeView\r
432             // \r
433             this.itemTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) \r
434             | System.Windows.Forms.AnchorStyles.Left)));\r
435             this.itemTreeView.ContextMenuStrip = this.contextMenuStrip;\r
436             this.itemTreeView.Location = new System.Drawing.Point(6, 23);\r
437             this.itemTreeView.Name = "itemTreeView";\r
438             this.itemTreeView.Size = new System.Drawing.Size(238, 263);\r
439             this.itemTreeView.TabIndex = 0;\r
440             // \r
441             // shipListPanel\r
442             // \r
443             this.shipListPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) \r
444             | System.Windows.Forms.AnchorStyles.Left)));\r
445             this.shipListPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
446             this.shipListPanel.ContextMenuStrip = this.contextMenuStripShipList;\r
447             this.shipListPanel.Location = new System.Drawing.Point(6, 23);\r
448             this.shipListPanel.Name = "shipListPanel";\r
449             this.shipListPanel.Size = new System.Drawing.Size(238, 263);\r
450             this.shipListPanel.TabIndex = 0;\r
451             // \r
452             // ListForm\r
453             // \r
454             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\r
455             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
456             this.ClientSize = new System.Drawing.Size(250, 292);\r
457             this.Controls.Add(this.panelFleetHeader);\r
458             this.Controls.Add(this.airBattleResultPanel);\r
459             this.Controls.Add(this.antiAirPanel);\r
460             this.Controls.Add(this.panelItemHeader);\r
461             this.Controls.Add(this.panelRepairHeader);\r
462             this.Controls.Add(this.panelGroupHeader);\r
463             this.Controls.Add(this.checkBoxShipType);\r
464             this.Controls.Add(this.labelHeaderExp);\r
465             this.Controls.Add(this.labelHeaderCond);\r
466             this.Controls.Add(this.label3);\r
467             this.Controls.Add(this.label1);\r
468             this.Controls.Add(this.richTextBoxMiscText);\r
469             this.Controls.Add(this.fleetPanel);\r
470             this.Controls.Add(this.itemTreeView);\r
471             this.Controls.Add(this.shipListPanel);\r
472             this.Controls.Add(this.comboBoxGroup);\r
473             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
474             this.KeyPreview = true;\r
475             this.MaximizeBox = false;\r
476             this.Name = "ListForm";\r
477             this.Text = "一覧";\r
478             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ShipListForm_FormClosing);\r
479             this.Load += new System.EventHandler(this.ShipListForm_Load);\r
480             this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ShipListForm_KeyPress);\r
481             this.contextMenuStripShipList.ResumeLayout(false);\r
482             this.contextMenuStrip.ResumeLayout(false);\r
483             this.panelGroupHeader.ResumeLayout(false);\r
484             this.panelGroupHeader.PerformLayout();\r
485             this.panelRepairHeader.ResumeLayout(false);\r
486             this.panelRepairHeader.PerformLayout();\r
487             this.contextMenuStripFleetData.ResumeLayout(false);\r
488             this.panelFleetHeader.ResumeLayout(false);\r
489             this.ResumeLayout(false);\r
490             this.PerformLayout();\r
491 \r
492         }\r
493 \r
494         #endregion\r
495 \r
496         private ShipListPanel shipListPanel;\r
497         private System.Windows.Forms.Label label1;\r
498         private System.Windows.Forms.Label labelHeaderCond;\r
499         private System.Windows.Forms.Label labelHeaderExp;\r
500         private System.Windows.Forms.Label label3;\r
501         private System.Windows.Forms.CheckBox checkBoxShipType;\r
502         private System.Windows.Forms.Panel panelGroupHeader;\r
503         private System.Windows.Forms.Label label6;\r
504         private System.Windows.Forms.Label label9;\r
505         private System.Windows.Forms.Label label8;\r
506         private System.Windows.Forms.Label label7;\r
507         private System.Windows.Forms.ComboBox comboBoxGroup;\r
508         private System.Windows.Forms.Panel panelRepairHeader;\r
509         private System.Windows.Forms.Label label13;\r
510         private System.Windows.Forms.Label label12;\r
511         private System.Windows.Forms.Label label10;\r
512         private System.Windows.Forms.Label label5;\r
513         private System.Windows.Forms.Label label11;\r
514         private System.Windows.Forms.Panel panelItemHeader;\r
515         private FleetPanel fleetPanel;\r
516         private ItemTreeView itemTreeView;\r
517         private System.Windows.Forms.RichTextBox richTextBoxMiscText;\r
518         private System.Windows.Forms.ContextMenuStrip contextMenuStrip;\r
519         private System.Windows.Forms.ToolStripMenuItem copyToolStripMenuItem;\r
520         private System.Windows.Forms.ContextMenuStrip contextMenuStripFleetData;\r
521         private System.Windows.Forms.ToolStripMenuItem textToolStripMenuItem;\r
522         private System.Windows.Forms.ToolStripMenuItem deckBuilderToolStripMenuItem;\r
523         private System.Windows.Forms.ContextMenuStrip contextMenuStripShipList;\r
524         private System.Windows.Forms.ToolStripMenuItem csvToolStripMenuItem;\r
525         private System.Windows.Forms.ToolStripMenuItem kantaiSarashiToolStripMenuItem;\r
526         private System.Windows.Forms.Panel panelFleetHeader;\r
527         private System.Windows.Forms.Label labelFleet4;\r
528         private System.Windows.Forms.Label label1Fleet3;\r
529         private System.Windows.Forms.Label labelFleet2;\r
530         private System.Windows.Forms.Label labelFleet1;\r
531         private AntiAirPanel antiAirPanel;\r
532         private AirBattleResultPanel airBattleResultPanel;\r
533     }\r
534 }