提交当前本机整理版本

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
@@ -99,4 +99,29 @@
//
// LabelMultiAutoTextEdit
//
this.AutoScaleMode = System.Windows.Forms
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.Transparent;
this.Controls.Add(this.panel1);
this.Controls.Add(this.plRight);
this.Controls.Add(this.plLeft);
this.Name = "LabelMultiAutoTextEdit2";
this.Size = new System.Drawing.Size(162, 21);
this.plRight.ResumeLayout(false);
this.plLeft.ResumeLayout(false);
this.plLeft.PerformLayout();
this.panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.txtEdit.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label lblText;
private System.Windows.Forms.Panel plRight;
private System.Windows.Forms.Panel plLeft;
private System.Windows.Forms.Panel panel1;
private DevExpress.XtraEditors.SimpleButton btnMore;
private DevExpress.XtraEditors.MemoEdit txtEdit;
}
}