Changeset 167 for trunk/Locale.lfm


Ignore:
Timestamp:
Jun 15, 2019, 12:03:12 AM (5 years ago)
Author:
chronos
Message:
  • Added: Allow to change full screen mode to windowed mode.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Locale.lfm

    r124 r167  
    11object LocaleDlg: TLocaleDlg
    2   Left = 754
    3   Height = 456
     2  Left = 766
     3  Height = 448
    44  Top = 240
    55  Width = 483
    66  BorderStyle = bsNone
    77  Caption = 'LocaleDlg'
    8   ClientHeight = 456
     8  ClientHeight = 448
    99  ClientWidth = 483
    1010  DesignTimePPI = 144
     
    1414  OnPaint = FormPaint
    1515  OnShow = FormShow
    16   LCLVersion = '1.8.2.0'
     16  LCLVersion = '2.0.2.0'
    1717  object List: TListBox
    1818    Tag = 15360
    1919    Left = 24
    20     Height = 360
     20    Height = 336
    2121    Top = 16
    2222    Width = 424
     
    3535    TabOrder = 0
    3636    TabStop = False
     37    TopIndex = -1
    3738  end
    3839  object OKBtn: TButtonA
     
    5455    OnClick = CancelBtnClick
    5556  end
     57  object ButtonFullscreen: TButtonC
     58    Left = 24
     59    Height = 18
     60    Top = 368
     61    Width = 18
     62    Down = False
     63    Permanent = False
     64    OnClick = ButtonFullscreenClick
     65    ButtonIndex = 0
     66  end
    5667end
Note: See TracChangeset for help on using the changeset viewer.