mirror of
https://github.com/mrfluffy-dev/Delphi-Projects.git
synced 2026-01-17 05:40:33 +00:00
V-0.5
This commit is contained in:
22
V-0.5/Login_u.dfm
Normal file
22
V-0.5/Login_u.dfm
Normal 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
|
||||
Reference in New Issue
Block a user