Changeset 457 for trunk/LocalPlayer/Help.lfm
- Timestamp:
- Nov 27, 2023, 12:10:57 AM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/Help.lfm
r232 r457 1 1 object HelpDlg: THelpDlg 2 2 Left = 394 3 Height = 479 3 4 Top = 180 5 Width = 560 4 6 BorderIcons = [] 5 7 BorderStyle = bsNone … … 7 9 ClientWidth = 560 8 10 Color = clBtnFace 9 Font.Charset = DEFAULT_CHARSET11 DesignTimePPI = 144 10 12 Font.Color = clWindowText 11 Font.Height = - 1313 Font.Height = -20 12 14 Font.Name = 'MS Sans Serif' 13 Font.Style = []14 15 FormStyle = fsStayOnTop 15 16 OnClose = FormClose … … 17 18 OnDestroy = FormDestroy 18 19 OnKeyDown = FormKeyDown 19 OnMouseWheel = FormMouseWheel20 20 OnMouseDown = PaintBox1MouseDown 21 21 OnMouseMove = PaintBox1MouseMove 22 OnMouseWheel = FormMouseWheel 22 23 OnPaint = FormPaint 23 PixelsPerInch = 9624 LCLVersion = '2.2.6.0' 24 25 Scaled = False 25 26 object CloseBtn: TButtonB 26 27 Left = 522 28 Height = 25 27 29 Top = 6 28 30 Width = 25 29 Height = 2530 31 Down = False 31 32 Permanent = False … … 35 36 object BackBtn: TButtonB 36 37 Left = 42 38 Height = 25 37 39 Top = 6 38 40 Width = 25 39 Height = 2540 41 Down = False 41 42 Permanent = False … … 45 46 object TopBtn: TButtonB 46 47 Left = 13 48 Height = 25 47 49 Top = 6 48 50 Width = 25 49 Height = 2550 51 Down = False 51 52 Permanent = False … … 55 56 object SearchBtn: TButtonB 56 57 Left = 493 58 Height = 25 57 59 Top = 6 58 60 Width = 25 59 Height = 2560 61 Down = False 61 62 Permanent = False
Note:
See TracChangeset
for help on using the changeset viewer.