Changeset 203 for trunk/UCore.lfm


Ignore:
Timestamp:
May 18, 2018, 12:54:37 AM (6 years ago)
Author:
chronos
Message:
  • Fixed: Player turn start/end signaling from server to clients.
  • Added: Save action to save game without opening save dialog.
  • Fixed: Move dialog was not opened after new game was created.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UCore.lfm

    r197 r203  
    33  OnDestroy = DataModuleDestroy
    44  OldCreateOrder = False
    5   Height = 676
    6   HorizontalOffset = 275
    7   VerticalOffset = 190
    8   Width = 1048
    9   PPI = 120
     5  Height = 811
     6  HorizontalOffset = 330
     7  VerticalOffset = 228
     8  Width = 1258
     9  PPI = 144
    1010  object ActionList1: TActionList
    1111    Images = ImageListSmall
    12     left = 114
    13     top = 50
     12    left = 137
     13    top = 60
    1414    object AExit: TAction
    1515      Caption = 'Exit'
     
    2020    end
    2121    object AGameNew: TAction
     22      Category = 'Game'
    2223      Caption = 'New'
    2324      Hint = 'New game'
     
    2728    end
    2829    object AGameEnd: TAction
     30      Category = 'Game'
    2931      Caption = 'End'
    3032      Hint = 'End game'
     
    3335      ShortCut = 16454
    3436    end
    35     object AGameEndTurn: TAction
    36       Caption = 'End turn'
    37       Hint = 'End player turn'
    38       ImageIndex = 0
    39       OnExecute = AGameEndTurnExecute
    40       ShortCut = 16468
    41     end
    4237    object AGameRestart: TAction
     38      Category = 'Game'
    4339      Caption = 'Restart'
    4440      Hint = 'Restart game'
     
    5450      ShortCut = 120
    5551    end
    56     object AGameSave: TAction
    57       Caption = 'Save'
     52    object AGameSaveAs: TAction
     53      Category = 'Game'
     54      Caption = 'Save as...'
    5855      ImageIndex = 11
    59       OnExecute = AGameSaveExecute
     56      OnExecute = AGameSaveAsExecute
    6057      ShortCut = 16467
    6158    end
    6259    object AGameLoad: TAction
     60      Category = 'Game'
    6361      Caption = 'Load'
    6462      ImageIndex = 10
     
    9189      OnExecute = APlayersStatsExecute
    9290    end
     91    object AGameSave: TAction
     92      Category = 'Game'
     93      Caption = 'Save'
     94      ImageIndex = 11
     95      OnExecute = AGameSaveExecute
     96    end
    9397  end
    9498  object ImageListSmall: TImageList
    95     left = 655
    96     top = 350
     99    left = 786
     100    top = 420
    97101    Bitmap = {
    98102      4C690C00000010000000100000000000000000000000E3AA4BD6E5B35EFFE3B1
     
    486490    POFilesFolder = 'Languages'
    487491    OnTranslate = CoolTranslator1Translate
    488     left = 114
    489     top = 363
     492    left = 137
     493    top = 436
    490494  end
    491495  object ImageListLarge: TImageList
    492496    Height = 32
    493497    Width = 32
    494     left = 655
    495     top = 238
     498    left = 786
     499    top = 286
    496500    Bitmap = {
    497501      4C690C0000002000000020000000000000000000000000000000E2AA4B36E2A9
     
    20382042    RootName = 'CONFIG'
    20392043    ReadOnly = False
    2040     left = 114
    2041     top = 463
     2044    left = 137
     2045    top = 556
    20422046  end
    20432047  object OpenDialog1: TOpenDialog
    20442048    DefaultExt = '.xtmap'
    2045     left = 938
    2046     top = 243
     2049    left = 1126
     2050    top = 292
    20472051  end
    20482052  object SaveDialog1: TSaveDialog
    20492053    DefaultExt = '.xtmap'
    2050     left = 938
    2051     top = 138
     2054    left = 1126
     2055    top = 166
    20522056  end
    20532057  object ApplicationInfo: TApplicationInfo
     
    20622066    AuthorsName = 'Chronos'
    20632067    AppName = 'xTactics'
    2064     ReleaseDate = 43234
     2068    ReleaseDate = 43238
    20652069    RegistryKey = '\Software\xTactics'
    20662070    RegistryRoot = rrKeyCurrentUser
    20672071    License = 'CC0'
    2068     left = 114
    2069     top = 150
     2072    left = 137
     2073    top = 180
    20702074  end
    20712075  object PersistentForm: TPersistentForm
    20722076    MinVisiblePart = 50
    20732077    EntireVisible = False
    2074     left = 650
    2075     top = 500
     2078    left = 780
     2079    top = 600
    20762080  end
    20772081  object ScaleDPI1: TScaleDPI
    20782082    AutoDetect = False
    2079     left = 113
    2080     top = 563
     2083    left = 136
     2084    top = 676
    20812085  end
    20822086  object LastOpenedList1: TLastOpenedList
    20832087    MaxCount = 10
    20842088    OnChange = LastOpenedList1Change
    2085     left = 114
    2086     top = 250
     2089    left = 137
     2090    top = 300
    20872091  end
    20882092end
Note: See TracChangeset for help on using the changeset viewer.