OSDN Git Service

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