OSDN Git Service

艦隊ごとの装備一覧をShipListFormから分離する
[kancollesniffer/KancolleSniffer.git] / KancolleSniffer / ShipListForm.Designer.cs
index f52cdf7..5cc47af 100644 (file)
@@ -65,6 +65,7 @@ namespace KancolleSniffer
             this.label10 = new System.Windows.Forms.Label();\r
             this.label11 = new System.Windows.Forms.Label();\r
             this.panelItemHeader = new System.Windows.Forms.Panel();\r
+            this.equipPanel = new KancolleSniffer.EquipPanel();\r
             this.itemTreeView = new KancolleSniffer.ItemTreeView();\r
             this.panelShipList.SuspendLayout();\r
             this.panelGroupHeader.SuspendLayout();\r
@@ -77,6 +78,7 @@ namespace KancolleSniffer
             | System.Windows.Forms.AnchorStyles.Left)));\r
             this.panelShipList.AutoScroll = true;\r
             this.panelShipList.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
+            this.panelShipList.Controls.Add(this.equipPanel);\r
             this.panelShipList.Controls.Add(this.itemTreeView);\r
             this.panelShipList.Location = new System.Drawing.Point(6, 23);\r
             this.panelShipList.Name = "panelShipList";\r
@@ -207,7 +209,6 @@ namespace KancolleSniffer
             this.comboBoxGroup.Size = new System.Drawing.Size(48, 20);\r
             this.comboBoxGroup.TabIndex = 1;\r
             this.comboBoxGroup.SelectedIndexChanged += new System.EventHandler(this.comboBoxGroup_SelectedIndexChanged);\r
-            this.comboBoxGroup.DropDownClosed += new System.EventHandler(this.comboBoxGroup_DropDownClosed);\r
             // \r
             // label12\r
             // \r
@@ -263,6 +264,15 @@ namespace KancolleSniffer
             this.panelItemHeader.Size = new System.Drawing.Size(166, 19);\r
             this.panelItemHeader.TabIndex = 0;\r
             // \r
+            // equipPanel\r
+            // \r
+            this.equipPanel.AutoScroll = true;\r
+            this.equipPanel.Dock = System.Windows.Forms.DockStyle.Fill;\r
+            this.equipPanel.Location = new System.Drawing.Point(0, 0);\r
+            this.equipPanel.Name = "equipPanel";\r
+            this.equipPanel.Size = new System.Drawing.Size(236, 261);\r
+            this.equipPanel.TabIndex = 1;\r
+            // \r
             // itemTreeView\r
             // \r
             this.itemTreeView.Dock = System.Windows.Forms.DockStyle.Fill;\r
@@ -325,6 +335,7 @@ namespace KancolleSniffer
         private System.Windows.Forms.Label label5;\r
         private System.Windows.Forms.Label label11;\r
         private System.Windows.Forms.Panel panelItemHeader;\r
+        private EquipPanel equipPanel;\r
         private ItemTreeView itemTreeView;\r
     }\r
 }
\ No newline at end of file