Changeset 393 for trunk/Forms/FormNew.lfm
- Timestamp:
- Jan 5, 2025, 11:53:45 PM (4 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormNew.lfm
r390 r393 20 20 Top = 60 21 21 Width = 996 22 ActivePage = TabSheet Map22 ActivePage = TabSheetRules 23 23 Align = alClient 24 24 BorderSpacing.Around = 4 25 25 ParentFont = False 26 TabIndex = 226 TabIndex = 3 27 27 TabOrder = 0 28 28 OnChange = PageControl1Change … … 40 40 VertScrollBar.Page = 225 41 41 Align = alClient 42 ClientHeight = 63 443 ClientWidth = 98 442 ClientHeight = 632 43 ClientWidth = 982 44 44 ParentFont = False 45 45 TabOrder = 0 … … 48 48 Height = 30 49 49 Top = 14 50 Width = 7050 Width = 67 51 51 Caption = 'Local' 52 52 Checked = True … … 60 60 Height = 30 61 61 Top = 48 62 Width = 15 562 Width = 152 63 63 Caption = 'Network server' 64 64 ParentFont = False … … 70 70 Height = 30 71 71 Top = 160 72 Width = 14 972 Width = 146 73 73 Caption = 'Network client' 74 74 ParentFont = False … … 78 78 object EditServerAddress: TEdit 79 79 Left = 24 80 Height = 4380 Height = 34 81 81 Top = 112 82 82 Width = 220 … … 86 86 object SpinEditServerPort: TSpinEdit 87 87 Left = 256 88 Height = 4388 Height = 34 89 89 Top = 112 90 90 Width = 79 … … 113 113 object ListViewServers: TListView 114 114 Left = 26 115 Height = 3 81115 Height = 379 116 116 Top = 200 117 117 Width = 334 … … 124 124 item 125 125 Caption = 'Address' 126 Width = 2 19126 Width = 227 127 127 end> 128 128 MultiSelect = True … … 142 142 Left = 26 143 143 Height = 38 144 Top = 58 9144 Top = 587 145 145 Width = 94 146 146 Action = AServerAdd … … 152 152 Left = 248 153 153 Height = 38 154 Top = 58 9154 Top = 587 155 155 Width = 94 156 156 Action = AServerRemove … … 162 162 Left = 136 163 163 Height = 38 164 Top = 58 9164 Top = 587 165 165 Width = 94 166 166 Action = AServerModify … … 620 620 Top = 330 621 621 Width = 961 622 ActivePage = TabSheet CaptureEntireMap622 ActivePage = TabSheetNone 623 623 Anchors = [akTop, akLeft, akRight] 624 624 ParentFont = False 625 625 ShowTabs = False 626 TabIndex = 5626 TabIndex = 4 627 627 TabOrder = 4 628 628 object TabSheetDefeatEnemies: TTabSheet 629 ClientHeight = 106 630 ClientWidth = 951 629 631 ParentFont = False 632 object ScrollBoxDefeatEnemies: TScrollBox 633 Left = 0 634 Height = 106 635 Top = 0 636 Width = 951 637 HorzScrollBar.Page = 1 638 VertScrollBar.Page = 1 639 Align = alClient 640 TabOrder = 0 641 end 630 642 end 631 643 object TabSheetCaptureCities: TTabSheet 644 ClientHeight = 106 645 ClientWidth = 951 632 646 ParentFont = False 647 object ScrollBoxCaptureCities: TScrollBox 648 Left = 0 649 Height = 106 650 Top = 0 651 Width = 951 652 HorzScrollBar.Page = 1 653 VertScrollBar.Page = 1 654 Align = alClient 655 TabOrder = 0 656 end 633 657 end 634 658 object TabSheetCaptureCells: TTabSheet … … 636 660 ClientWidth = 951 637 661 ParentFont = False 638 object Label14: TLabel 639 Left = 8 640 Height = 26 641 Top = 16 642 Width = 161 643 Caption = 'Special cells count:' 644 ParentColor = False 645 ParentFont = False 646 end 647 object SpinEditSpecialCells: TSpinEdit 648 Left = 236 649 Height = 43 650 Top = 8 651 Width = 158 652 MaxValue = 1000 653 MinValue = 1 654 ParentFont = False 662 object ScrollBoxCaptureCells: TScrollBox 663 Left = 0 664 Height = 106 665 Top = 0 666 Width = 951 667 HorzScrollBar.Page = 394 668 VertScrollBar.Page = 51 669 Align = alClient 670 ClientHeight = 104 671 ClientWidth = 949 655 672 TabOrder = 0 656 Value = 1 673 object Label14: TLabel 674 Left = 8 675 Height = 26 676 Top = 16 677 Width = 161 678 Caption = 'Special cells count:' 679 ParentColor = False 680 ParentFont = False 681 end 682 object SpinEditSpecialCells: TSpinEdit 683 Left = 236 684 Height = 43 685 Top = 8 686 Width = 158 687 MaxValue = 1000 688 MinValue = 1 689 ParentFont = False 690 TabOrder = 0 691 Value = 1 692 end 657 693 end 658 694 end … … 661 697 ClientWidth = 951 662 698 ParentFont = False 663 object Label13: TLabel 664 Left = 8 665 Height = 26 666 Top = 16 667 Width = 146 668 Caption = 'Number of turns:' 669 ParentColor = False 670 ParentFont = False 671 end 672 object SpinEditTurns: TSpinEdit 673 Left = 236 674 Height = 43 675 Top = 8 676 Width = 158 677 MaxValue = 1000 678 MinValue = 1 679 ParentFont = False 699 object ScrollBoxStayAliveTurns: TScrollBox 700 Left = 0 701 Height = 106 702 Top = 0 703 Width = 951 704 HorzScrollBar.Page = 394 705 VertScrollBar.Page = 51 706 Align = alClient 707 ClientHeight = 104 708 ClientWidth = 949 680 709 TabOrder = 0 681 Value = 1 710 object SpinEditTurns: TSpinEdit 711 Left = 236 712 Height = 43 713 Top = 8 714 Width = 158 715 MaxValue = 1000 716 MinValue = 1 717 ParentFont = False 718 TabOrder = 0 719 Value = 1 720 end 721 object Label13: TLabel 722 Left = 8 723 Height = 26 724 Top = 16 725 Width = 146 726 Caption = 'Number of turns:' 727 ParentColor = False 728 ParentFont = False 729 end 682 730 end 683 731 end 684 732 object TabSheetNone: TTabSheet 733 ClientHeight = 106 734 ClientWidth = 951 685 735 ParentFont = False 736 object ScrollBoxNone: TScrollBox 737 Left = 0 738 Height = 106 739 Top = 0 740 Width = 951 741 HorzScrollBar.Page = 1 742 VertScrollBar.Page = 1 743 Align = alClient 744 TabOrder = 0 745 end 686 746 end 687 747 object TabSheetCaptureEntireMap: TTabSheet 748 ClientHeight = 106 749 ClientWidth = 951 688 750 ParentFont = False 751 object ScrollBoxCaptureEntireMap: TScrollBox 752 Left = 0 753 Height = 106 754 Top = 0 755 Width = 951 756 HorzScrollBar.Page = 1 757 VertScrollBar.Page = 1 758 Align = alClient 759 TabOrder = 0 760 end 689 761 end 690 762 end
Note:
See TracChangeset
for help on using the changeset viewer.