Quitar la opción de configurar actualizaciones en la pantalla principal.
git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@468 0c75b7a4-871f-7646-8a2f-f78d34cc349f
This commit is contained in:
parent
33372f5b54
commit
34711f16fd
@ -167,7 +167,6 @@ object fPantallaPrincipal: TfPantallaPrincipal
|
|||||||
Align = alClient
|
Align = alClient
|
||||||
Color = clWindow
|
Color = clWindow
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
ExplicitLeft = -1
|
|
||||||
object lblBienvenido: TLabel
|
object lblBienvenido: TLabel
|
||||||
Left = 8
|
Left = 8
|
||||||
Top = 8
|
Top = 8
|
||||||
@ -286,11 +285,6 @@ object fPantallaPrincipal: TfPantallaPrincipal
|
|||||||
OnExecute = actVentasMenuExecute
|
OnExecute = actVentasMenuExecute
|
||||||
OnUpdate = actMenuComprasUpdate
|
OnUpdate = actMenuComprasUpdate
|
||||||
end
|
end
|
||||||
object actActualizaciones: TAction
|
|
||||||
Category = 'Opciones'
|
|
||||||
Caption = 'Configurar actualizaciones...'
|
|
||||||
OnExecute = actActualizacionesExecute
|
|
||||||
end
|
|
||||||
object actVerPanel: TAction
|
object actVerPanel: TAction
|
||||||
Category = 'Ver'
|
Category = 'Ver'
|
||||||
Caption = 'Panel de exploraci'#243'n'
|
Caption = 'Panel de exploraci'#243'n'
|
||||||
@ -550,10 +544,6 @@ object fPantallaPrincipal: TfPantallaPrincipal
|
|||||||
object Opciones1_OLD: TMenuItem
|
object Opciones1_OLD: TMenuItem
|
||||||
Tag = -70000
|
Tag = -70000
|
||||||
Caption = 'Opciones'
|
Caption = 'Opciones'
|
||||||
object Configuraractualizaciones1: TMenuItem
|
|
||||||
Tag = 100
|
|
||||||
Action = actActualizaciones
|
|
||||||
end
|
|
||||||
object Configurarconexin2_OLD: TMenuItem
|
object Configurarconexin2_OLD: TMenuItem
|
||||||
Tag = 101
|
Tag = 101
|
||||||
Action = actConexion
|
Action = actConexion
|
||||||
|
|||||||
@ -70,8 +70,6 @@ type
|
|||||||
Panel1: TPanel;
|
Panel1: TPanel;
|
||||||
Label1: TLabel;
|
Label1: TLabel;
|
||||||
Image1: TImage;
|
Image1: TImage;
|
||||||
actActualizaciones: TAction;
|
|
||||||
Configuraractualizaciones1: TMenuItem;
|
|
||||||
actVerPanel: TAction;
|
actVerPanel: TAction;
|
||||||
actVerBarraEstado: TAction;
|
actVerBarraEstado: TAction;
|
||||||
Paneldeexploracin1: TMenuItem;
|
Paneldeexploracin1: TMenuItem;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user