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.panelShipList = new System.Windows.Forms.Panel();\r
48             this.contextMenuStripShipList = new System.Windows.Forms.ContextMenuStrip(this.components);\r
49             this.csvToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
50             this.kantaiSarashiToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
51             this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);\r
52             this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
53             this.label1 = new System.Windows.Forms.Label();\r
54             this.labelHeaderCond = new System.Windows.Forms.Label();\r
55             this.labelHeaderExp = new System.Windows.Forms.Label();\r
56             this.label3 = new System.Windows.Forms.Label();\r
57             this.checkBoxShipType = new System.Windows.Forms.CheckBox();\r
58             this.panelGroupHeader = new System.Windows.Forms.Panel();\r
59             this.label5 = new System.Windows.Forms.Label();\r
60             this.label9 = new System.Windows.Forms.Label();\r
61             this.label8 = new System.Windows.Forms.Label();\r
62             this.label7 = new System.Windows.Forms.Label();\r
63             this.label6 = new System.Windows.Forms.Label();\r
64             this.comboBoxGroup = new System.Windows.Forms.ComboBox();\r
65             this.label12 = new System.Windows.Forms.Label();\r
66             this.label13 = new System.Windows.Forms.Label();\r
67             this.panelRepairHeader = new System.Windows.Forms.Panel();\r
68             this.label10 = new System.Windows.Forms.Label();\r
69             this.label11 = new System.Windows.Forms.Label();\r
70             this.panelItemHeader = new System.Windows.Forms.Panel();\r
71             this.richTextBoxMiscText = new System.Windows.Forms.RichTextBox();\r
72             this.contextMenuStripFleetData = new System.Windows.Forms.ContextMenuStrip(this.components);\r
73             this.textToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
74             this.deckBuilderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();\r
75             this.equipPanel = new KancolleSniffer.FleetPanel();\r
76             this.itemTreeView = new KancolleSniffer.ItemTreeView();\r
77             this.contextMenuStripShipList.SuspendLayout();\r
78             this.contextMenuStrip.SuspendLayout();\r
79             this.panelGroupHeader.SuspendLayout();\r
80             this.panelRepairHeader.SuspendLayout();\r
81             this.contextMenuStripFleetData.SuspendLayout();\r
82             this.SuspendLayout();\r
83             // \r
84             // panelShipList\r
85             // \r
86             this.panelShipList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) \r
87             | System.Windows.Forms.AnchorStyles.Left)));\r
88             this.panelShipList.AutoScroll = true;\r
89             this.panelShipList.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
90             this.panelShipList.ContextMenuStrip = this.contextMenuStripShipList;\r
91             this.panelShipList.Location = new System.Drawing.Point(6, 23);\r
92             this.panelShipList.Name = "panelShipList";\r
93             this.panelShipList.Size = new System.Drawing.Size(238, 263);\r
94             this.panelShipList.TabIndex = 0;\r
95             // \r
96             // contextMenuStripShipList\r
97             // \r
98             this.contextMenuStripShipList.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
99             this.csvToolStripMenuItem,\r
100             this.kantaiSarashiToolStripMenuItem});\r
101             this.contextMenuStripShipList.Name = "contextMenuStripShipList";\r
102             this.contextMenuStripShipList.Size = new System.Drawing.Size(215, 48);\r
103             // \r
104             // csvToolStripMenuItem\r
105             // \r
106             this.csvToolStripMenuItem.Name = "csvToolStripMenuItem";\r
107             this.csvToolStripMenuItem.Size = new System.Drawing.Size(214, 22);\r
108             this.csvToolStripMenuItem.Text = "CSV形式でコピー(&C)";\r
109             this.csvToolStripMenuItem.Click += new System.EventHandler(this.csvToolStripMenuItem_Click);\r
110             // \r
111             // kantaiSarashiToolStripMenuItem\r
112             // \r
113             this.kantaiSarashiToolStripMenuItem.Name = "kantaiSarashiToolStripMenuItem";\r
114             this.kantaiSarashiToolStripMenuItem.Size = new System.Drawing.Size(214, 22);\r
115             this.kantaiSarashiToolStripMenuItem.Text = "艦隊晒し形式でコピー(&K)";\r
116             this.kantaiSarashiToolStripMenuItem.Click += new System.EventHandler(this.kantaiSarashiToolStripMenuItem_Click);\r
117             // \r
118             // contextMenuStrip\r
119             // \r
120             this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
121             this.copyToolStripMenuItem});\r
122             this.contextMenuStrip.Name = "contextMenuStrip";\r
123             this.contextMenuStrip.Size = new System.Drawing.Size(123, 26);\r
124             // \r
125             // copyToolStripMenuItem\r
126             // \r
127             this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";\r
128             this.copyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));\r
129             this.copyToolStripMenuItem.ShowShortcutKeys = false;\r
130             this.copyToolStripMenuItem.Size = new System.Drawing.Size(122, 22);\r
131             this.copyToolStripMenuItem.Text = "コピー(&C)";\r
132             this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click);\r
133             // \r
134             // label1\r
135             // \r
136             this.label1.AutoSize = true;\r
137             this.label1.Location = new System.Drawing.Point(113, 8);\r
138             this.label1.Name = "label1";\r
139             this.label1.Size = new System.Drawing.Size(20, 12);\r
140             this.label1.TabIndex = 13;\r
141             this.label1.Text = "HP";\r
142             // \r
143             // labelHeaderCond\r
144             // \r
145             this.labelHeaderCond.AutoSize = true;\r
146             this.labelHeaderCond.Location = new System.Drawing.Point(132, 8);\r
147             this.labelHeaderCond.Name = "labelHeaderCond";\r
148             this.labelHeaderCond.Size = new System.Drawing.Size(29, 12);\r
149             this.labelHeaderCond.TabIndex = 13;\r
150             this.labelHeaderCond.Text = "cond";\r
151             this.labelHeaderCond.Click += new System.EventHandler(this.labelHeaderCond_Click);\r
152             // \r
153             // labelHeaderExp\r
154             // \r
155             this.labelHeaderExp.AutoSize = true;\r
156             this.labelHeaderExp.Location = new System.Drawing.Point(200, 8);\r
157             this.labelHeaderExp.Name = "labelHeaderExp";\r
158             this.labelHeaderExp.Size = new System.Drawing.Size(24, 12);\r
159             this.labelHeaderExp.TabIndex = 14;\r
160             this.labelHeaderExp.Text = "Exp";\r
161             this.labelHeaderExp.Click += new System.EventHandler(this.labelHeaderExp_Click);\r
162             // \r
163             // label3\r
164             // \r
165             this.label3.AutoSize = true;\r
166             this.label3.Location = new System.Drawing.Point(168, 8);\r
167             this.label3.Name = "label3";\r
168             this.label3.Size = new System.Drawing.Size(17, 12);\r
169             this.label3.TabIndex = 13;\r
170             this.label3.Text = "Lv";\r
171             // \r
172             // checkBoxShipType\r
173             // \r
174             this.checkBoxShipType.AutoSize = true;\r
175             this.checkBoxShipType.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
176             this.checkBoxShipType.Location = new System.Drawing.Point(58, 6);\r
177             this.checkBoxShipType.Name = "checkBoxShipType";\r
178             this.checkBoxShipType.Size = new System.Drawing.Size(45, 16);\r
179             this.checkBoxShipType.TabIndex = 15;\r
180             this.checkBoxShipType.Text = "艦種";\r
181             this.checkBoxShipType.CheckedChanged += new System.EventHandler(this.checkBoxShipType_CheckedChanged);\r
182             // \r
183             // panelGroupHeader\r
184             // \r
185             this.panelGroupHeader.Controls.Add(this.label5);\r
186             this.panelGroupHeader.Controls.Add(this.label9);\r
187             this.panelGroupHeader.Controls.Add(this.label8);\r
188             this.panelGroupHeader.Controls.Add(this.label7);\r
189             this.panelGroupHeader.Controls.Add(this.label6);\r
190             this.panelGroupHeader.Location = new System.Drawing.Point(103, 3);\r
191             this.panelGroupHeader.Name = "panelGroupHeader";\r
192             this.panelGroupHeader.Size = new System.Drawing.Size(127, 19);\r
193             this.panelGroupHeader.TabIndex = 16;\r
194             // \r
195             // label5\r
196             // \r
197             this.label5.AutoSize = true;\r
198             this.label5.Location = new System.Drawing.Point(1, 5);\r
199             this.label5.Name = "label5";\r
200             this.label5.Size = new System.Drawing.Size(17, 12);\r
201             this.label5.TabIndex = 5;\r
202             this.label5.Text = "Lv";\r
203             // \r
204             // label9\r
205             // \r
206             this.label9.AutoSize = true;\r
207             this.label9.Location = new System.Drawing.Point(101, 5);\r
208             this.label9.Name = "label9";\r
209             this.label9.Size = new System.Drawing.Size(13, 12);\r
210             this.label9.TabIndex = 4;\r
211             this.label9.Text = "D";\r
212             // \r
213             // label8\r
214             // \r
215             this.label8.AutoSize = true;\r
216             this.label8.Location = new System.Drawing.Point(77, 5);\r
217             this.label8.Name = "label8";\r
218             this.label8.Size = new System.Drawing.Size(13, 12);\r
219             this.label8.TabIndex = 3;\r
220             this.label8.Text = "C";\r
221             // \r
222             // label7\r
223             // \r
224             this.label7.AutoSize = true;\r
225             this.label7.Location = new System.Drawing.Point(53, 5);\r
226             this.label7.Name = "label7";\r
227             this.label7.Size = new System.Drawing.Size(13, 12);\r
228             this.label7.TabIndex = 2;\r
229             this.label7.Text = "B";\r
230             // \r
231             // label6\r
232             // \r
233             this.label6.AutoSize = true;\r
234             this.label6.Location = new System.Drawing.Point(29, 5);\r
235             this.label6.Name = "label6";\r
236             this.label6.Size = new System.Drawing.Size(13, 12);\r
237             this.label6.TabIndex = 1;\r
238             this.label6.Text = "A";\r
239             // \r
240             // comboBoxGroup\r
241             // \r
242             this.comboBoxGroup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
243             this.comboBoxGroup.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
244             this.comboBoxGroup.FormattingEnabled = true;\r
245             this.comboBoxGroup.Items.AddRange(new object[] {\r
246             "全員",\r
247             "A",\r
248             "B",\r
249             "C",\r
250             "D",\r
251             "分類",\r
252             "修復",\r
253             "装備",\r
254             "艦隊",\r
255             "情報"});\r
256             this.comboBoxGroup.Location = new System.Drawing.Point(6, 4);\r
257             this.comboBoxGroup.Name = "comboBoxGroup";\r
258             this.comboBoxGroup.Size = new System.Drawing.Size(48, 20);\r
259             this.comboBoxGroup.TabIndex = 1;\r
260             this.comboBoxGroup.SelectedIndexChanged += new System.EventHandler(this.comboBoxGroup_SelectedIndexChanged);\r
261             this.comboBoxGroup.DropDownClosed += new System.EventHandler(this.comboBoxGroup_DropDownClosed);\r
262             // \r
263             // label12\r
264             // \r
265             this.label12.AutoSize = true;\r
266             this.label12.Location = new System.Drawing.Point(27, 5);\r
267             this.label12.Name = "label12";\r
268             this.label12.Size = new System.Drawing.Size(17, 12);\r
269             this.label12.TabIndex = 17;\r
270             this.label12.Text = "Lv";\r
271             // \r
272             // label13\r
273             // \r
274             this.label13.AutoSize = true;\r
275             this.label13.Location = new System.Drawing.Point(60, 5);\r
276             this.label13.Name = "label13";\r
277             this.label13.Size = new System.Drawing.Size(29, 12);\r
278             this.label13.TabIndex = 18;\r
279             this.label13.Text = "入渠";\r
280             // \r
281             // panelRepairHeader\r
282             // \r
283             this.panelRepairHeader.Controls.Add(this.label10);\r
284             this.panelRepairHeader.Controls.Add(this.label12);\r
285             this.panelRepairHeader.Controls.Add(this.label13);\r
286             this.panelRepairHeader.Controls.Add(this.label11);\r
287             this.panelRepairHeader.Location = new System.Drawing.Point(104, 3);\r
288             this.panelRepairHeader.Name = "panelRepairHeader";\r
289             this.panelRepairHeader.Size = new System.Drawing.Size(126, 19);\r
290             this.panelRepairHeader.TabIndex = 2;\r
291             // \r
292             // label10\r
293             // \r
294             this.label10.AutoSize = true;\r
295             this.label10.Location = new System.Drawing.Point(94, 5);\r
296             this.label10.Name = "label10";\r
297             this.label10.Size = new System.Drawing.Size(26, 12);\r
298             this.label10.TabIndex = 19;\r
299             this.label10.Text = "/HP";\r
300             // \r
301             // label11\r
302             // \r
303             this.label11.AutoSize = true;\r
304             this.label11.Location = new System.Drawing.Point(1, 5);\r
305             this.label11.Name = "label11";\r
306             this.label11.Size = new System.Drawing.Size(20, 12);\r
307             this.label11.TabIndex = 17;\r
308             this.label11.Text = "HP";\r
309             // \r
310             // panelItemHeader\r
311             // \r
312             this.panelItemHeader.Location = new System.Drawing.Point(58, 3);\r
313             this.panelItemHeader.Name = "panelItemHeader";\r
314             this.panelItemHeader.Size = new System.Drawing.Size(172, 19);\r
315             this.panelItemHeader.TabIndex = 0;\r
316             // \r
317             // richTextBoxMiscText\r
318             // \r
319             this.richTextBoxMiscText.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) \r
320             | System.Windows.Forms.AnchorStyles.Left) \r
321             | System.Windows.Forms.AnchorStyles.Right)));\r
322             this.richTextBoxMiscText.Location = new System.Drawing.Point(6, 23);\r
323             this.richTextBoxMiscText.Name = "richTextBoxMiscText";\r
324             this.richTextBoxMiscText.ReadOnly = true;\r
325             this.richTextBoxMiscText.Size = new System.Drawing.Size(236, 263);\r
326             this.richTextBoxMiscText.TabIndex = 0;\r
327             this.richTextBoxMiscText.Text = "";\r
328             // \r
329             // contextMenuStripFleetData\r
330             // \r
331             this.contextMenuStripFleetData.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
332             this.textToolStripMenuItem,\r
333             this.deckBuilderToolStripMenuItem});\r
334             this.contextMenuStripFleetData.Name = "contextMenuStripFleetData";\r
335             this.contextMenuStripFleetData.Size = new System.Drawing.Size(252, 48);\r
336             // \r
337             // textToolStripMenuItem\r
338             // \r
339             this.textToolStripMenuItem.Name = "textToolStripMenuItem";\r
340             this.textToolStripMenuItem.Size = new System.Drawing.Size(251, 22);\r
341             this.textToolStripMenuItem.Text = "テキスト形式でコピー(&C)";\r
342             this.textToolStripMenuItem.Click += new System.EventHandler(this.textToolStripMenuItem_Click);\r
343             // \r
344             // deckBuilderToolStripMenuItem\r
345             // \r
346             this.deckBuilderToolStripMenuItem.Name = "deckBuilderToolStripMenuItem";\r
347             this.deckBuilderToolStripMenuItem.Size = new System.Drawing.Size(251, 22);\r
348             this.deckBuilderToolStripMenuItem.Text = "デッキビルダー形式でコピー(&D)";\r
349             this.deckBuilderToolStripMenuItem.Click += new System.EventHandler(this.deckBuilderToolStripMenuItem_Click);\r
350             // \r
351             // equipPanel\r
352             // \r
353             this.equipPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) \r
354             | System.Windows.Forms.AnchorStyles.Left)));\r
355             this.equipPanel.AutoScroll = true;\r
356             this.equipPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
357             this.equipPanel.ContextMenuStrip = this.contextMenuStripFleetData;\r
358             this.equipPanel.Location = new System.Drawing.Point(6, 23);\r
359             this.equipPanel.Name = "equipPanel";\r
360             this.equipPanel.Size = new System.Drawing.Size(238, 263);\r
361             this.equipPanel.TabIndex = 1;\r
362             // \r
363             // itemTreeView\r
364             // \r
365             this.itemTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) \r
366             | System.Windows.Forms.AnchorStyles.Left)));\r
367             this.itemTreeView.ContextMenuStrip = this.contextMenuStrip;\r
368             this.itemTreeView.Location = new System.Drawing.Point(6, 23);\r
369             this.itemTreeView.Name = "itemTreeView";\r
370             this.itemTreeView.Size = new System.Drawing.Size(238, 263);\r
371             this.itemTreeView.TabIndex = 0;\r
372             // \r
373             // ListForm\r
374             // \r
375             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\r
376             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
377             this.ClientSize = new System.Drawing.Size(250, 292);\r
378             this.Controls.Add(this.panelItemHeader);\r
379             this.Controls.Add(this.panelRepairHeader);\r
380             this.Controls.Add(this.panelGroupHeader);\r
381             this.Controls.Add(this.checkBoxShipType);\r
382             this.Controls.Add(this.labelHeaderExp);\r
383             this.Controls.Add(this.labelHeaderCond);\r
384             this.Controls.Add(this.label3);\r
385             this.Controls.Add(this.label1);\r
386             this.Controls.Add(this.richTextBoxMiscText);\r
387             this.Controls.Add(this.equipPanel);\r
388             this.Controls.Add(this.itemTreeView);\r
389             this.Controls.Add(this.panelShipList);\r
390             this.Controls.Add(this.comboBoxGroup);\r
391             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
392             this.KeyPreview = true;\r
393             this.MaximizeBox = false;\r
394             this.Name = "ListForm";\r
395             this.Text = "一覧";\r
396             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ShipListForm_FormClosing);\r
397             this.Load += new System.EventHandler(this.ShipListForm_Load);\r
398             this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ShipListForm_KeyPress);\r
399             this.contextMenuStripShipList.ResumeLayout(false);\r
400             this.contextMenuStrip.ResumeLayout(false);\r
401             this.panelGroupHeader.ResumeLayout(false);\r
402             this.panelGroupHeader.PerformLayout();\r
403             this.panelRepairHeader.ResumeLayout(false);\r
404             this.panelRepairHeader.PerformLayout();\r
405             this.contextMenuStripFleetData.ResumeLayout(false);\r
406             this.ResumeLayout(false);\r
407             this.PerformLayout();\r
408 \r
409         }\r
410 \r
411         #endregion\r
412 \r
413         private System.Windows.Forms.Panel panelShipList;\r
414         private System.Windows.Forms.Label label1;\r
415         private System.Windows.Forms.Label labelHeaderCond;\r
416         private System.Windows.Forms.Label labelHeaderExp;\r
417         private System.Windows.Forms.Label label3;\r
418         private System.Windows.Forms.CheckBox checkBoxShipType;\r
419         private System.Windows.Forms.Panel panelGroupHeader;\r
420         private System.Windows.Forms.Label label6;\r
421         private System.Windows.Forms.Label label9;\r
422         private System.Windows.Forms.Label label8;\r
423         private System.Windows.Forms.Label label7;\r
424         private System.Windows.Forms.ComboBox comboBoxGroup;\r
425         private System.Windows.Forms.Panel panelRepairHeader;\r
426         private System.Windows.Forms.Label label13;\r
427         private System.Windows.Forms.Label label12;\r
428         private System.Windows.Forms.Label label10;\r
429         private System.Windows.Forms.Label label5;\r
430         private System.Windows.Forms.Label label11;\r
431         private System.Windows.Forms.Panel panelItemHeader;\r
432         private FleetPanel equipPanel;\r
433         private ItemTreeView itemTreeView;\r
434         private System.Windows.Forms.RichTextBox richTextBoxMiscText;\r
435         private System.Windows.Forms.ContextMenuStrip contextMenuStrip;\r
436         private System.Windows.Forms.ToolStripMenuItem copyToolStripMenuItem;\r
437         private System.Windows.Forms.ContextMenuStrip contextMenuStripFleetData;\r
438         private System.Windows.Forms.ToolStripMenuItem textToolStripMenuItem;\r
439         private System.Windows.Forms.ToolStripMenuItem deckBuilderToolStripMenuItem;\r
440         private System.Windows.Forms.ContextMenuStrip contextMenuStripShipList;\r
441         private System.Windows.Forms.ToolStripMenuItem csvToolStripMenuItem;\r
442         private System.Windows.Forms.ToolStripMenuItem kantaiSarashiToolStripMenuItem;\r
443     }\r
444 }