Changeset 14 for trunk/Forms/UFormNew.pas
- Timestamp:
- Sep 22, 2014, 5:40:17 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormNew.pas
r10 r14 49 49 ColorFormat := ColorManager.Formats[ComboBoxColorFormat.ItemIndex]; 50 50 LabelMemRequire.Caption := IntToStr(SpinEditWidth.Value * SpinEditHeight.Value * 51 ColorFormat. GetBitDepth div 8) + ' bytes';51 ColorFormat.BitDepth div 8) + ' bytes'; 52 52 end; 53 53 … … 60 60 for I := 0 to ColorManager.FormatCount - 1 do begin 61 61 ColorFormat := ColorManager.Formats[I]; 62 ComboBoxColorFormat.AddItem(ColorFormat. GetName, nil);62 ComboBoxColorFormat.AddItem(ColorFormat.Name, nil); 63 63 end; 64 64 if ComboBoxColorFormat.Items.Count > 0 then
Note:
See TracChangeset
for help on using the changeset viewer.