Ignore:
Timestamp:
Jan 17, 2025, 9:05:54 PM (4 days ago)
Author:
chronos
Message:
  • Modified: Updated Common package.
  • Modified: Remove U prefix from unit names.
  • Modified: Use Gneeric.Collections instead of fgl.
  • Modified: Do not use global form variables.
File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormMain.lfm

    r218 r219  
    11object FormMain: TFormMain
    22  Left = 417
    3   Height = 747
     3  Height = 713
    44  Top = 453
    55  Width = 1106
     
    1212  OnCloseQuery = FormCloseQuery
    1313  OnCreate = FormCreate
    14   OnDestroy = FormDestroy
    1514  OnHide = FormHide
    1615  OnResize = FormResize
    1716  OnShow = FormShow
    18   LCLVersion = '2.0.12.0'
     17  LCLVersion = '3.6.0.0'
    1918  object PanelMain: TPanel
    2019    Left = 0
    21     Height = 605
     20    Height = 604
    2221    Top = 81
    2322    Width = 1106
    2423    Align = alClient
    2524    BevelOuter = bvNone
    26     ClientHeight = 605
     25    ClientHeight = 604
    2726    ClientWidth = 1106
    2827    ParentFont = False
     
    3837    object ListViewAcronyms: TListView
    3938      Left = 5
    40       Height = 549
     39      Height = 548
    4140      Top = 50
    4241      Width = 1095
     
    317316  object StatusBar1: TStatusBar
    318317    Left = 0
    319     Height = 27
    320     Top = 686
     318    Height = 28
     319    Top = 685
    321320    Width = 1106
    322321    Panels = <   
     
    605604    end
    606605  end
    607   object AboutDialog1: TAboutDialog
    608     Translator = Core.Translator
    609     ThemeManager = Core.ThemeManager
    610     ApplicationInfo = Core.ApplicationInfo1
    611     Left = 392
    612     Top = 448
    613   end
    614606end
Note: See TracChangeset for help on using the changeset viewer.