Ignore:
Timestamp:
Jul 10, 2019, 10:46:20 PM (5 years ago)
Author:
chronos
Message:
  • Added: Hide player options applicatble only for computer player.
  • Modified: Better selection of player and nation colors.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormItem.lfm

    r299 r300  
    11object FormItem: TFormItem
    22  Left = 570
    3   Height = 300
     3  Height = 360
    44  Top = 429
    5   Width = 400
     5  Width = 480
    66  Caption = 'Item'
    7   ClientHeight = 300
    8   ClientWidth = 400
    9   DesignTimePPI = 120
     7  ClientHeight = 360
     8  ClientWidth = 480
     9  DesignTimePPI = 144
    1010  OnClose = FormClose
    1111  OnCreate = FormCreate
     
    1414  LCLVersion = '2.0.2.0'
    1515  object ButtonOk: TButton
    16     Left = 74
    17     Height = 32
    18     Top = 260
    19     Width = 94
     16    Left = 89
     17    Height = 38
     18    Top = 312
     19    Width = 113
    2020    Anchors = [akLeft, akBottom]
    2121    Caption = 'OK'
     
    2626  end
    2727  object ButtonCancel: TButton
    28     Left = 220
    29     Height = 32
    30     Top = 260
    31     Width = 94
     28    Left = 264
     29    Height = 38
     30    Top = 312
     31    Width = 113
    3232    Anchors = [akLeft, akBottom]
    3333    Caption = 'Cancel'
Note: See TracChangeset for help on using the changeset viewer.