Changeset 18 for trunk/UFormNew.lfm


Ignore:
Timestamp:
Feb 26, 2014, 9:45:23 PM (10 years ago)
Author:
chronos
Message:
  • Add: Player start units setting.
  • Add: Allow add and remove players in new game dialog.
  • Fixed: Do not allow move from to same cell.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UFormNew.lfm

    r15 r18  
    11object FormNew: TFormNew
    2   Left = 593
     2  Left = 706
    33  Height = 516
    4   Top = 245
     4  Top = 455
    55  Width = 716
    66  Caption = 'New game'
    77  ClientHeight = 516
    88  ClientWidth = 716
     9  OnCreate = FormCreate
     10  OnDestroy = FormDestroy
     11  OnShow = FormShow
    912  LCLVersion = '1.3'
    1013  object ButtonOk: TButton
     
    4649      item
    4750        Caption = 'Type'
    48         Width = 377
     51        Width = 100
     52      end   
     53      item
     54        Caption = 'Color'
     55        Width = 100
     56      end   
     57      item
     58        Caption = 'Start units'
     59        Width = 177
    4960      end>
     61    OwnerData = True
     62    ReadOnly = True
     63    RowSelect = True
    5064    TabOrder = 3
    5165    ViewStyle = vsReport
     66    OnData = ListView1Data
     67    OnSelectItem = ListView1SelectItem
    5268  end
    5369  object ButtonPlayerAdd: TButton
     
    5773    Width = 83
    5874    Caption = 'Add'
     75    OnClick = ButtonPlayerAddClick
    5976    TabOrder = 4
    6077  end
     
    6582    Width = 83
    6683    Caption = 'Remove'
     84    OnClick = ButtonPlayerRemoveClick
    6785    TabOrder = 5
    6886  end
Note: See TracChangeset for help on using the changeset viewer.