提交当前本机整理版本
This commit is contained in:
+27
-1
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user