Ignore:
Timestamp:
Aug 29, 2017, 10:33:39 PM (7 years ago)
Author:
chronos
Message:
  • Modified: Enabled DPI scaling.
  • Modified: Moved ImageListMain to Core unit and introduced Core Init method.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormSourceCode.lfm

    r67 r88  
    77  ClientHeight = 240
    88  ClientWidth = 320
    9   LCLVersion = '1.3'
     9  LCLVersion = '1.6.4.0'
    1010  object MemoSource: TMemo
    1111    Left = 0
     
    2727  end
    2828  object PopupMenuSource: TPopupMenu
    29     Images = FormMain.ImageListMain
     29    Images = Core.ImageListMain
    3030    left = 128
    3131    top = 112
     
    281281  end
    282282  object ActionList1: TActionList
    283     Images = FormMain.ImageListMain
     283    Images = Core.ImageListMain
    284284    left = 128
    285285    top = 56
Note: See TracChangeset for help on using the changeset viewer.