提交当前本机整理版本

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
+30 -1
View File
@@ -41,4 +41,33 @@ namespace Lskj.Control
this.plLeft.Dock = System.Windows.Forms.DockStyle.Fill;
this.plLeft.Location = new System.Drawing.Point(0, 0);
this.plLeft.Name = "plLeft";
this.plLeft.Size = new System.Drawing.Size(39, 20);
this.plLeft.TabIndex = 3;
//
// lblText
//
this.lblText.AutoSize = true;
this.lblText.Location = new System.Drawing.Point(5, 4);
this.lblText.Name = "lblText";
this.lblText.Size = new System.Drawing.Size(29, 12);
this.lblText.TabIndex = 1;
this.lblText.Text = "名称";
//
// LabelPrompt
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.Controls.Add(this.plLeft);
this.Name = "LabelPrompt";
this.Size = new System.Drawing.Size(39, 20);
this.plLeft.ResumeLayout(false);
this.plLeft.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel plLeft;
private System.Windows.Forms.Label lblText;
}
}