Changeset 28 for trunk/UFormMain.lfm


Ignore:
Timestamp:
Mar 3, 2014, 8:53:04 PM (10 years ago)
Author:
chronos
Message:
  • Fixed: Use modified player list from New game. Allow more players then two with different colors.
  • Added: Toolbar for quick access to common actions.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UFormMain.lfm

    r23 r28  
    1616  object PaintBox1: TPaintBox
    1717    Left = 0
    18     Height = 569
    19     Top = 0
     18    Height = 537
     19    Top = 32
    2020    Width = 775
    2121    Align = alClient
     
    3636    Panels = <   
    3737      item
    38         Width = 50
     38        Width = 100
     39      end   
     40      item
     41        Width = 100
     42      end   
     43      item
     44        Width = 100
    3945      end>
    4046    SimplePanel = False
    4147  end
     48  object ToolBar1: TToolBar
     49    Left = 0
     50    Top = 0
     51    Width = 775
     52    ButtonHeight = 32
     53    ButtonWidth = 32
     54    Caption = 'ToolBar1'
     55    Images = Core.ImageList1
     56    ParentShowHint = False
     57    ShowCaptions = True
     58    ShowHint = True
     59    TabOrder = 1
     60    object ToolButton1: TToolButton
     61      Left = 1
     62      Top = 2
     63      Action = Core.AGameNew
     64    end
     65    object ToolButton2: TToolButton
     66      Left = 45
     67      Top = 2
     68      Action = Core.AGameEndTurn
     69    end
     70    object ToolButton3: TToolButton
     71      Left = 120
     72      Top = 2
     73      Action = Core.AGameEnd
     74    end
     75    object ToolButton4: TToolButton
     76      Left = 157
     77      Top = 2
     78      Action = Core.AGameRestart
     79    end
     80  end
    4281  object MainMenu1: TMainMenu
     82    Images = Core.ImageList1
    4383    left = 72
    4484    top = 48
Note: See TracChangeset for help on using the changeset viewer.