Changeset 246 for branches/highdpi/LocalPlayer/Term.lfm
- Timestamp:
- May 21, 2020, 8:17:38 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/highdpi/LocalPlayer/Term.lfm
r244 r246 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 PixelsPerInch = 96 33 Scaled = False 34 LCLVersion = '1.6.0.4' 34 35 WindowState = wsMaximized 35 36 object UnitBtn: TButtonB 36 37 Tag = 14 37 Left = 2 6038 Height = 3139 Top = 48040 Width = 3138 Left = 208 39 Height = 25 40 Top = 384 41 Width = 25 41 42 Visible = False 42 43 Down = False … … 47 48 object MapBtn0: TButtonC 48 49 Tag = 51 49 Left = 2050 Height = 1 551 Top = 3 8052 Width = 1 550 Left = 16 51 Height = 12 52 Top = 304 53 Width = 12 53 54 Visible = False 54 55 Down = False … … 59 60 object MapBtn1: TButtonC 60 61 Tag = 291 61 Left = 2062 Height = 1 563 Top = 40064 Width = 1 562 Left = 16 63 Height = 12 64 Top = 320 65 Width = 12 65 66 Visible = False 66 67 Down = False … … 71 72 object MapBtn4: TButtonC 72 73 Tag = 1028 73 Left = 2074 Height = 1 575 Top = 46076 Width = 1 574 Left = 16 75 Height = 12 76 Top = 368 77 Width = 12 77 78 Visible = False 78 79 Down = False … … 83 84 object MapBtn5: TButtonC 84 85 Tag = 1328 85 Left = 2086 Height = 1 587 Top = 48088 Width = 1 586 Left = 16 87 Height = 12 88 Top = 384 89 Width = 12 89 90 Visible = False 90 91 Down = False … … 95 96 object MapBtn6: TButtonC 96 97 Tag = 1541 97 Left = 2098 Height = 1 599 Top = 500100 Width = 1 598 Left = 16 99 Height = 12 100 Top = 400 101 Width = 12 101 102 Visible = False 102 103 Down = False … … 107 108 object TerrainBtn: TButtonB 108 109 Tag = 28 109 Left = 300110 Height = 31111 Top = 480112 Width = 31110 Left = 240 111 Height = 25 112 Top = 384 113 Width = 25 113 114 Visible = False 114 115 Down = False … … 119 120 object UnitInfoBtn: TButtonB 120 121 Tag = 15 121 Left = 220122 Height = 31123 Top = 480124 Width = 31122 Left = 176 123 Height = 25 124 Top = 384 125 Width = 25 125 126 Visible = False 126 127 Down = False … … 130 131 end 131 132 object EOT: TEOTButton 132 Left = 890133 Height = 60134 Top = 460135 Width = 60133 Left = 712 134 Height = 48 135 Top = 368 136 Width = 48 136 137 Visible = False 137 138 Down = False … … 142 143 object MenuArea: TArea 143 144 Left = 2 144 Height = 45145 Height = 36 145 146 Top = 1 146 Width = 45147 Width = 36 147 148 end 148 149 object TreasuryArea: TArea 149 Left = 2 60150 Height = 45150 Left = 208 151 Height = 36 151 152 Top = 1 152 Width = 205153 Width = 164 153 154 end 154 155 object ResearchArea: TArea 155 Left = 480156 Height = 45156 Left = 384 157 Height = 36 157 158 Top = 1 158 Width = 300159 Width = 240 159 160 end 160 161 object ManagementArea: TArea 161 Left = 880162 Height = 50163 Top = 3 90164 Width = 70162 Left = 704 163 Height = 40 164 Top = 312 165 Width = 56 165 166 end 166 167 object MovieSpeed1Btn: TButtonB 167 168 Tag = 256 168 Left = 480169 Height = 31170 Top = 480171 Width = 31169 Left = 384 170 Height = 25 171 Top = 384 172 Width = 25 172 173 Visible = False 173 174 Down = False … … 178 179 object MovieSpeed2Btn: TButtonB 179 180 Tag = 512 180 Left = 520181 Height = 31182 Top = 480183 Width = 31181 Left = 416 182 Height = 25 183 Top = 384 184 Width = 25 184 185 Visible = False 185 186 Down = False … … 190 191 object MovieSpeed3Btn: TButtonB 191 192 Tag = 768 192 Left = 560193 Height = 31194 Top = 480195 Width = 31193 Left = 448 194 Height = 25 195 Top = 384 196 Width = 25 196 197 Visible = False 197 198 Down = False … … 202 203 object MovieSpeed4Btn: TButtonB 203 204 Tag = 1024 204 Left = 600205 Height = 31206 Top = 480207 Width = 31205 Left = 480 206 Height = 25 207 Top = 384 208 Width = 25 208 209 Visible = False 209 210 Down = False … … 216 217 Interval = 50 217 218 OnTimer = Timer1Timer 218 left = 10219 top = 60219 left = 8 220 top = 48 220 221 end 221 222 object GamePopup: TDpiPopupMenu 222 223 AutoPopup = False 223 left = 50224 top = 60224 left = 40 225 top = 48 225 226 object mHelp: TDpiMenuItem 226 227 Tag = 7 … … 458 459 RadioItem = True 459 460 OnClick = mBigTilesClick 460 end 461 end 461 462 end 462 463 object mSound: TDpiMenuItem … … 586 587 object UnitPopup: TDpiPopupMenu 587 588 AutoPopup = False 588 left = 1 30589 top = 60589 left = 104 590 top = 48 590 591 object mdisband: TDpiMenuItem 591 592 Tag = 72 … … 669 670 object StatPopup: TDpiPopupMenu 670 671 AutoPopup = False 671 left = 90672 top = 60672 left = 72 673 top = 48 673 674 object mUnitStat: TDpiMenuItem 674 675 Tag = 9 … … 725 726 end 726 727 object EditPopup: TDpiPopupMenu 727 left = 210728 top = 60728 left = 168 729 top = 48 729 730 object mCreateUnit: TDpiMenuItem 730 731 Tag = 47 … … 732 733 end 733 734 object TerrainPopup: TDpiPopupMenu 734 left = 1 70735 top = 60735 left = 136 736 top = 48 736 737 object mtrans: TDpiMenuItem 737 738 Tag = 273
Note:
See TracChangeset
for help on using the changeset viewer.