Changeset 363
- Timestamp:
- Dec 31, 2024, 1:23:10 PM (6 days ago)
- Location:
- trunk
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormNew.lfm
r358 r363 1 1 object FormNew: TFormNew 2 Left = 4 702 Left = 412 3 3 Height = 662 4 Top = 3535 Width = 9134 Top = 155 5 Width = 1015 6 6 Caption = 'New game' 7 7 ClientHeight = 662 8 ClientWidth = 9138 ClientWidth = 1015 9 9 Constraints.MinHeight = 418 10 10 Constraints.MinWidth = 556 … … 19 19 Height = 564 20 20 Top = 50 21 Width = 57621 Width = 678 22 22 ActivePage = TabSheetMap 23 23 Align = alClient … … 30 30 Caption = 'Mode' 31 31 ClientHeight = 531 32 ClientWidth = 56832 ClientWidth = 670 33 33 ParentFont = False 34 34 object Panel3: TPanel … … 36 36 Height = 531 37 37 Top = 0 38 Width = 56838 Width = 670 39 39 Align = alClient 40 40 BevelOuter = bvNone 41 41 ClientHeight = 531 42 ClientWidth = 56842 ClientWidth = 670 43 43 ParentFont = False 44 44 TabOrder = 0 … … 173 173 Caption = 'Players' 174 174 ClientHeight = 531 175 ClientWidth = 568175 ClientWidth = 670 176 176 ParentFont = False 177 177 object Panel2: TPanel … … 179 179 Height = 531 180 180 Top = 0 181 Width = 568181 Width = 670 182 182 Align = alClient 183 183 BevelOuter = bvNone … … 189 189 Caption = 'Map' 190 190 ClientHeight = 531 191 ClientWidth = 568191 ClientWidth = 670 192 192 OnShow = TabSheetMapShow 193 193 ParentFont = False … … 196 196 Height = 531 197 197 Top = 0 198 Width = 568198 Width = 670 199 199 Align = alClient 200 200 BevelOuter = bvNone 201 201 ClientHeight = 531 202 ClientWidth = 568202 ClientWidth = 670 203 203 ParentFont = False 204 204 TabOrder = 0 … … 247 247 Height = 48 248 248 Top = 7 249 Width = 359249 Width = 461 250 250 Max = 100 251 251 Min = 2 … … 261 261 Height = 48 262 262 Top = 41 263 Width = 359263 Width = 461 264 264 Max = 100 265 265 Min = 2 … … 418 418 Height = 28 419 419 Top = 153 420 Width = 345420 Width = 447 421 421 Anchors = [akTop, akLeft, akRight] 422 422 ParentFont = False … … 425 425 end 426 426 object ButtonImageBrowse: TButton 427 Left = 472427 Left = 574 428 428 Height = 32 429 429 Top = 152 … … 487 487 object Image1: TImage 488 488 Left = 349 489 Height = 263489 Height = 301 490 490 Top = 227 491 Width = 211492 Anchors = [akTop, akLeft, akRight ]491 Width = 313 492 Anchors = [akTop, akLeft, akRight, akBottom] 493 493 OnResize = Image1Resize 494 494 end … … 517 517 Caption = 'Rules' 518 518 ClientHeight = 531 519 ClientWidth = 568519 ClientWidth = 670 520 520 ParentFont = False 521 521 object Panel4: TPanel … … 523 523 Height = 531 524 524 Top = 0 525 Width = 568525 Width = 670 526 526 Align = alClient 527 527 BevelOuter = bvNone 528 528 ClientHeight = 531 529 ClientWidth = 568529 ClientWidth = 670 530 530 ParentFont = False 531 531 TabOrder = 0 … … 616 616 Height = 92 617 617 Top = 262 618 Width = 549618 Width = 651 619 619 ActivePage = TabSheetCaptureEntireMap 620 620 Anchors = [akTop, akLeft, akRight] … … 631 631 object TabSheetCaptureCells: TTabSheet 632 632 ClientHeight = 84 633 ClientWidth = 541633 ClientWidth = 643 634 634 ParentFont = False 635 635 object Label14: TLabel … … 656 656 object TabSheetStayAliveTurns: TTabSheet 657 657 ClientHeight = 84 658 ClientWidth = 541658 ClientWidth = 643 659 659 ParentFont = False 660 660 object Label13: TLabel … … 693 693 Height = 45 694 694 Top = 617 695 Width = 913695 Width = 1015 696 696 Align = alBottom 697 697 BevelOuter = bvNone 698 698 ClientHeight = 45 699 ClientWidth = 913699 ClientWidth = 1015 700 700 ParentFont = False 701 701 TabOrder = 1 702 702 object ButtonOk: TButton 703 Left = 813703 Left = 915 704 704 Height = 32 705 705 Top = 6 … … 713 713 end 714 714 object ButtonCancel: TButton 715 Left = 704715 Left = 806 716 716 Height = 32 717 717 Top = 6 … … 725 725 end 726 726 object PanelChat: TPanel 727 Left = 587727 Left = 689 728 728 Height = 570 729 729 Top = 47 … … 735 735 end 736 736 object Splitter1: TSplitter 737 Left = 582737 Left = 684 738 738 Height = 570 739 739 Top = 47 … … 746 746 Height = 47 747 747 Top = 0 748 Width = 913748 Width = 1015 749 749 Align = alTop 750 750 BevelOuter = bvNone 751 751 ClientHeight = 47 752 ClientWidth = 913752 ClientWidth = 1015 753 753 ParentFont = False 754 754 TabOrder = 4 -
trunk/Forms/FormNew.pas
r358 r363 382 382 Bitmap: TBitmap; 383 383 begin 384 Image1.Height := Round(Image1.Width * SpinEditMapSizeY.Value / SpinEditMapSizeX.Value);385 384 GamePreview.GameSystem.Assign(FServer.Game.GameSystem); 386 385 SaveGame(GamePreview);
Note:
See TracChangeset
for help on using the changeset viewer.