SVN-Revision: r880
This commit is contained in:
wyf
2025-07-23 01:19:33 +00:00
parent 443703f29c
commit 0d0cc46910
9 changed files with 225 additions and 121 deletions
+15 -15
View File
@@ -52,7 +52,7 @@
this.pl_center_main_middle = new System.Windows.Forms.Panel();
this.allPanel = new System.Windows.Forms.Panel();
this.allMenuPanel = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.botTipsPanel = new System.Windows.Forms.Panel();
this.allTipsLab = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.panelSplit = new System.Windows.Forms.Panel();
@@ -129,7 +129,7 @@
this.splitMainControl.SuspendLayout();
this.pl_center_main_middle.SuspendLayout();
this.allPanel.SuspendLayout();
this.panel2.SuspendLayout();
this.botTipsPanel.SuspendLayout();
this.panelSplit.SuspendLayout();
this.collectPanel.SuspendLayout();
this.topTipsPanel.SuspendLayout();
@@ -359,7 +359,7 @@
// allPanel
//
this.allPanel.Controls.Add(this.allMenuPanel);
this.allPanel.Controls.Add(this.panel2);
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.Margin = new System.Windows.Forms.Padding(0);
@@ -377,16 +377,16 @@
this.allMenuPanel.Size = new System.Drawing.Size(866, 301);
this.allMenuPanel.TabIndex = 6;
//
// panel2
// botTipsPanel
//
this.panel2.BackColor = System.Drawing.SystemColors.Control;
this.panel2.Controls.Add(this.allTipsLab);
this.panel2.Controls.Add(this.label4);
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(866, 26);
this.panel2.TabIndex = 5;
this.botTipsPanel.BackColor = System.Drawing.SystemColors.Control;
this.botTipsPanel.Controls.Add(this.allTipsLab);
this.botTipsPanel.Controls.Add(this.label4);
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.TabIndex = 5;
//
// allTipsLab
//
@@ -459,7 +459,7 @@
this.collectMenuPanel.Margin = new System.Windows.Forms.Padding(0);
this.collectMenuPanel.Name = "collectMenuPanel";
this.collectMenuPanel.Size = new System.Drawing.Size(866, 194);
this.collectMenuPanel.TabIndex = 6;
this.collectMenuPanel.TabIndex = 7;
//
// topTipsPanel
//
@@ -1174,7 +1174,7 @@
this.splitMainControl.ResumeLayout(false);
this.pl_center_main_middle.ResumeLayout(false);
this.allPanel.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.botTipsPanel.ResumeLayout(false);
this.panelSplit.ResumeLayout(false);
this.collectPanel.ResumeLayout(false);
this.topTipsPanel.ResumeLayout(false);
@@ -1277,4 +1277,4 @@
private System.Windows.Forms.Panel pl_center_main_bottom_right_main;
private System.Windows.Forms.Panel panel6;
private System.Windows.Forms.Label lblShortcutset;
private System.Wi
private System.Windows.