This commit is contained in:
zastian00@gmail.com
2019-08-06 02:27:47 +02:00
parent 84991874cd
commit b324fd8704
33 changed files with 6759 additions and 0 deletions

22
V-0.5/Login_u.dfm Normal file
View File

@@ -0,0 +1,22 @@
object DataUser: TDataUser
OldCreateOrder = False
Height = 396
Width = 655
object dtaUsers: TDataSource
Left = 176
Top = 128
end
object adoUser: TADOQuery
ConnectionString =
'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Users\mrfluffy\O' +
'neDrive\Documents\Embarcadero\Studio\Projects\pat\Uses.mdb;Persi' +
'st Security Info=False'
CursorType = ctStatic
DataSource = dtaUsers
Parameters = <>
SQL.Strings = (
'SELECT * FROM Login')
Left = 80
Top = 128
end
end