Ignore:
Timestamp:
Apr 18, 2019, 4:13:14 PM (5 years ago)
Author:
chronos
Message:
  • Modified: .lrt language files replaced by .lrj files.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UNewGameForm.lfm

    r36 r39  
    11object NewGameForm: TNewGameForm
    22  Left = 579
    3   Height = 434
     3  Height = 542
    44  Top = 226
    5   Width = 677
     5  Width = 846
    66  Caption = 'New game'
    7   ClientHeight = 434
    8   ClientWidth = 677
     7  ClientHeight = 542
     8  ClientWidth = 846
     9  DesignTimePPI = 120
    910  OnCreate = FormCreate
    1011  OnDestroy = FormDestroy
    1112  OnShow = FormShow
    12   LCLVersion = '1.8.0.4'
     13  LCLVersion = '2.0.0.4'
    1314  object ButtonStart: TButton
    14     Left = 592
    15     Height = 25
    16     Top = 400
    17     Width = 75
     15    Left = 740
     16    Height = 31
     17    Top = 500
     18    Width = 94
    1819    Anchors = [akRight, akBottom]
    1920    Caption = 'Start'
    2021    ModalResult = 1
     22    ParentFont = False
    2123    TabOrder = 0
    2224  end
    2325  object ButtonCancel: TButton
    24     Left = 504
    25     Height = 25
    26     Top = 400
    27     Width = 75
     26    Left = 630
     27    Height = 31
     28    Top = 500
     29    Width = 94
    2830    Anchors = [akRight, akBottom]
    2931    Caption = 'Cancel'
    3032    ModalResult = 2
     33    ParentFont = False
    3134    TabOrder = 1
    3235  end
    3336  object Label1: TLabel
    34     Left = 8
    35     Height = 26
     37    Left = 10
     38    Height = 20
    3639    Top = 0
    37     Width = 66
     40    Width = 49
    3841    Caption = 'Players:'
    3942    ParentColor = False
     43    ParentFont = False
    4044  end
    4145  object ListView1: TListView
    42     Left = 8
    43     Height = 368
    44     Top = 24
     46    Left = 10
     47    Height = 460
     48    Top = 30
    4549    Width = 368
    4650    Anchors = [akTop, akLeft, akBottom]
     
    4953      item
    5054        Caption = 'Name'
    51         Width = 150
     55        Width = 188
    5256      end   
    5357      item
    5458        Caption = 'Color'
     59        Width = 62
    5560      end   
    5661      item
    5762        Caption = 'Controls'
    58         Width = 151
     63        Width = 189
    5964      end>
    6065    OwnerData = True
     66    ParentFont = False
    6167    ReadOnly = True
    6268    RowSelect = True
     
    6874  end
    6975  object ColorButton1: TColorButton
    70     Left = 504
    71     Height = 25
    72     Top = 64
    73     Width = 75
     76    Left = 630
     77    Height = 31
     78    Top = 80
     79    Width = 94
    7480    BorderWidth = 2
    7581    ButtonColorSize = 16
    7682    ButtonColor = clBlack
    7783    OnColorChanged = ColorButton1ColorChanged
     84    ParentFont = False
    7885  end
    7986  object Label2: TLabel
    80     Left = 400
    81     Height = 26
    82     Top = 67
    83     Width = 50
     87    Left = 500
     88    Height = 20
     89    Top = 84
     90    Width = 39
    8491    Caption = 'Color:'
    8592    ParentColor = False
     93    ParentFont = False
    8694  end
    8795  object GroupBox1: TGroupBox
    88     Left = 392
    89     Height = 264
    90     Top = 104
    91     Width = 272
     96    Left = 490
     97    Height = 330
     98    Top = 130
     99    Width = 340
    92100    Caption = 'Control keys'
    93     ClientHeight = 236
    94     ClientWidth = 268
     101    ClientHeight = 305
     102    ClientWidth = 336
     103    ParentFont = False
    95104    TabOrder = 3
    96105    object EditUp: TEdit
    97       Left = 86
    98       Height = 36
     106      Left = 108
     107      Height = 28
    99108      Top = 2
    100       Width = 80
     109      Width = 100
    101110      OnChange = EditUpChange
    102111      OnKeyDown = EditUpKeyDown
     112      ParentFont = False
    103113      TabOrder = 0
    104114    end
    105115    object Label3: TLabel
    106       Left = 6
    107       Height = 26
    108       Top = 10
    109       Width = 29
     116      Left = 8
     117      Height = 20
     118      Top = 12
     119      Width = 22
    110120      Caption = 'Up:'
    111121      ParentColor = False
     122      ParentFont = False
    112123    end
    113124    object Label4: TLabel
    114       Left = 6
    115       Height = 26
    116       Top = 42
    117       Width = 54
     125      Left = 8
     126      Height = 20
     127      Top = 52
     128      Width = 42
    118129      Caption = 'Down:'
    119130      ParentColor = False
     131      ParentFont = False
    120132    end
    121133    object EditDown: TEdit
    122       Left = 86
    123       Height = 36
    124       Top = 32
    125       Width = 80
     134      Left = 108
     135      Height = 28
     136      Top = 40
     137      Width = 100
    126138      OnChange = EditDownChange
    127139      OnKeyDown = EditDownKeyDown
     140      ParentFont = False
    128141      TabOrder = 1
    129142    end
    130143    object Label5: TLabel
    131       Left = 6
    132       Height = 26
    133       Top = 74
    134       Width = 37
     144      Left = 8
     145      Height = 20
     146      Top = 92
     147      Width = 28
    135148      Caption = 'Left:'
    136149      ParentColor = False
     150      ParentFont = False
    137151    end
    138152    object EditLeft: TEdit
    139       Left = 86
    140       Height = 36
    141       Top = 66
    142       Width = 80
     153      Left = 108
     154      Height = 28
     155      Top = 82
     156      Width = 100
    143157      OnChange = EditLeftChange
    144158      OnKeyDown = EditLeftKeyDown
     159      ParentFont = False
    145160      TabOrder = 2
    146161    end
    147162    object Label6: TLabel
    148       Left = 6
    149       Height = 26
    150       Top = 106
    151       Width = 50
     163      Left = 8
     164      Height = 20
     165      Top = 132
     166      Width = 38
    152167      Caption = 'Right:'
    153168      ParentColor = False
     169      ParentFont = False
    154170    end
    155171    object EditRight: TEdit
    156       Left = 86
    157       Height = 36
    158       Top = 98
    159       Width = 80
     172      Left = 108
     173      Height = 28
     174      Top = 122
     175      Width = 100
    160176      OnChange = EditRightChange
    161177      OnKeyDown = EditRightKeyDown
     178      ParentFont = False
    162179      TabOrder = 3
    163180    end
    164181    object Label7: TLabel
    165       Left = 6
    166       Height = 26
    167       Top = 138
    168       Width = 55
     182      Left = 8
     183      Height = 20
     184      Top = 172
     185      Width = 42
    169186      Caption = 'Shoot:'
    170187      ParentColor = False
     188      ParentFont = False
    171189    end
    172190    object EditShoot: TEdit
    173       Left = 86
    174       Height = 36
    175       Top = 130
    176       Width = 80
     191      Left = 108
     192      Height = 28
     193      Top = 162
     194      Width = 100
    177195      OnChange = EditShootChange
    178196      OnKeyDown = EditShootKeyDown
     197      ParentFont = False
    179198      TabOrder = 4
    180199    end
    181200  end
    182201  object EditName: TEdit
    183     Left = 480
    184     Height = 36
    185     Top = 24
    186     Width = 176
     202    Left = 600
     203    Height = 28
     204    Top = 30
     205    Width = 220
    187206    OnChange = EditNameChange
     207    ParentFont = False
    188208    TabOrder = 4
    189209  end
    190210  object Label8: TLabel
    191     Left = 400
    192     Height = 26
    193     Top = 32
    194     Width = 56
     211    Left = 500
     212    Height = 20
     213    Top = 40
     214    Width = 43
    195215    Caption = 'Name:'
    196216    ParentColor = False
     217    ParentFont = False
    197218  end
    198219end
Note: See TracChangeset for help on using the changeset viewer.