Changeset 39


Ignore:
Timestamp:
Apr 18, 2019, 4:13:14 PM (5 years ago)
Author:
chronos
Message:
  • Modified: .lrt language files replaced by .lrj files.
Location:
trunk
Files:
5 added
5 deleted
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UDebugForm.lfm

    r30 r39  
    11object DebugForm: TDebugForm
    22  Left = 243
    3   Height = 240
     3  Height = 300
    44  Top = 32
    5   Width = 320
     5  Width = 400
    66  Caption = 'Debug'
    7   LCLVersion = '1.1'
     7  DesignTimePPI = 120
     8  LCLVersion = '2.0.0.4'
    89end
  • trunk/Forms/UGameResultForm.lfm

    r30 r39  
    11object GameResultForm: TGameResultForm
    22  Left = 243
    3   Height = 240
     3  Height = 300
    44  Top = 32
    5   Width = 320
     5  Width = 400
    66  Caption = 'Game result'
    7   LCLVersion = '1.1'
     7  DesignTimePPI = 120
     8  LCLVersion = '2.0.0.4'
    89end
  • trunk/Forms/UMapForm.lfm

    r21 r39  
    11object MapForm: TMapForm
    22  Left = 374
    3   Height = 397
     3  Height = 496
    44  Top = 146
    5   Width = 585
     5  Width = 731
    66  Caption = 'Map'
    7   ClientHeight = 397
    8   ClientWidth = 585
     7  ClientHeight = 496
     8  ClientWidth = 731
     9  DesignTimePPI = 120
    910  OnShow = FormShow
    10   LCLVersion = '0.9.31'
     11  LCLVersion = '2.0.0.4'
    1112  object Image1: TImage
    1213    Left = 0
    13     Height = 397
     14    Height = 496
    1415    Top = 0
    15     Width = 585
     16    Width = 731
    1617    Align = alClient
    1718    OnResize = Image1Resize
  • 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
  • trunk/Languages/Tunneler.cs.po

    r35 r39  
    99"MIME-Version: 1.0\n"
    1010"Content-Transfer-Encoding: 8bit\n"
     11"Language: cs\n"
     12"X-Generator: Poedit 2.2\n"
    1113
    1214#: tdebugform.debugform.caption
    1315msgid "Debug"
    14 msgstr ""
     16msgstr "Ladění"
    1517
    1618#: tdebugform.listview1.columns[0].caption
    1719msgctxt "TDEBUGFORM.LISTVIEW1.COLUMNS[0].CAPTION"
    1820msgid "Player"
    19 msgstr ""
     21msgstr "Hráč"
    2022
    2123#: tdebugform.listview1.columns[1].caption
    2224msgid "Frame size"
    23 msgstr ""
     25msgstr "Velikost rámce"
    2426
    2527#: tdebugform.listview1.columns[2].caption
    2628msgid "Bullets"
    27 msgstr ""
     29msgstr "Kulky"
    2830
    2931#: tform1.caption
    3032msgid "Form1"
    31 msgstr ""
     33msgstr "Form1"
    3234
    3335#: tgameresultform.caption
    3436msgid "Game result"
    35 msgstr ""
     37msgstr "VÃœsledek hry"
    3638
    3739#: tgameresultsform.gameresultsform.caption
    3840msgid "Final results"
    39 msgstr ""
     41msgstr "Končené vÃœsledky"
    4042
    4143#: tmainform.aabout.caption
     
    9597#: tnewgameform.groupbox1.caption
    9698msgid "Control keys"
    97 msgstr ""
     99msgstr "Ovládací tlačítka"
    98100
    99101#: tnewgameform.label1.caption
     
    103105#: tnewgameform.label2.caption
    104106msgid "Color:"
    105 msgstr ""
     107msgstr "Barva:"
    106108
    107109#: tnewgameform.label3.caption
    108110msgid "Up:"
    109 msgstr ""
     111msgstr "Nahoru:"
    110112
    111113#: tnewgameform.label4.caption
    112114msgid "Down:"
    113 msgstr ""
     115msgstr "Dolů:"
    114116
    115117#: tnewgameform.label5.caption
    116118msgid "Left:"
    117 msgstr ""
     119msgstr "Vlevo:"
    118120
    119121#: tnewgameform.label6.caption
    120122msgid "Right:"
    121 msgstr ""
     123msgstr "Vpravo:"
    122124
    123125#: tnewgameform.label7.caption
    124126msgid "Shoot:"
    125 msgstr ""
     127msgstr "Střelba:"
    126128
    127129#: tnewgameform.label8.caption
    128130msgid "Name:"
    129 msgstr ""
     131msgstr "Jméno:"
    130132
    131133#: tnewgameform.listview1.columns[0].caption
     
    144146msgctxt "ucore.splayer"
    145147msgid "Player"
    146 msgstr ""
     148msgstr "Hráč"
    147149
    148150#: umainform.sround
    149151msgid "%0:s of %1:s"
    150 msgstr ""
     152msgstr "%0:s z %1:s"
    151153
    152154#: uthreading.scurrentthreadnotfound
    153155msgid "Current thread ID %d not found in virtual thread list."
    154156msgstr "Aktuální vlákno ID %s nenalezeno v seznamu virtuálních vláken."
    155 
  • trunk/Languages/Tunneler.po

    r35 r39  
    22msgstr "Content-Type: text/plain; charset=UTF-8"
    33
    4 #: tdebugform.debugform.caption
     4#: tdebugform.caption
    55msgid "Debug"
    6 msgstr ""
    7 
    8 #: tdebugform.listview1.columns[0].caption
    9 msgctxt "TDEBUGFORM.LISTVIEW1.COLUMNS[0].CAPTION"
    10 msgid "Player"
    11 msgstr ""
    12 
    13 #: tdebugform.listview1.columns[1].caption
    14 msgid "Frame size"
    15 msgstr ""
    16 
    17 #: tdebugform.listview1.columns[2].caption
    18 msgid "Bullets"
    19 msgstr ""
    20 
    21 #: tform1.caption
    22 msgid "Form1"
    236msgstr ""
    247
    258#: tgameresultform.caption
    269msgid "Game result"
    27 msgstr ""
    28 
    29 #: tgameresultsform.gameresultsform.caption
    30 msgid "Final results"
    3110msgstr ""
    3211
     
    4423
    4524#: tmainform.anewgame.caption
    46 msgctxt "TMAINFORM.ANEWGAME.CAPTION"
     25msgctxt "tmainform.anewgame.caption"
    4726msgid "New game"
    4827msgstr ""
     
    8160
    8261#: tnewgameform.caption
    83 msgctxt "TNEWGAMEFORM.CAPTION"
     62msgctxt "tnewgameform.caption"
    8463msgid "New game"
    8564msgstr ""
     
    142121msgstr ""
    143122
    144 #: uthreading.scurrentthreadnotfound
    145 msgid "Current thread ID %d not found in virtual thread list."
    146 msgstr ""
    147 
  • trunk/tunneler.lpi

    r38 r39  
    66      <SessionStorage Value="InProjectDir"/>
    77      <MainUnit Value="0"/>
     8      <Scaled Value="True"/>
    89      <ResourceType Value="res"/>
    910      <UseXPManifest Value="True"/>
     11      <XPManifest>
     12        <DpiAware Value="True"/>
     13      </XPManifest>
    1014      <Icon Value="0"/>
    1115    </General>
     
    137141        <IsPartOfProject Value="True"/>
    138142        <ComponentName Value="DebugForm"/>
     143        <HasResources Value="True"/>
    139144        <ResourceBaseClass Value="Form"/>
    140145      </Unit7>
     
    143148        <IsPartOfProject Value="True"/>
    144149        <ComponentName Value="GameResultForm"/>
     150        <HasResources Value="True"/>
    145151        <ResourceBaseClass Value="Form"/>
    146152      </Unit8>
  • trunk/tunneler.lpr

    r34 r39  
    2828  {$ENDIF}
    2929
     30  Application.Scaled:=True;
    3031  Application.Initialize;
    3132  Application.CreateForm(TMainForm, MainForm);
Note: See TracChangeset for help on using the changeset viewer.