提交当前本机整理版本
This commit is contained in:
+23
-1
@@ -71,4 +71,26 @@ namespace Lskj.PubInvoiceOut
|
||||
//
|
||||
// FrmSelectMsg
|
||||
//
|
||||
|
||||
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
|
||||
this.Appearance.Options.UseBackColor = true;
|
||||
this.Appearance.Options.UseFont = true;
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(321, 59);
|
||||
this.Controls.Add(this.btnBillSave);
|
||||
this.Controls.Add(this.txtEdit);
|
||||
this.Controls.Add(this.codeLabel);
|
||||
this.Name = "FrmSelectMsg";
|
||||
this.Text = "选择红冲原因";
|
||||
((System.ComponentModel.ISupportInitialize)(this.txtEdit.Properties)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
private System.Windows.Forms.Label codeLabel;
|
||||
private DevExpress.XtraEditors.ComboBoxEdit txtEdit;
|
||||
private DevExpress.XtraEditors.SimpleButton btnBillSave;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user