Changeset 61 for trunk/Forms
- Timestamp:
- Nov 25, 2020, 12:23:23 PM (4 years ago)
- Location:
- trunk/Forms
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r58 r61 1 1 object FormMain: TFormMain 2 Left = 2633 Height = 8234 Top = 1 025 Width = 1 1392 Left = 344 3 Height = 929 4 Top = 195 5 Width = 1276 6 6 Caption = 'Big Metro' 7 ClientHeight = 8238 ClientWidth = 1 1399 DesignTimePPI = 1 287 ClientHeight = 929 8 ClientWidth = 1276 9 DesignTimePPI = 144 10 10 OnCreate = FormCreate 11 11 OnDestroy = FormDestroy 12 12 OnKeyPress = FormKeyPress 13 13 OnShow = FormShow 14 LCLVersion = ' 1.9.0.0'14 LCLVersion = '2.0.10.0' 15 15 WindowState = wsMaximized 16 16 object PaintBox1: TPaintBox 17 17 Left = 0 18 Height = 82318 Height = 929 19 19 Top = 0 20 Width = 1 13920 Width = 1276 21 21 Align = alClient 22 ParentFont = False 22 23 OnMouseDown = PaintBox1MouseDown 23 24 OnMouseMove = PaintBox1MouseMove … … 31 32 Interval = 50 32 33 OnTimer = Timer1Timer 33 left = 44634 top = 1934 Left = 502 35 Top = 21 35 36 end 36 37 end
Note:
See TracChangeset
for help on using the changeset viewer.