lg
2024-09-14 a5135d85d22205d0170278a417f27f3034186aab
DevApp/Gs.DevApp/DevFrm/BasicData/FrmCustomer.Designer.cs
@@ -30,602 +30,52 @@
        /// </summary>
        private void InitializeComponent()
        {
            //BQSetControlObject
            this.lb_isStatus = new DevExpress.XtraEditors.LabelControl();
            this.txt_isStatus = new DevExpress.XtraEditors.TextEdit();
            this.gv_isStatus = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lb_saleGuid = new DevExpress.XtraEditors.LabelControl();
            this.txt_saleGuid = new DevExpress.XtraEditors.TextEdit();
            this.gv_saleGuid = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lb_remark = new DevExpress.XtraEditors.LabelControl();
            this.txt_remark = new DevExpress.XtraEditors.TextEdit();
            this.gv_remark = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lb_lastUpdateBy = new DevExpress.XtraEditors.LabelControl();
            this.txt_lastUpdateBy = new DevExpress.XtraEditors.TextEdit();
            this.gv_lastUpdateBy = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lb_lastUpdateTime = new DevExpress.XtraEditors.LabelControl();
            this.txt_lastUpdateTime = new DevExpress.XtraEditors.TextEdit();
            this.gv_lastUpdateTime = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lb_createBy = new DevExpress.XtraEditors.LabelControl();
            this.txt_createBy = new DevExpress.XtraEditors.TextEdit();
            this.gv_createBy = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lb_createTime = new DevExpress.XtraEditors.LabelControl();
            this.txt_createTime = new DevExpress.XtraEditors.TextEdit();
            this.gv_createTime = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lb_conFax = new DevExpress.XtraEditors.LabelControl();
            this.txt_conFax = new DevExpress.XtraEditors.TextEdit();
            this.gv_conFax = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lb_conTel = new DevExpress.XtraEditors.LabelControl();
            this.txt_conTel = new DevExpress.XtraEditors.TextEdit();
            this.gv_conTel = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lb_conPeople = new DevExpress.XtraEditors.LabelControl();
            this.txt_conPeople = new DevExpress.XtraEditors.TextEdit();
            this.gv_conPeople = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lb_land = new DevExpress.XtraEditors.LabelControl();
            this.txt_land = new DevExpress.XtraEditors.TextEdit();
            this.gv_land = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lb_address = new DevExpress.XtraEditors.LabelControl();
            this.txt_address = new DevExpress.XtraEditors.TextEdit();
            this.gv_address = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lb_engName = new DevExpress.XtraEditors.LabelControl();
            this.txt_engName = new DevExpress.XtraEditors.TextEdit();
            this.gv_engName = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lb_simpleName = new DevExpress.XtraEditors.LabelControl();
            this.txt_simpleName = new DevExpress.XtraEditors.TextEdit();
            this.gv_simpleName = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lb_fullName = new DevExpress.XtraEditors.LabelControl();
            this.txt_fullName = new DevExpress.XtraEditors.TextEdit();
            this.gv_fullName = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lb_factory = new DevExpress.XtraEditors.LabelControl();
            this.txt_factory = new DevExpress.XtraEditors.TextEdit();
            this.gv_factory = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lb_itemNo = new DevExpress.XtraEditors.LabelControl();
            this.txt_itemNo = new DevExpress.XtraEditors.TextEdit();
            this.gv_itemNo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.lb_guid = new DevExpress.XtraEditors.LabelControl();
            this.txt_guid = new DevExpress.XtraEditors.TextEdit();
            this.gv_guid = new DevExpress.XtraGrid.Columns.GridColumn();
            //BQSetControlInfo
            //
            //lb_isStatus
            //
            this.lb_isStatus.Location = new System.Drawing.Point(270, 148);
            this.lb_isStatus.Name = "lb_isStatus";
            this.lb_isStatus.Size = new System.Drawing.Size(150, 21);
            this.lb_isStatus.TabIndex = 267;
            this.lb_isStatus.Tag = "isStatus";
            this.lb_isStatus.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_isStatus.Text = "状态:";
            //
            //txt_isStatus
            //
            this.txt_isStatus.Location = new System.Drawing.Point(330, 148);
            this.txt_isStatus.Name = "lb_isStatus";
            this.txt_isStatus.Size = new System.Drawing.Size(150, 21);
            this.txt_isStatus.TabIndex = 267;
            this.txt_isStatus.Tag = "isStatus";
            this.txt_isStatus.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_isStatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_isStatus.AppearanceCell.Options.UseFont = true;
            this.gv_isStatus.FieldName = "isStatus";
            this.gv_isStatus.Caption = "状态";
            this.gv_isStatus.MinWidth = 25;
            this.gv_isStatus.Visible = true;
            this.gv_isStatus.Width = 94;
            this.gv_isStatus.OptionsColumn.AllowEdit = false;
            this.gv_isStatus.VisibleIndex = 0;
            //
            //lb_saleGuid
            //
            this.lb_saleGuid.Location = new System.Drawing.Point(20, 148);
            this.lb_saleGuid.Name = "lb_saleGuid";
            this.lb_saleGuid.Size = new System.Drawing.Size(150, 21);
            this.lb_saleGuid.TabIndex = 262;
            this.lb_saleGuid.Tag = "saleGuid";
            this.lb_saleGuid.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_saleGuid.Text = "销售员:";
            //
            //txt_saleGuid
            //
            this.txt_saleGuid.Location = new System.Drawing.Point(80, 148);
            this.txt_saleGuid.Name = "lb_saleGuid";
            this.txt_saleGuid.Size = new System.Drawing.Size(150, 21);
            this.txt_saleGuid.TabIndex = 262;
            this.txt_saleGuid.Tag = "saleGuid";
            this.txt_saleGuid.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_saleGuid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_saleGuid.AppearanceCell.Options.UseFont = true;
            this.gv_saleGuid.FieldName = "saleGuid";
            this.gv_saleGuid.Caption = "销售员";
            this.gv_saleGuid.MinWidth = 25;
            this.gv_saleGuid.Visible = true;
            this.gv_saleGuid.Width = 94;
            this.gv_saleGuid.OptionsColumn.AllowEdit = false;
            this.gv_saleGuid.VisibleIndex = 0;
            //
            //lb_remark
            //
            this.lb_remark.Location = new System.Drawing.Point(770, 116);
            this.lb_remark.Name = "lb_remark";
            this.lb_remark.Size = new System.Drawing.Size(150, 21);
            this.lb_remark.TabIndex = 258;
            this.lb_remark.Tag = "remark";
            this.lb_remark.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_remark.Text = "备注:";
            //
            //txt_remark
            //
            this.txt_remark.Location = new System.Drawing.Point(830, 116);
            this.txt_remark.Name = "lb_remark";
            this.txt_remark.Size = new System.Drawing.Size(150, 21);
            this.txt_remark.TabIndex = 258;
            this.txt_remark.Tag = "remark";
            this.txt_remark.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_remark.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_remark.AppearanceCell.Options.UseFont = true;
            this.gv_remark.FieldName = "remark";
            this.gv_remark.Caption = "备注";
            this.gv_remark.MinWidth = 25;
            this.gv_remark.Visible = true;
            this.gv_remark.Width = 94;
            this.gv_remark.OptionsColumn.AllowEdit = false;
            this.gv_remark.VisibleIndex = 0;
            //
            //lb_lastUpdateBy
            //
            this.lb_lastUpdateBy.Location = new System.Drawing.Point(520, 116);
            this.lb_lastUpdateBy.Name = "lb_lastUpdateBy";
            this.lb_lastUpdateBy.Size = new System.Drawing.Size(150, 21);
            this.lb_lastUpdateBy.TabIndex = 252;
            this.lb_lastUpdateBy.Tag = "lastUpdateBy";
            this.lb_lastUpdateBy.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_lastUpdateBy.Text = "更新者:";
            //
            //txt_lastUpdateBy
            //
            this.txt_lastUpdateBy.Location = new System.Drawing.Point(580, 116);
            this.txt_lastUpdateBy.Name = "lb_lastUpdateBy";
            this.txt_lastUpdateBy.Size = new System.Drawing.Size(150, 21);
            this.txt_lastUpdateBy.TabIndex = 252;
            this.txt_lastUpdateBy.Tag = "lastUpdateBy";
            this.txt_lastUpdateBy.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_lastUpdateBy.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_lastUpdateBy.AppearanceCell.Options.UseFont = true;
            this.gv_lastUpdateBy.FieldName = "lastUpdateBy";
            this.gv_lastUpdateBy.Caption = "更新者";
            this.gv_lastUpdateBy.MinWidth = 25;
            this.gv_lastUpdateBy.Visible = true;
            this.gv_lastUpdateBy.Width = 94;
            this.gv_lastUpdateBy.OptionsColumn.AllowEdit = false;
            this.gv_lastUpdateBy.VisibleIndex = 0;
            //
            //lb_lastUpdateTime
            //
            this.lb_lastUpdateTime.Location = new System.Drawing.Point(270, 116);
            this.lb_lastUpdateTime.Name = "lb_lastUpdateTime";
            this.lb_lastUpdateTime.Size = new System.Drawing.Size(150, 21);
            this.lb_lastUpdateTime.TabIndex = 247;
            this.lb_lastUpdateTime.Tag = "lastUpdateTime";
            this.lb_lastUpdateTime.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_lastUpdateTime.Text = "最后更新时间:";
            //
            //txt_lastUpdateTime
            //
            this.txt_lastUpdateTime.Location = new System.Drawing.Point(330, 116);
            this.txt_lastUpdateTime.Name = "lb_lastUpdateTime";
            this.txt_lastUpdateTime.Size = new System.Drawing.Size(150, 21);
            this.txt_lastUpdateTime.TabIndex = 247;
            this.txt_lastUpdateTime.Tag = "lastUpdateTime";
            this.txt_lastUpdateTime.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_lastUpdateTime.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_lastUpdateTime.AppearanceCell.Options.UseFont = true;
            this.gv_lastUpdateTime.FieldName = "lastUpdateTime";
            this.gv_lastUpdateTime.Caption = "最后更新时间";
            this.gv_lastUpdateTime.MinWidth = 25;
            this.gv_lastUpdateTime.Visible = true;
            this.gv_lastUpdateTime.Width = 94;
            this.gv_lastUpdateTime.OptionsColumn.AllowEdit = false;
            this.gv_lastUpdateTime.VisibleIndex = 0;
            //
            //lb_createBy
            //
            this.lb_createBy.Location = new System.Drawing.Point(20, 116);
            this.lb_createBy.Name = "lb_createBy";
            this.lb_createBy.Size = new System.Drawing.Size(150, 21);
            this.lb_createBy.TabIndex = 243;
            this.lb_createBy.Tag = "createBy";
            this.lb_createBy.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_createBy.Text = "建立者:";
            //
            //txt_createBy
            //
            this.txt_createBy.Location = new System.Drawing.Point(80, 116);
            this.txt_createBy.Name = "lb_createBy";
            this.txt_createBy.Size = new System.Drawing.Size(150, 21);
            this.txt_createBy.TabIndex = 243;
            this.txt_createBy.Tag = "createBy";
            this.txt_createBy.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_createBy.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_createBy.AppearanceCell.Options.UseFont = true;
            this.gv_createBy.FieldName = "createBy";
            this.gv_createBy.Caption = "建立者";
            this.gv_createBy.MinWidth = 25;
            this.gv_createBy.Visible = true;
            this.gv_createBy.Width = 94;
            this.gv_createBy.OptionsColumn.AllowEdit = false;
            this.gv_createBy.VisibleIndex = 0;
            //
            //lb_createTime
            //
            this.lb_createTime.Location = new System.Drawing.Point(770, 84);
            this.lb_createTime.Name = "lb_createTime";
            this.lb_createTime.Size = new System.Drawing.Size(150, 21);
            this.lb_createTime.TabIndex = 240;
            this.lb_createTime.Tag = "createTime";
            this.lb_createTime.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_createTime.Text = "建立时间:";
            //
            //txt_createTime
            //
            this.txt_createTime.Location = new System.Drawing.Point(830, 84);
            this.txt_createTime.Name = "lb_createTime";
            this.txt_createTime.Size = new System.Drawing.Size(150, 21);
            this.txt_createTime.TabIndex = 240;
            this.txt_createTime.Tag = "createTime";
            this.txt_createTime.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_createTime.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_createTime.AppearanceCell.Options.UseFont = true;
            this.gv_createTime.FieldName = "createTime";
            this.gv_createTime.Caption = "建立时间";
            this.gv_createTime.MinWidth = 25;
            this.gv_createTime.Visible = true;
            this.gv_createTime.Width = 94;
            this.gv_createTime.OptionsColumn.AllowEdit = false;
            this.gv_createTime.VisibleIndex = 0;
            //
            //lb_conFax
            //
            this.lb_conFax.Location = new System.Drawing.Point(520, 84);
            this.lb_conFax.Name = "lb_conFax";
            this.lb_conFax.Size = new System.Drawing.Size(150, 21);
            this.lb_conFax.TabIndex = 235;
            this.lb_conFax.Tag = "conFax";
            this.lb_conFax.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_conFax.Text = "联系传真:";
            //
            //txt_conFax
            //
            this.txt_conFax.Location = new System.Drawing.Point(580, 84);
            this.txt_conFax.Name = "lb_conFax";
            this.txt_conFax.Size = new System.Drawing.Size(150, 21);
            this.txt_conFax.TabIndex = 235;
            this.txt_conFax.Tag = "conFax";
            this.txt_conFax.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_conFax.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_conFax.AppearanceCell.Options.UseFont = true;
            this.gv_conFax.FieldName = "conFax";
            this.gv_conFax.Caption = "联系传真";
            this.gv_conFax.MinWidth = 25;
            this.gv_conFax.Visible = true;
            this.gv_conFax.Width = 94;
            this.gv_conFax.OptionsColumn.AllowEdit = false;
            this.gv_conFax.VisibleIndex = 0;
            //
            //lb_conTel
            //
            this.lb_conTel.Location = new System.Drawing.Point(270, 84);
            this.lb_conTel.Name = "lb_conTel";
            this.lb_conTel.Size = new System.Drawing.Size(150, 21);
            this.lb_conTel.TabIndex = 231;
            this.lb_conTel.Tag = "conTel";
            this.lb_conTel.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_conTel.Text = "联系人电话:";
            //
            //txt_conTel
            //
            this.txt_conTel.Location = new System.Drawing.Point(330, 84);
            this.txt_conTel.Name = "lb_conTel";
            this.txt_conTel.Size = new System.Drawing.Size(150, 21);
            this.txt_conTel.TabIndex = 231;
            this.txt_conTel.Tag = "conTel";
            this.txt_conTel.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_conTel.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_conTel.AppearanceCell.Options.UseFont = true;
            this.gv_conTel.FieldName = "conTel";
            this.gv_conTel.Caption = "联系人电话";
            this.gv_conTel.MinWidth = 25;
            this.gv_conTel.Visible = true;
            this.gv_conTel.Width = 94;
            this.gv_conTel.OptionsColumn.AllowEdit = false;
            this.gv_conTel.VisibleIndex = 0;
            //
            //lb_conPeople
            //
            this.lb_conPeople.Location = new System.Drawing.Point(20, 84);
            this.lb_conPeople.Name = "lb_conPeople";
            this.lb_conPeople.Size = new System.Drawing.Size(150, 21);
            this.lb_conPeople.TabIndex = 228;
            this.lb_conPeople.Tag = "conPeople";
            this.lb_conPeople.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_conPeople.Text = "联系人:";
            //
            //txt_conPeople
            //
            this.txt_conPeople.Location = new System.Drawing.Point(80, 84);
            this.txt_conPeople.Name = "lb_conPeople";
            this.txt_conPeople.Size = new System.Drawing.Size(150, 21);
            this.txt_conPeople.TabIndex = 228;
            this.txt_conPeople.Tag = "conPeople";
            this.txt_conPeople.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_conPeople.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_conPeople.AppearanceCell.Options.UseFont = true;
            this.gv_conPeople.FieldName = "conPeople";
            this.gv_conPeople.Caption = "联系人";
            this.gv_conPeople.MinWidth = 25;
            this.gv_conPeople.Visible = true;
            this.gv_conPeople.Width = 94;
            this.gv_conPeople.OptionsColumn.AllowEdit = false;
            this.gv_conPeople.VisibleIndex = 0;
            //
            //lb_land
            //
            this.lb_land.Location = new System.Drawing.Point(770, 52);
            this.lb_land.Name = "lb_land";
            this.lb_land.Size = new System.Drawing.Size(150, 21);
            this.lb_land.TabIndex = 226;
            this.lb_land.Tag = "land";
            this.lb_land.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_land.Text = "地区:";
            //
            //txt_land
            //
            this.txt_land.Location = new System.Drawing.Point(830, 52);
            this.txt_land.Name = "lb_land";
            this.txt_land.Size = new System.Drawing.Size(150, 21);
            this.txt_land.TabIndex = 226;
            this.txt_land.Tag = "land";
            this.txt_land.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_land.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_land.AppearanceCell.Options.UseFont = true;
            this.gv_land.FieldName = "land";
            this.gv_land.Caption = "地区";
            this.gv_land.MinWidth = 25;
            this.gv_land.Visible = true;
            this.gv_land.Width = 94;
            this.gv_land.OptionsColumn.AllowEdit = false;
            this.gv_land.VisibleIndex = 0;
            //
            //lb_address
            //
            this.lb_address.Location = new System.Drawing.Point(520, 52);
            this.lb_address.Name = "lb_address";
            this.lb_address.Size = new System.Drawing.Size(150, 21);
            this.lb_address.TabIndex = 222;
            this.lb_address.Tag = "address";
            this.lb_address.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_address.Text = "地址:";
            //
            //txt_address
            //
            this.txt_address.Location = new System.Drawing.Point(580, 52);
            this.txt_address.Name = "lb_address";
            this.txt_address.Size = new System.Drawing.Size(150, 21);
            this.txt_address.TabIndex = 222;
            this.txt_address.Tag = "address";
            this.txt_address.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_address.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_address.AppearanceCell.Options.UseFont = true;
            this.gv_address.FieldName = "address";
            this.gv_address.Caption = "地址";
            this.gv_address.MinWidth = 25;
            this.gv_address.Visible = true;
            this.gv_address.Width = 94;
            this.gv_address.OptionsColumn.AllowEdit = false;
            this.gv_address.VisibleIndex = 0;
            //
            //lb_engName
            //
            this.lb_engName.Location = new System.Drawing.Point(270, 52);
            this.lb_engName.Name = "lb_engName";
            this.lb_engName.Size = new System.Drawing.Size(150, 21);
            this.lb_engName.TabIndex = 219;
            this.lb_engName.Tag = "engName";
            this.lb_engName.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_engName.Text = "客户英文名:";
            //
            //txt_engName
            //
            this.txt_engName.Location = new System.Drawing.Point(330, 52);
            this.txt_engName.Name = "lb_engName";
            this.txt_engName.Size = new System.Drawing.Size(150, 21);
            this.txt_engName.TabIndex = 219;
            this.txt_engName.Tag = "engName";
            this.txt_engName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_engName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_engName.AppearanceCell.Options.UseFont = true;
            this.gv_engName.FieldName = "engName";
            this.gv_engName.Caption = "客户英文名";
            this.gv_engName.MinWidth = 25;
            this.gv_engName.Visible = true;
            this.gv_engName.Width = 94;
            this.gv_engName.OptionsColumn.AllowEdit = false;
            this.gv_engName.VisibleIndex = 0;
            //
            //lb_simpleName
            //
            this.lb_simpleName.Location = new System.Drawing.Point(20, 52);
            this.lb_simpleName.Name = "lb_simpleName";
            this.lb_simpleName.Size = new System.Drawing.Size(150, 21);
            this.lb_simpleName.TabIndex = 217;
            this.lb_simpleName.Tag = "simpleName";
            this.lb_simpleName.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_simpleName.Text = "客户简称:";
            //
            //txt_simpleName
            //
            this.txt_simpleName.Location = new System.Drawing.Point(80, 52);
            this.txt_simpleName.Name = "lb_simpleName";
            this.txt_simpleName.Size = new System.Drawing.Size(150, 21);
            this.txt_simpleName.TabIndex = 217;
            this.txt_simpleName.Tag = "simpleName";
            this.txt_simpleName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_simpleName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_simpleName.AppearanceCell.Options.UseFont = true;
            this.gv_simpleName.FieldName = "simpleName";
            this.gv_simpleName.Caption = "客户简称";
            this.gv_simpleName.MinWidth = 25;
            this.gv_simpleName.Visible = true;
            this.gv_simpleName.Width = 94;
            this.gv_simpleName.OptionsColumn.AllowEdit = false;
            this.gv_simpleName.VisibleIndex = 0;
            //
            //lb_fullName
            //
            this.lb_fullName.Location = new System.Drawing.Point(770, 20);
            this.lb_fullName.Name = "lb_fullName";
            this.lb_fullName.Size = new System.Drawing.Size(150, 21);
            this.lb_fullName.TabIndex = 216;
            this.lb_fullName.Tag = "fullName";
            this.lb_fullName.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_fullName.Text = "客户全称:";
            //
            //txt_fullName
            //
            this.txt_fullName.Location = new System.Drawing.Point(830, 20);
            this.txt_fullName.Name = "lb_fullName";
            this.txt_fullName.Size = new System.Drawing.Size(150, 21);
            this.txt_fullName.TabIndex = 216;
            this.txt_fullName.Tag = "fullName";
            this.txt_fullName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_fullName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_fullName.AppearanceCell.Options.UseFont = true;
            this.gv_fullName.FieldName = "fullName";
            this.gv_fullName.Caption = "客户全称";
            this.gv_fullName.MinWidth = 25;
            this.gv_fullName.Visible = true;
            this.gv_fullName.Width = 94;
            this.gv_fullName.OptionsColumn.AllowEdit = false;
            this.gv_fullName.VisibleIndex = 0;
            //
            //lb_factory
            //
            this.lb_factory.Location = new System.Drawing.Point(520, 20);
            this.lb_factory.Name = "lb_factory";
            this.lb_factory.Size = new System.Drawing.Size(150, 21);
            this.lb_factory.TabIndex = 213;
            this.lb_factory.Tag = "factory";
            this.lb_factory.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_factory.Text = "工厂编号:";
            //
            //txt_factory
            //
            this.txt_factory.Location = new System.Drawing.Point(580, 20);
            this.txt_factory.Name = "lb_factory";
            this.txt_factory.Size = new System.Drawing.Size(150, 21);
            this.txt_factory.TabIndex = 213;
            this.txt_factory.Tag = "factory";
            this.txt_factory.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_factory.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_factory.AppearanceCell.Options.UseFont = true;
            this.gv_factory.FieldName = "factory";
            this.gv_factory.Caption = "工厂编号";
            this.gv_factory.MinWidth = 25;
            this.gv_factory.Visible = true;
            this.gv_factory.Width = 94;
            this.gv_factory.OptionsColumn.AllowEdit = false;
            this.gv_factory.VisibleIndex = 0;
            //
            //lb_itemNo
            //
            this.lb_itemNo.Location = new System.Drawing.Point(270, 20);
            this.lb_itemNo.Name = "lb_itemNo";
            this.lb_itemNo.Size = new System.Drawing.Size(150, 21);
            this.lb_itemNo.TabIndex = 211;
            this.lb_itemNo.Tag = "itemNo";
            this.lb_itemNo.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_itemNo.Text = "客户编码:";
            //
            //txt_itemNo
            //
            this.txt_itemNo.Location = new System.Drawing.Point(330, 20);
            this.txt_itemNo.Name = "lb_itemNo";
            this.txt_itemNo.Size = new System.Drawing.Size(150, 21);
            this.txt_itemNo.TabIndex = 211;
            this.txt_itemNo.Tag = "itemNo";
            this.txt_itemNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_itemNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_itemNo.AppearanceCell.Options.UseFont = true;
            this.gv_itemNo.FieldName = "itemNo";
            this.gv_itemNo.Caption = "客户编码";
            this.gv_itemNo.MinWidth = 25;
            this.gv_itemNo.Visible = true;
            this.gv_itemNo.Width = 94;
            this.gv_itemNo.OptionsColumn.AllowEdit = false;
            this.gv_itemNo.VisibleIndex = 0;
            //
            //lb_guid
            //
            this.lb_guid.Location = new System.Drawing.Point(20, 20);
            this.lb_guid.Name = "lb_guid";
            this.lb_guid.Size = new System.Drawing.Size(150, 21);
            this.lb_guid.TabIndex = 210;
            this.lb_guid.Tag = "guid";
            this.lb_guid.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_guid.Text = "guid:";
            //
            //txt_guid
            //
            this.txt_guid.Location = new System.Drawing.Point(80, 20);
            this.txt_guid.Name = "lb_guid";
            this.txt_guid.Size = new System.Drawing.Size(150, 21);
            this.txt_guid.TabIndex = 210;
            this.txt_guid.Tag = "guid";
            this.txt_guid.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_guid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_guid.AppearanceCell.Options.UseFont = true;
            this.gv_guid.FieldName = "guid";
            this.gv_guid.Caption = "guid";
            this.gv_guid.MinWidth = 25;
            this.gv_guid.Visible = true;
            this.gv_guid.Width = 94;
            this.gv_guid.OptionsColumn.AllowEdit = false;
            this.gv_guid.VisibleIndex = 0;
            this.toolBarMenu1 = new Gs.DevApp.UserControl.ToolBarMenu();
            this.gcMain = new DevExpress.XtraGrid.GridControl();
            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
@@ -636,6 +86,22 @@
            this.panel1 = new System.Windows.Forms.Panel();
            this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
            this.lbGuid = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.txt_isStatus.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_saleGuid.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_remark.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_lastUpdateBy.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_lastUpdateTime.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_createBy.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_createTime.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_conFax.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_conTel.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_conPeople.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_land.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_address.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_engName.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_simpleName.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_fullName.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_itemNo.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
@@ -645,14 +111,531 @@
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // lb_isStatus
            //
            this.lb_isStatus.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_isStatus.Appearance.Options.UseFont = true;
            this.lb_isStatus.Location = new System.Drawing.Point(340, 237);
            this.lb_isStatus.Name = "lb_isStatus";
            this.lb_isStatus.Size = new System.Drawing.Size(51, 21);
            this.lb_isStatus.TabIndex = 267;
            this.lb_isStatus.Tag = "isStatus";
            this.lb_isStatus.Text = "状态:";
            //
            // txt_isStatus
            //
            this.txt_isStatus.Location = new System.Drawing.Point(396, 237);
            this.txt_isStatus.Name = "txt_isStatus";
            this.txt_isStatus.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_isStatus.Properties.Appearance.Options.UseFont = true;
            this.txt_isStatus.Size = new System.Drawing.Size(150, 28);
            this.txt_isStatus.TabIndex = 267;
            this.txt_isStatus.Tag = "isStatus";
            //
            // gv_isStatus
            //
            this.gv_isStatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_isStatus.AppearanceCell.Options.UseFont = true;
            this.gv_isStatus.Caption = "状态";
            this.gv_isStatus.FieldName = "isStatusTxt";
            this.gv_isStatus.MinWidth = 25;
            this.gv_isStatus.Name = "gv_isStatus";
            this.gv_isStatus.OptionsColumn.AllowEdit = false;
            this.gv_isStatus.Visible = true;
            this.gv_isStatus.VisibleIndex = 13;
            this.gv_isStatus.Width = 94;
            //
            // lb_saleGuid
            //
            this.lb_saleGuid.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_saleGuid.Appearance.Options.UseFont = true;
            this.lb_saleGuid.Location = new System.Drawing.Point(37, 237);
            this.lb_saleGuid.Name = "lb_saleGuid";
            this.lb_saleGuid.Size = new System.Drawing.Size(68, 21);
            this.lb_saleGuid.TabIndex = 262;
            this.lb_saleGuid.Tag = "saleGuid";
            this.lb_saleGuid.Text = "销售员:";
            //
            // txt_saleGuid
            //
            this.txt_saleGuid.Location = new System.Drawing.Point(109, 237);
            this.txt_saleGuid.Name = "txt_saleGuid";
            this.txt_saleGuid.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_saleGuid.Properties.Appearance.Options.UseFont = true;
            this.txt_saleGuid.Size = new System.Drawing.Size(150, 28);
            this.txt_saleGuid.TabIndex = 262;
            this.txt_saleGuid.Tag = "saleGuid";
            //
            // gv_saleGuid
            //
            this.gv_saleGuid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_saleGuid.AppearanceCell.Options.UseFont = true;
            this.gv_saleGuid.Caption = "销售员";
            this.gv_saleGuid.FieldName = "saleGuid";
            this.gv_saleGuid.MinWidth = 25;
            this.gv_saleGuid.Name = "gv_saleGuid";
            this.gv_saleGuid.OptionsColumn.AllowEdit = false;
            this.gv_saleGuid.Visible = true;
            this.gv_saleGuid.VisibleIndex = 12;
            this.gv_saleGuid.Width = 94;
            //
            // lb_remark
            //
            this.lb_remark.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_remark.Appearance.Options.UseFont = true;
            this.lb_remark.Location = new System.Drawing.Point(54, 196);
            this.lb_remark.Name = "lb_remark";
            this.lb_remark.Size = new System.Drawing.Size(51, 21);
            this.lb_remark.TabIndex = 258;
            this.lb_remark.Tag = "remark";
            this.lb_remark.Text = "备注:";
            //
            // txt_remark
            //
            this.txt_remark.Location = new System.Drawing.Point(109, 192);
            this.txt_remark.Name = "txt_remark";
            this.txt_remark.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_remark.Properties.Appearance.Options.UseFont = true;
            this.txt_remark.Size = new System.Drawing.Size(150, 28);
            this.txt_remark.TabIndex = 258;
            this.txt_remark.Tag = "remark";
            //
            // gv_remark
            //
            this.gv_remark.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_remark.AppearanceCell.Options.UseFont = true;
            this.gv_remark.Caption = "备注";
            this.gv_remark.FieldName = "remark";
            this.gv_remark.MinWidth = 25;
            this.gv_remark.Name = "gv_remark";
            this.gv_remark.OptionsColumn.AllowEdit = false;
            this.gv_remark.Visible = true;
            this.gv_remark.VisibleIndex = 11;
            this.gv_remark.Width = 94;
            //
            // lb_lastUpdateBy
            //
            this.lb_lastUpdateBy.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_lastUpdateBy.Appearance.Options.UseFont = true;
            this.lb_lastUpdateBy.Location = new System.Drawing.Point(616, 151);
            this.lb_lastUpdateBy.Name = "lb_lastUpdateBy";
            this.lb_lastUpdateBy.Size = new System.Drawing.Size(68, 21);
            this.lb_lastUpdateBy.TabIndex = 252;
            this.lb_lastUpdateBy.Tag = "lastUpdateBy";
            this.lb_lastUpdateBy.Text = "更新者:";
            //
            // txt_lastUpdateBy
            //
            this.txt_lastUpdateBy.Location = new System.Drawing.Point(694, 147);
            this.txt_lastUpdateBy.Name = "txt_lastUpdateBy";
            this.txt_lastUpdateBy.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_lastUpdateBy.Properties.Appearance.Options.UseFont = true;
            this.txt_lastUpdateBy.Size = new System.Drawing.Size(150, 28);
            this.txt_lastUpdateBy.TabIndex = 252;
            this.txt_lastUpdateBy.Tag = "lastUpdateBy";
            //
            // lb_lastUpdateTime
            //
            this.lb_lastUpdateTime.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_lastUpdateTime.Appearance.Options.UseFont = true;
            this.lb_lastUpdateTime.Location = new System.Drawing.Point(565, 107);
            this.lb_lastUpdateTime.Name = "lb_lastUpdateTime";
            this.lb_lastUpdateTime.Size = new System.Drawing.Size(119, 21);
            this.lb_lastUpdateTime.TabIndex = 247;
            this.lb_lastUpdateTime.Tag = "lastUpdateTime";
            this.lb_lastUpdateTime.Text = "最后更新时间:";
            //
            // txt_lastUpdateTime
            //
            this.txt_lastUpdateTime.Location = new System.Drawing.Point(694, 103);
            this.txt_lastUpdateTime.Name = "txt_lastUpdateTime";
            this.txt_lastUpdateTime.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_lastUpdateTime.Properties.Appearance.Options.UseFont = true;
            this.txt_lastUpdateTime.Size = new System.Drawing.Size(150, 28);
            this.txt_lastUpdateTime.TabIndex = 247;
            this.txt_lastUpdateTime.Tag = "lastUpdateTime";
            //
            // lb_createBy
            //
            this.lb_createBy.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_createBy.Appearance.Options.UseFont = true;
            this.lb_createBy.Location = new System.Drawing.Point(616, 17);
            this.lb_createBy.Name = "lb_createBy";
            this.lb_createBy.Size = new System.Drawing.Size(68, 21);
            this.lb_createBy.TabIndex = 243;
            this.lb_createBy.Tag = "createBy";
            this.lb_createBy.Text = "建立者:";
            //
            // txt_createBy
            //
            this.txt_createBy.Location = new System.Drawing.Point(694, 13);
            this.txt_createBy.Name = "txt_createBy";
            this.txt_createBy.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_createBy.Properties.Appearance.Options.UseFont = true;
            this.txt_createBy.Size = new System.Drawing.Size(150, 28);
            this.txt_createBy.TabIndex = 243;
            this.txt_createBy.Tag = "createBy";
            //
            // gv_createBy
            //
            this.gv_createBy.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_createBy.AppearanceCell.Options.UseFont = true;
            this.gv_createBy.Caption = "建立者";
            this.gv_createBy.FieldName = "createBy";
            this.gv_createBy.MinWidth = 25;
            this.gv_createBy.Name = "gv_createBy";
            this.gv_createBy.OptionsColumn.AllowEdit = false;
            this.gv_createBy.Visible = true;
            this.gv_createBy.VisibleIndex = 10;
            this.gv_createBy.Width = 94;
            //
            // lb_createTime
            //
            this.lb_createTime.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_createTime.Appearance.Options.UseFont = true;
            this.lb_createTime.Location = new System.Drawing.Point(599, 60);
            this.lb_createTime.Name = "lb_createTime";
            this.lb_createTime.Size = new System.Drawing.Size(85, 21);
            this.lb_createTime.TabIndex = 240;
            this.lb_createTime.Tag = "createTime";
            this.lb_createTime.Text = "建立时间:";
            //
            // txt_createTime
            //
            this.txt_createTime.Location = new System.Drawing.Point(694, 56);
            this.txt_createTime.Name = "txt_createTime";
            this.txt_createTime.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_createTime.Properties.Appearance.Options.UseFont = true;
            this.txt_createTime.Size = new System.Drawing.Size(150, 28);
            this.txt_createTime.TabIndex = 240;
            this.txt_createTime.Tag = "createTime";
            //
            // gv_createTime
            //
            this.gv_createTime.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_createTime.AppearanceCell.Options.UseFont = true;
            this.gv_createTime.Caption = "建立时间";
            this.gv_createTime.FieldName = "createTime";
            this.gv_createTime.MinWidth = 25;
            this.gv_createTime.Name = "gv_createTime";
            this.gv_createTime.OptionsColumn.AllowEdit = false;
            this.gv_createTime.Visible = true;
            this.gv_createTime.VisibleIndex = 9;
            this.gv_createTime.Width = 94;
            //
            // lb_conFax
            //
            this.lb_conFax.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_conFax.Appearance.Options.UseFont = true;
            this.lb_conFax.Location = new System.Drawing.Point(306, 107);
            this.lb_conFax.Name = "lb_conFax";
            this.lb_conFax.Size = new System.Drawing.Size(85, 21);
            this.lb_conFax.TabIndex = 235;
            this.lb_conFax.Tag = "conFax";
            this.lb_conFax.Text = "联系传真:";
            //
            // txt_conFax
            //
            this.txt_conFax.Location = new System.Drawing.Point(396, 103);
            this.txt_conFax.Name = "txt_conFax";
            this.txt_conFax.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_conFax.Properties.Appearance.Options.UseFont = true;
            this.txt_conFax.Size = new System.Drawing.Size(150, 28);
            this.txt_conFax.TabIndex = 235;
            this.txt_conFax.Tag = "conFax";
            //
            // gv_conFax
            //
            this.gv_conFax.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_conFax.AppearanceCell.Options.UseFont = true;
            this.gv_conFax.Caption = "联系传真";
            this.gv_conFax.FieldName = "conFax";
            this.gv_conFax.MinWidth = 25;
            this.gv_conFax.Name = "gv_conFax";
            this.gv_conFax.OptionsColumn.AllowEdit = false;
            this.gv_conFax.Visible = true;
            this.gv_conFax.VisibleIndex = 8;
            this.gv_conFax.Width = 94;
            //
            // lb_conTel
            //
            this.lb_conTel.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_conTel.Appearance.Options.UseFont = true;
            this.lb_conTel.Location = new System.Drawing.Point(289, 60);
            this.lb_conTel.Name = "lb_conTel";
            this.lb_conTel.Size = new System.Drawing.Size(102, 21);
            this.lb_conTel.TabIndex = 231;
            this.lb_conTel.Tag = "conTel";
            this.lb_conTel.Text = "联系人电话:";
            //
            // txt_conTel
            //
            this.txt_conTel.Location = new System.Drawing.Point(396, 56);
            this.txt_conTel.Name = "txt_conTel";
            this.txt_conTel.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_conTel.Properties.Appearance.Options.UseFont = true;
            this.txt_conTel.Size = new System.Drawing.Size(150, 28);
            this.txt_conTel.TabIndex = 231;
            this.txt_conTel.Tag = "conTel";
            //
            // gv_conTel
            //
            this.gv_conTel.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_conTel.AppearanceCell.Options.UseFont = true;
            this.gv_conTel.Caption = "联系人电话";
            this.gv_conTel.FieldName = "conTel";
            this.gv_conTel.MinWidth = 25;
            this.gv_conTel.Name = "gv_conTel";
            this.gv_conTel.OptionsColumn.AllowEdit = false;
            this.gv_conTel.Visible = true;
            this.gv_conTel.VisibleIndex = 7;
            this.gv_conTel.Width = 94;
            //
            // lb_conPeople
            //
            this.lb_conPeople.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_conPeople.Appearance.Options.UseFont = true;
            this.lb_conPeople.Location = new System.Drawing.Point(323, 17);
            this.lb_conPeople.Name = "lb_conPeople";
            this.lb_conPeople.Size = new System.Drawing.Size(68, 21);
            this.lb_conPeople.TabIndex = 228;
            this.lb_conPeople.Tag = "conPeople";
            this.lb_conPeople.Text = "联系人:";
            //
            // txt_conPeople
            //
            this.txt_conPeople.Location = new System.Drawing.Point(396, 13);
            this.txt_conPeople.Name = "txt_conPeople";
            this.txt_conPeople.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_conPeople.Properties.Appearance.Options.UseFont = true;
            this.txt_conPeople.Size = new System.Drawing.Size(150, 28);
            this.txt_conPeople.TabIndex = 228;
            this.txt_conPeople.Tag = "conPeople";
            //
            // gv_conPeople
            //
            this.gv_conPeople.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_conPeople.AppearanceCell.Options.UseFont = true;
            this.gv_conPeople.Caption = "联系人";
            this.gv_conPeople.FieldName = "conPeople";
            this.gv_conPeople.MinWidth = 25;
            this.gv_conPeople.Name = "gv_conPeople";
            this.gv_conPeople.OptionsColumn.AllowEdit = false;
            this.gv_conPeople.Visible = true;
            this.gv_conPeople.VisibleIndex = 6;
            this.gv_conPeople.Width = 94;
            //
            // lb_land
            //
            this.lb_land.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_land.Appearance.Options.UseFont = true;
            this.lb_land.Location = new System.Drawing.Point(340, 151);
            this.lb_land.Name = "lb_land";
            this.lb_land.Size = new System.Drawing.Size(51, 21);
            this.lb_land.TabIndex = 226;
            this.lb_land.Tag = "land";
            this.lb_land.Text = "地区:";
            //
            // txt_land
            //
            this.txt_land.Location = new System.Drawing.Point(396, 147);
            this.txt_land.Name = "txt_land";
            this.txt_land.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_land.Properties.Appearance.Options.UseFont = true;
            this.txt_land.Size = new System.Drawing.Size(150, 28);
            this.txt_land.TabIndex = 226;
            this.txt_land.Tag = "land";
            //
            // gv_land
            //
            this.gv_land.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_land.AppearanceCell.Options.UseFont = true;
            this.gv_land.Caption = "地区";
            this.gv_land.FieldName = "land";
            this.gv_land.MinWidth = 25;
            this.gv_land.Name = "gv_land";
            this.gv_land.OptionsColumn.AllowEdit = false;
            this.gv_land.Visible = true;
            this.gv_land.VisibleIndex = 5;
            this.gv_land.Width = 94;
            //
            // lb_address
            //
            this.lb_address.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_address.Appearance.Options.UseFont = true;
            this.lb_address.Location = new System.Drawing.Point(340, 196);
            this.lb_address.Name = "lb_address";
            this.lb_address.Size = new System.Drawing.Size(51, 21);
            this.lb_address.TabIndex = 222;
            this.lb_address.Tag = "address";
            this.lb_address.Text = "地址:";
            //
            // txt_address
            //
            this.txt_address.Location = new System.Drawing.Point(396, 192);
            this.txt_address.Name = "txt_address";
            this.txt_address.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_address.Properties.Appearance.Options.UseFont = true;
            this.txt_address.Size = new System.Drawing.Size(150, 28);
            this.txt_address.TabIndex = 222;
            this.txt_address.Tag = "address";
            //
            // gv_address
            //
            this.gv_address.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_address.AppearanceCell.Options.UseFont = true;
            this.gv_address.Caption = "地址";
            this.gv_address.FieldName = "address";
            this.gv_address.MinWidth = 25;
            this.gv_address.Name = "gv_address";
            this.gv_address.OptionsColumn.AllowEdit = false;
            this.gv_address.Visible = true;
            this.gv_address.VisibleIndex = 4;
            this.gv_address.Width = 94;
            //
            // lb_engName
            //
            this.lb_engName.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_engName.Appearance.Options.UseFont = true;
            this.lb_engName.Location = new System.Drawing.Point(3, 151);
            this.lb_engName.Name = "lb_engName";
            this.lb_engName.Size = new System.Drawing.Size(102, 21);
            this.lb_engName.TabIndex = 219;
            this.lb_engName.Tag = "engName";
            this.lb_engName.Text = "客户英文名:";
            //
            // txt_engName
            //
            this.txt_engName.Location = new System.Drawing.Point(109, 147);
            this.txt_engName.Name = "txt_engName";
            this.txt_engName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_engName.Properties.Appearance.Options.UseFont = true;
            this.txt_engName.Size = new System.Drawing.Size(150, 28);
            this.txt_engName.TabIndex = 219;
            this.txt_engName.Tag = "engName";
            //
            // gv_engName
            //
            this.gv_engName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_engName.AppearanceCell.Options.UseFont = true;
            this.gv_engName.Caption = "客户英文名";
            this.gv_engName.FieldName = "engName";
            this.gv_engName.MinWidth = 25;
            this.gv_engName.Name = "gv_engName";
            this.gv_engName.OptionsColumn.AllowEdit = false;
            this.gv_engName.Visible = true;
            this.gv_engName.VisibleIndex = 3;
            this.gv_engName.Width = 94;
            //
            // lb_simpleName
            //
            this.lb_simpleName.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_simpleName.Appearance.Options.UseFont = true;
            this.lb_simpleName.Location = new System.Drawing.Point(20, 107);
            this.lb_simpleName.Name = "lb_simpleName";
            this.lb_simpleName.Size = new System.Drawing.Size(85, 21);
            this.lb_simpleName.TabIndex = 217;
            this.lb_simpleName.Tag = "simpleName";
            this.lb_simpleName.Text = "客户简称:";
            //
            // txt_simpleName
            //
            this.txt_simpleName.Location = new System.Drawing.Point(109, 103);
            this.txt_simpleName.Name = "txt_simpleName";
            this.txt_simpleName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_simpleName.Properties.Appearance.Options.UseFont = true;
            this.txt_simpleName.Size = new System.Drawing.Size(150, 28);
            this.txt_simpleName.TabIndex = 217;
            this.txt_simpleName.Tag = "simpleName";
            //
            // gv_simpleName
            //
            this.gv_simpleName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_simpleName.AppearanceCell.Options.UseFont = true;
            this.gv_simpleName.Caption = "客户简称";
            this.gv_simpleName.FieldName = "simpleName";
            this.gv_simpleName.MinWidth = 25;
            this.gv_simpleName.Name = "gv_simpleName";
            this.gv_simpleName.OptionsColumn.AllowEdit = false;
            this.gv_simpleName.Visible = true;
            this.gv_simpleName.VisibleIndex = 2;
            this.gv_simpleName.Width = 94;
            //
            // lb_fullName
            //
            this.lb_fullName.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_fullName.Appearance.Options.UseFont = true;
            this.lb_fullName.Location = new System.Drawing.Point(20, 60);
            this.lb_fullName.Name = "lb_fullName";
            this.lb_fullName.Size = new System.Drawing.Size(85, 21);
            this.lb_fullName.TabIndex = 216;
            this.lb_fullName.Tag = "fullName";
            this.lb_fullName.Text = "客户全称:";
            //
            // txt_fullName
            //
            this.txt_fullName.Location = new System.Drawing.Point(109, 56);
            this.txt_fullName.Name = "txt_fullName";
            this.txt_fullName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_fullName.Properties.Appearance.Options.UseFont = true;
            this.txt_fullName.Size = new System.Drawing.Size(150, 28);
            this.txt_fullName.TabIndex = 216;
            this.txt_fullName.Tag = "fullName";
            //
            // gv_fullName
            //
            this.gv_fullName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_fullName.AppearanceCell.Options.UseFont = true;
            this.gv_fullName.Caption = "客户全称";
            this.gv_fullName.FieldName = "fullName";
            this.gv_fullName.MinWidth = 25;
            this.gv_fullName.Name = "gv_fullName";
            this.gv_fullName.OptionsColumn.AllowEdit = false;
            this.gv_fullName.Visible = true;
            this.gv_fullName.VisibleIndex = 1;
            this.gv_fullName.Width = 94;
            //
            // lb_itemNo
            //
            this.lb_itemNo.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.lb_itemNo.Appearance.Options.UseFont = true;
            this.lb_itemNo.Location = new System.Drawing.Point(20, 17);
            this.lb_itemNo.Name = "lb_itemNo";
            this.lb_itemNo.Size = new System.Drawing.Size(85, 21);
            this.lb_itemNo.TabIndex = 211;
            this.lb_itemNo.Tag = "itemNo";
            this.lb_itemNo.Text = "客户编码:";
            //
            // txt_itemNo
            //
            this.txt_itemNo.Location = new System.Drawing.Point(109, 13);
            this.txt_itemNo.Name = "txt_itemNo";
            this.txt_itemNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_itemNo.Properties.Appearance.Options.UseFont = true;
            this.txt_itemNo.Size = new System.Drawing.Size(150, 28);
            this.txt_itemNo.TabIndex = 211;
            this.txt_itemNo.Tag = "itemNo";
            //
            // gv_itemNo
            //
            this.gv_itemNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_itemNo.AppearanceCell.Options.UseFont = true;
            this.gv_itemNo.Caption = "客户编码";
            this.gv_itemNo.FieldName = "itemNo";
            this.gv_itemNo.MinWidth = 25;
            this.gv_itemNo.Name = "gv_itemNo";
            this.gv_itemNo.OptionsColumn.AllowEdit = false;
            this.gv_itemNo.Visible = true;
            this.gv_itemNo.VisibleIndex = 0;
            this.gv_itemNo.Width = 94;
            //
            // toolBarMenu1
            // 
            this.toolBarMenu1.actions = null;
            this.toolBarMenu1.Dock = System.Windows.Forms.DockStyle.Top;
            this.toolBarMenu1.isSetBtn = false;
            this.toolBarMenu1.Location = new System.Drawing.Point(0, 0);
            this.toolBarMenu1.Name = "toolBarMenu1";
            this.toolBarMenu1.Size = new System.Drawing.Size(1128, 80);
            this.toolBarMenu1.Size = new System.Drawing.Size(1001, 80);
            this.toolBarMenu1.TabIndex = 0;
            // 
            // gcMain
@@ -672,7 +655,20 @@
            this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gridView1.Appearance.Row.Options.UseFont = true;
            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
          this.gv_guid,this.gv_itemNo,this.gv_factory,this.gv_fullName,this.gv_simpleName,this.gv_engName,this.gv_address,this.gv_land,this.gv_conPeople,this.gv_conTel,this.gv_conFax,this.gv_createTime,this.gv_createBy,this.gv_lastUpdateTime,this.gv_lastUpdateBy,this.gv_remark,this.gv_saleGuid,this.gv_isStatus});
            this.gv_itemNo,
            this.gv_fullName,
            this.gv_simpleName,
            this.gv_engName,
            this.gv_address,
            this.gv_land,
            this.gv_conPeople,
            this.gv_conTel,
            this.gv_conFax,
            this.gv_createTime,
            this.gv_createBy,
            this.gv_remark,
            this.gv_saleGuid,
            this.gv_isStatus});
            this.gridView1.GridControl = this.gcMain;
            this.gridView1.Name = "gridView1";
            this.gridView1.OptionsFind.ShowSearchNavButtons = false;
@@ -685,7 +681,7 @@
            this.xtraTabControl1.Location = new System.Drawing.Point(0, 80);
            this.xtraTabControl1.Name = "xtraTabControl1";
            this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
            this.xtraTabControl1.Size = new System.Drawing.Size(1128, 602);
            this.xtraTabControl1.Size = new System.Drawing.Size(1001, 602);
            this.xtraTabControl1.TabIndex = 3;
            this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.xtraTabPage1,
@@ -717,7 +713,7 @@
            this.xtraTabPage2.Controls.Add(this.panel1);
            this.xtraTabPage2.Name = "xtraTabPage2";
            this.xtraTabPage2.PageEnabled = false;
            this.xtraTabPage2.Size = new System.Drawing.Size(1126, 570);
            this.xtraTabPage2.Size = new System.Drawing.Size(999, 570);
            this.xtraTabPage2.Text = "数据编辑";
            // 
            // panel1
@@ -725,15 +721,47 @@
            this.panel1.BackColor = System.Drawing.Color.White;
            this.panel1.Controls.Add(this.labelControl11);
            this.panel1.Controls.Add(this.lbGuid);
            this.panel1.Controls.Add(this.lb_isStatus);
            this.panel1.Controls.Add(this.txt_isStatus);
            this.panel1.Controls.Add(this.lb_saleGuid);
            this.panel1.Controls.Add(this.txt_saleGuid);
            this.panel1.Controls.Add(this.lb_remark);
            this.panel1.Controls.Add(this.txt_remark);
            this.panel1.Controls.Add(this.lb_lastUpdateBy);
            this.panel1.Controls.Add(this.txt_lastUpdateBy);
            this.panel1.Controls.Add(this.lb_lastUpdateTime);
            this.panel1.Controls.Add(this.txt_lastUpdateTime);
            this.panel1.Controls.Add(this.lb_createBy);
            this.panel1.Controls.Add(this.txt_createBy);
            this.panel1.Controls.Add(this.lb_createTime);
            this.panel1.Controls.Add(this.txt_createTime);
            this.panel1.Controls.Add(this.lb_conFax);
            this.panel1.Controls.Add(this.txt_conFax);
            this.panel1.Controls.Add(this.lb_conTel);
            this.panel1.Controls.Add(this.txt_conTel);
            this.panel1.Controls.Add(this.lb_conPeople);
            this.panel1.Controls.Add(this.txt_conPeople);
            this.panel1.Controls.Add(this.lb_land);
            this.panel1.Controls.Add(this.txt_land);
            this.panel1.Controls.Add(this.lb_address);
            this.panel1.Controls.Add(this.txt_address);
            this.panel1.Controls.Add(this.lb_engName);
            this.panel1.Controls.Add(this.txt_engName);
            this.panel1.Controls.Add(this.lb_simpleName);
            this.panel1.Controls.Add(this.txt_simpleName);
            this.panel1.Controls.Add(this.lb_fullName);
            this.panel1.Controls.Add(this.txt_fullName);
            this.panel1.Controls.Add(this.lb_itemNo);
            this.panel1.Controls.Add(this.txt_itemNo);
            this.panel1.Font = new System.Drawing.Font("Tahoma", 10F);
            this.panel1.Location = new System.Drawing.Point(76, 20);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(585, 426);
            this.panel1.Size = new System.Drawing.Size(867, 426);
            this.panel1.TabIndex = 1;
            // 
            // labelControl11
            // 
            this.labelControl11.Location = new System.Drawing.Point(61, 388);
            this.labelControl11.Location = new System.Drawing.Point(61, 333);
            this.labelControl11.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.labelControl11.Name = "labelControl11";
            this.labelControl11.Size = new System.Drawing.Size(45, 18);
@@ -743,75 +771,35 @@
            // lbGuid
            // 
            this.lbGuid.AutoSize = true;
            this.lbGuid.Location = new System.Drawing.Point(112, 388);
            this.lbGuid.Location = new System.Drawing.Point(112, 333);
            this.lbGuid.Name = "lbGuid";
            this.lbGuid.Size = new System.Drawing.Size(0, 21);
            this.lbGuid.TabIndex = 1;
            // 
            // category1
            // FrmCustomer
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1128, 682);
            this.ClientSize = new System.Drawing.Size(1001, 682);
            this.Controls.Add(this.xtraTabControl1);
            this.Controls.Add(this.toolBarMenu1);
            //BQAddControltoMContainer
            this.panel1.Controls.Add(this.lb_isStatus);
            this.panel1.Controls.Add(this.txt_isStatus);
            this.panel1.Controls.Add(this.lb_saleGuid);
            this.panel1.Controls.Add(this.txt_saleGuid);
            this.panel1.Controls.Add(this.lb_remark);
            this.panel1.Controls.Add(this.txt_remark);
            this.panel1.Controls.Add(this.lb_lastUpdateBy);
            this.panel1.Controls.Add(this.txt_lastUpdateBy);
            this.panel1.Controls.Add(this.lb_lastUpdateTime);
            this.panel1.Controls.Add(this.txt_lastUpdateTime);
            this.panel1.Controls.Add(this.lb_createBy);
            this.panel1.Controls.Add(this.txt_createBy);
            this.panel1.Controls.Add(this.lb_createTime);
            this.panel1.Controls.Add(this.txt_createTime);
            this.panel1.Controls.Add(this.lb_conFax);
            this.panel1.Controls.Add(this.txt_conFax);
            this.panel1.Controls.Add(this.lb_conTel);
            this.panel1.Controls.Add(this.txt_conTel);
            this.panel1.Controls.Add(this.lb_conPeople);
            this.panel1.Controls.Add(this.txt_conPeople);
            this.panel1.Controls.Add(this.lb_land);
            this.panel1.Controls.Add(this.txt_land);
            this.panel1.Controls.Add(this.lb_address);
            this.panel1.Controls.Add(this.txt_address);
            this.panel1.Controls.Add(this.lb_engName);
            this.panel1.Controls.Add(this.txt_engName);
            this.panel1.Controls.Add(this.lb_simpleName);
            this.panel1.Controls.Add(this.txt_simpleName);
            this.panel1.Controls.Add(this.lb_fullName);
            this.panel1.Controls.Add(this.txt_fullName);
            this.panel1.Controls.Add(this.lb_factory);
            this.panel1.Controls.Add(this.txt_factory);
            this.panel1.Controls.Add(this.lb_itemNo);
            this.panel1.Controls.Add(this.txt_itemNo);
            this.panel1.Controls.Add(this.lb_guid);
            this.panel1.Controls.Add(this.txt_guid);
            this.Name = "category1";
            this.Text = "";
            this.Name = "FrmCustomer";
            ((System.ComponentModel.ISupportInitialize)(this.txt_isStatus.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_saleGuid.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_remark.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_lastUpdateBy.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_lastUpdateTime.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_createBy.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_createTime.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_conFax.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_conTel.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_conPeople.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_land.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_address.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_engName.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_simpleName.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_fullName.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_itemNo.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gcMain)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
@@ -821,6 +809,7 @@
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.ResumeLayout(false);
        }
        #endregion
        private UserControl.ToolBarMenu toolBarMenu1;
@@ -848,11 +837,9 @@
        private DevExpress.XtraEditors.LabelControl lb_lastUpdateBy;
        private DevExpress.XtraEditors.TextEdit txt_lastUpdateBy;
        private DevExpress.XtraGrid.Columns.GridColumn gv_lastUpdateBy;
        private DevExpress.XtraEditors.LabelControl lb_lastUpdateTime;
        private DevExpress.XtraEditors.TextEdit txt_lastUpdateTime;
        private DevExpress.XtraGrid.Columns.GridColumn gv_lastUpdateTime;
        private DevExpress.XtraEditors.LabelControl lb_createBy;
        private DevExpress.XtraEditors.TextEdit txt_createBy;
@@ -894,17 +881,9 @@
        private DevExpress.XtraEditors.TextEdit txt_fullName;
        private DevExpress.XtraGrid.Columns.GridColumn gv_fullName;
        private DevExpress.XtraEditors.LabelControl lb_factory;
        private DevExpress.XtraEditors.TextEdit txt_factory;
        private DevExpress.XtraGrid.Columns.GridColumn gv_factory;
        private DevExpress.XtraEditors.LabelControl lb_itemNo;
        private DevExpress.XtraEditors.TextEdit txt_itemNo;
        private DevExpress.XtraGrid.Columns.GridColumn gv_itemNo;
        private DevExpress.XtraEditors.LabelControl lb_guid;
        private DevExpress.XtraEditors.TextEdit txt_guid;
        private DevExpress.XtraGrid.Columns.GridColumn gv_guid;
    }
}