-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconexao.dfm
42 lines (42 loc) · 936 Bytes
/
conexao.dfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
object Form3: TForm3
Left = 0
Top = 0
Caption = 'Form3'
ClientHeight = 201
ClientWidth = 447
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object FDConnection1: TFDConnection
Params.Strings = (
'Database=emissao_cheque'
'User_Name=root'
'DriverID=MySQL')
Connected = True
Left = 392
Top = 40
end
object FDPhysMySQLDriverLink1: TFDPhysMySQLDriverLink
VendorLib = 'C:\Users\Acer\Documents\Embarcadero\Studio\Projects\libmysql.dll'
Left = 392
Top = 104
end
object FDQuery1: TFDQuery
Connection = FDConnection1
SQL.Strings = (
'SELECT * FROM `login` WHERE 1')
Left = 40
Top = 160
end
object FDGUIxWaitCursor1: TFDGUIxWaitCursor
Provider = 'Forms'
Left = 32
Top = 80
end
end