From da570a2380ecc1ceecbf23718da576cb1a2500a9 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 27 Feb 2008 18:39:57 +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.Tecsitel_FactuGES2/trunk@304 0c75b7a4-871f-7646-8a2f-f78d34cc349f --- Source/Cliente/FactuGES.dpr | 3 +- Source/Cliente/FactuGES.dproj | 1 + Source/Cliente/FactuGES.rc | 9 +- Source/Cliente/FactuGES.res | Bin 172156 -> 171984 bytes Source/Cliente/Utiles/VCLFlickerReduce.pas | 392 +++++++++++++++++++++ 5 files changed, 400 insertions(+), 5 deletions(-) create mode 100644 Source/Cliente/Utiles/VCLFlickerReduce.pas diff --git a/Source/Cliente/FactuGES.dpr b/Source/Cliente/FactuGES.dpr index ce8466be..c09588ae 100644 --- a/Source/Cliente/FactuGES.dpr +++ b/Source/Cliente/FactuGES.dpr @@ -14,7 +14,8 @@ 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} diff --git a/Source/Cliente/FactuGES.dproj b/Source/Cliente/FactuGES.dproj index af337700..3e33a725 100644 --- a/Source/Cliente/FactuGES.dproj +++ b/Source/Cliente/FactuGES.dproj @@ -82,6 +82,7 @@ +