private void InitComBox() { if (!this.DesignMode) { BindingHelper.BindOwner(this.cbOwnerIdValue); DictManager.BindCarType(this.cbCarType); DictManager.BindCarPinPai(this.cbPinPai); DictManager.BindCarState(this.cbState); DictManager.BindCarColorDynamic(this.cbFirstColor); DictManager.BindCarColorDynamic(this.cbSecondColor); DictManager.BindCarColorDynamic(this.cbThirdColor); } }