OSDN Git Service

sourceforge.jpからosdn.jpへの変更に対応する
[kancollesniffer/KancolleSniffer.git] / KancolleSniffer / ShipListForm.Designer.cs
1 // Copyright (C) 2014 Kazuhiro Fujieda <fujieda@users.osdn.me>\r
2 // \r
3 // This program is part of KancolleSniffer.\r
4 //\r
5 // KancolleSniffer is free software: you can redistribute it and/or modify\r
6 // it under the terms of the GNU General Public License as published by\r
7 // the Free Software Foundation, either version 3 of the License, or\r
8 // (at your option) any later version.\r
9 //\r
10 // This program is distributed in the hope that it will be useful,\r
11 // but WITHOUT ANY WARRANTY; without even the implied warranty of\r
12 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
13 // GNU General Public License for more details.\r
14 //\r
15 // You should have received a copy of the GNU General Public License\r
16 // along with this program; if not, see <http://www.gnu.org/licenses/>.\r
17 \r
18 namespace KancolleSniffer\r
19 {\r
20     partial class ShipListForm\r
21     {\r
22         /// <summary>\r
23         /// Required designer variable.\r
24         /// </summary>\r
25         private System.ComponentModel.IContainer components = null;\r
26 \r
27         /// <summary>\r
28         /// Clean up any resources being used.\r
29         /// </summary>\r
30         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
31         protected override void Dispose(bool disposing)\r
32         {\r
33             if (disposing && (components != null))\r
34             {\r
35                 components.Dispose();\r
36             }\r
37             base.Dispose(disposing);\r
38         }\r
39 \r
40         #region Windows Form Designer generated code\r
41 \r
42         /// <summary>\r
43         /// Required method for Designer support - do not modify\r
44         /// the contents of this method with the code editor.\r
45         /// </summary>\r
46         private void InitializeComponent()\r
47         {\r
48             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ShipListForm));\r
49             this.panelShipList = new System.Windows.Forms.Panel();\r
50             this.label1 = new System.Windows.Forms.Label();\r
51             this.label2 = new System.Windows.Forms.Label();\r
52             this.label4 = 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.equipPanel = new KancolleSniffer.EquipPanel();\r
69             this.itemTreeView = new KancolleSniffer.ItemTreeView();\r
70             this.panelShipList.SuspendLayout();\r
71             this.panelGroupHeader.SuspendLayout();\r
72             this.panelRepairHeader.SuspendLayout();\r
73             this.SuspendLayout();\r
74             // \r
75             // panelShipList\r
76             // \r
77             this.panelShipList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) \r
78             | System.Windows.Forms.AnchorStyles.Left)));\r
79             this.panelShipList.AutoScroll = true;\r
80             this.panelShipList.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
81             this.panelShipList.Controls.Add(this.equipPanel);\r
82             this.panelShipList.Controls.Add(this.itemTreeView);\r
83             this.panelShipList.Location = new System.Drawing.Point(6, 23);\r
84             this.panelShipList.Name = "panelShipList";\r
85             this.panelShipList.Size = new System.Drawing.Size(238, 263);\r
86             this.panelShipList.TabIndex = 0;\r
87             // \r
88             // label1\r
89             // \r
90             this.label1.AutoSize = true;\r
91             this.label1.Location = new System.Drawing.Point(113, 8);\r
92             this.label1.Name = "label1";\r
93             this.label1.Size = new System.Drawing.Size(20, 12);\r
94             this.label1.TabIndex = 13;\r
95             this.label1.Text = "HP";\r
96             // \r
97             // label2\r
98             // \r
99             this.label2.AutoSize = true;\r
100             this.label2.Location = new System.Drawing.Point(132, 8);\r
101             this.label2.Name = "label2";\r
102             this.label2.Size = new System.Drawing.Size(29, 12);\r
103             this.label2.TabIndex = 13;\r
104             this.label2.Text = "cond";\r
105             // \r
106             // label4\r
107             // \r
108             this.label4.AutoSize = true;\r
109             this.label4.Location = new System.Drawing.Point(200, 8);\r
110             this.label4.Name = "label4";\r
111             this.label4.Size = new System.Drawing.Size(24, 12);\r
112             this.label4.TabIndex = 14;\r
113             this.label4.Text = "Exp";\r
114             // \r
115             // label3\r
116             // \r
117             this.label3.AutoSize = true;\r
118             this.label3.Location = new System.Drawing.Point(168, 8);\r
119             this.label3.Name = "label3";\r
120             this.label3.Size = new System.Drawing.Size(17, 12);\r
121             this.label3.TabIndex = 13;\r
122             this.label3.Text = "Lv";\r
123             // \r
124             // checkBoxShipType\r
125             // \r
126             this.checkBoxShipType.AutoSize = true;\r
127             this.checkBoxShipType.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
128             this.checkBoxShipType.Location = new System.Drawing.Point(58, 6);\r
129             this.checkBoxShipType.Name = "checkBoxShipType";\r
130             this.checkBoxShipType.Size = new System.Drawing.Size(45, 16);\r
131             this.checkBoxShipType.TabIndex = 15;\r
132             this.checkBoxShipType.Text = "艦種";\r
133             this.checkBoxShipType.CheckedChanged += new System.EventHandler(this.checkBoxShipType_CheckedChanged);\r
134             // \r
135             // panelGroupHeader\r
136             // \r
137             this.panelGroupHeader.Controls.Add(this.label5);\r
138             this.panelGroupHeader.Controls.Add(this.label9);\r
139             this.panelGroupHeader.Controls.Add(this.label8);\r
140             this.panelGroupHeader.Controls.Add(this.label7);\r
141             this.panelGroupHeader.Controls.Add(this.label6);\r
142             this.panelGroupHeader.Location = new System.Drawing.Point(103, 3);\r
143             this.panelGroupHeader.Name = "panelGroupHeader";\r
144             this.panelGroupHeader.Size = new System.Drawing.Size(119, 19);\r
145             this.panelGroupHeader.TabIndex = 16;\r
146             // \r
147             // label5\r
148             // \r
149             this.label5.AutoSize = true;\r
150             this.label5.Location = new System.Drawing.Point(1, 5);\r
151             this.label5.Name = "label5";\r
152             this.label5.Size = new System.Drawing.Size(17, 12);\r
153             this.label5.TabIndex = 5;\r
154             this.label5.Text = "Lv";\r
155             // \r
156             // label9\r
157             // \r
158             this.label9.AutoSize = true;\r
159             this.label9.Location = new System.Drawing.Point(101, 5);\r
160             this.label9.Name = "label9";\r
161             this.label9.Size = new System.Drawing.Size(13, 12);\r
162             this.label9.TabIndex = 4;\r
163             this.label9.Text = "D";\r
164             // \r
165             // label8\r
166             // \r
167             this.label8.AutoSize = true;\r
168             this.label8.Location = new System.Drawing.Point(77, 5);\r
169             this.label8.Name = "label8";\r
170             this.label8.Size = new System.Drawing.Size(13, 12);\r
171             this.label8.TabIndex = 3;\r
172             this.label8.Text = "C";\r
173             // \r
174             // label7\r
175             // \r
176             this.label7.AutoSize = true;\r
177             this.label7.Location = new System.Drawing.Point(53, 5);\r
178             this.label7.Name = "label7";\r
179             this.label7.Size = new System.Drawing.Size(13, 12);\r
180             this.label7.TabIndex = 2;\r
181             this.label7.Text = "B";\r
182             // \r
183             // label6\r
184             // \r
185             this.label6.AutoSize = true;\r
186             this.label6.Location = new System.Drawing.Point(29, 5);\r
187             this.label6.Name = "label6";\r
188             this.label6.Size = new System.Drawing.Size(13, 12);\r
189             this.label6.TabIndex = 1;\r
190             this.label6.Text = "A";\r
191             // \r
192             // comboBoxGroup\r
193             // \r
194             this.comboBoxGroup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
195             this.comboBoxGroup.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
196             this.comboBoxGroup.FormattingEnabled = true;\r
197             this.comboBoxGroup.Items.AddRange(new object[] {\r
198             "全員",\r
199             "A",\r
200             "B",\r
201             "C",\r
202             "D",\r
203             "分類",\r
204             "修復",\r
205             "装備",\r
206             "艦隊"});\r
207             this.comboBoxGroup.Location = new System.Drawing.Point(6, 4);\r
208             this.comboBoxGroup.Name = "comboBoxGroup";\r
209             this.comboBoxGroup.Size = new System.Drawing.Size(48, 20);\r
210             this.comboBoxGroup.TabIndex = 1;\r
211             this.comboBoxGroup.SelectedIndexChanged += new System.EventHandler(this.comboBoxGroup_SelectedIndexChanged);\r
212             // \r
213             // label12\r
214             // \r
215             this.label12.AutoSize = true;\r
216             this.label12.Location = new System.Drawing.Point(27, 5);\r
217             this.label12.Name = "label12";\r
218             this.label12.Size = new System.Drawing.Size(17, 12);\r
219             this.label12.TabIndex = 17;\r
220             this.label12.Text = "Lv";\r
221             // \r
222             // label13\r
223             // \r
224             this.label13.AutoSize = true;\r
225             this.label13.Location = new System.Drawing.Point(60, 5);\r
226             this.label13.Name = "label13";\r
227             this.label13.Size = new System.Drawing.Size(29, 12);\r
228             this.label13.TabIndex = 18;\r
229             this.label13.Text = "入渠";\r
230             // \r
231             // panelRepairHeader\r
232             // \r
233             this.panelRepairHeader.Controls.Add(this.label10);\r
234             this.panelRepairHeader.Controls.Add(this.label12);\r
235             this.panelRepairHeader.Controls.Add(this.label13);\r
236             this.panelRepairHeader.Controls.Add(this.label11);\r
237             this.panelRepairHeader.Location = new System.Drawing.Point(104, 3);\r
238             this.panelRepairHeader.Name = "panelRepairHeader";\r
239             this.panelRepairHeader.Size = new System.Drawing.Size(120, 19);\r
240             this.panelRepairHeader.TabIndex = 2;\r
241             // \r
242             // label10\r
243             // \r
244             this.label10.AutoSize = true;\r
245             this.label10.Location = new System.Drawing.Point(94, 5);\r
246             this.label10.Name = "label10";\r
247             this.label10.Size = new System.Drawing.Size(26, 12);\r
248             this.label10.TabIndex = 19;\r
249             this.label10.Text = "/HP";\r
250             // \r
251             // label11\r
252             // \r
253             this.label11.AutoSize = true;\r
254             this.label11.Location = new System.Drawing.Point(1, 5);\r
255             this.label11.Name = "label11";\r
256             this.label11.Size = new System.Drawing.Size(20, 12);\r
257             this.label11.TabIndex = 17;\r
258             this.label11.Text = "HP";\r
259             // \r
260             // panelItemHeader\r
261             // \r
262             this.panelItemHeader.Location = new System.Drawing.Point(58, 3);\r
263             this.panelItemHeader.Name = "panelItemHeader";\r
264             this.panelItemHeader.Size = new System.Drawing.Size(166, 19);\r
265             this.panelItemHeader.TabIndex = 0;\r
266             // \r
267             // equipPanel\r
268             // \r
269             this.equipPanel.AutoScroll = true;\r
270             this.equipPanel.Dock = System.Windows.Forms.DockStyle.Fill;\r
271             this.equipPanel.Location = new System.Drawing.Point(0, 0);\r
272             this.equipPanel.Name = "equipPanel";\r
273             this.equipPanel.Size = new System.Drawing.Size(236, 261);\r
274             this.equipPanel.TabIndex = 1;\r
275             // \r
276             // itemTreeView\r
277             // \r
278             this.itemTreeView.Dock = System.Windows.Forms.DockStyle.Fill;\r
279             this.itemTreeView.Location = new System.Drawing.Point(0, 0);\r
280             this.itemTreeView.Name = "itemTreeView";\r
281             this.itemTreeView.Size = new System.Drawing.Size(236, 261);\r
282             this.itemTreeView.TabIndex = 0;\r
283             // \r
284             // ShipListForm\r
285             // \r
286             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\r
287             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
288             this.ClientSize = new System.Drawing.Size(250, 292);\r
289             this.Controls.Add(this.panelItemHeader);\r
290             this.Controls.Add(this.panelRepairHeader);\r
291             this.Controls.Add(this.panelGroupHeader);\r
292             this.Controls.Add(this.checkBoxShipType);\r
293             this.Controls.Add(this.label4);\r
294             this.Controls.Add(this.label2);\r
295             this.Controls.Add(this.label3);\r
296             this.Controls.Add(this.label1);\r
297             this.Controls.Add(this.panelShipList);\r
298             this.Controls.Add(this.comboBoxGroup);\r
299             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
300             this.KeyPreview = true;\r
301             this.MaximizeBox = false;\r
302             this.Name = "ShipListForm";\r
303             this.Text = "一覧";\r
304             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ShipListForm_FormClosing);\r
305             this.Load += new System.EventHandler(this.ShipListForm_Load);\r
306             this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ShipListForm_KeyPress);\r
307             this.panelShipList.ResumeLayout(false);\r
308             this.panelGroupHeader.ResumeLayout(false);\r
309             this.panelGroupHeader.PerformLayout();\r
310             this.panelRepairHeader.ResumeLayout(false);\r
311             this.panelRepairHeader.PerformLayout();\r
312             this.ResumeLayout(false);\r
313             this.PerformLayout();\r
314 \r
315         }\r
316 \r
317         #endregion\r
318 \r
319         private System.Windows.Forms.Panel panelShipList;\r
320         private System.Windows.Forms.Label label1;\r
321         private System.Windows.Forms.Label label2;\r
322         private System.Windows.Forms.Label label4;\r
323         private System.Windows.Forms.Label label3;\r
324         private System.Windows.Forms.CheckBox checkBoxShipType;\r
325         private System.Windows.Forms.Panel panelGroupHeader;\r
326         private System.Windows.Forms.Label label6;\r
327         private System.Windows.Forms.Label label9;\r
328         private System.Windows.Forms.Label label8;\r
329         private System.Windows.Forms.Label label7;\r
330         private System.Windows.Forms.ComboBox comboBoxGroup;\r
331         private System.Windows.Forms.Panel panelRepairHeader;\r
332         private System.Windows.Forms.Label label13;\r
333         private System.Windows.Forms.Label label12;\r
334         private System.Windows.Forms.Label label10;\r
335         private System.Windows.Forms.Label label5;\r
336         private System.Windows.Forms.Label label11;\r
337         private System.Windows.Forms.Panel panelItemHeader;\r
338         private EquipPanel equipPanel;\r
339         private ItemTreeView itemTreeView;\r
340     }\r
341 }