Exemple #1
0
 private void InitAllocationTable()
 {
     AllocationTable.InitTableHeightWidth(420, 898);
     AllocationTable.SetCanUserAddRows(false);
     AllocationTable.AddColumns("Id", "调拨单号", 110);
     AllocationTable.AddColumns("Person", "提货人", 110);
     AllocationTable.AddColumns("InDep", "调入单位", 110);
     AllocationTable.AddColumns("ADate", "批准日期", 80);
     AllocationTable.AddColumns("ZbId", "调出装备编号", 110);
     AllocationTable.AddColumns("AType", "调拨类型", 80);
     AllocationTable.AddColumns("Reason", "备注", 280);
 }