Changeset 219 for trunk/Forms/FormImport.lfm
- Timestamp:
- Jan 17, 2025, 9:05:54 PM (4 days ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormImport.lfm
r218 r219 8 8 ClientWidth = 782 9 9 DesignTimePPI = 144 10 OnClose = FormClose11 OnCreate = FormCreate12 OnShow = FormShow13 10 Position = poScreenCenter 14 LCLVersion = ' 2.0.12.0'11 LCLVersion = '3.6.0.0' 15 12 object ButtonProcess: TButton 16 13 Left = 19 … … 19 16 Width = 128 20 17 Caption = 'Process' 21 OnClick = ButtonProcessClick22 18 ParentFont = False 23 19 TabOrder = 0 20 OnClick = ButtonProcessClick 24 21 end 25 22 object Memo1: TMemo … … 51 48 object Label1: TLabel 52 49 Left = 184 53 Height = 2 450 Height = 26 54 51 Top = 11 55 52 Width = 106 … … 65 62 Anchors = [akTop, akRight] 66 63 Caption = 'Load from file' 67 OnClick = ButtonLoadFromFileClick68 64 ParentFont = False 69 65 TabOrder = 2 66 OnClick = ButtonLoadFromFileClick 70 67 end 71 68 object OpenDialog1: TOpenDialog
Note:
See TracChangeset
for help on using the changeset viewer.