Ignore:
Timestamp:
Apr 4, 2016, 12:24:37 AM (9 years ago)
Author:
chronos
Message:
  • Modified: Show name in operation list.
  • Fixed: Store scan run mode in project file.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Form/UFormOperation.pas

    r21 r22  
    6060begin
    6161  ComboBoxRunMode.ItemIndex := Integer(DriveScan.Mode);
    62   EditPattern.Text := '0x' + IntToHex(DriveScan.WritePattern, 2);
     62  EditPattern.Text := '$' + IntToHex(DriveScan.WritePattern, 2);
    6363  SpinEditLastSector.MaxValue := DriveScan.SectorCount - 1;
    6464  SpinEditFirstSector.Value := DriveScan.SectorStart;
Note: See TracChangeset for help on using the changeset viewer.