BaoKai_202508-Wms-Jingwang..../WMS.FrmBaseData/FrmCustomerType.Designer.cs

500 lines
30 KiB
C#
Raw Normal View History

2025-08-24 09:35:55 +08:00
namespace WMS.FrmBaseData
{
partial class FrmCustomerType
{
/// <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();
this.tr_CustomerType = new DevExpress.XtraTreeList.TreeList();
this.colCus_type_name = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.colCus_short_name = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.colPy_name = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.colSort = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.colStatus = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.colRemark = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.colVersion = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.bsCustoerType = new System.Windows.Forms.BindingSource(this.components);
this.chkCus_Type_sta_Off = new DevExpress.XtraEditors.CheckEdit();
this.chkCus_Type_sta_In = new DevExpress.XtraEditors.CheckEdit();
this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.txt_cusType_id = new WMS.Ctrl.WMSCtrlTextBox(this.components);
this.txt_cusType_name = new WMS.Ctrl.WMSCtrlTextBox(this.components);
this.txt_cusType_shortName = new WMS.Ctrl.WMSCtrlTextBox(this.components);
this.txt_cusType_sort = new WMS.Ctrl.WMSCtrlTextBox(this.components);
this.txt_cusType_pyName = new WMS.Ctrl.WMSCtrlTextBox(this.components);
this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
this.lue_parentid = new WMS.Ctrl.LookUpEditSystem();
this.memoEdit1 = new DevExpress.XtraEditors.MemoEdit();
((System.ComponentModel.ISupportInitialize)(this.tr_CustomerType)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bsCustoerType)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.chkCus_Type_sta_Off.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.chkCus_Type_sta_In.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_cusType_id.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_cusType_name.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_cusType_shortName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_cusType_sort.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_cusType_pyName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
this.splitContainerControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.lue_parentid.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit();
this.SuspendLayout();
//
// tr_CustomerType
//
this.tr_CustomerType.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
this.colCus_type_name,
this.colCus_short_name,
this.colPy_name,
this.colSort,
this.colStatus,
this.colRemark,
this.colVersion});
this.tr_CustomerType.DataSource = this.bsCustoerType;
this.tr_CustomerType.Dock = System.Windows.Forms.DockStyle.Fill;
this.tr_CustomerType.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tr_CustomerType.KeyFieldName = "Cus_type_id";
this.tr_CustomerType.Location = new System.Drawing.Point(0, 0);
this.tr_CustomerType.Name = "tr_CustomerType";
this.tr_CustomerType.OptionsSelection.EnableAppearanceFocusedCell = false;
this.tr_CustomerType.ParentFieldName = "Parent_id";
this.tr_CustomerType.Size = new System.Drawing.Size(682, 296);
this.tr_CustomerType.TabIndex = 11;
this.tr_CustomerType.FocusedNodeChanged += new DevExpress.XtraTreeList.FocusedNodeChangedEventHandler(this.tr_CustomerType_FocusedNodeChanged);
//
// colCus_type_name
//
this.colCus_type_name.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colCus_type_name.AppearanceCell.Options.UseFont = true;
this.colCus_type_name.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colCus_type_name.AppearanceHeader.Options.UseFont = true;
this.colCus_type_name.AppearanceHeader.Options.UseTextOptions = true;
this.colCus_type_name.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colCus_type_name.FieldName = "Cus_type_name";
this.colCus_type_name.Name = "colCus_type_name";
this.colCus_type_name.OptionsColumn.AllowEdit = false;
this.colCus_type_name.Visible = true;
this.colCus_type_name.VisibleIndex = 0;
this.colCus_type_name.Width = 60;
//
// colCus_short_name
//
this.colCus_short_name.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colCus_short_name.AppearanceCell.Options.UseFont = true;
this.colCus_short_name.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colCus_short_name.AppearanceHeader.Options.UseFont = true;
this.colCus_short_name.AppearanceHeader.Options.UseTextOptions = true;
this.colCus_short_name.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colCus_short_name.FieldName = "Cus_short_name";
this.colCus_short_name.Name = "colCus_short_name";
this.colCus_short_name.OptionsColumn.AllowEdit = false;
this.colCus_short_name.Visible = true;
this.colCus_short_name.VisibleIndex = 1;
this.colCus_short_name.Width = 60;
//
// colPy_name
//
this.colPy_name.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colPy_name.AppearanceCell.Options.UseFont = true;
this.colPy_name.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colPy_name.AppearanceHeader.Options.UseFont = true;
this.colPy_name.AppearanceHeader.Options.UseTextOptions = true;
this.colPy_name.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colPy_name.FieldName = "Py_name";
this.colPy_name.Name = "colPy_name";
this.colPy_name.OptionsColumn.AllowEdit = false;
this.colPy_name.Visible = true;
this.colPy_name.VisibleIndex = 2;
this.colPy_name.Width = 60;
//
// colSort
//
this.colSort.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colSort.AppearanceCell.Options.UseFont = true;
this.colSort.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colSort.AppearanceHeader.Options.UseFont = true;
this.colSort.AppearanceHeader.Options.UseTextOptions = true;
this.colSort.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colSort.FieldName = "Sort";
this.colSort.Name = "colSort";
this.colSort.OptionsColumn.AllowEdit = false;
this.colSort.Width = 60;
//
// colStatus
//
this.colStatus.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colStatus.AppearanceCell.Options.UseFont = true;
this.colStatus.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colStatus.AppearanceHeader.Options.UseFont = true;
this.colStatus.AppearanceHeader.Options.UseTextOptions = true;
this.colStatus.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colStatus.FieldName = "Status";
this.colStatus.Name = "colStatus";
this.colStatus.OptionsColumn.AllowEdit = false;
this.colStatus.Width = 60;
//
// colRemark
//
this.colRemark.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colRemark.AppearanceCell.Options.UseFont = true;
this.colRemark.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colRemark.AppearanceHeader.Options.UseFont = true;
this.colRemark.AppearanceHeader.Options.UseTextOptions = true;
this.colRemark.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colRemark.FieldName = "Remark";
this.colRemark.Name = "colRemark";
this.colRemark.OptionsColumn.AllowEdit = false;
this.colRemark.Width = 61;
//
// colVersion
//
this.colVersion.AppearanceCell.Font = new System.Drawing.Font("宋体", 10F);
this.colVersion.AppearanceCell.Options.UseFont = true;
this.colVersion.AppearanceHeader.Font = new System.Drawing.Font("宋体", 10F);
this.colVersion.AppearanceHeader.Options.UseFont = true;
this.colVersion.AppearanceHeader.Options.UseTextOptions = true;
this.colVersion.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colVersion.FieldName = "Version";
this.colVersion.Name = "colVersion";
this.colVersion.OptionsColumn.AllowEdit = false;
this.colVersion.Width = 61;
//
// bsCustoerType
//
this.bsCustoerType.DataSource = typeof(WMS.Model.Base.CustomerTypeModel);
//
// chkCus_Type_sta_Off
//
this.chkCus_Type_sta_Off.Location = new System.Drawing.Point(531, 72);
this.chkCus_Type_sta_Off.Name = "chkCus_Type_sta_Off";
this.chkCus_Type_sta_Off.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.chkCus_Type_sta_Off.Properties.Appearance.Options.UseFont = true;
this.chkCus_Type_sta_Off.Properties.Caption = "停用";
this.chkCus_Type_sta_Off.Size = new System.Drawing.Size(75, 19);
this.chkCus_Type_sta_Off.TabIndex = 7;
this.chkCus_Type_sta_Off.CheckedChanged += new System.EventHandler(this.chkCus_Type_sta_Off_CheckedChanged);
//
// chkCus_Type_sta_In
//
this.chkCus_Type_sta_In.Location = new System.Drawing.Point(391, 72);
this.chkCus_Type_sta_In.Name = "chkCus_Type_sta_In";
this.chkCus_Type_sta_In.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.chkCus_Type_sta_In.Properties.Appearance.Options.UseFont = true;
this.chkCus_Type_sta_In.Properties.Caption = "正常";
this.chkCus_Type_sta_In.Size = new System.Drawing.Size(75, 19);
this.chkCus_Type_sta_In.TabIndex = 6;
this.chkCus_Type_sta_In.CheckedChanged += new System.EventHandler(this.chkCus_Type_sta_In_CheckedChanged);
//
// labelControl8
//
this.labelControl8.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.labelControl8.Appearance.Options.UseFont = true;
this.labelControl8.Location = new System.Drawing.Point(42, 130);
this.labelControl8.Name = "labelControl8";
this.labelControl8.Size = new System.Drawing.Size(56, 14);
this.labelControl8.TabIndex = 144;
this.labelControl8.Text = "备  注";
//
// labelControl9
//
this.labelControl9.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.labelControl9.Appearance.Options.UseFont = true;
this.labelControl9.Location = new System.Drawing.Point(336, 74);
this.labelControl9.Name = "labelControl9";
this.labelControl9.Size = new System.Drawing.Size(49, 14);
this.labelControl9.TabIndex = 142;
this.labelControl9.Text = "状  态";
//
// labelControl5
//
this.labelControl5.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.labelControl5.Appearance.Options.UseFont = true;
this.labelControl5.Location = new System.Drawing.Point(42, 43);
this.labelControl5.Name = "labelControl5";
this.labelControl5.Size = new System.Drawing.Size(56, 14);
this.labelControl5.TabIndex = 138;
this.labelControl5.Text = "分类名称";
//
// labelControl4
//
this.labelControl4.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.labelControl4.Appearance.Options.UseFont = true;
this.labelControl4.Location = new System.Drawing.Point(42, 70);
this.labelControl4.Name = "labelControl4";
this.labelControl4.Size = new System.Drawing.Size(56, 14);
this.labelControl4.TabIndex = 137;
this.labelControl4.Text = "分类简称";
//
// labelControl6
//
this.labelControl6.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.labelControl6.Appearance.Options.UseFont = true;
this.labelControl6.Location = new System.Drawing.Point(336, 43);
this.labelControl6.Name = "labelControl6";
this.labelControl6.Size = new System.Drawing.Size(49, 14);
this.labelControl6.TabIndex = 136;
this.labelControl6.Text = "排  序";
//
// labelControl3
//
this.labelControl3.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.labelControl3.Appearance.Options.UseFont = true;
this.labelControl3.Location = new System.Drawing.Point(331, 14);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(56, 14);
this.labelControl3.TabIndex = 136;
this.labelControl3.Text = "上级类型";
//
// labelControl2
//
this.labelControl2.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.labelControl2.Appearance.Options.UseFont = true;
this.labelControl2.Location = new System.Drawing.Point(42, 103);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(56, 14);
this.labelControl2.TabIndex = 135;
this.labelControl2.Text = "拼音简称";
//
// labelControl1
//
this.labelControl1.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.labelControl1.Appearance.Options.UseFont = true;
this.labelControl1.Location = new System.Drawing.Point(42, 14);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(56, 14);
this.labelControl1.TabIndex = 134;
this.labelControl1.Text = "分类编号";
//
// txt_cusType_id
//
this.txt_cusType_id.FrmSelect = false;
this.txt_cusType_id.Location = new System.Drawing.Point(107, 12);
this.txt_cusType_id.MustText = true;
this.txt_cusType_id.Name = "txt_cusType_id";
this.txt_cusType_id.Properties.Appearance.BackColor = System.Drawing.Color.PeachPuff;
this.txt_cusType_id.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.txt_cusType_id.Properties.Appearance.Options.UseBackColor = true;
this.txt_cusType_id.Properties.Appearance.Options.UseFont = true;
this.txt_cusType_id.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.txt_cusType_id.Properties.MaxLength = 20;
this.txt_cusType_id.Size = new System.Drawing.Size(213, 22);
this.txt_cusType_id.StrLen = 20;
this.txt_cusType_id.TabIndex = 1;
this.txt_cusType_id.Valatt = WMS.Ctrl.ValidationAttribute.;
this.txt_cusType_id.ValText = "";
//
// txt_cusType_name
//
this.txt_cusType_name.FrmSelect = false;
this.txt_cusType_name.Location = new System.Drawing.Point(107, 41);
this.txt_cusType_name.MustText = true;
this.txt_cusType_name.Name = "txt_cusType_name";
this.txt_cusType_name.Properties.Appearance.BackColor = System.Drawing.Color.PeachPuff;
this.txt_cusType_name.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.txt_cusType_name.Properties.Appearance.Options.UseBackColor = true;
this.txt_cusType_name.Properties.Appearance.Options.UseFont = true;
this.txt_cusType_name.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.txt_cusType_name.Properties.MaxLength = 60;
this.txt_cusType_name.Size = new System.Drawing.Size(213, 22);
this.txt_cusType_name.StrLen = 15;
this.txt_cusType_name.TabIndex = 3;
this.txt_cusType_name.Valatt = WMS.Ctrl.ValidationAttribute.;
this.txt_cusType_name.ValText = "";
//
// txt_cusType_shortName
//
this.txt_cusType_shortName.FrmSelect = false;
this.txt_cusType_shortName.Location = new System.Drawing.Point(107, 70);
this.txt_cusType_shortName.MustText = false;
this.txt_cusType_shortName.Name = "txt_cusType_shortName";
this.txt_cusType_shortName.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
this.txt_cusType_shortName.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.txt_cusType_shortName.Properties.Appearance.Options.UseBackColor = true;
this.txt_cusType_shortName.Properties.Appearance.Options.UseFont = true;
this.txt_cusType_shortName.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.txt_cusType_shortName.Properties.MaxLength = 20;
this.txt_cusType_shortName.Size = new System.Drawing.Size(213, 22);
this.txt_cusType_shortName.StrLen = 15;
this.txt_cusType_shortName.TabIndex = 5;
this.txt_cusType_shortName.Valatt = WMS.Ctrl.ValidationAttribute.;
this.txt_cusType_shortName.ValText = "";
//
// txt_cusType_sort
//
this.txt_cusType_sort.FrmSelect = false;
this.txt_cusType_sort.Location = new System.Drawing.Point(393, 39);
this.txt_cusType_sort.MustText = false;
this.txt_cusType_sort.Name = "txt_cusType_sort";
this.txt_cusType_sort.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
this.txt_cusType_sort.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.txt_cusType_sort.Properties.Appearance.Options.UseBackColor = true;
this.txt_cusType_sort.Properties.Appearance.Options.UseFont = true;
this.txt_cusType_sort.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.txt_cusType_sort.Properties.MaxLength = 4;
this.txt_cusType_sort.Size = new System.Drawing.Size(213, 22);
this.txt_cusType_sort.StrLen = 4;
this.txt_cusType_sort.TabIndex = 4;
this.txt_cusType_sort.Valatt = WMS.Ctrl.ValidationAttribute.;
this.txt_cusType_sort.ValText = "";
//
// txt_cusType_pyName
//
this.txt_cusType_pyName.FrmSelect = false;
this.txt_cusType_pyName.Location = new System.Drawing.Point(107, 99);
this.txt_cusType_pyName.MustText = false;
this.txt_cusType_pyName.Name = "txt_cusType_pyName";
this.txt_cusType_pyName.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
this.txt_cusType_pyName.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.txt_cusType_pyName.Properties.Appearance.Options.UseBackColor = true;
this.txt_cusType_pyName.Properties.Appearance.Options.UseFont = true;
this.txt_cusType_pyName.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.txt_cusType_pyName.Properties.MaxLength = 10;
this.txt_cusType_pyName.Size = new System.Drawing.Size(213, 22);
this.txt_cusType_pyName.StrLen = 15;
this.txt_cusType_pyName.TabIndex = 8;
this.txt_cusType_pyName.Valatt = WMS.Ctrl.ValidationAttribute.;
this.txt_cusType_pyName.ValText = "";
//
// splitContainerControl1
//
this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainerControl1.Horizontal = false;
this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
this.splitContainerControl1.Name = "splitContainerControl1";
this.splitContainerControl1.Panel1.Controls.Add(this.memoEdit1);
this.splitContainerControl1.Panel1.Controls.Add(this.lue_parentid);
this.splitContainerControl1.Panel1.Controls.Add(this.chkCus_Type_sta_Off);
this.splitContainerControl1.Panel1.Controls.Add(this.chkCus_Type_sta_In);
this.splitContainerControl1.Panel1.Controls.Add(this.txt_cusType_pyName);
this.splitContainerControl1.Panel1.Controls.Add(this.labelControl8);
this.splitContainerControl1.Panel1.Controls.Add(this.labelControl9);
this.splitContainerControl1.Panel1.Controls.Add(this.txt_cusType_sort);
this.splitContainerControl1.Panel1.Controls.Add(this.txt_cusType_shortName);
this.splitContainerControl1.Panel1.Controls.Add(this.labelControl5);
this.splitContainerControl1.Panel1.Controls.Add(this.txt_cusType_name);
this.splitContainerControl1.Panel1.Controls.Add(this.labelControl4);
this.splitContainerControl1.Panel1.Controls.Add(this.txt_cusType_id);
this.splitContainerControl1.Panel1.Controls.Add(this.labelControl6);
this.splitContainerControl1.Panel1.Controls.Add(this.labelControl1);
this.splitContainerControl1.Panel1.Controls.Add(this.labelControl3);
this.splitContainerControl1.Panel1.Controls.Add(this.labelControl2);
this.splitContainerControl1.Panel1.Text = "Panel1";
this.splitContainerControl1.Panel2.Controls.Add(this.tr_CustomerType);
this.splitContainerControl1.Panel2.Text = "Panel2";
this.splitContainerControl1.Size = new System.Drawing.Size(682, 494);
this.splitContainerControl1.SplitterPosition = 186;
this.splitContainerControl1.TabIndex = 12;
this.splitContainerControl1.Text = "splitContainerControl1";
//
// lue_parentid
//
this.lue_parentid.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsCustoerType, "Parent_id", true));
this.lue_parentid.EditValue = "";
this.lue_parentid.Location = new System.Drawing.Point(393, 13);
this.lue_parentid.Name = "lue_parentid";
this.lue_parentid.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.lue_parentid.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.lue_parentid.Properties.NullText = "";
this.lue_parentid.Size = new System.Drawing.Size(213, 22);
this.lue_parentid.TabIndex = 2;
//
// memoEdit1
//
this.memoEdit1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsCustoerType, "Remark", true));
this.memoEdit1.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bsCustoerType, "Remark", true));
this.memoEdit1.Location = new System.Drawing.Point(107, 128);
this.memoEdit1.Name = "memoEdit1";
this.memoEdit1.Size = new System.Drawing.Size(499, 51);
this.memoEdit1.TabIndex = 145;
//
// FrmCustomerType
//
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(682, 494);
this.Controls.Add(this.splitContainerControl1);
this.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Name = "FrmCustomerType";
this.Text = "客户分类";
this.Load += new System.EventHandler(this.FrmCustomerType_Load);
((System.ComponentModel.ISupportInitialize)(this.tr_CustomerType)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bsCustoerType)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chkCus_Type_sta_Off.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chkCus_Type_sta_In.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_cusType_id.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_cusType_name.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_cusType_shortName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_cusType_sort.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_cusType_pyName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
this.splitContainerControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.lue_parentid.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraTreeList.TreeList tr_CustomerType;
private System.Windows.Forms.BindingSource bsCustoerType;
private DevExpress.XtraTreeList.Columns.TreeListColumn colCus_type_name;
private DevExpress.XtraTreeList.Columns.TreeListColumn colCus_short_name;
private DevExpress.XtraTreeList.Columns.TreeListColumn colPy_name;
private DevExpress.XtraTreeList.Columns.TreeListColumn colSort;
private DevExpress.XtraTreeList.Columns.TreeListColumn colStatus;
private DevExpress.XtraTreeList.Columns.TreeListColumn colRemark;
private DevExpress.XtraTreeList.Columns.TreeListColumn colVersion;
private Ctrl.WMSCtrlTextBox txt_cusType_id;
private Ctrl.WMSCtrlTextBox txt_cusType_name;
private Ctrl.WMSCtrlTextBox txt_cusType_shortName;
private Ctrl.WMSCtrlTextBox txt_cusType_sort;
private Ctrl.WMSCtrlTextBox txt_cusType_pyName;
private DevExpress.XtraEditors.LabelControl labelControl8;
private DevExpress.XtraEditors.LabelControl labelControl9;
private DevExpress.XtraEditors.LabelControl labelControl5;
private DevExpress.XtraEditors.LabelControl labelControl4;
private DevExpress.XtraEditors.LabelControl labelControl6;
private DevExpress.XtraEditors.LabelControl labelControl3;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.CheckEdit chkCus_Type_sta_Off;
private DevExpress.XtraEditors.CheckEdit chkCus_Type_sta_In;
private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1;
private Ctrl.LookUpEditSystem lue_parentid;
private DevExpress.XtraEditors.MemoEdit memoEdit1;
}
}