Changeset 288 for trunk/LocalPlayer/Term.lfm
- Timestamp:
- Feb 26, 2021, 9:43:24 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/Term.lfm
r232 r288 1 1 object MainScreen: TMainScreen 2 Left = 2312 Left = 169 3 3 Height = 480 4 Top = 1904 Top = 596 5 5 Width = 800 6 6 HorzScrollBar.Visible = False … … 12 12 Constraints.MinHeight = 480 13 13 Constraints.MinWidth = 800 14 DesignTimePPI = 144 14 15 Font.Color = clWindowText 15 16 Font.Height = -13 … … 30 31 OnShow = FormShow 31 32 Position = poDefault 32 PixelsPerInch = 9633 LCLVersion = '2.0.12.0' 33 34 Scaled = False 34 LCLVersion = '1.6.0.4'35 35 WindowState = wsMaximized 36 36 object UnitBtn: TButtonB … … 217 217 Interval = 50 218 218 OnTimer = Timer1Timer 219 left = 8220 top = 48219 Left = 8 220 Top = 48 221 221 end 222 222 object GamePopup: TPopupMenu 223 223 AutoPopup = False 224 left = 40225 top = 48224 Left = 40 225 Top = 48 226 226 object mHelp: TMenuItem 227 227 Tag = 7 … … 459 459 RadioItem = True 460 460 OnClick = mBigTilesClick 461 end 461 end 462 462 end 463 463 object mSound: TMenuItem … … 587 587 object UnitPopup: TPopupMenu 588 588 AutoPopup = False 589 left = 104590 top = 48589 Left = 104 590 Top = 48 591 591 object mdisband: TMenuItem 592 592 Tag = 72 … … 670 670 object StatPopup: TPopupMenu 671 671 AutoPopup = False 672 left = 72673 top = 48672 Left = 72 673 Top = 48 674 674 object mUnitStat: TMenuItem 675 675 Tag = 9 … … 726 726 end 727 727 object EditPopup: TPopupMenu 728 left = 168729 top = 48728 Left = 168 729 Top = 48 730 730 object mCreateUnit: TMenuItem 731 731 Tag = 47 … … 733 733 end 734 734 object TerrainPopup: TPopupMenu 735 left = 136736 top = 48735 Left = 136 736 Top = 48 737 737 object mtrans: TMenuItem 738 738 Tag = 273
Note:
See TracChangeset
for help on using the changeset viewer.