-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathuimprime.lfm
65 lines (65 loc) · 1.32 KB
/
uimprime.lfm
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
object Form1: TForm1
Left = 313
Height = 460
Top = 127
Width = 558
Caption = 'Imprimindo Pedidos'
ClientHeight = 460
ClientWidth = 558
OnShow = FormShow
LCLVersion = '2.0.8.0'
object memImp: TMemo
Left = 0
Height = 460
Top = 0
Width = 558
Align = alClient
ReadOnly = True
TabOrder = 0
WantTabs = True
end
object ACBrPosPrinter1: TACBrPosPrinter
Modelo = ppEscPosEpson
ConfigBarras.MostrarCodigo = False
ConfigBarras.LarguraLinha = 0
ConfigBarras.Altura = 0
ConfigBarras.Margem = 0
ConfigQRCode.Tipo = 2
ConfigQRCode.LarguraModulo = 4
ConfigQRCode.ErrorLevel = 0
LinhasEntreCupons = 0
left = 174
top = 18
end
object Timer1: TTimer
Interval = 5000
OnTimer = Timer1Timer
left = 346
top = 16
end
object IbCon: TIBConnection
Connected = False
LoginPrompt = False
KeepConnection = False
Password = 'masterkey'
Transaction = SQLTransaction1
UserName = 'SYSDBA'
CheckTransactionParams = False
left = 259
top = 147
end
object SQLTransaction1: TSQLTransaction
Active = False
Database = IbCon
left = 158
top = 145
end
object sqlImprime: TSQLQuery
FieldDefs = <>
Database = IbCon
Transaction = SQLTransaction1
Params = <>
left = 161
top = 220
end
end