| | |
| | | // 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); |
| | |
| | | // 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)"}); |