lu
2025-03-17 a92916c2c69e95bb8da9c9a0f6f3e124c0e76f48
DevApp/Gs.DevApp/UserControl/UcLookHuoZhu.Designer.cs
@@ -39,7 +39,7 @@
            // txt_hzabc
            // 
            this.txt_hzabc.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.txt_hzabc.EditValue = "[请选择]";
            this.txt_hzabc.EditValue = "请选择货主";
            this.txt_hzabc.Location = new System.Drawing.Point(0, 25);
            this.txt_hzabc.Name = "txt_hzabc";
            this.txt_hzabc.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
@@ -60,13 +60,13 @@
            // txt_hzlxabc
            // 
            this.txt_hzlxabc.Dock = System.Windows.Forms.DockStyle.Top;
            this.txt_hzlxabc.EditValue = "请选择";
            this.txt_hzlxabc.EditValue = "请选择货主类型";
            this.txt_hzlxabc.Location = new System.Drawing.Point(0, 0);
            this.txt_hzlxabc.Name = "txt_hzlxabc";
            this.txt_hzlxabc.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.txt_hzlxabc.Properties.Items.AddRange(new object[] {
            "请选择",
            "请选择货主类型",
            "组织(BD_OwnerOrg)",
            "供应商(BD_Supplier)",
            "客户(BD_Customer)"});