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
+12 -12
View File
@@ -31,8 +31,8 @@ namespace Lskj.Main.Control
{
this.topTipsPanel = new System.Windows.Forms.Panel();
this.tipsLab = new System.Windows.Forms.Label();
this.whiteLab = new System.Windows.Forms.Label();
this.menuMainPanel = new System.Windows.Forms.Panel();
this.whiteLab = new System.Windows.Forms.Label();
this.topTipsPanel.SuspendLayout();
this.SuspendLayout();
//
@@ -52,24 +52,24 @@ namespace Lskj.Main.Control
this.tipsLab.BackColor = System.Drawing.Color.White;
this.tipsLab.Dock = System.Windows.Forms.DockStyle.Fill;
this.tipsLab.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tipsLab.Location = new System.Drawing.Point(10, 0);
this.tipsLab.Location = new System.Drawing.Point(20, 0);
this.tipsLab.Name = "tipsLab";
this.tipsLab.Size = new System.Drawing.Size(747, 26);
this.tipsLab.Size = new System.Drawing.Size(737, 26);
this.tipsLab.TabIndex = 3;
this.tipsLab.Text = "默认分组";
this.tipsLab.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// menuMainPanel
//
this.menuMainPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.menuMainPanel.Location = new System.Drawing.Point(0, 42);
this.menuMainPanel.Name = "menuMainPanel";
this.menuMainPanel.Size = new System.Drawing.Size(757, 281);
this.menuMainPanel.TabIndex = 4;
//
// whiteLab
//
this.whiteLab.BackColor = System.Drawing.Color.White;
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(10, 26);
this.whiteLab.TabIndex = 1;
//
// menuMainPanel
//
this.menuMainPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.menuMainPanel.Location = new System.Drawing.Point(0, 42);
this.menuMainPanel.Name = "menuMainPane
this.whiteLab.Nam