提交当前本机整理版本

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
@@ -98,4 +98,30 @@ namespace Lskj.Control
this.btnMore.Name = "btnMore";
this.btnMore.Size = new System.Drawing.Size(26, 21);
this.btnMore.TabIndex = 2;
//
// LabApiButtonEdit
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.Controls.Add(this.plRight);
this.Controls.Add(this.plLeft);
this.Name = "LabApiButtonEdit";
this.Size = new System.Drawing.Size(164, 21);
this.plLeft.ResumeLayout(false);
this.plLeft.PerformLayout();
this.plRight.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.txtEdit.Properties)).EndInit();
this.panel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel plLeft;
private System.Windows.Forms.Label lblText;
private System.Windows.Forms.Panel plRight;
private DevExpress.XtraEditors.TextEdit txtEdit;
private System.Windows.Forms.Panel panel1;
private DevExpress.XtraEditors.SimpleButton btnMore;
}
}