SVN-Revision: r885
This commit is contained in:
wyf
2025-07-23 08:59:34 +00:00
parent 36299a8b3b
commit 9b6fbeecc6
8 changed files with 89 additions and 74 deletions
+19 -19
View File
@@ -352,7 +352,7 @@
this.pl_center_main_middle.Location = new System.Drawing.Point(0, 0);
this.pl_center_main_middle.Margin = new System.Windows.Forms.Padding(0);
this.pl_center_main_middle.Name = "pl_center_main_middle";
this.pl_center_main_middle.Padding = new System.Windows.Forms.Padding(15);
this.pl_center_main_middle.Padding = new System.Windows.Forms.Padding(10);
this.pl_center_main_middle.Size = new System.Drawing.Size(896, 584);
this.pl_center_main_middle.TabIndex = 1;
//
@@ -361,10 +361,10 @@
this.allPanel.Controls.Add(this.allMenuPanel);
this.allPanel.Controls.Add(this.botTipsPanel);
this.allPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.allPanel.Location = new System.Drawing.Point(15, 242);
this.allPanel.Location = new System.Drawing.Point(10, 237);
this.allPanel.Margin = new System.Windows.Forms.Padding(0);
this.allPanel.Name = "allPanel";
this.allPanel.Size = new System.Drawing.Size(866, 327);
this.allPanel.Size = new System.Drawing.Size(876, 337);
this.allPanel.TabIndex = 9;
//
// allMenuPanel
@@ -374,7 +374,7 @@
this.allMenuPanel.Location = new System.Drawing.Point(0, 26);
this.allMenuPanel.Margin = new System.Windows.Forms.Padding(0);
this.allMenuPanel.Name = "allMenuPanel";
this.allMenuPanel.Size = new System.Drawing.Size(866, 301);
this.allMenuPanel.Size = new System.Drawing.Size(876, 311);
this.allMenuPanel.TabIndex = 6;
//
// botTipsPanel
@@ -385,7 +385,7 @@
this.botTipsPanel.Dock = System.Windows.Forms.DockStyle.Top;
this.botTipsPanel.Location = new System.Drawing.Point(0, 0);
this.botTipsPanel.Name = "botTipsPanel";
this.botTipsPanel.Size = new System.Drawing.Size(866, 26);
this.botTipsPanel.Size = new System.Drawing.Size(876, 26);
this.botTipsPanel.TabIndex = 5;
//
// allTipsLab
@@ -393,9 +393,9 @@
this.allTipsLab.BackColor = System.Drawing.Color.White;
this.allTipsLab.Dock = System.Windows.Forms.DockStyle.Fill;
this.allTipsLab.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.allTipsLab.Location = new System.Drawing.Point(8, 0);
this.allTipsLab.Location = new System.Drawing.Point(20, 0);
this.allTipsLab.Name = "allTipsLab";
this.allTipsLab.Size = new System.Drawing.Size(858, 26);
this.allTipsLab.Size = new System.Drawing.Size(856, 26);
this.allTipsLab.TabIndex = 3;
this.allTipsLab.Text = "全部应用";
this.allTipsLab.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
@@ -406,7 +406,7 @@
this.label4.Dock = System.Windows.Forms.DockStyle.Left;
this.label4.Location = new System.Drawing.Point(0, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(8, 26);
this.label4.Size = new System.Drawing.Size(20, 26);
this.label4.TabIndex = 1;
//
// panelSplit
@@ -414,11 +414,11 @@
this.panelSplit.Controls.Add(this.labelSplit);
this.panelSplit.Controls.Add(this.labelSplitTop);
this.panelSplit.Dock = System.Windows.Forms.DockStyle.Top;
this.panelSplit.Location = new System.Drawing.Point(15, 235);
this.panelSplit.Location = new System.Drawing.Point(10, 230);
this.panelSplit.Margin = new System.Windows.Forms.Padding(0);
this.panelSplit.Name = "panelSplit";
this.panelSplit.Padding = new System.Windows.Forms.Padding(13, 0, 13, 0);
this.panelSplit.Size = new System.Drawing.Size(866, 7);
this.panelSplit.Size = new System.Drawing.Size(876, 7);
this.panelSplit.TabIndex = 7;
//
// labelSplit
@@ -429,7 +429,7 @@
this.labelSplit.ForeColor = System.Drawing.Color.Black;
this.labelSplit.Location = new System.Drawing.Point(13, 3);
this.labelSplit.Name = "labelSplit";
this.labelSplit.Size = new System.Drawing.Size(840, 1);
this.labelSplit.Size = new System.Drawing.Size(850, 1);
this.labelSplit.TabIndex = 0;
//
// labelSplitTop
@@ -437,7 +437,7 @@
this.labelSplitTop.Dock = System.Windows.Forms.DockStyle.Top;
this.labelSplitTop.Location = new System.Drawing.Point(13, 0);
this.labelSplitTop.Name = "labelSplitTop";
this.labelSplitTop.Size = new System.Drawing.Size(840, 3);
this.labelSplitTop.Size = new System.Drawing.Size(850, 3);
this.labelSplitTop.TabIndex = 1;
//
// collectPanel
@@ -445,10 +445,10 @@
this.collectPanel.Controls.Add(this.collectMenuPanel);
this.collectPanel.Controls.Add(this.topTipsPanel);
this.collectPanel.Dock = System.Windows.Forms.DockStyle.Top;
this.collectPanel.Location = new System.Drawing.Point(15, 15);
this.collectPanel.Location = new System.Drawing.Point(10, 10);
this.collectPanel.Margin = new System.Windows.Forms.Padding(0);
this.collectPanel.Name = "collectPanel";
this.collectPanel.Size = new System.Drawing.Size(866, 220);
this.collectPanel.Size = new System.Drawing.Size(876, 220);
this.collectPanel.TabIndex = 8;
//
// collectMenuPanel
@@ -458,7 +458,7 @@
this.collectMenuPanel.Location = new System.Drawing.Point(0, 26);
this.collectMenuPanel.Margin = new System.Windows.Forms.Padding(0);
this.collectMenuPanel.Name = "collectMenuPanel";
this.collectMenuPanel.Size = new System.Drawing.Size(866, 194);
this.collectMenuPanel.Size = new System.Drawing.Size(876, 194);
this.collectMenuPanel.TabIndex = 7;
//
// topTipsPanel
@@ -469,7 +469,7 @@
this.topTipsPanel.Dock = System.Windows.Forms.DockStyle.Top;
this.topTipsPanel.Location = new System.Drawing.Point(0, 0);
this.topTipsPanel.Name = "topTipsPanel";
this.topTipsPanel.Size = new System.Drawing.Size(866, 26);
this.topTipsPanel.Size = new System.Drawing.Size(876, 26);
this.topTipsPanel.TabIndex = 5;
//
// collectTipsLab
@@ -477,9 +477,9 @@
this.collectTipsLab.BackColor = System.Drawing.Color.White;
this.collectTipsLab.Dock = System.Windows.Forms.DockStyle.Fill;
this.collectTipsLab.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.collectTipsLab.Location = new System.Drawing.Point(8, 0);
this.collectTipsLab.Location = new System.Drawing.Point(20, 0);
this.collectTipsLab.Name = "collectTipsLab";
this.collectTipsLab.Size = new System.Drawing.Size(858, 26);
this.collectTipsLab.Size = new System.Drawing.Size(856, 26);
this.collectTipsLab.TabIndex = 3;
this.collectTipsLab.Text = "我的收藏";
this.collectTipsLab.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
@@ -490,7 +490,7 @@
this.whiteLab.Dock = System.Windows.Forms.DockStyle.Left;
this.whiteLab.Location = new System.Drawing.Point(0, 0);
this.whiteLab.Name = "whiteLab";
this.whiteLab.Size = new System.Drawing.Size(8, 26);
this.whiteLab.Size = new System.Drawing.Size(20, 26);
this.whiteLab.TabIndex = 1;
//
// pl_center_main_middle_FlowLayout