diff --git a/Build/Build.fbl6 b/Build/Build.fbl6 index 70f4578..1e7fed4 100644 Binary files a/Build/Build.fbl6 and b/Build/Build.fbl6 differ diff --git a/Source/ApplicationBase/Ejercicios/Plugin/uPluginEjercicios.dfm b/Source/ApplicationBase/Ejercicios/Plugin/uPluginEjercicios.dfm index c0ef714..8b79c28 100644 --- a/Source/ApplicationBase/Ejercicios/Plugin/uPluginEjercicios.dfm +++ b/Source/ApplicationBase/Ejercicios/Plugin/uPluginEjercicios.dfm @@ -66,7 +66,9 @@ object PluginEjercicios: TPluginEjercicios object actEjercicios: TAction Category = 'Ejercicios' Caption = 'Ejercicios' + Enabled = False ImageIndex = 0 + Visible = False OnExecute = actEjerciciosExecute end end diff --git a/Source/GUIBase/GUIBase.dproj b/Source/GUIBase/GUIBase.dproj index 68839a8..966dac1 100644 --- a/Source/GUIBase/GUIBase.dproj +++ b/Source/GUIBase/GUIBase.dproj @@ -58,34 +58,34 @@ MainSource - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + +
fDialogBase
diff --git a/Source/Modulos/Recibos de cliente/Views/uEditorRecibosCliente.dfm b/Source/Modulos/Recibos de cliente/Views/uEditorRecibosCliente.dfm index 0f50b22..ff37da7 100644 --- a/Source/Modulos/Recibos de cliente/Views/uEditorRecibosCliente.dfm +++ b/Source/Modulos/Recibos de cliente/Views/uEditorRecibosCliente.dfm @@ -41,7 +41,7 @@ inherited fEditorRecibosCliente: TfEditorRecibosCliente Width = 645 ExplicitWidth = 645 inherited tbxMain: TTBXToolbar - ExplicitWidth = 645 + ExplicitWidth = 497 end inherited tbxFiltro: TTBXToolbar ExplicitWidth = 431 @@ -204,7 +204,9 @@ inherited fEditorRecibosCliente: TfEditorRecibosCliente Left = 136 Top = 176 inherited actNuevo: TAction + Enabled = False ImageIndex = 22 + Visible = False end inherited actPrevisualizar: TAction Visible = True diff --git a/Source/Servidor/FactuGES_Server.res b/Source/Servidor/FactuGES_Server.res index 47e4292..bc766e6 100644 Binary files a/Source/Servidor/FactuGES_Server.res and b/Source/Servidor/FactuGES_Server.res differ