提交当前本机整理版本

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
+27 -1
View File
@@ -67,4 +67,30 @@ namespace Lskj.Main.Control
// label
//
this.label.Dock = System.Windows.Forms.DockStyle.Fill;
thi
this.label.Location = new System.Drawing.Point(41, 0);
this.label.Name = "label";
this.label.Size = new System.Drawing.Size(121, 42);
this.label.TabIndex = 5;
this.label.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// SimpleControl
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.AutoSize = true;
this.Controls.Add(this.label);
this.Controls.Add(this.circleButton);
this.Controls.Add(this.picBox);
this.Name = "SimpleControl";
this.Size = new System.Drawing.Size(204, 42);
((System.ComponentModel.ISupportInitialize)(this.picBox)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox picBox;
private Lskj.Control.CircleButton circleButton;
private System.Windows.Forms.Label label;
}
}