1
1
mirror of https://github.com/fast4x/datalock.git synced 2025-06-05 21:49:16 +02:00

Initial Commit

This commit is contained in:
2023-02-02 22:39:42 +01:00
parent bc11aa10c9
commit 09065dd2ce
37 changed files with 7176 additions and 0 deletions

40
unit2.frm Normal file
View File

@ -0,0 +1,40 @@
object Form2: TForm2
Left = 344
Height = 468
Top = 426
Width = 540
BorderStyle = bsNone
Caption = 'Form2'
ClientHeight = 468
ClientWidth = 540
DesignTimePPI = 120
OnCreate = FormCreate
LCLVersion = '7.7'
object FileListBox1: TFileListBox
Left = 112
Height = 310
Top = 110
Width = 328
Directory = 'C:\codetyphon\typhon\bin32'
FileType = [ftReadOnly, ftHidden]
ItemHeight = 0
Mask = '*.sd'
OnDblClick = FileListBox1DblClick
TabOrder = 0
end
object Button1: TButton
Left = 218
Height = 31
Top = 39
Width = 94
Caption = 'Button1'
OnClick = Button1Click
TabOrder = 1
end
object seldir: TSelectDirectoryDialog
Options = [ofEnableSizing, ofForceShowHidden, ofViewDetail]
OnFolderChange = seldirFolderChange
Left = 140
Top = 20
end
end