-
Notifications
You must be signed in to change notification settings - Fork 0
/
uprincipal.lfm
124 lines (124 loc) · 2.86 KB
/
uprincipal.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
object frmPrincipal: TfrmPrincipal
Left = 603
Height = 337
Top = 250
Width = 577
Caption = 'Teste Controle Menu'
ClientHeight = 317
ClientWidth = 577
Menu = MainMenu1
OnShow = FormShow
LCLVersion = '2.0.8.0'
object btnMudaNivel: TButton
Left = 429
Height = 25
Top = 17
Width = 75
Caption = 'Muda Nivel'
OnClick = btnMudaNivelClick
TabOrder = 0
end
object MainMenu1: TMainMenu
left = 80
top = 72
object MenuItem1: TMenuItem
Caption = 'Cadastros'
object MenuItem7: TMenuItem
Caption = 'Clientes'
end
object MenuItem8: TMenuItem
Caption = 'Fornecedores'
end
object MenuItem9: TMenuItem
Caption = 'Grupo de produto'
end
object MenuItem10: TMenuItem
Caption = 'Produto'
end
end
object MenuItem2: TMenuItem
Caption = 'PDV'
object MenuItem11: TMenuItem
Caption = 'Abre Caixa'
end
object MenuItem12: TMenuItem
Caption = 'Venda'
end
object MenuItem13: TMenuItem
Caption = 'Sangria'
end
object MenuItem14: TMenuItem
Caption = 'Reforço'
end
object MenuItem15: TMenuItem
Caption = 'Fecha Caixa'
end
object MenuItem16: TMenuItem
Caption = 'Rel Vendas Período'
end
object MenuItem17: TMenuItem
Caption = 'Rel Cupom Cancelado'
end
end
object MenuItem3: TMenuItem
Caption = 'NFe'
object MenuItem18: TMenuItem
Caption = 'Emite NFe'
end
object MenuItem19: TMenuItem
Caption = 'Rel NFe Emitidas Periodo'
end
object MenuItem20: TMenuItem
Caption = 'Rel NFe Canceladas'
end
end
object MenuItem4: TMenuItem
Caption = 'Estoque'
object MenuItem21: TMenuItem
Caption = 'Entrada de Produto'
end
object MenuItem22: TMenuItem
Caption = 'Acerto de Estoque'
end
object MenuItem23: TMenuItem
Caption = 'Inventario'
end
end
object MenuItem5: TMenuItem
Caption = 'Usuarios'
object MenuItem24: TMenuItem
Caption = 'Cadastro Usuario'
end
object MenuItem25: TMenuItem
Caption = 'Permissões'
end
end
object MenuItem6: TMenuItem
Caption = 'Sair'
end
end
object conexao: TZConnection
ControlsCodePage = cCP_UTF8
AutoEncodeStrings = True
Catalog = 'pdv'
Properties.Strings = (
'AutoEncodeStrings=ON'
)
Connected = True
Port = 3306
Database = 'DRIVER={MySQL ODBC 8.0 Unicode Driver};SERVER=localhost;DATABASE=pdv;USER=root;PASSWORD=Info@3004;OPTION=3;'
Protocol = 'ado'
left = 450
top = 71
end
object ZQuery1: TZQuery
Params = <>
left = 397
top = 143
end
object ZUpdateSQL1: TZUpdateSQL
UseSequenceFieldForRefreshSQL = False
left = 422
top = 203
end
end