Example #1
0
 public frmToRepair()
 {
     InitializeComponent();
     baseForm = new BaseForm();
     baseForm.CreateUltraGridColumns(this.grdDetail, new string[] {"categoryindex", "reasoncode", "reasoncategorydesc", "ck", "reasoncodedesc", "pairqty", "remark" });
     baseForm.CreateUltraComboColumns(this.ucmbCustOrderNo, new string[] { "customerid", "custorderno", "styleno", "color", "size", "checktype", "leftqty" });
 }