568 lines
32 KiB
C#
568 lines
32 KiB
C#
namespace WMS.FrmBaseData
|
|
{
|
|
partial class FrmUpCustomerDet
|
|
{
|
|
/// <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.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmUpCustomerDet));
|
|
this.txtEmail = new WMS.Ctrl.WMSCtrlTextBox(this.components);
|
|
this.BSCustomer = new System.Windows.Forms.BindingSource(this.components);
|
|
this.labelControl23 = new DevExpress.XtraEditors.LabelControl();
|
|
this.txtFax = new WMS.Ctrl.WMSCtrlTextBox(this.components);
|
|
this.labelControl22 = new DevExpress.XtraEditors.LabelControl();
|
|
this.txtPhone = new WMS.Ctrl.WMSCtrlTextBox(this.components);
|
|
this.labelControl21 = new DevExpress.XtraEditors.LabelControl();
|
|
this.txtLinkman = new WMS.Ctrl.WMSCtrlTextBox(this.components);
|
|
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
|
this.txtCustomer_Name = new WMS.Ctrl.WMSCtrlTextBox(this.components);
|
|
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
|
this.txtCustomer_Short_Name = new WMS.Ctrl.WMSCtrlTextBox(this.components);
|
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|
this.LEPCUS_TYPE = new WMS.Ctrl.LookUpEditSystem();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
|
|
this.txtPostcode = new WMS.Ctrl.WMSCtrlTextBox(this.components);
|
|
this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
|
|
this.txtAddress = new DevExpress.XtraEditors.MemoEdit();
|
|
this.MEtxtCustomerMark = new DevExpress.XtraEditors.MemoEdit();
|
|
this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
|
|
this.btnClose = new WMS.Ctrl.CtrlButtons();
|
|
this.btnCommit = new WMS.Ctrl.CtrlButtons();
|
|
this.txtPy_Name = new WMS.Ctrl.WMSCtrlTextBox(this.components);
|
|
this.chkCustomerstatusIn = new DevExpress.XtraEditors.CheckEdit();
|
|
this.chkCustomerstatusoff = new DevExpress.XtraEditors.CheckEdit();
|
|
this.txtCustomer_ID = new WMS.Ctrl.WMSCtrlTextBox(this.components);
|
|
this.txtVersion = new WMS.Ctrl.WMSCtrlTextBox(this.components);
|
|
this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtEmail.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.BSCustomer)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtFax.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtPhone.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtLinkman.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtCustomer_Name.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtCustomer_Short_Name.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.LEPCUS_TYPE.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtPostcode.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtAddress.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.MEtxtCustomerMark.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtPy_Name.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.chkCustomerstatusIn.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.chkCustomerstatusoff.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtCustomer_ID.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtVersion.Properties)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// txtEmail
|
|
//
|
|
this.txtEmail.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BSCustomer, "Email", true));
|
|
this.txtEmail.FrmSelect = false;
|
|
this.txtEmail.Location = new System.Drawing.Point(638, 76);
|
|
this.txtEmail.MustText = false;
|
|
this.txtEmail.Name = "txtEmail";
|
|
this.txtEmail.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
|
|
this.txtEmail.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.txtEmail.Properties.Appearance.Options.UseBackColor = true;
|
|
this.txtEmail.Properties.Appearance.Options.UseFont = true;
|
|
this.txtEmail.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.txtEmail.Properties.MaxLength = 50;
|
|
this.txtEmail.Size = new System.Drawing.Size(160, 22);
|
|
this.txtEmail.StrLen = 0;
|
|
this.txtEmail.TabIndex = 9;
|
|
this.txtEmail.Valatt = WMS.Ctrl.ValidationAttribute.无;
|
|
this.txtEmail.ValText = "";
|
|
//
|
|
// BSCustomer
|
|
//
|
|
this.BSCustomer.DataSource = typeof(WMS.Model.Base.CustomerModel);
|
|
//
|
|
// labelControl23
|
|
//
|
|
this.labelControl23.Location = new System.Drawing.Point(559, 79);
|
|
this.labelControl23.Name = "labelControl23";
|
|
this.labelControl23.Size = new System.Drawing.Size(60, 14);
|
|
this.labelControl23.TabIndex = 107;
|
|
this.labelControl23.Text = "联 系 邮 箱";
|
|
//
|
|
// txtFax
|
|
//
|
|
this.txtFax.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BSCustomer, "Fax", true));
|
|
this.txtFax.FrmSelect = false;
|
|
this.txtFax.Location = new System.Drawing.Point(372, 76);
|
|
this.txtFax.MustText = false;
|
|
this.txtFax.Name = "txtFax";
|
|
this.txtFax.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
|
|
this.txtFax.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.txtFax.Properties.Appearance.Options.UseBackColor = true;
|
|
this.txtFax.Properties.Appearance.Options.UseFont = true;
|
|
this.txtFax.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.txtFax.Properties.MaxLength = 20;
|
|
this.txtFax.Size = new System.Drawing.Size(160, 22);
|
|
this.txtFax.StrLen = 0;
|
|
this.txtFax.TabIndex = 8;
|
|
this.txtFax.Valatt = WMS.Ctrl.ValidationAttribute.无;
|
|
this.txtFax.ValText = "";
|
|
//
|
|
// labelControl22
|
|
//
|
|
this.labelControl22.Location = new System.Drawing.Point(293, 79);
|
|
this.labelControl22.Name = "labelControl22";
|
|
this.labelControl22.Size = new System.Drawing.Size(60, 14);
|
|
this.labelControl22.TabIndex = 106;
|
|
this.labelControl22.Text = "联 系 传 真";
|
|
//
|
|
// txtPhone
|
|
//
|
|
this.txtPhone.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BSCustomer, "Phone", true));
|
|
this.txtPhone.FrmSelect = false;
|
|
this.txtPhone.Location = new System.Drawing.Point(100, 76);
|
|
this.txtPhone.MustText = false;
|
|
this.txtPhone.Name = "txtPhone";
|
|
this.txtPhone.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
|
|
this.txtPhone.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.txtPhone.Properties.Appearance.Options.UseBackColor = true;
|
|
this.txtPhone.Properties.Appearance.Options.UseFont = true;
|
|
this.txtPhone.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.txtPhone.Properties.MaxLength = 15;
|
|
this.txtPhone.Size = new System.Drawing.Size(160, 22);
|
|
this.txtPhone.StrLen = 0;
|
|
this.txtPhone.TabIndex = 7;
|
|
this.txtPhone.Valatt = WMS.Ctrl.ValidationAttribute.无;
|
|
this.txtPhone.ValText = "";
|
|
//
|
|
// labelControl21
|
|
//
|
|
this.labelControl21.Location = new System.Drawing.Point(21, 79);
|
|
this.labelControl21.Name = "labelControl21";
|
|
this.labelControl21.Size = new System.Drawing.Size(60, 14);
|
|
this.labelControl21.TabIndex = 105;
|
|
this.labelControl21.Text = "联 系 电 话";
|
|
//
|
|
// txtLinkman
|
|
//
|
|
this.txtLinkman.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BSCustomer, "Linkman", true));
|
|
this.txtLinkman.FrmSelect = false;
|
|
this.txtLinkman.Location = new System.Drawing.Point(638, 41);
|
|
this.txtLinkman.MustText = false;
|
|
this.txtLinkman.Name = "txtLinkman";
|
|
this.txtLinkman.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
|
|
this.txtLinkman.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.txtLinkman.Properties.Appearance.Options.UseBackColor = true;
|
|
this.txtLinkman.Properties.Appearance.Options.UseFont = true;
|
|
this.txtLinkman.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.txtLinkman.Properties.MaxLength = 20;
|
|
this.txtLinkman.Size = new System.Drawing.Size(160, 22);
|
|
this.txtLinkman.StrLen = 0;
|
|
this.txtLinkman.TabIndex = 6;
|
|
this.txtLinkman.Valatt = WMS.Ctrl.ValidationAttribute.无;
|
|
this.txtLinkman.ValText = "";
|
|
//
|
|
// labelControl6
|
|
//
|
|
this.labelControl6.Location = new System.Drawing.Point(559, 44);
|
|
this.labelControl6.Name = "labelControl6";
|
|
this.labelControl6.Size = new System.Drawing.Size(60, 14);
|
|
this.labelControl6.TabIndex = 82;
|
|
this.labelControl6.Text = "联 系 人";
|
|
//
|
|
// labelControl5
|
|
//
|
|
this.labelControl5.Location = new System.Drawing.Point(294, 44);
|
|
this.labelControl5.Name = "labelControl5";
|
|
this.labelControl5.Size = new System.Drawing.Size(60, 14);
|
|
this.labelControl5.TabIndex = 80;
|
|
this.labelControl5.Text = "拼 音 简 称";
|
|
//
|
|
// labelControl4
|
|
//
|
|
this.labelControl4.Location = new System.Drawing.Point(21, 47);
|
|
this.labelControl4.Name = "labelControl4";
|
|
this.labelControl4.Size = new System.Drawing.Size(60, 14);
|
|
this.labelControl4.TabIndex = 77;
|
|
this.labelControl4.Text = "客 户 简 称";
|
|
//
|
|
// labelControl3
|
|
//
|
|
this.labelControl3.Location = new System.Drawing.Point(22, 12);
|
|
this.labelControl3.Name = "labelControl3";
|
|
this.labelControl3.Size = new System.Drawing.Size(60, 14);
|
|
this.labelControl3.TabIndex = 74;
|
|
this.labelControl3.Text = "客 户 分 类";
|
|
//
|
|
// txtCustomer_Name
|
|
//
|
|
this.txtCustomer_Name.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BSCustomer, "Customer_name", true));
|
|
this.txtCustomer_Name.FrmSelect = false;
|
|
this.txtCustomer_Name.Location = new System.Drawing.Point(638, 10);
|
|
this.txtCustomer_Name.MustText = false;
|
|
this.txtCustomer_Name.Name = "txtCustomer_Name";
|
|
this.txtCustomer_Name.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
|
|
this.txtCustomer_Name.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.txtCustomer_Name.Properties.Appearance.Options.UseBackColor = true;
|
|
this.txtCustomer_Name.Properties.Appearance.Options.UseFont = true;
|
|
this.txtCustomer_Name.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.txtCustomer_Name.Properties.MaxLength = 60;
|
|
this.txtCustomer_Name.Size = new System.Drawing.Size(160, 22);
|
|
this.txtCustomer_Name.StrLen = 0;
|
|
this.txtCustomer_Name.TabIndex = 3;
|
|
this.txtCustomer_Name.Valatt = WMS.Ctrl.ValidationAttribute.无;
|
|
this.txtCustomer_Name.ValText = "";
|
|
//
|
|
// labelControl2
|
|
//
|
|
this.labelControl2.Location = new System.Drawing.Point(559, 10);
|
|
this.labelControl2.Name = "labelControl2";
|
|
this.labelControl2.Size = new System.Drawing.Size(60, 14);
|
|
this.labelControl2.TabIndex = 73;
|
|
this.labelControl2.Text = "客 户 名 称";
|
|
//
|
|
// txtCustomer_Short_Name
|
|
//
|
|
this.txtCustomer_Short_Name.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BSCustomer, "Customer_short_name", true));
|
|
this.txtCustomer_Short_Name.FrmSelect = false;
|
|
this.txtCustomer_Short_Name.Location = new System.Drawing.Point(100, 41);
|
|
this.txtCustomer_Short_Name.MustText = false;
|
|
this.txtCustomer_Short_Name.Name = "txtCustomer_Short_Name";
|
|
this.txtCustomer_Short_Name.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
|
|
this.txtCustomer_Short_Name.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.txtCustomer_Short_Name.Properties.Appearance.Options.UseBackColor = true;
|
|
this.txtCustomer_Short_Name.Properties.Appearance.Options.UseFont = true;
|
|
this.txtCustomer_Short_Name.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.txtCustomer_Short_Name.Properties.MaxLength = 20;
|
|
this.txtCustomer_Short_Name.Size = new System.Drawing.Size(160, 22);
|
|
this.txtCustomer_Short_Name.StrLen = 0;
|
|
this.txtCustomer_Short_Name.TabIndex = 4;
|
|
this.txtCustomer_Short_Name.Valatt = WMS.Ctrl.ValidationAttribute.无;
|
|
this.txtCustomer_Short_Name.ValText = "";
|
|
//
|
|
// labelControl1
|
|
//
|
|
this.labelControl1.Location = new System.Drawing.Point(294, 10);
|
|
this.labelControl1.Name = "labelControl1";
|
|
this.labelControl1.Size = new System.Drawing.Size(60, 14);
|
|
this.labelControl1.TabIndex = 71;
|
|
this.labelControl1.Text = "客 户 编 号";
|
|
//
|
|
// LEPCUS_TYPE
|
|
//
|
|
this.LEPCUS_TYPE.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.BSCustomer, "Cus_type_id", true));
|
|
this.LEPCUS_TYPE.EditValue = "";
|
|
this.LEPCUS_TYPE.Location = new System.Drawing.Point(100, 9);
|
|
this.LEPCUS_TYPE.Name = "LEPCUS_TYPE";
|
|
this.LEPCUS_TYPE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.LEPCUS_TYPE.Properties.NullText = "";
|
|
this.LEPCUS_TYPE.Size = new System.Drawing.Size(160, 20);
|
|
this.LEPCUS_TYPE.TabIndex = 1;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(291, 119);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(63, 14);
|
|
this.label4.TabIndex = 117;
|
|
this.label4.Text = "状 态";
|
|
//
|
|
// labelControl7
|
|
//
|
|
this.labelControl7.Location = new System.Drawing.Point(21, 123);
|
|
this.labelControl7.Name = "labelControl7";
|
|
this.labelControl7.Size = new System.Drawing.Size(64, 14);
|
|
this.labelControl7.TabIndex = 105;
|
|
this.labelControl7.Text = "邮 编";
|
|
//
|
|
// txtPostcode
|
|
//
|
|
this.txtPostcode.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BSCustomer, "Postcode", true));
|
|
this.txtPostcode.FrmSelect = false;
|
|
this.txtPostcode.Location = new System.Drawing.Point(100, 119);
|
|
this.txtPostcode.MustText = false;
|
|
this.txtPostcode.Name = "txtPostcode";
|
|
this.txtPostcode.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
|
|
this.txtPostcode.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.txtPostcode.Properties.Appearance.Options.UseBackColor = true;
|
|
this.txtPostcode.Properties.Appearance.Options.UseFont = true;
|
|
this.txtPostcode.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.txtPostcode.Properties.MaxLength = 10;
|
|
this.txtPostcode.Size = new System.Drawing.Size(160, 22);
|
|
this.txtPostcode.StrLen = 0;
|
|
this.txtPostcode.TabIndex = 10;
|
|
this.txtPostcode.Valatt = WMS.Ctrl.ValidationAttribute.无;
|
|
this.txtPostcode.ValText = "";
|
|
//
|
|
// labelControl8
|
|
//
|
|
this.labelControl8.Location = new System.Drawing.Point(17, 177);
|
|
this.labelControl8.Name = "labelControl8";
|
|
this.labelControl8.Size = new System.Drawing.Size(64, 14);
|
|
this.labelControl8.TabIndex = 105;
|
|
this.labelControl8.Text = "地 址";
|
|
//
|
|
// txtAddress
|
|
//
|
|
this.txtAddress.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.BSCustomer, "Address", true));
|
|
this.txtAddress.Location = new System.Drawing.Point(100, 174);
|
|
this.txtAddress.Name = "txtAddress";
|
|
this.txtAddress.Size = new System.Drawing.Size(698, 29);
|
|
this.txtAddress.TabIndex = 14;
|
|
//
|
|
// MEtxtCustomerMark
|
|
//
|
|
this.MEtxtCustomerMark.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.BSCustomer, "Remark", true));
|
|
this.MEtxtCustomerMark.Location = new System.Drawing.Point(100, 229);
|
|
this.MEtxtCustomerMark.Name = "MEtxtCustomerMark";
|
|
this.MEtxtCustomerMark.Size = new System.Drawing.Size(698, 50);
|
|
this.MEtxtCustomerMark.TabIndex = 15;
|
|
//
|
|
// labelControl9
|
|
//
|
|
this.labelControl9.Location = new System.Drawing.Point(17, 243);
|
|
this.labelControl9.Name = "labelControl9";
|
|
this.labelControl9.Size = new System.Drawing.Size(64, 14);
|
|
this.labelControl9.TabIndex = 121;
|
|
this.labelControl9.Text = "备 注";
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold);
|
|
this.btnClose.Appearance.Options.UseFont = true;
|
|
this.btnClose.BoolDiagFrm = false;
|
|
this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
|
|
this.btnClose.ImageUri.Uri = "Close;Office2013";
|
|
this.btnClose.Location = new System.Drawing.Point(383, 313);
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(150, 45);
|
|
this.btnClose.TabIndex = 124;
|
|
this.btnClose.Text = " 关闭 ";
|
|
this.btnClose.typeButton = " 关闭 ";
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// btnCommit
|
|
//
|
|
this.btnCommit.Appearance.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold);
|
|
this.btnCommit.Appearance.Options.UseFont = true;
|
|
this.btnCommit.BoolDiagFrm = false;
|
|
this.btnCommit.Image = ((System.Drawing.Image)(resources.GetObject("btnCommit.Image")));
|
|
this.btnCommit.ImageUri.Uri = "SaveAll;Office2013";
|
|
this.btnCommit.Location = new System.Drawing.Point(185, 313);
|
|
this.btnCommit.Name = "btnCommit";
|
|
this.btnCommit.Size = new System.Drawing.Size(150, 45);
|
|
this.btnCommit.TabIndex = 16;
|
|
this.btnCommit.Text = " 保存 ";
|
|
this.btnCommit.typeButton = " 保存 ";
|
|
this.btnCommit.Click += new System.EventHandler(this.btnCommit_Click);
|
|
//
|
|
// txtPy_Name
|
|
//
|
|
this.txtPy_Name.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BSCustomer, "Py_name", true));
|
|
this.txtPy_Name.FrmSelect = false;
|
|
this.txtPy_Name.Location = new System.Drawing.Point(372, 45);
|
|
this.txtPy_Name.MustText = false;
|
|
this.txtPy_Name.Name = "txtPy_Name";
|
|
this.txtPy_Name.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
|
|
this.txtPy_Name.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.txtPy_Name.Properties.Appearance.Options.UseBackColor = true;
|
|
this.txtPy_Name.Properties.Appearance.Options.UseFont = true;
|
|
this.txtPy_Name.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.txtPy_Name.Properties.MaxLength = 10;
|
|
this.txtPy_Name.Size = new System.Drawing.Size(160, 22);
|
|
this.txtPy_Name.StrLen = 0;
|
|
this.txtPy_Name.TabIndex = 5;
|
|
this.txtPy_Name.Valatt = WMS.Ctrl.ValidationAttribute.无;
|
|
this.txtPy_Name.ValText = "";
|
|
//
|
|
// chkCustomerstatusIn
|
|
//
|
|
this.chkCustomerstatusIn.Location = new System.Drawing.Point(383, 119);
|
|
this.chkCustomerstatusIn.Name = "chkCustomerstatusIn";
|
|
this.chkCustomerstatusIn.Properties.Caption = "正常";
|
|
this.chkCustomerstatusIn.Size = new System.Drawing.Size(75, 19);
|
|
this.chkCustomerstatusIn.TabIndex = 12;
|
|
this.chkCustomerstatusIn.CheckedChanged += new System.EventHandler(this.chkCustomerstatusIn_CheckedChanged);
|
|
//
|
|
// chkCustomerstatusoff
|
|
//
|
|
this.chkCustomerstatusoff.Location = new System.Drawing.Point(458, 117);
|
|
this.chkCustomerstatusoff.Name = "chkCustomerstatusoff";
|
|
this.chkCustomerstatusoff.Properties.Caption = "停用";
|
|
this.chkCustomerstatusoff.Size = new System.Drawing.Size(75, 19);
|
|
this.chkCustomerstatusoff.TabIndex = 13;
|
|
this.chkCustomerstatusoff.CheckedChanged += new System.EventHandler(this.chkCustomerstatusoff_CheckedChanged);
|
|
//
|
|
// txtCustomer_ID
|
|
//
|
|
this.txtCustomer_ID.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BSCustomer, "Customer_id", true));
|
|
this.txtCustomer_ID.FrmSelect = false;
|
|
this.txtCustomer_ID.Location = new System.Drawing.Point(372, 8);
|
|
this.txtCustomer_ID.MustText = false;
|
|
this.txtCustomer_ID.Name = "txtCustomer_ID";
|
|
this.txtCustomer_ID.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
|
|
this.txtCustomer_ID.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.txtCustomer_ID.Properties.Appearance.Options.UseBackColor = true;
|
|
this.txtCustomer_ID.Properties.Appearance.Options.UseFont = true;
|
|
this.txtCustomer_ID.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.txtCustomer_ID.Properties.MaxLength = 20;
|
|
this.txtCustomer_ID.Size = new System.Drawing.Size(160, 22);
|
|
this.txtCustomer_ID.StrLen = 0;
|
|
this.txtCustomer_ID.TabIndex = 2;
|
|
this.txtCustomer_ID.Valatt = WMS.Ctrl.ValidationAttribute.无;
|
|
this.txtCustomer_ID.ValText = "";
|
|
//
|
|
// txtVersion
|
|
//
|
|
this.txtVersion.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BSCustomer, "Version", true));
|
|
this.txtVersion.FrmSelect = false;
|
|
this.txtVersion.Location = new System.Drawing.Point(638, 119);
|
|
this.txtVersion.MustText = false;
|
|
this.txtVersion.Name = "txtVersion";
|
|
this.txtVersion.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
|
|
this.txtVersion.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
|
|
this.txtVersion.Properties.Appearance.Options.UseBackColor = true;
|
|
this.txtVersion.Properties.Appearance.Options.UseFont = true;
|
|
this.txtVersion.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
|
|
this.txtVersion.Size = new System.Drawing.Size(160, 22);
|
|
this.txtVersion.StrLen = 0;
|
|
this.txtVersion.TabIndex = 125;
|
|
this.txtVersion.Valatt = WMS.Ctrl.ValidationAttribute.无;
|
|
this.txtVersion.ValText = "";
|
|
this.txtVersion.Visible = false;
|
|
//
|
|
// labelControl10
|
|
//
|
|
this.labelControl10.Location = new System.Drawing.Point(559, 123);
|
|
this.labelControl10.Name = "labelControl10";
|
|
this.labelControl10.Size = new System.Drawing.Size(60, 14);
|
|
this.labelControl10.TabIndex = 126;
|
|
this.labelControl10.Text = "版 本";
|
|
this.labelControl10.Visible = false;
|
|
//
|
|
// FrmUpCustomerDet
|
|
//
|
|
this.Appearance.Options.UseFont = true;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(815, 371);
|
|
this.Controls.Add(this.txtVersion);
|
|
this.Controls.Add(this.labelControl10);
|
|
this.Controls.Add(this.txtCustomer_ID);
|
|
this.Controls.Add(this.chkCustomerstatusoff);
|
|
this.Controls.Add(this.chkCustomerstatusIn);
|
|
this.Controls.Add(this.btnClose);
|
|
this.Controls.Add(this.btnCommit);
|
|
this.Controls.Add(this.MEtxtCustomerMark);
|
|
this.Controls.Add(this.labelControl9);
|
|
this.Controls.Add(this.txtAddress);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.LEPCUS_TYPE);
|
|
this.Controls.Add(this.txtEmail);
|
|
this.Controls.Add(this.labelControl23);
|
|
this.Controls.Add(this.txtFax);
|
|
this.Controls.Add(this.labelControl22);
|
|
this.Controls.Add(this.labelControl8);
|
|
this.Controls.Add(this.txtPostcode);
|
|
this.Controls.Add(this.labelControl7);
|
|
this.Controls.Add(this.txtPhone);
|
|
this.Controls.Add(this.labelControl21);
|
|
this.Controls.Add(this.txtLinkman);
|
|
this.Controls.Add(this.labelControl6);
|
|
this.Controls.Add(this.txtPy_Name);
|
|
this.Controls.Add(this.labelControl5);
|
|
this.Controls.Add(this.labelControl4);
|
|
this.Controls.Add(this.labelControl3);
|
|
this.Controls.Add(this.txtCustomer_Name);
|
|
this.Controls.Add(this.labelControl2);
|
|
this.Controls.Add(this.txtCustomer_Short_Name);
|
|
this.Controls.Add(this.labelControl1);
|
|
this.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.MaximizeBox = false;
|
|
this.MaximumSize = new System.Drawing.Size(833, 418);
|
|
this.MinimumSize = new System.Drawing.Size(831, 409);
|
|
this.Name = "FrmUpCustomerDet";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "FrmUpCustomerDet";
|
|
this.Load += new System.EventHandler(this.FrmUpCustomerDet_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.txtEmail.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.BSCustomer)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtFax.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtPhone.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtLinkman.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtCustomer_Name.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtCustomer_Short_Name.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.LEPCUS_TYPE.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtPostcode.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtAddress.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.MEtxtCustomerMark.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtPy_Name.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.chkCustomerstatusIn.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.chkCustomerstatusoff.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtCustomer_ID.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtVersion.Properties)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Ctrl.WMSCtrlTextBox txtEmail;
|
|
private DevExpress.XtraEditors.LabelControl labelControl23;
|
|
private Ctrl.WMSCtrlTextBox txtFax;
|
|
private DevExpress.XtraEditors.LabelControl labelControl22;
|
|
private Ctrl.WMSCtrlTextBox txtPhone;
|
|
private DevExpress.XtraEditors.LabelControl labelControl21;
|
|
private Ctrl.WMSCtrlTextBox txtLinkman;
|
|
private DevExpress.XtraEditors.LabelControl labelControl6;
|
|
private DevExpress.XtraEditors.LabelControl labelControl5;
|
|
private DevExpress.XtraEditors.LabelControl labelControl4;
|
|
private DevExpress.XtraEditors.LabelControl labelControl3;
|
|
private Ctrl.WMSCtrlTextBox txtCustomer_Name;
|
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
|
private Ctrl.WMSCtrlTextBox txtCustomer_Short_Name;
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|
private Ctrl.LookUpEditSystem LEPCUS_TYPE;
|
|
private System.Windows.Forms.Label label4;
|
|
private DevExpress.XtraEditors.LabelControl labelControl7;
|
|
private Ctrl.WMSCtrlTextBox txtPostcode;
|
|
private DevExpress.XtraEditors.LabelControl labelControl8;
|
|
private DevExpress.XtraEditors.MemoEdit txtAddress;
|
|
private DevExpress.XtraEditors.MemoEdit MEtxtCustomerMark;
|
|
private DevExpress.XtraEditors.LabelControl labelControl9;
|
|
private Ctrl.CtrlButtons btnClose;
|
|
private Ctrl.CtrlButtons btnCommit;
|
|
private Ctrl.WMSCtrlTextBox txtPy_Name;
|
|
private System.Windows.Forms.BindingSource BSCustomer;
|
|
private DevExpress.XtraEditors.CheckEdit chkCustomerstatusIn;
|
|
private DevExpress.XtraEditors.CheckEdit chkCustomerstatusoff;
|
|
private Ctrl.WMSCtrlTextBox txtCustomer_ID;
|
|
private Ctrl.WMSCtrlTextBox txtVersion;
|
|
private DevExpress.XtraEditors.LabelControl labelControl10;
|
|
}
|
|
} |