Changeset 231
- Timestamp:
- May 14, 2020, 11:01:44 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/Term.lfm
r182 r231 1 1 object MainScreen: TMainScreen 2 2 Left = 231 3 Height = 6003 Height = 480 4 4 Top = 190 5 Width = 10005 Width = 800 6 6 HorzScrollBar.Visible = False 7 7 VertScrollBar.Visible = False 8 8 Caption = 'C-evo' 9 ClientHeight = 60010 ClientWidth = 10009 ClientHeight = 480 10 ClientWidth = 800 11 11 Color = clBtnFace 12 Constraints.MinHeight = 600 13 Constraints.MinWidth = 1000 14 DesignTimePPI = 120 12 Constraints.MinHeight = 480 13 Constraints.MinWidth = 800 15 14 Font.Color = clWindowText 16 Font.Height = -1 615 Font.Height = -13 17 16 Font.Name = 'MS Sans Serif' 18 17 KeyPreview = True … … 31 30 OnShow = FormShow 32 31 Position = poDefault 33 LCLVersion = ' 2.0.6.0'32 LCLVersion = '1.6.0.4' 34 33 WindowState = wsMaximized 35 34 object UnitBtn: TButtonB 36 35 Tag = 14 37 Left = 2 6038 Height = 3139 Top = 48040 Width = 3136 Left = 208 37 Height = 25 38 Top = 384 39 Width = 25 41 40 Visible = False 42 41 Down = False … … 47 46 object MapBtn0: TButtonC 48 47 Tag = 51 49 Left = 2050 Height = 1 551 Top = 3 8052 Width = 1 548 Left = 16 49 Height = 12 50 Top = 304 51 Width = 12 53 52 Visible = False 54 53 Down = False … … 59 58 object MapBtn1: TButtonC 60 59 Tag = 291 61 Left = 2062 Height = 1 563 Top = 40064 Width = 1 560 Left = 16 61 Height = 12 62 Top = 320 63 Width = 12 65 64 Visible = False 66 65 Down = False … … 71 70 object MapBtn4: TButtonC 72 71 Tag = 1028 73 Left = 2074 Height = 1 575 Top = 46076 Width = 1 572 Left = 16 73 Height = 12 74 Top = 368 75 Width = 12 77 76 Visible = False 78 77 Down = False … … 83 82 object MapBtn5: TButtonC 84 83 Tag = 1328 85 Left = 2086 Height = 1 587 Top = 48088 Width = 1 584 Left = 16 85 Height = 12 86 Top = 384 87 Width = 12 89 88 Visible = False 90 89 Down = False … … 95 94 object MapBtn6: TButtonC 96 95 Tag = 1541 97 Left = 2098 Height = 1 599 Top = 500100 Width = 1 596 Left = 16 97 Height = 12 98 Top = 400 99 Width = 12 101 100 Visible = False 102 101 Down = False … … 107 106 object TerrainBtn: TButtonB 108 107 Tag = 28 109 Left = 300110 Height = 31111 Top = 480112 Width = 31108 Left = 240 109 Height = 25 110 Top = 384 111 Width = 25 113 112 Visible = False 114 113 Down = False … … 119 118 object UnitInfoBtn: TButtonB 120 119 Tag = 15 121 Left = 220122 Height = 31123 Top = 480124 Width = 31120 Left = 176 121 Height = 25 122 Top = 384 123 Width = 25 125 124 Visible = False 126 125 Down = False … … 130 129 end 131 130 object EOT: TEOTButton 132 Left = 890133 Height = 60134 Top = 460135 Width = 60131 Left = 712 132 Height = 48 133 Top = 368 134 Width = 48 136 135 Visible = False 137 136 Down = False … … 142 141 object MenuArea: TArea 143 142 Left = 2 144 Height = 45143 Height = 36 145 144 Top = 1 146 Width = 45145 Width = 36 147 146 end 148 147 object TreasuryArea: TArea 149 Left = 2 60150 Height = 45148 Left = 208 149 Height = 36 151 150 Top = 1 152 Width = 205151 Width = 164 153 152 end 154 153 object ResearchArea: TArea 155 Left = 480156 Height = 45154 Left = 384 155 Height = 36 157 156 Top = 1 158 Width = 300157 Width = 240 159 158 end 160 159 object ManagementArea: TArea 161 Left = 880162 Height = 50163 Top = 3 90164 Width = 70160 Left = 704 161 Height = 40 162 Top = 312 163 Width = 56 165 164 end 166 165 object MovieSpeed1Btn: TButtonB 167 166 Tag = 256 168 Left = 480169 Height = 31170 Top = 480171 Width = 31167 Left = 384 168 Height = 25 169 Top = 384 170 Width = 25 172 171 Visible = False 173 172 Down = False … … 178 177 object MovieSpeed2Btn: TButtonB 179 178 Tag = 512 180 Left = 520181 Height = 31182 Top = 480183 Width = 31179 Left = 416 180 Height = 25 181 Top = 384 182 Width = 25 184 183 Visible = False 185 184 Down = False … … 190 189 object MovieSpeed3Btn: TButtonB 191 190 Tag = 768 192 Left = 560193 Height = 31194 Top = 480195 Width = 31191 Left = 448 192 Height = 25 193 Top = 384 194 Width = 25 196 195 Visible = False 197 196 Down = False … … 202 201 object MovieSpeed4Btn: TButtonB 203 202 Tag = 1024 204 Left = 600205 Height = 31206 Top = 480207 Width = 31203 Left = 480 204 Height = 25 205 Top = 384 206 Width = 25 208 207 Visible = False 209 208 Down = False … … 216 215 Interval = 50 217 216 OnTimer = Timer1Timer 218 left = 10219 top = 60217 left = 8 218 top = 48 220 219 end 221 220 object GamePopup: TPopupMenu 222 221 AutoPopup = False 223 left = 50224 top = 60222 left = 40 223 top = 48 225 224 object mHelp: TMenuItem 226 225 Tag = 7 … … 458 457 RadioItem = True 459 458 OnClick = mBigTilesClick 460 end 459 end 461 460 end 462 461 object mSound: TMenuItem … … 586 585 object UnitPopup: TPopupMenu 587 586 AutoPopup = False 588 left = 1 30589 top = 60587 left = 104 588 top = 48 590 589 object mdisband: TMenuItem 591 590 Tag = 72 … … 669 668 object StatPopup: TPopupMenu 670 669 AutoPopup = False 671 left = 90672 top = 60670 left = 72 671 top = 48 673 672 object mUnitStat: TMenuItem 674 673 Tag = 9 … … 725 724 end 726 725 object EditPopup: TPopupMenu 727 left = 210728 top = 60726 left = 168 727 top = 48 729 728 object mCreateUnit: TMenuItem 730 729 Tag = 47 … … 732 731 end 733 732 object TerrainPopup: TPopupMenu 734 left = 1 70735 top = 60733 left = 136 734 top = 48 736 735 object mtrans: TMenuItem 737 736 Tag = 273
Note:
See TracChangeset
for help on using the changeset viewer.