OSDN Git Service

明石タイマーの実装を正確にする
[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.richTextBoxMiscText = new System.Windows.Forms.RichTextBox();\r
69             this.equipPanel = new KancolleSniffer.EquipPanel();\r
70             this.itemTreeView = new KancolleSniffer.ItemTreeView();\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.Location = new System.Drawing.Point(6, 23);\r
82             this.panelShipList.Name = "panelShipList";\r
83             this.panelShipList.Size = new System.Drawing.Size(238, 263);\r
84             this.panelShipList.TabIndex = 0;\r
85             // \r
86             // label1\r
87             // \r
88             this.label1.AutoSize = true;\r
89             this.label1.Location = new System.Drawing.Point(113, 8);\r
90             this.label1.Name = "label1";\r
91             this.label1.Size = new System.Drawing.Size(20, 12);\r
92             this.label1.TabIndex = 13;\r
93             this.label1.Text = "HP";\r
94             // \r
95             // label2\r
96             // \r
97             this.label2.AutoSize = true;\r
98             this.label2.Location = new System.Drawing.Point(132, 8);\r
99             this.label2.Name = "label2";\r
100             this.label2.Size = new System.Drawing.Size(29, 12);\r
101             this.label2.TabIndex = 13;\r
102             this.label2.Text = "cond";\r
103             // \r
104             // label4\r
105             // \r
106             this.label4.AutoSize = true;\r
107             this.label4.Location = new System.Drawing.Point(200, 8);\r
108             this.label4.Name = "label4";\r
109             this.label4.Size = new System.Drawing.Size(24, 12);\r
110             this.label4.TabIndex = 14;\r
111             this.label4.Text = "Exp";\r
112             // \r
113             // label3\r
114             // \r
115             this.label3.AutoSize = true;\r
116             this.label3.Location = new System.Drawing.Point(168, 8);\r
117             this.label3.Name = "label3";\r
118             this.label3.Size = new System.Drawing.Size(17, 12);\r
119             this.label3.TabIndex = 13;\r
120             this.label3.Text = "Lv";\r
121             // \r
122             // checkBoxShipType\r
123             // \r
124             this.checkBoxShipType.AutoSize = true;\r
125             this.checkBoxShipType.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
126             this.checkBoxShipType.Location = new System.Drawing.Point(58, 6);\r
127             this.checkBoxShipType.Name = "checkBoxShipType";\r
128             this.checkBoxShipType.Size = new System.Drawing.Size(45, 16);\r
129             this.checkBoxShipType.TabIndex = 15;\r
130             this.checkBoxShipType.Text = "艦種";\r
131             this.checkBoxShipType.CheckedChanged += new System.EventHandler(this.checkBoxShipType_CheckedChanged);\r
132             // \r
133             // panelGroupHeader\r
134             // \r
135             this.panelGroupHeader.Controls.Add(this.label5);\r
136             this.panelGroupHeader.Controls.Add(this.label9);\r
137             this.panelGroupHeader.Controls.Add(this.label8);\r
138             this.panelGroupHeader.Controls.Add(this.label7);\r
139             this.panelGroupHeader.Controls.Add(this.label6);\r
140             this.panelGroupHeader.Location = new System.Drawing.Point(103, 3);\r
141             this.panelGroupHeader.Name = "panelGroupHeader";\r
142             this.panelGroupHeader.Size = new System.Drawing.Size(119, 19);\r
143             this.panelGroupHeader.TabIndex = 16;\r
144             // \r
145             // label5\r
146             // \r
147             this.label5.AutoSize = true;\r
148             this.label5.Location = new System.Drawing.Point(1, 5);\r
149             this.label5.Name = "label5";\r
150             this.label5.Size = new System.Drawing.Size(17, 12);\r
151             this.label5.TabIndex = 5;\r
152             this.label5.Text = "Lv";\r
153             // \r
154             // label9\r
155             // \r
156             this.label9.AutoSize = true;\r
157             this.label9.Location = new System.Drawing.Point(101, 5);\r
158             this.label9.Name = "label9";\r
159             this.label9.Size = new System.Drawing.Size(13, 12);\r
160             this.label9.TabIndex = 4;\r
161             this.label9.Text = "D";\r
162             // \r
163             // label8\r
164             // \r
165             this.label8.AutoSize = true;\r
166             this.label8.Location = new System.Drawing.Point(77, 5);\r
167             this.label8.Name = "label8";\r
168             this.label8.Size = new System.Drawing.Size(13, 12);\r
169             this.label8.TabIndex = 3;\r
170             this.label8.Text = "C";\r
171             // \r
172             // label7\r
173             // \r
174             this.label7.AutoSize = true;\r
175             this.label7.Location = new System.Drawing.Point(53, 5);\r
176             this.label7.Name = "label7";\r
177             this.label7.Size = new System.Drawing.Size(13, 12);\r
178             this.label7.TabIndex = 2;\r
179             this.label7.Text = "B";\r
180             // \r
181             // label6\r
182             // \r
183             this.label6.AutoSize = true;\r
184             this.label6.Location = new System.Drawing.Point(29, 5);\r
185             this.label6.Name = "label6";\r
186             this.label6.Size = new System.Drawing.Size(13, 12);\r
187             this.label6.TabIndex = 1;\r
188             this.label6.Text = "A";\r
189             // \r
190             // comboBoxGroup\r
191             // \r
192             this.comboBoxGroup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
193             this.comboBoxGroup.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
194             this.comboBoxGroup.FormattingEnabled = true;\r
195             this.comboBoxGroup.Items.AddRange(new object[] {\r
196             "全員",\r
197             "A",\r
198             "B",\r
199             "C",\r
200             "D",\r
201             "分類",\r
202             "修復",\r
203             "装備",\r
204             "艦隊",\r
205             "情報"});\r
206             this.comboBoxGroup.Location = new System.Drawing.Point(6, 4);\r
207             this.comboBoxGroup.Name = "comboBoxGroup";\r
208             this.comboBoxGroup.Size = new System.Drawing.Size(48, 20);\r
209             this.comboBoxGroup.TabIndex = 1;\r
210             this.comboBoxGroup.SelectedIndexChanged += new System.EventHandler(this.comboBoxGroup_SelectedIndexChanged);\r
211             // \r
212             // label12\r
213             // \r
214             this.label12.AutoSize = true;\r
215             this.label12.Location = new System.Drawing.Point(27, 5);\r
216             this.label12.Name = "label12";\r
217             this.label12.Size = new System.Drawing.Size(17, 12);\r
218             this.label12.TabIndex = 17;\r
219             this.label12.Text = "Lv";\r
220             // \r
221             // label13\r
222             // \r
223             this.label13.AutoSize = true;\r
224             this.label13.Location = new System.Drawing.Point(60, 5);\r
225             this.label13.Name = "label13";\r
226             this.label13.Size = new System.Drawing.Size(29, 12);\r
227             this.label13.TabIndex = 18;\r
228             this.label13.Text = "入渠";\r
229             // \r
230             // panelRepairHeader\r
231             // \r
232             this.panelRepairHeader.Controls.Add(this.label10);\r
233             this.panelRepairHeader.Controls.Add(this.label12);\r
234             this.panelRepairHeader.Controls.Add(this.label13);\r
235             this.panelRepairHeader.Controls.Add(this.label11);\r
236             this.panelRepairHeader.Location = new System.Drawing.Point(104, 3);\r
237             this.panelRepairHeader.Name = "panelRepairHeader";\r
238             this.panelRepairHeader.Size = new System.Drawing.Size(120, 19);\r
239             this.panelRepairHeader.TabIndex = 2;\r
240             // \r
241             // label10\r
242             // \r
243             this.label10.AutoSize = true;\r
244             this.label10.Location = new System.Drawing.Point(94, 5);\r
245             this.label10.Name = "label10";\r
246             this.label10.Size = new System.Drawing.Size(26, 12);\r
247             this.label10.TabIndex = 19;\r
248             this.label10.Text = "/HP";\r
249             // \r
250             // label11\r
251             // \r
252             this.label11.AutoSize = true;\r
253             this.label11.Location = new System.Drawing.Point(1, 5);\r
254             this.label11.Name = "label11";\r
255             this.label11.Size = new System.Drawing.Size(20, 12);\r
256             this.label11.TabIndex = 17;\r
257             this.label11.Text = "HP";\r
258             // \r
259             // panelItemHeader\r
260             // \r
261             this.panelItemHeader.Location = new System.Drawing.Point(58, 3);\r
262             this.panelItemHeader.Name = "panelItemHeader";\r
263             this.panelItemHeader.Size = new System.Drawing.Size(166, 19);\r
264             this.panelItemHeader.TabIndex = 0;\r
265             // \r
266             // richTextBoxMiscText\r
267             // \r
268             this.richTextBoxMiscText.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) \r
269             | System.Windows.Forms.AnchorStyles.Left) \r
270             | System.Windows.Forms.AnchorStyles.Right)));\r
271             this.richTextBoxMiscText.Location = new System.Drawing.Point(6, 23);\r
272             this.richTextBoxMiscText.Name = "richTextBoxMiscText";\r
273             this.richTextBoxMiscText.ReadOnly = true;\r
274             this.richTextBoxMiscText.Size = new System.Drawing.Size(236, 263);\r
275             this.richTextBoxMiscText.TabIndex = 0;\r
276             this.richTextBoxMiscText.Text = "";\r
277             // \r
278             // equipPanel\r
279             // \r
280             this.equipPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) \r
281             | System.Windows.Forms.AnchorStyles.Left) \r
282             | System.Windows.Forms.AnchorStyles.Right)));\r
283             this.equipPanel.AutoScroll = true;\r
284             this.equipPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
285             this.equipPanel.Location = new System.Drawing.Point(6, 23);\r
286             this.equipPanel.Name = "equipPanel";\r
287             this.equipPanel.Size = new System.Drawing.Size(238, 263);\r
288             this.equipPanel.TabIndex = 1;\r
289             // \r
290             // itemTreeView\r
291             // \r
292             this.itemTreeView.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.itemTreeView.Location = new System.Drawing.Point(6, 23);\r
296             this.itemTreeView.Name = "itemTreeView";\r
297             this.itemTreeView.Size = new System.Drawing.Size(238, 263);\r
298             this.itemTreeView.TabIndex = 0;\r
299             // \r
300             // ShipListForm\r
301             // \r
302             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\r
303             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
304             this.ClientSize = new System.Drawing.Size(250, 292);\r
305             this.Controls.Add(this.panelItemHeader);\r
306             this.Controls.Add(this.panelRepairHeader);\r
307             this.Controls.Add(this.panelGroupHeader);\r
308             this.Controls.Add(this.checkBoxShipType);\r
309             this.Controls.Add(this.label4);\r
310             this.Controls.Add(this.label2);\r
311             this.Controls.Add(this.label3);\r
312             this.Controls.Add(this.label1);\r
313             this.Controls.Add(this.richTextBoxMiscText);\r
314             this.Controls.Add(this.equipPanel);\r
315             this.Controls.Add(this.itemTreeView);\r
316             this.Controls.Add(this.panelShipList);\r
317             this.Controls.Add(this.comboBoxGroup);\r
318             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
319             this.KeyPreview = true;\r
320             this.MaximizeBox = false;\r
321             this.Name = "ShipListForm";\r
322             this.Text = "一覧";\r
323             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ShipListForm_FormClosing);\r
324             this.Load += new System.EventHandler(this.ShipListForm_Load);\r
325             this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ShipListForm_KeyPress);\r
326             this.panelGroupHeader.ResumeLayout(false);\r
327             this.panelGroupHeader.PerformLayout();\r
328             this.panelRepairHeader.ResumeLayout(false);\r
329             this.panelRepairHeader.PerformLayout();\r
330             this.ResumeLayout(false);\r
331             this.PerformLayout();\r
332 \r
333         }\r
334 \r
335         #endregion\r
336 \r
337         private System.Windows.Forms.Panel panelShipList;\r
338         private System.Windows.Forms.Label label1;\r
339         private System.Windows.Forms.Label label2;\r
340         private System.Windows.Forms.Label label4;\r
341         private System.Windows.Forms.Label label3;\r
342         private System.Windows.Forms.CheckBox checkBoxShipType;\r
343         private System.Windows.Forms.Panel panelGroupHeader;\r
344         private System.Windows.Forms.Label label6;\r
345         private System.Windows.Forms.Label label9;\r
346         private System.Windows.Forms.Label label8;\r
347         private System.Windows.Forms.Label label7;\r
348         private System.Windows.Forms.ComboBox comboBoxGroup;\r
349         private System.Windows.Forms.Panel panelRepairHeader;\r
350         private System.Windows.Forms.Label label13;\r
351         private System.Windows.Forms.Label label12;\r
352         private System.Windows.Forms.Label label10;\r
353         private System.Windows.Forms.Label label5;\r
354         private System.Windows.Forms.Label label11;\r
355         private System.Windows.Forms.Panel panelItemHeader;\r
356         private EquipPanel equipPanel;\r
357         private ItemTreeView itemTreeView;\r
358         private System.Windows.Forms.RichTextBox richTextBoxMiscText;\r
359     }\r
360 }