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/FormImport.lfm

    r218 r219  
    88  ClientWidth = 782
    99  DesignTimePPI = 144
    10   OnClose = FormClose
    11   OnCreate = FormCreate
    12   OnShow = FormShow
    1310  Position = poScreenCenter
    14   LCLVersion = '2.0.12.0'
     11  LCLVersion = '3.6.0.0'
    1512  object ButtonProcess: TButton
    1613    Left = 19
     
    1916    Width = 128
    2017    Caption = 'Process'
    21     OnClick = ButtonProcessClick
    2218    ParentFont = False
    2319    TabOrder = 0
     20    OnClick = ButtonProcessClick
    2421  end
    2522  object Memo1: TMemo
     
    5148  object Label1: TLabel
    5249    Left = 184
    53     Height = 24
     50    Height = 26
    5451    Top = 11
    5552    Width = 106
     
    6562    Anchors = [akTop, akRight]
    6663    Caption = 'Load from file'
    67     OnClick = ButtonLoadFromFileClick
    6864    ParentFont = False
    6965    TabOrder = 2
     66    OnClick = ButtonLoadFromFileClick
    7067  end
    7168  object OpenDialog1: TOpenDialog
Note: See TracChangeset for help on using the changeset viewer.