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.SuspendLayout();\r
55             // \r
56             // panelShipList\r
57             // \r
58             this.panelShipList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) \r
59             | System.Windows.Forms.AnchorStyles.Left)));\r
60             this.panelShipList.AutoScroll = true;\r
61             this.panelShipList.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
62             this.panelShipList.Location = new System.Drawing.Point(6, 23);\r
63             this.panelShipList.Name = "panelShipList";\r
64             this.panelShipList.Size = new System.Drawing.Size(252, 233);\r
65             this.panelShipList.TabIndex = 0;\r
66             // \r
67             // label1\r
68             // \r
69             this.label1.AutoSize = true;\r
70             this.label1.Location = new System.Drawing.Point(104, 8);\r
71             this.label1.Name = "label1";\r
72             this.label1.Size = new System.Drawing.Size(29, 12);\r
73             this.label1.TabIndex = 13;\r
74             this.label1.Text = "耐久";\r
75             // \r
76             // label2\r
77             // \r
78             this.label2.AutoSize = true;\r
79             this.label2.Location = new System.Drawing.Point(133, 8);\r
80             this.label2.Name = "label2";\r
81             this.label2.Size = new System.Drawing.Size(29, 12);\r
82             this.label2.TabIndex = 13;\r
83             this.label2.Text = "状態";\r
84             // \r
85             // label4\r
86             // \r
87             this.label4.AutoSize = true;\r
88             this.label4.Location = new System.Drawing.Point(198, 8);\r
89             this.label4.Name = "label4";\r
90             this.label4.Size = new System.Drawing.Size(41, 12);\r
91             this.label4.TabIndex = 14;\r
92             this.label4.Text = "経験値";\r
93             // \r
94             // label3\r
95             // \r
96             this.label3.AutoSize = true;\r
97             this.label3.Location = new System.Drawing.Point(162, 8);\r
98             this.label3.Name = "label3";\r
99             this.label3.Size = new System.Drawing.Size(34, 12);\r
100             this.label3.TabIndex = 13;\r
101             this.label3.Text = "レベル";\r
102             // \r
103             // ShipListForm\r
104             // \r
105             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);\r
106             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
107             this.ClientSize = new System.Drawing.Size(263, 262);\r
108             this.Controls.Add(this.label4);\r
109             this.Controls.Add(this.label2);\r
110             this.Controls.Add(this.label3);\r
111             this.Controls.Add(this.label1);\r
112             this.Controls.Add(this.panelShipList);\r
113             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
114             this.MaximizeBox = false;\r
115             this.Name = "ShipListForm";\r
116             this.Text = "艦娘一覧";\r
117             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ShipListForm_FormClosing);\r
118             this.ResumeLayout(false);\r
119             this.PerformLayout();\r
120 \r
121         }\r
122 \r
123         #endregion\r
124 \r
125         private System.Windows.Forms.Panel panelShipList;\r
126         private System.Windows.Forms.Label label1;\r
127         private System.Windows.Forms.Label label2;\r
128         private System.Windows.Forms.Label label4;\r
129         private System.Windows.Forms.Label label3;\r
130     }\r
131 }