close Warning: Can't synchronize with repository "(default)" (No changeset 184 in the repository). Look in the Trac log for more information.

Changeset 179 for trunk/UCore.lfm


Ignore:
Timestamp:
Feb 6, 2018, 3:47:23 PM (6 years ago)
Author:
chronos
Message:
  • Added: A preparation for gameplay over network.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UCore.lfm

    r178 r179  
    33  OnDestroy = DataModuleDestroy
    44  OldCreateOrder = False
    5   Height = 678
    6   HorizontalOffset = 706
    7   VerticalOffset = 352
    8   Width = 940
     5  Height = 848
     6  HorizontalOffset = 695
     7  VerticalOffset = 182
     8  Width = 1175
     9  PPI = 120
    910  object ActionList1: TActionList
    1011    Images = ImageListSmall
    11     left = 90
    12     top = 40
     12    left = 113
     13    top = 50
     14    object AExit: TAction
     15      Caption = 'Exit'
     16      Hint = 'Exit application'
     17      ImageIndex = 1
     18      OnExecute = AExitExecute
     19      ShortCut = 32883
     20    end
    1321    object AGameNew: TAction
    1422      Caption = 'New'
     
    1725      OnExecute = AGameNewExecute
    1826      ShortCut = 16462
    19     end
    20     object AExit: TAction
    21       Caption = 'Exit'
    22       Hint = 'Exit application'
    23       ImageIndex = 1
    24       OnExecute = AExitExecute
    25       ShortCut = 32883
    2627    end
    2728    object AGameEnd: TAction
     
    8485  end
    8586  object ImageListSmall: TImageList
    86     left = 524
    87     top = 280
     87    left = 655
     88    top = 350
    8889    Bitmap = {
    8990      4C690C00000010000000100000000000000000000000E3AA4BD6E5B35EFFE3B1
     
    477478    POFilesFolder = 'Languages'
    478479    OnTranslate = CoolTranslator1Translate
    479     left = 91
    480     top = 290
     480    left = 114
     481    top = 363
    481482  end
    482483  object ImageListLarge: TImageList
    483484    Height = 32
    484485    Width = 32
    485     left = 524
    486     top = 190
     486    left = 655
     487    top = 238
    487488    Bitmap = {
    488489      4C690C0000002000000020000000000000000000000000000000E2AA4B36E2A9
     
    20292030    RootName = 'CONFIG'
    20302031    ReadOnly = False
    2031     left = 91
    2032     top = 370
     2032    left = 114
     2033    top = 463
    20332034  end
    20342035  object OpenDialog1: TOpenDialog
    20352036    DefaultExt = '.xtmap'
    2036     left = 750
    2037     top = 194
     2037    left = 938
     2038    top = 243
    20382039  end
    20392040  object SaveDialog1: TSaveDialog
    20402041    DefaultExt = '.xtmap'
    2041     left = 750
    2042     top = 110
     2042    left = 938
     2043    top = 138
    20432044  end
    20442045  object ApplicationInfo: TApplicationInfo
     
    20572058    RegistryRoot = rrKeyCurrentUser
    20582059    License = 'CC0'
    2059     left = 91
    2060     top = 120
     2060    left = 114
     2061    top = 150
    20612062  end
    20622063  object PersistentForm: TPersistentForm
    20632064    MinVisiblePart = 50
    20642065    EntireVisible = False
    2065     left = 520
    2066     top = 400
     2066    left = 650
     2067    top = 500
    20672068  end
    20682069  object ScaleDPI1: TScaleDPI
    20692070    AutoDetect = False
    2070     left = 90
    2071     top = 450
     2071    left = 113
     2072    top = 563
    20722073  end
    20732074  object LastOpenedList1: TLastOpenedList
    20742075    MaxCount = 10
    20752076    OnChange = LastOpenedList1Change
    2076     left = 91
    2077     top = 200
     2077    left = 114
     2078    top = 250
    20782079  end
    20792080end
Note: See TracChangeset for help on using the changeset viewer.