Changeset 361 for branches/highdpi/LocalPlayer/UnitStat.lfm
- Timestamp:
- Apr 9, 2021, 5:56:50 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/highdpi/LocalPlayer/UnitStat.lfm
r210 r361 1 1 object UnitStatDlg: TUnitStatDlg 2 2 Left = 344 3 Height = 3263 Height = 489 4 4 Top = 213 5 Width = 2085 Width = 312 6 6 BorderStyle = bsNone 7 ClientHeight = 3268 ClientWidth = 2087 ClientHeight = 489 8 ClientWidth = 312 9 9 Color = clBtnFace 10 DesignTimePPI = 144 10 11 Font.Color = clWindowText 11 Font.Height = - 1312 Font.Height = -20 12 13 Font.Name = 'MS Sans Serif' 13 14 FormStyle = fsStayOnTop … … 16 17 OnDestroy = FormDestroy 17 18 OnShow = FormShow 18 LCLVersion = ' 1.6.2.0'19 LCLVersion = '2.0.12.0' 19 20 object SwitchBtn: TButtonB 20 Left = 1 221 Height = 2522 Top = 2923 Width = 2521 Left = 18 22 Height = 38 23 Top = 44 24 Width = 38 24 25 Down = False 25 26 Permanent = False … … 28 29 end 29 30 object CloseBtn: TButtonB 30 Left = 17731 Height = 2532 Top = 633 Width = 2531 Left = 266 32 Height = 38 33 Top = 9 34 Width = 38 34 35 Down = False 35 36 Permanent = False … … 38 39 end 39 40 object ConscriptsBtn: TButtonB 40 Left = 4341 Height = 2542 Top = 2943 Width = 2541 Left = 64 42 Height = 38 43 Top = 44 44 Width = 38 44 45 Down = False 45 46 Permanent = False … … 48 49 end 49 50 object HelpBtn: TButtonC 50 Left = 17851 Height = 1 252 Top = 14553 Width = 1 251 Left = 267 52 Height = 18 53 Top = 218 54 Width = 18 54 55 Down = False 55 56 Permanent = False
Note:
See TracChangeset
for help on using the changeset viewer.