| | |
| | | this.repositoryItemComboBox1.Items.AddRange(new object[] { |
| | | "-请选择-", |
| | | "不参与核算(KCZT001)", |
| | | "可用KCZT01_SYS)", |
| | | "待检KCZT02_SYS)", |
| | | "冻结KCZT03_SYS)", |
| | | "退回冻结KCZT04_SYS)", |
| | | "在途KCZT05_SYS)", |
| | | "收货冻结KCZT06_SYS)", |
| | | "废品KCZT07_SYS)", |
| | | "不良KCZT08_SYS)", |
| | | "外借KCZT99_SYS)"}); |
| | | "可用(KCZT01_SYS)", |
| | | "待检(KCZT02_SYS)", |
| | | "冻结(KCZT03_SYS)", |
| | | "退回冻结(KCZT04_SYS)", |
| | | "在途(KCZT05_SYS)", |
| | | "收货冻结(KCZT06_SYS)", |
| | | "废品(KCZT07_SYS)", |
| | | "不良(KCZT08_SYS)", |
| | | "外借(KCZT99_SYS)"}); |
| | | this.repositoryItemComboBox1.Name = "repositoryItemComboBox1"; |
| | | this.repositoryItemComboBox1.NullText = "请选择"; |
| | | this.repositoryItemComboBox1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; |