Ejemplo n.º 1
0
 public static void BindSyq(ComboBox cb)
 {
     DictManager.BindToCombox(cb, "机动车所有权代码");
     if (cb.Items.Count > 1)
     {
         cb.SelectedIndex = 1;
     }
 }
Ejemplo n.º 2
0
 private void InitComBox()
 {
     if (!this.DesignMode)
     {
         if (this.entity != null)
         {
             this.oldNum = ((InRecord)this.entity).DunShu;
         }
         //this.lbSellDate.Text = System.DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss");
         JxcHelper.BindTypeName(this.cbTypeName);
         DictManager.BindToCombox(this.cbFrom, "货品来源");
     }
 }
Ejemplo n.º 3
0
 //机动车使用性质代码
 public static void BindUseFor(ComboBox cb)
 {
     DictManager.BindToCombox(cb, "机动车使用性质代码");
 }
Ejemplo n.º 4
0
 public static void BindJkpz(ComboBox cb)
 {
     DictManager.BindToCombox(cb, "机动车进口凭证代码");
 }
Ejemplo n.º 5
0
 public static void BindGetFrom(ComboBox cb)
 {
     DictManager.BindToCombox(cb, "机动车获得方式代码");
 }
Ejemplo n.º 6
0
 public static void BindGcJk(ComboBox cb)
 {
     DictManager.BindToCombox(cb, "国产/进口车辆代码");
 }
Ejemplo n.º 7
0
 public static void BindGzzmmc(ComboBox cb)
 {
     DictManager.BindToCombox(cb, "购置证明名称代码");
 }
Ejemplo n.º 8
0
 public static void BindBxCompany(ComboBox cb)
 {
     DictManager.BindToCombox(cb, "保险公司代码表");
 }
Ejemplo n.º 9
0
 public static void BindCllx(ComboBox cb)
 {
     DictManager.BindToCombox(cb, "机动车辆类型代码");
 }
Ejemplo n.º 10
0
 public static void BindPzhm(ComboBox cb)
 {
     DictManager.BindToCombox(cb, "凭证号码");
 }
Ejemplo n.º 11
0
 public static void BindClxh(ComboBox cb)
 {
     DictManager.BindToCombox(cb, "车辆型号");
 }
Ejemplo n.º 12
0
 public static void BindZwpp(ComboBox cb)
 {
     DictManager.BindToCombox(cb, "中文品牌");
 }
Ejemplo n.º 13
0
 public static void BindSellDw(ComboBox cb)
 {
     DictManager.BindToCombox(cb, "销售单位代码");
 }
Ejemplo n.º 14
0
 //居住暂住证明名称代码
 public static void BindTempIdType(ComboBox cb)
 {
     DictManager.BindToCombox(cb, "居住暂住证明名称代码");
 }
Ejemplo n.º 15
0
 //机动车转向形式代码
 public static void BindZxxs(ComboBox cb)
 {
     DictManager.BindToCombox(cb, "机动车转向形式代码");
 }