bug
lu
10 天以前 f0cfb915872bc5dbb9e98b6a52050dc9a4acf172
DevApp/Gs.DevApp/DevFrm/BasicData/Frm_Supplier.Designer.cs
@@ -32,6 +32,7 @@
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition();
            DevExpress.XtraLayout.ColumnDefinition columnDefinition2 = new DevExpress.XtraLayout.ColumnDefinition();
            DevExpress.XtraLayout.ColumnDefinition columnDefinition3 = new DevExpress.XtraLayout.ColumnDefinition();
@@ -56,10 +57,14 @@
            this.gv_fforbidstatus = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gv_remark = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gv_createDate = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.pageBar1 = new UserControls.Data.UcPageBar();
            this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
            this.splitMx1 = new DevExpress.XtraEditors.SplitContainerControl();
            this.layoutMx1 = new DevExpress.XtraLayout.LayoutControl();
            this.btnCopy = new DevExpress.XtraEditors.SimpleButton();
            this.lbGuid = new System.Windows.Forms.Label();
            this.txt_suppName = new DevExpress.XtraEditors.MemoEdit();
            this.txt_fforbidstatus = new DevExpress.XtraEditors.TextEdit();
@@ -73,8 +78,8 @@
            this.txt_suppSname = new DevExpress.XtraEditors.TextEdit();
            this.txt_land1 = new DevExpress.XtraEditors.TextEdit();
            this.txt_stras = new DevExpress.XtraEditors.TextEdit();
            this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
            this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
@@ -86,7 +91,9 @@
            this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            this.tips = new DevExpress.Utils.ToolTipController(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
            this.xtraTabControl1.SuspendLayout();
            this.xtraTabPage1.SuspendLayout();
@@ -117,8 +124,8 @@
            ((System.ComponentModel.ISupportInitialize)(this.txt_suppSname.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_land1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_stras.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
@@ -130,7 +137,8 @@
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
            this.SuspendLayout();
            // 
            // toolBarMenu1
@@ -171,6 +179,7 @@
            // split1
            // 
            this.split1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.split1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
            this.split1.Horizontal = false;
            this.split1.Location = new System.Drawing.Point(0, 0);
            this.split1.Name = "split1";
@@ -184,14 +193,14 @@
            // split1.Panel2
            // 
            this.split1.Panel2.Text = "Panel2";
            this.split1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
            this.split1.Size = new System.Drawing.Size(990, 510);
            this.split1.SplitterPosition = 498;
            this.split1.SplitterPosition = 0;
            this.split1.TabIndex = 0;
            // 
            // gcMain1
            // 
            this.gcMain1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gcMain1.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gcMain1.Location = new System.Drawing.Point(0, 0);
            this.gcMain1.MainView = this.gridView1;
            this.gcMain1.Name = "gcMain1";
@@ -204,7 +213,6 @@
            // 
            this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true;
            this.gridView1.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
            this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gridView1.Appearance.Row.Options.UseFont = true;
            this.gridView1.ColumnPanelRowHeight = 50;
            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
@@ -217,7 +225,10 @@
            this.gv_fstaffid,
            this.gv_fforbidstatus,
            this.gv_remark,
            this.gv_createDate});
            this.gv_createDate,
            this.gridColumn3,
            this.gridColumn4,
            this.gridColumn5});
            this.gridView1.GridControl = this.gcMain1;
            this.gridView1.IndicatorWidth = 50;
            this.gridView1.Name = "gridView1";
@@ -239,7 +250,6 @@
            // 
            // gv_suppNo
            // 
            this.gv_suppNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_suppNo.AppearanceCell.Options.UseFont = true;
            this.gv_suppNo.Caption = "供应商编码";
            this.gv_suppNo.FieldName = "suppNo";
@@ -253,7 +263,6 @@
            // 
            // gv_suppName
            // 
            this.gv_suppName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_suppName.AppearanceCell.Options.UseFont = true;
            this.gv_suppName.Caption = "供应商名称";
            this.gv_suppName.FieldName = "suppName";
@@ -279,7 +288,6 @@
            // 
            // gv_lxr
            // 
            this.gv_lxr.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_lxr.AppearanceCell.Options.UseFont = true;
            this.gv_lxr.Caption = "联系人";
            this.gv_lxr.FieldName = "lxr";
@@ -293,7 +301,6 @@
            // 
            // gv_telf1
            // 
            this.gv_telf1.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_telf1.AppearanceCell.Options.UseFont = true;
            this.gv_telf1.Caption = "电话";
            this.gv_telf1.FieldName = "telf1";
@@ -307,7 +314,6 @@
            // 
            // gv_fstaffid
            // 
            this.gv_fstaffid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_fstaffid.AppearanceCell.Options.UseFont = true;
            this.gv_fstaffid.Caption = "负责人";
            this.gv_fstaffid.FieldName = "fstaffid";
@@ -321,7 +327,6 @@
            // 
            // gv_fforbidstatus
            // 
            this.gv_fforbidstatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_fforbidstatus.AppearanceCell.Options.UseFont = true;
            this.gv_fforbidstatus.Caption = "禁用状态";
            this.gv_fforbidstatus.FieldName = "fforbidstatus";
@@ -335,7 +340,6 @@
            // 
            // 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";
@@ -349,7 +353,6 @@
            // 
            // gv_createDate
            // 
            this.gv_createDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
            this.gv_createDate.AppearanceCell.Options.UseFont = true;
            this.gv_createDate.Caption = "同步时间";
            this.gv_createDate.FieldName = "lastupdateDate";
@@ -358,8 +361,36 @@
            this.gv_createDate.OptionsColumn.AllowEdit = false;
            this.gv_createDate.Tag = "query_a.create_date";
            this.gv_createDate.Visible = true;
            this.gv_createDate.VisibleIndex = 9;
            this.gv_createDate.VisibleIndex = 11;
            this.gv_createDate.Width = 180;
            //
            // gridColumn3
            //
            this.gridColumn3.Caption = "主键Guid";
            this.gridColumn3.FieldName = "guid";
            this.gridColumn3.MinWidth = 25;
            this.gridColumn3.Name = "gridColumn3";
            this.gridColumn3.Width = 94;
            //
            // gridColumn4
            //
            this.gridColumn4.Caption = "供应商ID";
            this.gridColumn4.FieldName = "id";
            this.gridColumn4.MinWidth = 25;
            this.gridColumn4.Name = "gridColumn4";
            this.gridColumn4.Visible = true;
            this.gridColumn4.VisibleIndex = 9;
            this.gridColumn4.Width = 94;
            //
            // gridColumn5
            //
            this.gridColumn5.Caption = "数据状态";
            this.gridColumn5.FieldName = "dataType";
            this.gridColumn5.MinWidth = 25;
            this.gridColumn5.Name = "gridColumn5";
            this.gridColumn5.Visible = true;
            this.gridColumn5.VisibleIndex = 10;
            this.gridColumn5.Width = 94;
            // 
            // pageBar1
            // 
@@ -395,12 +426,14 @@
            // splitMx1.Panel2
            // 
            this.splitMx1.Panel2.Text = "Panel2";
            this.splitMx1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
            this.splitMx1.Size = new System.Drawing.Size(990, 510);
            this.splitMx1.SplitterPosition = 153;
            this.splitMx1.TabIndex = 0;
            // 
            // layoutMx1
            // 
            this.layoutMx1.Controls.Add(this.btnCopy);
            this.layoutMx1.Controls.Add(this.lbGuid);
            this.layoutMx1.Controls.Add(this.txt_suppName);
            this.layoutMx1.Controls.Add(this.txt_fforbidstatus);
@@ -419,11 +452,21 @@
            this.layoutControlItem13});
            this.layoutMx1.Location = new System.Drawing.Point(0, 0);
            this.layoutMx1.Name = "layoutMx1";
            this.layoutMx1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1108, 0, 812, 500);
            this.layoutMx1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(548, 483, 812, 500);
            this.layoutMx1.Root = this.Root;
            this.layoutMx1.Size = new System.Drawing.Size(990, 153);
            this.layoutMx1.TabIndex = 0;
            this.layoutMx1.Text = "layoutControl1";
            //
            // btnCopy
            //
            this.btnCopy.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.lookup_reference_16x16;
            this.btnCopy.Location = new System.Drawing.Point(738, 111);
            this.btnCopy.Name = "btnCopy";
            this.btnCopy.Size = new System.Drawing.Size(116, 27);
            this.btnCopy.StyleController = this.layoutMx1;
            this.btnCopy.TabIndex = 444;
            this.btnCopy.Text = "加入SRM名单";
            // 
            // lbGuid
            // 
@@ -438,7 +481,6 @@
            // 
            this.txt_suppName.Location = new System.Drawing.Point(99, 111);
            this.txt_suppName.Name = "txt_suppName";
            this.txt_suppName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_suppName.Properties.Appearance.Options.UseFont = true;
            this.txt_suppName.Size = new System.Drawing.Size(151, 30);
            this.txt_suppName.StyleController = this.layoutMx1;
@@ -449,9 +491,8 @@
            // 
            this.txt_fforbidstatus.Location = new System.Drawing.Point(583, 12);
            this.txt_fforbidstatus.Name = "txt_fforbidstatus";
            this.txt_fforbidstatus.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_fforbidstatus.Properties.Appearance.Options.UseFont = true;
            this.txt_fforbidstatus.Size = new System.Drawing.Size(151, 28);
            this.txt_fforbidstatus.Size = new System.Drawing.Size(151, 24);
            this.txt_fforbidstatus.StyleController = this.layoutMx1;
            this.txt_fforbidstatus.TabIndex = 298;
            // 
@@ -459,9 +500,8 @@
            // 
            this.txt_remark.Location = new System.Drawing.Point(583, 111);
            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(151, 28);
            this.txt_remark.Size = new System.Drawing.Size(151, 24);
            this.txt_remark.StyleController = this.layoutMx1;
            this.txt_remark.TabIndex = 247;
            // 
@@ -469,9 +509,8 @@
            // 
            this.txt_telfx.Location = new System.Drawing.Point(583, 78);
            this.txt_telfx.Name = "txt_telfx";
            this.txt_telfx.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_telfx.Properties.Appearance.Options.UseFont = true;
            this.txt_telfx.Size = new System.Drawing.Size(151, 28);
            this.txt_telfx.Size = new System.Drawing.Size(151, 24);
            this.txt_telfx.StyleController = this.layoutMx1;
            this.txt_telfx.TabIndex = 228;
            // 
@@ -479,9 +518,8 @@
            // 
            this.txt_fstaffid.Location = new System.Drawing.Point(341, 78);
            this.txt_fstaffid.Name = "txt_fstaffid";
            this.txt_fstaffid.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_fstaffid.Properties.Appearance.Options.UseFont = true;
            this.txt_fstaffid.Size = new System.Drawing.Size(151, 28);
            this.txt_fstaffid.Size = new System.Drawing.Size(151, 24);
            this.txt_fstaffid.StyleController = this.layoutMx1;
            this.txt_fstaffid.TabIndex = 291;
            // 
@@ -489,9 +527,8 @@
            // 
            this.txt_id.Location = new System.Drawing.Point(99, 12);
            this.txt_id.Name = "txt_id";
            this.txt_id.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_id.Properties.Appearance.Options.UseFont = true;
            this.txt_id.Size = new System.Drawing.Size(151, 28);
            this.txt_id.Size = new System.Drawing.Size(151, 24);
            this.txt_id.StyleController = this.layoutMx1;
            this.txt_id.TabIndex = 211;
            // 
@@ -499,9 +536,8 @@
            // 
            this.txt_telf1.Location = new System.Drawing.Point(583, 45);
            this.txt_telf1.Name = "txt_telf1";
            this.txt_telf1.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_telf1.Properties.Appearance.Options.UseFont = true;
            this.txt_telf1.Size = new System.Drawing.Size(151, 28);
            this.txt_telf1.Size = new System.Drawing.Size(151, 24);
            this.txt_telf1.StyleController = this.layoutMx1;
            this.txt_telf1.TabIndex = 226;
            // 
@@ -509,9 +545,8 @@
            // 
            this.txt_suppNo.Location = new System.Drawing.Point(99, 45);
            this.txt_suppNo.Name = "txt_suppNo";
            this.txt_suppNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_suppNo.Properties.Appearance.Options.UseFont = true;
            this.txt_suppNo.Size = new System.Drawing.Size(151, 28);
            this.txt_suppNo.Size = new System.Drawing.Size(151, 24);
            this.txt_suppNo.StyleController = this.layoutMx1;
            this.txt_suppNo.TabIndex = 213;
            // 
@@ -519,9 +554,8 @@
            // 
            this.txt_lxr.Location = new System.Drawing.Point(341, 12);
            this.txt_lxr.Name = "txt_lxr";
            this.txt_lxr.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_lxr.Properties.Appearance.Options.UseFont = true;
            this.txt_lxr.Size = new System.Drawing.Size(151, 28);
            this.txt_lxr.Size = new System.Drawing.Size(151, 24);
            this.txt_lxr.StyleController = this.layoutMx1;
            this.txt_lxr.TabIndex = 285;
            // 
@@ -529,9 +563,8 @@
            // 
            this.txt_suppSname.Location = new System.Drawing.Point(99, 78);
            this.txt_suppSname.Name = "txt_suppSname";
            this.txt_suppSname.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_suppSname.Properties.Appearance.Options.UseFont = true;
            this.txt_suppSname.Size = new System.Drawing.Size(151, 28);
            this.txt_suppSname.Size = new System.Drawing.Size(151, 24);
            this.txt_suppSname.StyleController = this.layoutMx1;
            this.txt_suppSname.TabIndex = 217;
            // 
@@ -539,9 +572,8 @@
            // 
            this.txt_land1.Location = new System.Drawing.Point(341, 45);
            this.txt_land1.Name = "txt_land1";
            this.txt_land1.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_land1.Properties.Appearance.Options.UseFont = true;
            this.txt_land1.Size = new System.Drawing.Size(151, 28);
            this.txt_land1.Size = new System.Drawing.Size(151, 24);
            this.txt_land1.StyleController = this.layoutMx1;
            this.txt_land1.TabIndex = 219;
            // 
@@ -549,18 +581,28 @@
            // 
            this.txt_stras.Location = new System.Drawing.Point(341, 111);
            this.txt_stras.Name = "txt_stras";
            this.txt_stras.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
            this.txt_stras.Properties.Appearance.Options.UseFont = true;
            this.txt_stras.Size = new System.Drawing.Size(151, 28);
            this.txt_stras.Size = new System.Drawing.Size(151, 24);
            this.txt_stras.StyleController = this.layoutMx1;
            this.txt_stras.TabIndex = 222;
            //
            // layoutControlItem13
            //
            this.layoutControlItem13.Control = this.lbGuid;
            this.layoutControlItem13.Location = new System.Drawing.Point(726, 99);
            this.layoutControlItem13.Name = "layoutControlItem13";
            this.layoutControlItem13.OptionsTableLayoutItem.ColumnIndex = 3;
            this.layoutControlItem13.OptionsTableLayoutItem.RowIndex = 3;
            this.layoutControlItem13.Size = new System.Drawing.Size(244, 34);
            this.layoutControlItem13.Text = "lbGuid";
            this.layoutControlItem13.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem13.TextVisible = false;
            // 
            // Root
            // 
            this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            this.Root.GroupBordersVisible = false;
            this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem1,
            this.layoutControlItem2,
            this.layoutControlItem3,
            this.layoutControlItem4,
@@ -571,7 +613,9 @@
            this.layoutControlItem9,
            this.layoutControlItem10,
            this.layoutControlItem11,
            this.layoutControlItem12});
            this.layoutControlItem12,
            this.layoutControlItem14,
            this.layoutControlItem1});
            this.Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
            this.Root.Name = "Root";
            columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent;
@@ -602,15 +646,6 @@
            rowDefinition4});
            this.Root.Size = new System.Drawing.Size(990, 153);
            this.Root.TextVisible = false;
            //
            // layoutControlItem1
            //
            this.layoutControlItem1.Control = this.txt_id;
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem1.Name = "layoutControlItem1";
            this.layoutControlItem1.Size = new System.Drawing.Size(242, 33);
            this.layoutControlItem1.Text = "供应商ID";
            this.layoutControlItem1.TextSize = new System.Drawing.Size(75, 18);
            // 
            // layoutControlItem2
            // 
@@ -728,17 +763,29 @@
            this.layoutControlItem12.Text = "备注";
            this.layoutControlItem12.TextSize = new System.Drawing.Size(75, 18);
            // 
            // layoutControlItem13
            // layoutControlItem14
            // 
            this.layoutControlItem13.Control = this.lbGuid;
            this.layoutControlItem13.Location = new System.Drawing.Point(726, 99);
            this.layoutControlItem13.Name = "layoutControlItem13";
            this.layoutControlItem13.OptionsTableLayoutItem.ColumnIndex = 3;
            this.layoutControlItem13.OptionsTableLayoutItem.RowIndex = 3;
            this.layoutControlItem13.Size = new System.Drawing.Size(244, 34);
            this.layoutControlItem13.Text = "lbGuid";
            this.layoutControlItem13.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem13.TextVisible = false;
            this.layoutControlItem14.Control = this.btnCopy;
            this.layoutControlItem14.Location = new System.Drawing.Point(726, 99);
            this.layoutControlItem14.MaxSize = new System.Drawing.Size(120, 31);
            this.layoutControlItem14.MinSize = new System.Drawing.Size(119, 31);
            this.layoutControlItem14.Name = "layoutControlItem14";
            this.layoutControlItem14.OptionsTableLayoutItem.ColumnIndex = 3;
            this.layoutControlItem14.OptionsTableLayoutItem.RowIndex = 3;
            this.layoutControlItem14.Size = new System.Drawing.Size(244, 34);
            this.layoutControlItem14.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem14.Text = "加入SRM";
            this.layoutControlItem14.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem14.TextVisible = false;
            //
            // layoutControlItem1
            //
            this.layoutControlItem1.Control = this.txt_id;
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem1.Name = "layoutControlItem1";
            this.layoutControlItem1.Size = new System.Drawing.Size(242, 33);
            this.layoutControlItem1.Text = "供应商ID";
            this.layoutControlItem1.TextSize = new System.Drawing.Size(75, 18);
            // 
            // Frm_Supplier
            // 
@@ -779,8 +826,8 @@
            ((System.ComponentModel.ISupportInitialize)(this.txt_suppSname.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_land1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txt_stras.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
@@ -792,7 +839,8 @@
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
            this.ResumeLayout(false);
        }
@@ -831,7 +879,6 @@
        private DevExpress.XtraEditors.TextEdit txt_id;
        private DevExpress.XtraLayout.LayoutControl layoutMx1;
        private DevExpress.XtraLayout.LayoutControlGroup Root;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
@@ -844,5 +891,12 @@
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem12;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem13;
        private DevExpress.Utils.ToolTipController tips;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
        private DevExpress.XtraEditors.SimpleButton btnCopy;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem14;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
    }
}