- Timestamp:
- Dec 9, 2024, 10:31:28 AM (5 weeks ago)
- Location:
- trunk
- Files:
-
- 2 added
- 2 deleted
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormComputer.lfm
r88 r101 1 1 object FormComputer: TFormComputer 2 2 Left = 1040 3 Height = 3603 Height = 285 4 4 Top = 540 5 Width = 4 805 Width = 436 6 6 Caption = 'AI' 7 ClientHeight = 3608 ClientWidth = 4 807 ClientHeight = 285 8 ClientWidth = 436 9 9 DesignTimePPI = 144 10 10 OnClose = FormClose 11 11 OnCreate = FormCreate 12 12 OnDestroy = FormDestroy 13 LCLVersion = '3. 4.0.0'13 LCLVersion = '3.6.0.0' 14 14 object ButtonStart: TButton 15 15 Left = 40 … … 35 35 Height = 58 36 36 Top = 104 37 Width = 43037 Width = 386 38 38 Max = 1000 39 39 Position = 0 -
trunk/Forms/FormHelp.lfm
r86 r101 1 1 object FormHelp: TFormHelp 2 2 Left = 751 3 Height = 3603 Height = 405 4 4 Top = 406 5 Width = 4805 Width = 527 6 6 Caption = 'Help' 7 ClientHeight = 3608 ClientWidth = 4807 ClientHeight = 405 8 ClientWidth = 527 9 9 DesignTimePPI = 144 10 10 OnShow = FormShow 11 LCLVersion = '3. 4.0.0'11 LCLVersion = '3.6.0.0' 12 12 object Memo1: TMemo 13 13 Left = 8 14 14 Height = 344 15 15 Top = 8 16 Width = 464 17 Align = alClient 16 Width = 510 17 Align = alCustom 18 Anchors = [akTop, akLeft, akRight, akBottom] 18 19 BorderSpacing.Around = 8 19 20 TabOrder = 0 20 21 end 22 object ButtonOk: TButton 23 Left = 406 24 Height = 38 25 Top = 360 26 Width = 113 27 Anchors = [akRight, akBottom] 28 Caption = 'Close' 29 ModalResult = 11 30 TabOrder = 1 31 end 21 32 end -
trunk/Forms/FormHelp.lrj
r86 r101 1 1 {"version":1,"strings":[ 2 {"hash":322608,"name":"tformhelp.caption","sourcebytes":[72,101,108,112],"value":"Help"} 2 {"hash":322608,"name":"tformhelp.caption","sourcebytes":[72,101,108,112],"value":"Help"}, 3 {"hash":4863637,"name":"tformhelp.buttonok.caption","sourcebytes":[67,108,111,115,101],"value":"Close"} 3 4 ]} -
trunk/Forms/FormHelp.pas
r86 r101 11 11 12 12 TFormHelp = class(TFormEx) 13 ButtonOk: TButton; 13 14 Memo1: TMemo; 14 15 procedure FormShow(Sender: TObject); … … 19 20 20 21 {$R *.lfm} 21 22 uses23 Core;24 22 25 23 resourcestring -
trunk/Forms/FormHistory.lfm
r86 r101 1 1 object FormHistory: TFormHistory 2 Left = 6 593 Height = 36 04 Top = 5 605 Width = 4802 Left = 670 3 Height = 367 4 Top = 572 5 Width = 526 6 6 Caption = 'Moves history' 7 ClientHeight = 36 08 ClientWidth = 4807 ClientHeight = 367 8 ClientWidth = 526 9 9 DesignTimePPI = 144 10 10 OnCreate = FormCreate 11 11 OnDestroy = FormDestroy 12 12 OnShow = FormShow 13 LCLVersion = '3. 4.0.0'13 LCLVersion = '3.6.0.0' 14 14 object PaintBox1: TPaintBox 15 Left = 016 Height = 2 8515 Left = 8 16 Height = 244 17 17 Top = 75 18 Width = 480 19 Align = alClient 18 Width = 511 19 Align = alCustom 20 Anchors = [akTop, akLeft, akRight, akBottom] 20 21 OnPaint = PaintBox1Paint 21 22 end … … 24 25 Height = 75 25 26 Top = 0 26 Width = 48027 Width = 526 27 28 Align = alTop 28 29 BevelOuter = bvNone 29 30 ClientHeight = 75 30 ClientWidth = 48031 ClientWidth = 526 31 32 TabOrder = 0 32 33 object TrackBar1: TTrackBar … … 34 35 Height = 58 35 36 Top = 8 36 Width = 4 4837 Width = 494 37 38 OnChange = TrackBar1Change 38 39 Position = 0 … … 40 41 TabOrder = 0 41 42 end 43 end 44 object ButtonClose: TButton 45 Left = 406 46 Height = 38 47 Top = 327 48 Width = 113 49 Anchors = [akRight, akBottom] 50 Caption = 'Close' 51 ModalResult = 11 52 TabOrder = 1 42 53 end 43 54 object Timer1: TTimer -
trunk/Forms/FormHistory.lrj
r86 r101 1 1 {"version":1,"strings":[ 2 {"hash":191263657,"name":"tformhistory.caption","sourcebytes":[77,111,118,101,115,32,104,105,115,116,111,114,121],"value":"Moves history"} 2 {"hash":191263657,"name":"tformhistory.caption","sourcebytes":[77,111,118,101,115,32,104,105,115,116,111,114,121],"value":"Moves history"}, 3 {"hash":4863637,"name":"tformhistory.buttonclose.caption","sourcebytes":[67,108,111,115,101],"value":"Close"} 3 4 ]} -
trunk/Forms/FormHistory.pas
r86 r101 5 5 uses 6 6 Classes, SysUtils, Forms, Controls, Graphics, Dialogs, ExtCtrls, ComCtrls, 7 Game, FormEx;7 StdCtrls, Game, FormEx; 8 8 9 9 type … … 12 12 13 13 TFormHistory = class(TFormEx) 14 ButtonClose: TButton; 14 15 PaintBox1: TPaintBox; 15 16 Panel1: TPanel; -
trunk/Forms/FormMain.lfm
r91 r101 1 1 object FormMain: TFormMain 2 2 Left = 534 3 Height = 9 933 Height = 959 4 4 Top = 223 5 5 Width = 1491 … … 16 16 OnPaint = FormPaint 17 17 OnShow = FormShow 18 LCLVersion = '3. 4.0.0'18 LCLVersion = '3.6.0.0' 19 19 object MainMenu1: TMainMenu 20 20 Left = 328 -
trunk/Forms/FormMain.pas
r100 r101 268 268 begin 269 269 MenuItemFullScreen.Checked := FullScreen; 270 MenuItemMovesHistory.Visible := Core.Core.Game.RecordHistory;271 270 ToolsVisible := False; 272 271 for I := 0 to MenuItemTools.Count - 1 do -
trunk/Languages/Game2048.cs.po
r91 r101 200 200 msgstr "Pauza každý krok:" 201 201 202 #: tformhelp.buttonok.caption 203 msgctxt "tformhelp.buttonok.caption" 204 msgid "Close" 205 msgstr "Zavřít" 206 202 207 #: tformhelp.caption 203 208 msgctxt "tformhelp.caption" … … 205 210 msgstr "Nápověda" 206 211 212 #: tformhistory.buttonclose.caption 213 msgctxt "tformhistory.buttonclose.caption" 214 msgid "Close" 215 msgstr "Zavřít" 216 207 217 #: tformhistory.caption 208 218 msgctxt "tformhistory.caption"
Note:
See TracChangeset
for help on using the changeset viewer.