96 lines
4.3 KiB
C#
96 lines
4.3 KiB
C#
|
|
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
|
|
//
|
|
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;
|
|
}
|
|
} |