Changeset 28 for trunk/Forms/UFormMain.lfm
- Timestamp:
- Sep 10, 2022, 10:21:48 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.lfm
r27 r28 1 1 object FormMain: TFormMain 2 Left = 4 493 Height = 12744 Top = 1085 Width = 1 8752 Left = 403 3 Height = 669 4 Top = 365 5 Width = 1088 6 6 Caption = 'MyData' 7 ClientHeight = 12408 ClientWidth = 1 8757 ClientHeight = 635 8 ClientWidth = 1088 9 9 DesignTimePPI = 144 10 10 Menu = MainMenu1 11 11 OnActivate = FormActivate 12 12 OnClose = FormClose 13 OnCreate = FormCreate 14 OnDestroy = FormDestroy 13 15 OnShow = FormShow 14 16 LCLVersion = '2.2.2.0' … … 17 19 Left = 0 18 20 Height = 28 19 Top = 121220 Width = 1 87521 Top = 607 22 Width = 1088 21 23 Panels = <> 22 24 end … … 25 27 Height = 44 26 28 Top = 0 27 Width = 1 87529 Width = 1088 28 30 AutoSize = True 29 31 Bands = < … … 70 72 object MainMenu1: TMainMenu 71 73 Images = Core.ImageList1 72 Left = 1 23673 Top = 32474 Left = 112 75 Top = 112 74 76 object MenuItem1: TMenuItem 75 77 Caption = 'Database'
Note:
See TracChangeset
for help on using the changeset viewer.