Changeset 31 for trunk/Form/UFormMain.pas
- Timestamp:
- Apr 30, 2016, 12:16:19 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Form/UFormMain.pas
r29 r31 520 520 BasePrefixMultipliers, SBytes); 521 521 LabelSectorCount.Caption := IntToStr(Project.DriveInfo.SectorCount); 522 LabelSectorSize.Caption := IntToStr(Project.DriveInfo.SectorSize) + ' ' + SBytes;522 LabelSectorSize.Caption := PrefixMultiplier.Add(Project.DriveInfo.SectorSize, BasePrefixMultipliers, SBytes); 523 523 end else begin 524 524 LabelSize.Caption := '';
Note:
See TracChangeset
for help on using the changeset viewer.