This repository has been archived by the owner on May 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
uMenuPrincipal.dfm
230 lines (230 loc) · 5.89 KB
/
uMenuPrincipal.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
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
inherited frmMenuPrincipal: TfrmMenuPrincipal
Caption = 'Sistema Gestion'
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object actmmb1: TActionMainMenuBar
Left = 0
Top = 0
Width = 775
Height = 26
UseSystemFont = False
ActionManager = actmgrPermisos
Caption = 'actmmb1'
Color = clMenuBar
ColorMap.DisabledFontColor = 7171437
ColorMap.HighlightColor = clWhite
ColorMap.BtnSelectedFont = clBlack
ColorMap.UnusedColor = clWhite
EdgeBorders = [ebBottom]
EdgeInner = esNone
EdgeOuter = esRaised
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
Spacing = 0
end
object btn1: TButton
Left = 208
Top = 184
Width = 75
Height = 25
Caption = 'btn1'
TabOrder = 1
OnClick = btn1Click
end
object actmgrPermisos: TActionManager
ActionBars = <
item
end
item
Items = <
item
Items = <
item
Action = actClientes
Caption = '&Clientes'
end
item
Action = actArticulos
Caption = '&Art'#237'culos'
end
item
Action = actProveedores
Caption = '&Proveedores'
end
item
Caption = '-'
end
item
Action = actVentas
Caption = '&Ventas'
end>
Caption = '&Operaciones'
end
item
Items = <
item
Action = actUsuarios
Caption = '&Usuarios'
end
item
Action = actGrupos
Caption = '&Grupos'
end
item
Action = actOpciones
Caption = '&Opciones'
end
item
Caption = '-'
end
item
Action = actOpc_Grup
Caption = 'O&pciones de grupos'
end
item
Action = actGrup_Usu
Caption = 'G&rupos de usuarios'
end>
Caption = '&Seguridad'
end
item
Items = <
item
Action = actConfiguracion
Caption = '&General'
end
item
Caption = '-'
end
item
Action = actSitruacionTrib
Caption = '&Sitruaci'#243'n tributaria'
end
item
Caption = '-'
end
item
Action = actMetPag
Caption = '&M'#233'todos de pago'
end
item
Action = actPlanPago
Caption = '&Planes de pago'
end
item
Caption = '-'
end
item
Action = actSucursales
Caption = 'S&ucursales'
end
item
Action = actDepositos
Caption = '&Depositos'
end
item
Caption = '-'
end
item
Action = actTiposComp
Caption = '&Tipos de comprobantes'
end>
Caption = 'Co&nfiguraci'#243'n'
end>
ActionBar = actmmb1
end>
OnUpdate = actmgrPermisosUpdate
Left = 440
Top = 80
StyleName = 'Platform Default'
object actUsuarios: TAction
Tag = 10
Category = 'Seguridad'
Caption = 'Usuarios'
OnExecute = actUsuariosExecute
end
object actGrupos: TAction
Tag = 20
Category = 'Seguridad'
Caption = 'Grupos'
OnExecute = actGruposExecute
end
object actOpciones: TAction
Tag = 30
Category = 'Seguridad'
Caption = 'Opciones'
OnExecute = actOpcionesExecute
end
object actOpc_Grup: TAction
Tag = 40
Category = 'Seguridad'
Caption = 'Opciones de grupos'
OnExecute = actOpc_GrupExecute
end
object actGrup_Usu: TAction
Tag = 50
Category = 'Seguridad'
Caption = 'Grupos de usuarios'
OnExecute = actGrup_UsuExecute
end
object actConfiguracion: TAction
Category = 'Configuracion'
Caption = 'General'
OnExecute = actConfiguracionExecute
end
object actClientes: TAction
Category = 'Operaciones'
Caption = 'Clientes'
OnExecute = actClientesExecute
end
object actSitruacionTrib: TAction
Category = 'Configuracion'
Caption = 'Sitruaci'#243'n tributaria'
OnExecute = actSitruacionTribExecute
end
object actProveedores: TAction
Category = 'Operaciones'
Caption = 'Proveedores'
OnExecute = actProveedoresExecute
end
object actArticulos: TAction
Category = 'Operaciones'
Caption = 'Art'#237'culos'
OnExecute = actArticulosExecute
end
object actMetPag: TAction
Category = 'Configuracion'
Caption = 'M'#233'todos de pago'
OnExecute = actMetPagExecute
end
object actPlanPago: TAction
Category = 'Configuracion'
Caption = 'Planes de pago'
OnExecute = actPlanPagoExecute
end
object actSucursales: TAction
Category = 'Configuracion'
Caption = 'Sucursales'
OnExecute = actSucursalesExecute
end
object actDepositos: TAction
Category = 'Configuracion'
Caption = 'Depositos'
OnExecute = actDepositosExecute
end
object actVentas: TAction
Category = 'Operaciones'
Caption = 'Ventas'
OnExecute = actVentasExecute
end
object actTiposComp: TAction
Category = 'Configuracion'
Caption = 'Tipos de comprobantes'
OnExecute = actTiposCompExecute
end
end
end