OSDN Git Service

艦娘一覧のグループ分け機能を実装する
[kancollesniffer/KancolleSniffer.git] / KancolleSniffer / ShipListForm.Designer.cs
1 // Copyright (C) 2014 Kazuhiro Fujieda <fujieda@users.sourceforge.jp>\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.label9 = new System.Windows.Forms.Label();\r
57             this.label8 = new System.Windows.Forms.Label();\r
58             this.label7 = new System.Windows.Forms.Label();\r
59             this.label6 = new System.Windows.Forms.Label();\r
60             this.comboBoxGroup = new System.Windows.Forms.ComboBox();\r
61             this.panelGroupHeader.SuspendLayout();\r
62             this.SuspendLayout();\r
63             // \r
64             // panelShipList\r
65             // \r
66             this.panelShipList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) \r
67             | System.Windows.Forms.AnchorStyles.Left)));\r
68             this.panelShipList.AutoScroll = true;\r
69             this.panelShipList.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
70             this.panelShipList.Location = new System.Drawing.Point(6, 23);\r
71             this.panelShipList.Name = "panelShipList";\r
72             this.panelShipList.Size = new System.Drawing.Size(252, 233);\r
73             this.panelShipList.TabIndex = 0;\r
74             // \r
75             // label1\r
76             // \r
77             this.label1.AutoSize = true;\r
78             this.label1.Location = new System.Drawing.Point(105, 8);\r
79             this.label1.Name = "label1";\r
80             this.label1.Size = new System.Drawing.Size(29, 12);\r
81             this.label1.TabIndex = 13;\r
82             this.label1.Text = "耐久";\r
83             // \r
84             // label2\r
85             // \r
86             this.label2.AutoSize = true;\r
87             this.label2.Location = new System.Drawing.Point(134, 8);\r
88             this.label2.Name = "label2";\r
89             this.label2.Size = new System.Drawing.Size(29, 12);\r
90             this.label2.TabIndex = 13;\r
91             this.label2.Text = "cond";\r
92             // \r
93             // label4\r
94             // \r
95             this.label4.AutoSize = true;\r
96             this.label4.Location = new System.Drawing.Point(199, 8);\r
97             this.label4.Name = "label4";\r
98             this.label4.Size = new System.Drawing.Size(41, 12);\r
99             this.label4.TabIndex = 14;\r
100             this.label4.Text = "経験値";\r
101             // \r
102             // label3\r
103             // \r
104             this.label3.AutoSize = true;\r
105             this.label3.Location = new System.Drawing.Point(163, 8);\r
106             this.label3.Name = "label3";\r
107             this.label3.Size = new System.Drawing.Size(34, 12);\r
108             this.label3.TabIndex = 13;\r
109             this.label3.Text = "レベル";\r
110             // \r
111             // checkBoxShipType\r
112             // \r
113             this.checkBoxShipType.AutoSize = true;\r
114             this.checkBoxShipType.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
115             this.checkBoxShipType.Location = new System.Drawing.Point(58, 6);\r
116             this.checkBoxShipType.Name = "checkBoxShipType";\r
117             this.checkBoxShipType.Size = new System.Drawing.Size(45, 16);\r
118             this.checkBoxShipType.TabIndex = 15;\r
119             this.checkBoxShipType.Text = "艦種";\r
120             this.checkBoxShipType.CheckedChanged += new System.EventHandler(this.checkBoxShipType_CheckedChanged);\r
121             // \r
122             // panelGroupHeader\r
123             // \r
124             this.panelGroupHeader.Controls.Add(this.label9);\r
125             this.panelGroupHeader.Controls.Add(this.label8);\r
126             this.panelGroupHeader.Controls.Add(this.label7);\r
127             this.panelGroupHeader.Controls.Add(this.label6);\r
128             this.panelGroupHeader.Location = new System.Drawing.Point(104, 3);\r
129             this.panelGroupHeader.Name = "panelGroupHeader";\r
130             this.panelGroupHeader.Size = new System.Drawing.Size(136, 19);\r
131             this.panelGroupHeader.TabIndex = 16;\r
132             this.panelGroupHeader.Visible = false;\r
133             // \r
134             // label9\r
135             // \r
136             this.label9.AutoSize = true;\r
137             this.label9.Location = new System.Drawing.Point(103, 5);\r
138             this.label9.Name = "label9";\r
139             this.label9.Size = new System.Drawing.Size(13, 12);\r
140             this.label9.TabIndex = 4;\r
141             this.label9.Text = "D";\r
142             // \r
143             // label8\r
144             // \r
145             this.label8.AutoSize = true;\r
146             this.label8.Location = new System.Drawing.Point(73, 5);\r
147             this.label8.Name = "label8";\r
148             this.label8.Size = new System.Drawing.Size(13, 12);\r
149             this.label8.TabIndex = 3;\r
150             this.label8.Text = "C";\r
151             // \r
152             // label7\r
153             // \r
154             this.label7.AutoSize = true;\r
155             this.label7.Location = new System.Drawing.Point(43, 5);\r
156             this.label7.Name = "label7";\r
157             this.label7.Size = new System.Drawing.Size(13, 12);\r
158             this.label7.TabIndex = 2;\r
159             this.label7.Text = "B";\r
160             // \r
161             // label6\r
162             // \r
163             this.label6.AutoSize = true;\r
164             this.label6.Location = new System.Drawing.Point(13, 5);\r
165             this.label6.Name = "label6";\r
166             this.label6.Size = new System.Drawing.Size(13, 12);\r
167             this.label6.TabIndex = 1;\r
168             this.label6.Text = "A";\r
169             // \r
170             // comboBoxGroup\r
171             // \r
172             this.comboBoxGroup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;\r
173             this.comboBoxGroup.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
174             this.comboBoxGroup.FormattingEnabled = true;\r
175             this.comboBoxGroup.Items.AddRange(new object[] {\r
176             "全員",\r
177             "A",\r
178             "B",\r
179             "C",\r
180             "D",\r
181             "設定"});\r
182             this.comboBoxGroup.Location = new System.Drawing.Point(6, 4);\r
183             this.comboBoxGroup.Name = "comboBoxGroup";\r
184             this.comboBoxGroup.Size = new System.Drawing.Size(48, 20);\r
185             this.comboBoxGroup.TabIndex = 1;\r
186             this.comboBoxGroup.SelectedIndexChanged += new System.EventHandler(this.comboBoxGroup_SelectedIndexChanged);\r
187             this.comboBoxGroup.DropDownClosed += new System.EventHandler(this.comboBoxGroup_DropDownClosed);\r
188             // \r
189             // ShipListForm\r
190             // \r
191             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\r
192             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
193             this.ClientSize = new System.Drawing.Size(263, 262);\r
194             this.Controls.Add(this.panelGroupHeader);\r
195             this.Controls.Add(this.checkBoxShipType);\r
196             this.Controls.Add(this.label4);\r
197             this.Controls.Add(this.label2);\r
198             this.Controls.Add(this.label3);\r
199             this.Controls.Add(this.label1);\r
200             this.Controls.Add(this.panelShipList);\r
201             this.Controls.Add(this.comboBoxGroup);\r
202             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
203             this.MaximizeBox = false;\r
204             this.Name = "ShipListForm";\r
205             this.Text = "艦娘一覧";\r
206             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ShipListForm_FormClosing);\r
207             this.Load += new System.EventHandler(this.ShipListForm_Load);\r
208             this.panelGroupHeader.ResumeLayout(false);\r
209             this.panelGroupHeader.PerformLayout();\r
210             this.ResumeLayout(false);\r
211             this.PerformLayout();\r
212 \r
213         }\r
214 \r
215         #endregion\r
216 \r
217         private System.Windows.Forms.Panel panelShipList;\r
218         private System.Windows.Forms.Label label1;\r
219         private System.Windows.Forms.Label label2;\r
220         private System.Windows.Forms.Label label4;\r
221         private System.Windows.Forms.Label label3;\r
222         private System.Windows.Forms.CheckBox checkBoxShipType;\r
223         private System.Windows.Forms.Panel panelGroupHeader;\r
224         private System.Windows.Forms.Label label6;\r
225         private System.Windows.Forms.Label label9;\r
226         private System.Windows.Forms.Label label8;\r
227         private System.Windows.Forms.Label label7;\r
228         private System.Windows.Forms.ComboBox comboBoxGroup;\r
229     }\r
230 }