Changeset 232


Ignore:
Timestamp:
May 14, 2020, 11:26:30 PM (4 years ago)
Author:
chronos
Message:
  • Fixed: Set all as non-scaled to avoid Lazarus IDE to resize buttons with fixed size.
Location:
trunk
Files:
22 edited

Legend:

Unmodified
Added
Removed
  • trunk/Back.lfm

    r10 r232  
    1818  LCLVersion = '1.6.2.0'
    1919  WindowState = wsMaximized
     20  PixelsPerInch = 96
     21  Scaled = False
    2022end
  • trunk/Direct.lfm

    r112 r232  
    1818  OnShow = FormShow
    1919  LCLVersion = '1.8.0.6'
     20  PixelsPerInch = 96
     21  Scaled = False
    2022end
  • trunk/Inp.lfm

    r9 r232  
    1717  OnShow = FormShow
    1818  PixelsPerInch = 96
     19  Scaled = False
    1920  object OKBtn: TButtonA
    2021    Left = 66
  • trunk/LocalPlayer/CityScreen.lfm

    r9 r232  
    2121  OnShow = FormShow
    2222  PixelsPerInch = 96
     23  Scaled = False
    2324  object CloseBtn: TButtonA
    2425    Left = 335
  • trunk/LocalPlayer/Diagram.lfm

    r9 r232  
    1818  OnShow = FormShow
    1919  PixelsPerInch = 96
     20  Scaled = False
    2021  object CloseBtn: TButtonB
    2122    Left = 380
  • trunk/LocalPlayer/Draft.lfm

    r62 r232  
    1919  OnShow = FormShow
    2020  LCLVersion = '1.6.0.4'
     21  PixelsPerInch = 96
     22  Scaled = False
    2123  object OKBtn: TButtonA
    2224    Left = 196
  • trunk/LocalPlayer/Help.lfm

    r69 r232  
    2222  OnPaint = FormPaint
    2323  PixelsPerInch = 96
     24  Scaled = False
    2425  object CloseBtn: TButtonB
    2526    Left = 522
  • trunk/LocalPlayer/MessgEx.lfm

    r9 r232  
    2020  OnShow = FormShow
    2121  PixelsPerInch = 96
     22  Scaled = False
    2223  object Button1: TButtonA
    2324    Left = 43
  • trunk/LocalPlayer/NatStat.lfm

    r9 r232  
    1717  OnShow = FormShow
    1818  PixelsPerInch = 96
     19  Scaled = False
    1920  object ToggleBtn: TButtonB
    2021    Left = 6
  • trunk/LocalPlayer/Select.lfm

    r69 r232  
    2323  OnShow = FormShow
    2424  PixelsPerInch = 96
     25  Scaled = False
    2526  object CloseBtn: TButtonB
    2627    Left = 343
  • trunk/LocalPlayer/Term.lfm

    r231 r232  
    3030  OnShow = FormShow
    3131  Position = poDefault
     32  PixelsPerInch = 96
     33  Scaled = False
    3234  LCLVersion = '1.6.0.4'
    3335  WindowState = wsMaximized
  • trunk/LocalPlayer/Wonders.lfm

    r9 r232  
    1717  OnShow = FormShow
    1818  PixelsPerInch = 96
     19  Scaled = False
    1920  object CloseBtn: TButtonB
    2021    Left = 442
  • trunk/Locale.lfm

    r167 r232  
    1515  OnShow = FormShow
    1616  LCLVersion = '2.0.2.0'
     17  PixelsPerInch = 96
     18  Scaled = False
    1719  object List: TListBox
    1820    Tag = 15360
  • trunk/Log.lfm

    r9 r232  
    1818  OnKeyUp = FormKeyUp
    1919  PixelsPerInch = 96
     20  Scaled = False
    2021  object List: TMemo
    2122    Left = 0
  • trunk/Messg.lfm

    r111 r232  
    2020  OnShow = FormShow
    2121  LCLVersion = '1.8.0.6'
     22  PixelsPerInch = 96
     23  Scaled = False
    2224  object Button1: TButtonA
    2325    Left = 101
  • trunk/Start.lfm

    r169 r232  
    2626  OnShow = FormShow
    2727  LCLVersion = '2.0.2.0'
     28  PixelsPerInch = 96
     29  Scaled = False
    2830  object StartBtn: TButtonA
    2931    Tag = 15104
Note: See TracChangeset for help on using the changeset viewer.