OSDN Git Service

起動時に一覧を表示しておかないと表示時にエラーになるのを直す
[kancollesniffer/KancolleSniffer.git] / KancolleSniffer / Forms / ListForm.Designer.cs
index 72b3359..d04b480 100644 (file)
@@ -206,9 +206,9 @@ namespace KancolleSniffer.Forms
             this.panelGroupHeader.Controls.Add(this.label8);\r
             this.panelGroupHeader.Controls.Add(this.label7);\r
             this.panelGroupHeader.Controls.Add(this.label6);\r
-            this.panelGroupHeader.Location = new System.Drawing.Point(101, 3);\r
+            this.panelGroupHeader.Location = new System.Drawing.Point(104, 3);\r
             this.panelGroupHeader.Name = "panelGroupHeader";\r
-            this.panelGroupHeader.Size = new System.Drawing.Size(112, 19);\r
+            this.panelGroupHeader.Size = new System.Drawing.Size(110, 19);\r
             this.panelGroupHeader.TabIndex = 16;\r
             // \r
             // label5\r
@@ -642,6 +642,7 @@ namespace KancolleSniffer.Forms
             | System.Windows.Forms.AnchorStyles.Right)));\r
             this.shipListPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;\r
             this.shipListPanel.ContextMenuStrip = this.contextMenuStripShipList;\r
+            this.shipListPanel.GroupSettings = null;\r
             this.shipListPanel.GroupUpdated = false;\r
             this.shipListPanel.Location = new System.Drawing.Point(6, 23);\r
             this.shipListPanel.Name = "shipListPanel";\r
@@ -677,7 +678,9 @@ namespace KancolleSniffer.Forms
             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ListForm_FormClosing);\r
             this.Load += new System.EventHandler(this.ListForm_Load);\r
             this.ResizeEnd += new System.EventHandler(this.ListForm_ResizeEnd);\r
+            this.VisibleChanged += new System.EventHandler(this.ListForm_VisibleChanged);\r
             this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ListForm_KeyPress);\r
+            this.Resize += new System.EventHandler(this.ListForm_Resize);\r
             this.contextMenuStripShipList.ResumeLayout(false);\r
             this.contextMenuStripItemList.ResumeLayout(false);\r
             this.panelGroupHeader.ResumeLayout(false);\r