Ignore:
Timestamp:
Sep 21, 2018, 2:09:10 PM (6 years ago)
Author:
chronos
Message:
  • Added: Support for color themes.
  • Added: Remember dimensions for more forms.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMove.lfm

    r189 r243  
    1010  Constraints.MinHeight = 257
    1111  Constraints.MinWidth = 367
     12  DesignTimePPI = 120
     13  OnClose = FormClose
    1214  OnCreate = FormCreate
    1315  OnKeyPress = FormKeyPress
    1416  OnShow = FormShow
    1517  Position = poMainFormCenter
    16   LCLVersion = '1.8.0.4'
     18  LCLVersion = '1.8.2.0'
    1719  object SpinEditOnce: TSpinEdit
    1820    Left = 208
    19     Height = 36
     21    Height = 28
    2022    Top = 40
    2123    Width = 98
     
    2628  object Label1: TLabel
    2729    Left = 16
    28     Height = 26
     30    Height = 20
    2931    Top = 40
    30     Width = 49
     32    Width = 37
    3133    Caption = 'Once:'
    3234    ParentColor = False
     
    5355  object Label2: TLabel
    5456    Left = 24
    55     Height = 26
     57    Height = 20
    5658    Top = 136
    57     Width = 91
     59    Width = 68
    5860    Caption = 'Every turn:'
    5961    ParentColor = False
     
    6163  object SpinEditRepeat: TSpinEdit
    6264    Left = 208
    63     Height = 36
     65    Height = 28
    6466    Top = 128
    6567    Width = 98
     
    134136  object Label3: TLabel
    135137    Left = 16
    136     Height = 26
     138    Height = 20
    137139    Top = 8
    138     Width = 135
     140    Width = 106
    139141    Caption = 'Win probability:'
    140142    ParentColor = False
     
    142144  object LabelWinProbability: TLabel
    143145    Left = 264
    144     Height = 26
     146    Height = 20
    145147    Top = 8
    146     Width = 15
     148    Width = 12
    147149    Caption = '   '
    148150    ParentColor = False
Note: See TracChangeset for help on using the changeset viewer.