SVN r1146
SVN-Revision: r1146
This commit is contained in:
+74
@@ -0,0 +1,74 @@
|
||||
|
||||
namespace Lskj.PubInvoiceOut
|
||||
{
|
||||
partial class FrmSelectMsg
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// Clean up any resources being used.
|
||||
/// </summary>
|
||||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region Windows Form Designer generated code
|
||||
|
||||
/// <summary>
|
||||
/// Required method for Designer support - do not modify
|
||||
/// the contents of this method with the code editor.
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.codeLabel = new System.Windows.Forms.Label();
|
||||
this.txtEdit = new DevExpress.XtraEditors.ComboBoxEdit();
|
||||
this.btnBillSave = new DevExpress.XtraEditors.SimpleButton();
|
||||
((System.ComponentModel.ISupportInitialize)(this.txtEdit.Properties)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// codeLabel
|
||||
//
|
||||
this.codeLabel.AutoSize = true;
|
||||
this.codeLabel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.codeLabel.Location = new System.Drawing.Point(12, 21);
|
||||
this.codeLabel.Name = "codeLabel";
|
||||
this.codeLabel.Size = new System.Drawing.Size(68, 17);
|
||||
this.codeLabel.TabIndex = 8;
|
||||
this.codeLabel.Text = "红冲原因:";
|
||||
//
|
||||
// txtEdit
|
||||
//
|
||||
this.txtEdit.Location = new System.Drawing.Point(86, 19);
|
||||
this.txtEdit.Name = "txtEdit";
|
||||
this.txtEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
||||
this.txtEdit.Properties.DropDownRows = 8;
|
||||
this.txtEdit.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
||||
this.txtEdit.Size = new System.Drawing.Size(141, 20);
|
||||
this.txtEdit.TabIndex = 11;
|
||||
//
|
||||
// btnBillSave
|
||||
//
|
||||
this.btnBillSave.AllowFocus = false;
|
||||
this.btnBillSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btnBillSave.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.btnBillSave.Appearance.Options.UseFont = true;
|
||||
this.btnBillSave.Location = new System.Drawing.Point(242, 17);
|
||||
this.btnBillSave.Name = "btnBillSave";
|
||||
this.btnBillSave.Size = new System.Drawing.Size(67, 26);
|
||||
this.btnBillSave.TabIndex = 22;
|
||||
this.btnBillSave.Text = "确定";
|
||||
this.btnBillSave.Click += new System.EventHandler(this.btnBillSave_Click);
|
||||
//
|
||||
// FrmSelectMsg
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user