From 9b606faafa6dc21b5fdf7bfd137fec663a729419 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 27 Feb 2008 12:29:59 +0000 Subject: [PATCH] VCLFlickerReduce: unidad que se encarga de reducir el parpadeo en las pantallas (no afecta a los componentes DevExpress) git-svn-id: https://192.168.0.254/svn/Proyectos.Acana_FactuGES2/trunk@158 f4e31baf-9722-1c47-927c-6f952f962d4b --- Source/Cliente/FactuGES.dpr | 5 +- Source/Cliente/FactuGES.dproj | 73 ++++ Source/Cliente/Utiles/VCLFlickerReduce.pas | 392 +++++++++++++++++++++ 3 files changed, 467 insertions(+), 3 deletions(-) create mode 100644 Source/Cliente/Utiles/VCLFlickerReduce.pas diff --git a/Source/Cliente/FactuGES.dpr b/Source/Cliente/FactuGES.dpr index ce8466be..476de4b4 100644 --- a/Source/Cliente/FactuGES.dpr +++ b/Source/Cliente/FactuGES.dpr @@ -14,14 +14,13 @@ uses uNavPaneUtils in 'Utiles\uNavPaneUtils.pas', uMainMenuController in 'uMainMenuController.pas', uClienteUtils in 'Utiles\uClienteUtils.pas', - uBootStrap in 'uBootStrap.pas'; + uBootStrap in 'uBootStrap.pas', + VCLFlickerReduce in 'Utiles\VCLFlickerReduce.pas'; {$R *.res} begin Application.Initialize; - Application.ShowMainForm := False; - //ReportMemoryLeaksOnShutdown := True; diff --git a/Source/Cliente/FactuGES.dproj b/Source/Cliente/FactuGES.dproj index 8e41013f..506cc325 100644 --- a/Source/Cliente/FactuGES.dproj +++ b/Source/Cliente/FactuGES.dproj @@ -62,6 +62,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ExpressPrinting System by Developer Express Inc. PluginSDK for Delphi 10 (Runtime) Microsoft Office 2000 Sample Automation Server Wrapper Components @@ -86,6 +158,7 @@ +