Browse Source

完善整理收藏夹功能

CaptB 4 months ago
parent
commit
ad21727f05
1 changed files with 5 additions and 2 deletions
  1. 5 2
      Form2.Designer.cs

+ 5 - 2
Form2.Designer.cs

@@ -52,7 +52,7 @@
             listView1.MultiSelect = false;
             listView1.Name = "listView1";
             listView1.ShowGroups = false;
-            listView1.Size = new Size(254, 441);
+            listView1.Size = new Size(584, 411);
             listView1.TabIndex = 0;
             listView1.UseCompatibleStateImageBehavior = false;
             listView1.View = View.Details;
@@ -60,10 +60,12 @@
             // columnHeader1
             // 
             columnHeader1.Text = "名称";
+            columnHeader1.Width = 200;
             // 
             // columnHeader2
             // 
             columnHeader2.Text = "地址";
+            columnHeader2.Width = 350;
             // 
             // contextMenuStrip1
             // 
@@ -89,12 +91,13 @@
             // 
             AutoScaleDimensions = new SizeF(7F, 17F);
             AutoScaleMode = AutoScaleMode.Font;
-            ClientSize = new Size(254, 441);
+            ClientSize = new Size(584, 411);
             Controls.Add(listView1);
             FormBorderStyle = FormBorderStyle.FixedToolWindow;
             Icon = (Icon)resources.GetObject("$this.Icon");
             Name = "Form2";
             ShowInTaskbar = false;
+            StartPosition = FormStartPosition.CenterParent;
             Text = "整理收藏夹";
             contextMenuStrip1.ResumeLayout(false);
             ResumeLayout(false);