Changeset 39
- Timestamp:
- Apr 18, 2019, 4:13:14 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 5 added
- 5 deleted
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UDebugForm.lfm
r30 r39 1 1 object DebugForm: TDebugForm 2 2 Left = 243 3 Height = 2403 Height = 300 4 4 Top = 32 5 Width = 3205 Width = 400 6 6 Caption = 'Debug' 7 LCLVersion = '1.1' 7 DesignTimePPI = 120 8 LCLVersion = '2.0.0.4' 8 9 end -
trunk/Forms/UGameResultForm.lfm
r30 r39 1 1 object GameResultForm: TGameResultForm 2 2 Left = 243 3 Height = 2403 Height = 300 4 4 Top = 32 5 Width = 3205 Width = 400 6 6 Caption = 'Game result' 7 LCLVersion = '1.1' 7 DesignTimePPI = 120 8 LCLVersion = '2.0.0.4' 8 9 end -
trunk/Forms/UMapForm.lfm
r21 r39 1 1 object MapForm: TMapForm 2 2 Left = 374 3 Height = 3973 Height = 496 4 4 Top = 146 5 Width = 5855 Width = 731 6 6 Caption = 'Map' 7 ClientHeight = 397 8 ClientWidth = 585 7 ClientHeight = 496 8 ClientWidth = 731 9 DesignTimePPI = 120 9 10 OnShow = FormShow 10 LCLVersion = ' 0.9.31'11 LCLVersion = '2.0.0.4' 11 12 object Image1: TImage 12 13 Left = 0 13 Height = 39714 Height = 496 14 15 Top = 0 15 Width = 58516 Width = 731 16 17 Align = alClient 17 18 OnResize = Image1Resize -
trunk/Forms/UNewGameForm.lfm
r36 r39 1 1 object NewGameForm: TNewGameForm 2 2 Left = 579 3 Height = 4343 Height = 542 4 4 Top = 226 5 Width = 6775 Width = 846 6 6 Caption = 'New game' 7 ClientHeight = 434 8 ClientWidth = 677 7 ClientHeight = 542 8 ClientWidth = 846 9 DesignTimePPI = 120 9 10 OnCreate = FormCreate 10 11 OnDestroy = FormDestroy 11 12 OnShow = FormShow 12 LCLVersion = ' 1.8.0.4'13 LCLVersion = '2.0.0.4' 13 14 object ButtonStart: TButton 14 Left = 59215 Height = 2516 Top = 40017 Width = 7515 Left = 740 16 Height = 31 17 Top = 500 18 Width = 94 18 19 Anchors = [akRight, akBottom] 19 20 Caption = 'Start' 20 21 ModalResult = 1 22 ParentFont = False 21 23 TabOrder = 0 22 24 end 23 25 object ButtonCancel: TButton 24 Left = 50425 Height = 2526 Top = 40027 Width = 7526 Left = 630 27 Height = 31 28 Top = 500 29 Width = 94 28 30 Anchors = [akRight, akBottom] 29 31 Caption = 'Cancel' 30 32 ModalResult = 2 33 ParentFont = False 31 34 TabOrder = 1 32 35 end 33 36 object Label1: TLabel 34 Left = 835 Height = 2 637 Left = 10 38 Height = 20 36 39 Top = 0 37 Width = 6640 Width = 49 38 41 Caption = 'Players:' 39 42 ParentColor = False 43 ParentFont = False 40 44 end 41 45 object ListView1: TListView 42 Left = 843 Height = 36844 Top = 2446 Left = 10 47 Height = 460 48 Top = 30 45 49 Width = 368 46 50 Anchors = [akTop, akLeft, akBottom] … … 49 53 item 50 54 Caption = 'Name' 51 Width = 1 5055 Width = 188 52 56 end 53 57 item 54 58 Caption = 'Color' 59 Width = 62 55 60 end 56 61 item 57 62 Caption = 'Controls' 58 Width = 1 5163 Width = 189 59 64 end> 60 65 OwnerData = True 66 ParentFont = False 61 67 ReadOnly = True 62 68 RowSelect = True … … 68 74 end 69 75 object ColorButton1: TColorButton 70 Left = 50471 Height = 2572 Top = 6473 Width = 7576 Left = 630 77 Height = 31 78 Top = 80 79 Width = 94 74 80 BorderWidth = 2 75 81 ButtonColorSize = 16 76 82 ButtonColor = clBlack 77 83 OnColorChanged = ColorButton1ColorChanged 84 ParentFont = False 78 85 end 79 86 object Label2: TLabel 80 Left = 40081 Height = 2 682 Top = 6783 Width = 5087 Left = 500 88 Height = 20 89 Top = 84 90 Width = 39 84 91 Caption = 'Color:' 85 92 ParentColor = False 93 ParentFont = False 86 94 end 87 95 object GroupBox1: TGroupBox 88 Left = 39289 Height = 26490 Top = 1 0491 Width = 27296 Left = 490 97 Height = 330 98 Top = 130 99 Width = 340 92 100 Caption = 'Control keys' 93 ClientHeight = 236 94 ClientWidth = 268 101 ClientHeight = 305 102 ClientWidth = 336 103 ParentFont = False 95 104 TabOrder = 3 96 105 object EditUp: TEdit 97 Left = 8698 Height = 36106 Left = 108 107 Height = 28 99 108 Top = 2 100 Width = 80109 Width = 100 101 110 OnChange = EditUpChange 102 111 OnKeyDown = EditUpKeyDown 112 ParentFont = False 103 113 TabOrder = 0 104 114 end 105 115 object Label3: TLabel 106 Left = 6107 Height = 2 6108 Top = 1 0109 Width = 2 9116 Left = 8 117 Height = 20 118 Top = 12 119 Width = 22 110 120 Caption = 'Up:' 111 121 ParentColor = False 122 ParentFont = False 112 123 end 113 124 object Label4: TLabel 114 Left = 6115 Height = 2 6116 Top = 42117 Width = 54125 Left = 8 126 Height = 20 127 Top = 52 128 Width = 42 118 129 Caption = 'Down:' 119 130 ParentColor = False 131 ParentFont = False 120 132 end 121 133 object EditDown: TEdit 122 Left = 86123 Height = 36124 Top = 32125 Width = 80134 Left = 108 135 Height = 28 136 Top = 40 137 Width = 100 126 138 OnChange = EditDownChange 127 139 OnKeyDown = EditDownKeyDown 140 ParentFont = False 128 141 TabOrder = 1 129 142 end 130 143 object Label5: TLabel 131 Left = 6132 Height = 2 6133 Top = 74134 Width = 37144 Left = 8 145 Height = 20 146 Top = 92 147 Width = 28 135 148 Caption = 'Left:' 136 149 ParentColor = False 150 ParentFont = False 137 151 end 138 152 object EditLeft: TEdit 139 Left = 86140 Height = 36141 Top = 66142 Width = 80153 Left = 108 154 Height = 28 155 Top = 82 156 Width = 100 143 157 OnChange = EditLeftChange 144 158 OnKeyDown = EditLeftKeyDown 159 ParentFont = False 145 160 TabOrder = 2 146 161 end 147 162 object Label6: TLabel 148 Left = 6149 Height = 2 6150 Top = 1 06151 Width = 50163 Left = 8 164 Height = 20 165 Top = 132 166 Width = 38 152 167 Caption = 'Right:' 153 168 ParentColor = False 169 ParentFont = False 154 170 end 155 171 object EditRight: TEdit 156 Left = 86157 Height = 36158 Top = 98159 Width = 80172 Left = 108 173 Height = 28 174 Top = 122 175 Width = 100 160 176 OnChange = EditRightChange 161 177 OnKeyDown = EditRightKeyDown 178 ParentFont = False 162 179 TabOrder = 3 163 180 end 164 181 object Label7: TLabel 165 Left = 6166 Height = 2 6167 Top = 1 38168 Width = 55182 Left = 8 183 Height = 20 184 Top = 172 185 Width = 42 169 186 Caption = 'Shoot:' 170 187 ParentColor = False 188 ParentFont = False 171 189 end 172 190 object EditShoot: TEdit 173 Left = 86174 Height = 36175 Top = 1 30176 Width = 80191 Left = 108 192 Height = 28 193 Top = 162 194 Width = 100 177 195 OnChange = EditShootChange 178 196 OnKeyDown = EditShootKeyDown 197 ParentFont = False 179 198 TabOrder = 4 180 199 end 181 200 end 182 201 object EditName: TEdit 183 Left = 480184 Height = 36185 Top = 24186 Width = 176202 Left = 600 203 Height = 28 204 Top = 30 205 Width = 220 187 206 OnChange = EditNameChange 207 ParentFont = False 188 208 TabOrder = 4 189 209 end 190 210 object Label8: TLabel 191 Left = 400192 Height = 2 6193 Top = 32194 Width = 56211 Left = 500 212 Height = 20 213 Top = 40 214 Width = 43 195 215 Caption = 'Name:' 196 216 ParentColor = False 217 ParentFont = False 197 218 end 198 219 end -
trunk/Languages/Tunneler.cs.po
r35 r39 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Transfer-Encoding: 8bit\n" 11 "Language: cs\n" 12 "X-Generator: Poedit 2.2\n" 11 13 12 14 #: tdebugform.debugform.caption 13 15 msgid "Debug" 14 msgstr " "16 msgstr "LadÄnÃ" 15 17 16 18 #: tdebugform.listview1.columns[0].caption 17 19 msgctxt "TDEBUGFORM.LISTVIEW1.COLUMNS[0].CAPTION" 18 20 msgid "Player" 19 msgstr " "21 msgstr "HráÄ" 20 22 21 23 #: tdebugform.listview1.columns[1].caption 22 24 msgid "Frame size" 23 msgstr " "25 msgstr "Velikost rámce" 24 26 25 27 #: tdebugform.listview1.columns[2].caption 26 28 msgid "Bullets" 27 msgstr " "29 msgstr "Kulky" 28 30 29 31 #: tform1.caption 30 32 msgid "Form1" 31 msgstr " "33 msgstr "Form1" 32 34 33 35 #: tgameresultform.caption 34 36 msgid "Game result" 35 msgstr " "37 msgstr "VÃœsledek hry" 36 38 37 39 #: tgameresultsform.gameresultsform.caption 38 40 msgid "Final results" 39 msgstr " "41 msgstr "KonÄené vÃœsledky" 40 42 41 43 #: tmainform.aabout.caption … … 95 97 #: tnewgameform.groupbox1.caption 96 98 msgid "Control keys" 97 msgstr " "99 msgstr "Ovládacà tlaÄÃtka" 98 100 99 101 #: tnewgameform.label1.caption … … 103 105 #: tnewgameform.label2.caption 104 106 msgid "Color:" 105 msgstr " "107 msgstr "Barva:" 106 108 107 109 #: tnewgameform.label3.caption 108 110 msgid "Up:" 109 msgstr " "111 msgstr "Nahoru:" 110 112 111 113 #: tnewgameform.label4.caption 112 114 msgid "Down:" 113 msgstr " "115 msgstr "Dolů:" 114 116 115 117 #: tnewgameform.label5.caption 116 118 msgid "Left:" 117 msgstr " "119 msgstr "Vlevo:" 118 120 119 121 #: tnewgameform.label6.caption 120 122 msgid "Right:" 121 msgstr " "123 msgstr "Vpravo:" 122 124 123 125 #: tnewgameform.label7.caption 124 126 msgid "Shoot:" 125 msgstr " "127 msgstr "StÅelba:" 126 128 127 129 #: tnewgameform.label8.caption 128 130 msgid "Name:" 129 msgstr " "131 msgstr "Jméno:" 130 132 131 133 #: tnewgameform.listview1.columns[0].caption … … 144 146 msgctxt "ucore.splayer" 145 147 msgid "Player" 146 msgstr " "148 msgstr "HráÄ" 147 149 148 150 #: umainform.sround 149 151 msgid "%0:s of %1:s" 150 msgstr " "152 msgstr "%0:s z %1:s" 151 153 152 154 #: uthreading.scurrentthreadnotfound 153 155 msgid "Current thread ID %d not found in virtual thread list." 154 156 msgstr "Aktuálnà vlákno ID %s nenalezeno v seznamu virtuálnÃch vláken." 155 -
trunk/Languages/Tunneler.po
r35 r39 2 2 msgstr "Content-Type: text/plain; charset=UTF-8" 3 3 4 #: tdebugform. debugform.caption4 #: tdebugform.caption 5 5 msgid "Debug" 6 msgstr ""7 8 #: tdebugform.listview1.columns[0].caption9 msgctxt "TDEBUGFORM.LISTVIEW1.COLUMNS[0].CAPTION"10 msgid "Player"11 msgstr ""12 13 #: tdebugform.listview1.columns[1].caption14 msgid "Frame size"15 msgstr ""16 17 #: tdebugform.listview1.columns[2].caption18 msgid "Bullets"19 msgstr ""20 21 #: tform1.caption22 msgid "Form1"23 6 msgstr "" 24 7 25 8 #: tgameresultform.caption 26 9 msgid "Game result" 27 msgstr ""28 29 #: tgameresultsform.gameresultsform.caption30 msgid "Final results"31 10 msgstr "" 32 11 … … 44 23 45 24 #: tmainform.anewgame.caption 46 msgctxt " TMAINFORM.ANEWGAME.CAPTION"25 msgctxt "tmainform.anewgame.caption" 47 26 msgid "New game" 48 27 msgstr "" … … 81 60 82 61 #: tnewgameform.caption 83 msgctxt " TNEWGAMEFORM.CAPTION"62 msgctxt "tnewgameform.caption" 84 63 msgid "New game" 85 64 msgstr "" … … 142 121 msgstr "" 143 122 144 #: uthreading.scurrentthreadnotfound145 msgid "Current thread ID %d not found in virtual thread list."146 msgstr ""147 -
trunk/tunneler.lpi
r38 r39 6 6 <SessionStorage Value="InProjectDir"/> 7 7 <MainUnit Value="0"/> 8 <Scaled Value="True"/> 8 9 <ResourceType Value="res"/> 9 10 <UseXPManifest Value="True"/> 11 <XPManifest> 12 <DpiAware Value="True"/> 13 </XPManifest> 10 14 <Icon Value="0"/> 11 15 </General> … … 137 141 <IsPartOfProject Value="True"/> 138 142 <ComponentName Value="DebugForm"/> 143 <HasResources Value="True"/> 139 144 <ResourceBaseClass Value="Form"/> 140 145 </Unit7> … … 143 148 <IsPartOfProject Value="True"/> 144 149 <ComponentName Value="GameResultForm"/> 150 <HasResources Value="True"/> 145 151 <ResourceBaseClass Value="Form"/> 146 152 </Unit8> -
trunk/tunneler.lpr
r34 r39 28 28 {$ENDIF} 29 29 30 Application.Scaled:=True; 30 31 Application.Initialize; 31 32 Application.CreateForm(TMainForm, MainForm);
Note:
See TracChangeset
for help on using the changeset viewer.