Changeset 219 for trunk/Forms/FormMain.lfm
- Timestamp:
- Jan 17, 2025, 9:05:54 PM (4 days ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormMain.lfm
r218 r219 1 1 object FormMain: TFormMain 2 2 Left = 417 3 Height = 7 473 Height = 713 4 4 Top = 453 5 5 Width = 1106 … … 12 12 OnCloseQuery = FormCloseQuery 13 13 OnCreate = FormCreate 14 OnDestroy = FormDestroy15 14 OnHide = FormHide 16 15 OnResize = FormResize 17 16 OnShow = FormShow 18 LCLVersion = ' 2.0.12.0'17 LCLVersion = '3.6.0.0' 19 18 object PanelMain: TPanel 20 19 Left = 0 21 Height = 60 520 Height = 604 22 21 Top = 81 23 22 Width = 1106 24 23 Align = alClient 25 24 BevelOuter = bvNone 26 ClientHeight = 60 525 ClientHeight = 604 27 26 ClientWidth = 1106 28 27 ParentFont = False … … 38 37 object ListViewAcronyms: TListView 39 38 Left = 5 40 Height = 54 939 Height = 548 41 40 Top = 50 42 41 Width = 1095 … … 317 316 object StatusBar1: TStatusBar 318 317 Left = 0 319 Height = 2 7320 Top = 68 6318 Height = 28 319 Top = 685 321 320 Width = 1106 322 321 Panels = < … … 605 604 end 606 605 end 607 object AboutDialog1: TAboutDialog608 Translator = Core.Translator609 ThemeManager = Core.ThemeManager610 ApplicationInfo = Core.ApplicationInfo1611 Left = 392612 Top = 448613 end614 606 end
Note:
See TracChangeset
for help on using the changeset viewer.