diff --git a/Source/Cliente/uPantallaPrincipal.dfm b/Source/Cliente/uPantallaPrincipal.dfm index 652d23b2..8e6ede03 100644 --- a/Source/Cliente/uPantallaPrincipal.dfm +++ b/Source/Cliente/uPantallaPrincipal.dfm @@ -167,7 +167,6 @@ object fPantallaPrincipal: TfPantallaPrincipal Align = alClient Color = clWindow TabOrder = 0 - ExplicitLeft = -1 object lblBienvenido: TLabel Left = 8 Top = 8 @@ -286,11 +285,6 @@ object fPantallaPrincipal: TfPantallaPrincipal OnExecute = actVentasMenuExecute OnUpdate = actMenuComprasUpdate end - object actActualizaciones: TAction - Category = 'Opciones' - Caption = 'Configurar actualizaciones...' - OnExecute = actActualizacionesExecute - end object actVerPanel: TAction Category = 'Ver' Caption = 'Panel de exploraci'#243'n' @@ -550,10 +544,6 @@ object fPantallaPrincipal: TfPantallaPrincipal object Opciones1_OLD: TMenuItem Tag = -70000 Caption = 'Opciones' - object Configuraractualizaciones1: TMenuItem - Tag = 100 - Action = actActualizaciones - end object Configurarconexin2_OLD: TMenuItem Tag = 101 Action = actConexion diff --git a/Source/Cliente/uPantallaPrincipal.pas b/Source/Cliente/uPantallaPrincipal.pas index 87c27ea6..5a85e8d6 100644 --- a/Source/Cliente/uPantallaPrincipal.pas +++ b/Source/Cliente/uPantallaPrincipal.pas @@ -70,8 +70,6 @@ type Panel1: TPanel; Label1: TLabel; Image1: TImage; - actActualizaciones: TAction; - Configuraractualizaciones1: TMenuItem; actVerPanel: TAction; actVerBarraEstado: TAction; Paneldeexploracin1: TMenuItem;