Changeset 18 for trunk/Forms


Ignore:
Timestamp:
Oct 5, 2019, 12:31:23 PM (5 years ago)
Author:
chronos
Message:
  • Added: Application icon.
Location:
trunk/Forms
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormAbout.lfm

    r8 r18  
    7373      Top = 19
    7474      Width = 83
     75      Proportional = True
     76      Stretch = True
    7577    end
    7678    object LabelAppName: TLabel
  • trunk/Forms/UFormAbout.pas

    r8 r18  
    5656      SReleaseDate + ': ' + DateToStr(ApplicationInfo.ReleaseDate) + LineEnding +
    5757      SLicense + ': ' + ApplicationInfo.License;
     58    Image1.Picture.Bitmap.SetSize(Application.Icon.Width, Application.Icon.Height);
    5859    Image1.Picture.Bitmap.Assign(Application.Icon);
    5960  end;
Note: See TracChangeset for help on using the changeset viewer.