提交当前本机整理版本

This commit is contained in:
cyf
2026-07-02 10:11:39 +00:00
parent c10a5d64c7
commit aacefa24f8
822 changed files with 196665 additions and 14263 deletions
+26 -1
View File
@@ -72,4 +72,29 @@ namespace Lskj.Main.Control
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.Nam
this.whiteLab.Name = "whiteLab";
this.whiteLab.Size = new System.Drawing.Size(20, 26);
this.whiteLab.TabIndex = 1;
//
// GroupControl
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.White;
this.Controls.Add(this.menuMainPanel);
this.Controls.Add(this.topTipsPanel);
this.Margin = new System.Windows.Forms.Padding(0);
this.Name = "GroupControl";
this.Padding = new System.Windows.Forms.Padding(0, 16, 0, 0);
this.Size = new System.Drawing.Size(757, 323);
this.topTipsPanel.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel topTipsPanel;
private System.Windows.Forms.Label tipsLab;
private System.Windows.Forms.Panel menuMainPanel;
private System.Windows.Forms.Label whiteLab;
}
}