OSDN Git Service

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