Ignore:
Timestamp:
Nov 15, 2012, 3:34:26 PM (12 years ago)
Author:
chronos
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Attendance/UModuleAttendance.pas

    r17 r18  
    299299      AddItem(SPort, 'Port', ctSpinEdit, True, Bounds(3, 1, 1, 1));
    300300      AddItem(SType, 'Type', ctComboBox, True, Bounds(1, 2, 1, 1));
    301       AddItem(SNote, 'Note', ctMemo, True, Bounds(3, 2, 1, 1));
     301      AddItem(SNote, 'Note', ctMemo, True, Bounds(0, 4, 4, 4), alTop);
    302302    end;
    303303    Name := 'Terminal';
Note: See TracChangeset for help on using the changeset viewer.