Cambio color lineas grid para windows 10

git-svn-id: https://192.168.0.254/svn/Proyectos.EstudioCarnicero_ProGestion/trunk@19 1b8572a8-2d6b-b84e-8c90-20ed86fa4eca
This commit is contained in:
roberto 2020-08-27 11:08:20 +00:00
parent f6a83992cc
commit 3ec67c371c
56 changed files with 2342 additions and 31 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,9 +1,8 @@
object dmBase: TdmBase object dmBase: TdmBase
OldCreateOrder = True OldCreateOrder = True
OnCreate = DAClientDataModuleCreate OnCreate = DAClientDataModuleCreate
Left = 191 Left = 192
Top = 130 Height = 362
Height = 376
Width = 502 Width = 502
object SmallImages: TPngImageList object SmallImages: TPngImageList
PngImages = < PngImages = <

View File

@ -41,7 +41,6 @@ inherited frViewGrid: TfrViewGrid
OptionsView.GridLineColor = cl3DLight OptionsView.GridLineColor = cl3DLight
OptionsView.GroupByBox = False OptionsView.GroupByBox = False
OptionsView.HeaderEndEllipsis = True OptionsView.HeaderEndEllipsis = True
OptionsView.NewItemRowInfoText = 'Click here to add a new row'
Styles.ContentEven = cxStyleEven Styles.ContentEven = cxStyleEven
Styles.ContentOdd = cxStyleOdd Styles.ContentOdd = cxStyleOdd
Styles.Inactive = cxStyleSelection Styles.Inactive = cxStyleSelection
@ -81,7 +80,7 @@ inherited frViewGrid: TfrViewGrid
PrinterPage.PageSize.Y = 297000 PrinterPage.PageSize.Y = 297000
PrinterPage._dxMeasurementUnits_ = 0 PrinterPage._dxMeasurementUnits_ = 0
PrinterPage._dxLastMU_ = 2 PrinterPage._dxLastMU_ = 2
ReportDocument.CreationDate = 40521.697641412040000000 ReportDocument.CreationDate = 44070.625980925930000000
OptionsCharts.Transparent = True OptionsCharts.Transparent = True
OptionsFormatting.SuppressBackgroundBitmaps = True OptionsFormatting.SuppressBackgroundBitmaps = True
OptionsOnEveryPage.Caption = False OptionsOnEveryPage.Caption = False
@ -107,7 +106,7 @@ inherited frViewGrid: TfrViewGrid
end end
object cxStyleOdd: TcxStyle object cxStyleOdd: TcxStyle
AssignedValues = [svColor] AssignedValues = [svColor]
Color = clInactiveCaptionText Color = clInfoBk
end end
object cxStyleSelection: TcxStyle object cxStyleSelection: TcxStyle
AssignedValues = [svColor, svTextColor] AssignedValues = [svColor, svTextColor]

Binary file not shown.

View File

@ -145,7 +145,7 @@ begin
HostManager.LoadModule('FacturasCliente.bpl'); HostManager.LoadModule('FacturasCliente.bpl');
HostManager.LoadModule('Recibos.bpl'); HostManager.LoadModule('Recibos.bpl');
HostManager.LoadModule('ObrasFinal.bpl'); HostManager.LoadModule('ObrasFinal.bpl');
HostManager.LoadModule('Calendarios.bpl'); // HostManager.LoadModule('Calendarios.bpl');
end; end;
InitializeUI; InitializeUI;

Binary file not shown.

Binary file not shown.

View File

@ -5,8 +5,8 @@ object srvCitas: TsrvCitas
ConnectionName = 'IBX' ConnectionName = 'IBX'
ServiceSchema = schCitas ServiceSchema = schCitas
ServiceAdapter = DABINAdapter ServiceAdapter = DABINAdapter
Left = 394 Left = 397
Top = 211 Top = 159
Height = 184 Height = 184
Width = 245 Width = 245
object schCitas: TDASchema object schCitas: TDASchema

View File

@ -6,9 +6,8 @@ object srvContactos: TsrvContactos
ConnectionName = 'IBX' ConnectionName = 'IBX'
ServiceSchema = schContactos ServiceSchema = schContactos
ServiceAdapter = DABINAdapter ServiceAdapter = DABINAdapter
Left = 358 Left = 361
Top = 144 Height = 362
Height = 368
Width = 464 Width = 464
object schContactos: TDASchema object schContactos: TDASchema
ConnectionManager = dmServer.ConnectionManager ConnectionManager = dmServer.ConnectionManager

View File

@ -5,8 +5,8 @@ object srvFacturasCliente: TsrvFacturasCliente
ConnectionName = 'IBX' ConnectionName = 'IBX'
ServiceSchema = schFacturasCliente ServiceSchema = schFacturasCliente
ServiceAdapter = DABINAdapter ServiceAdapter = DABINAdapter
Left = 567 Left = 568
Height = 446 Height = 362
Width = 347 Width = 347
object schFacturasCliente: TDASchema object schFacturasCliente: TDASchema
ConnectionManager = dmServer.ConnectionManager ConnectionManager = dmServer.ConnectionManager
@ -1215,7 +1215,7 @@ object srvFacturasCliente: TsrvFacturasCliente
ReportOptions.CreateDate = 37871.995398692100000000 ReportOptions.CreateDate = 37871.995398692100000000
ReportOptions.Description.Strings = ( ReportOptions.Description.Strings = (
'Demonstrates how to create simple list report.') 'Demonstrates how to create simple list report.')
ReportOptions.LastChange = 39014.653229525470000000 ReportOptions.LastChange = 42039.464331631900000000
ReportOptions.VersionBuild = '1' ReportOptions.VersionBuild = '1'
ReportOptions.VersionMajor = '12' ReportOptions.VersionMajor = '12'
ReportOptions.VersionMinor = '13' ReportOptions.VersionMinor = '13'

Binary file not shown.

View File

@ -5,8 +5,8 @@ object srvObras: TsrvObras
ConnectionName = 'IBX' ConnectionName = 'IBX'
ServiceSchema = schObras ServiceSchema = schObras
ServiceAdapter = DABINAdapter ServiceAdapter = DABINAdapter
Left = 514 Left = 516
Top = 271 Top = 145
Height = 300 Height = 300
Width = 300 Width = 300
object schObras: TDASchema object schObras: TDASchema
@ -27,8 +27,9 @@ object srvObras: TsrvObras
'S.PROVINCIA, OBRAS.TIPO,'#10' OBRAS.DIMENSIONES, OBRAS.HONORARIOS' + 'S.PROVINCIA, OBRAS.TIPO,'#10' OBRAS.DIMENSIONES, OBRAS.HONORARIOS' +
', OBRAS.IMPORTEHONORARIOS,'#10' OBRAS.APLICAHONORARIOS, OBRAS.TOT' + ', OBRAS.IMPORTEHONORARIOS,'#10' OBRAS.APLICAHONORARIOS, OBRAS.TOT' +
'ALPRESUPUESTOSINI, OBRAS.TOTALPRESUPUESTOSFIN,'#10' OBRAS.CODIGOC' + 'ALPRESUPUESTOSINI, OBRAS.TOTALPRESUPUESTOSFIN,'#10' OBRAS.CODIGOC' +
'ONTACTO, CONTACTOS.NOMBRE as NOMBRECLIENTE, OBRAS.ALMACEN'#10' FROM OBRAS'#10' LEFT J' + 'ONTACTO, CONTACTOS.NOMBRE as NOMBRECLIENTE, OBRAS.ALMACEN'#10' FROM' +
'OIN CONTACTOS ON (OBRAS.CODIGOCONTACTO = CONTACTOS.CODIGO)' ' OBRAS'#10' LEFT JOIN CONTACTOS ON (OBRAS.CODIGOCONTACTO = CONTACTO' +
'S.CODIGO)'
StatementType = stSQL StatementType = stSQL
ColumnMappings = < ColumnMappings = <
item item

Binary file not shown.

View File

@ -5,8 +5,8 @@ object srvRecibosCliente: TsrvRecibosCliente
ConnectionName = 'IBX' ConnectionName = 'IBX'
ServiceSchema = schRecibosCliente ServiceSchema = schRecibosCliente
ServiceAdapter = DABINAdapter ServiceAdapter = DABINAdapter
Left = 441 Left = 445
Top = 217 Top = 79
Height = 328 Height = 328
Width = 207 Width = 207
object DABINAdapter: TDABINAdapter object DABINAdapter: TDABINAdapter

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -5,8 +5,8 @@ object srvConfiguracion: TsrvConfiguracion
ConnectionName = 'IBX' ConnectionName = 'IBX'
ServiceSchema = schConfiguracion ServiceSchema = schConfiguracion
ServiceAdapter = DABINAdapter ServiceAdapter = DABINAdapter
Left = 571 Left = 573
Top = 216 Top = 145
Height = 300 Height = 300
Width = 300 Width = 300
object schConfiguracion: TDASchema object schConfiguracion: TDASchema
@ -51,7 +51,9 @@ object srvConfiguracion: TsrvConfiguracion
item item
Connection = 'IBX' Connection = 'IBX'
TargetTable = 'INTERVALOS' TargetTable = 'INTERVALOS'
SQL = 'SELECT VALOR'#10'FROM CONFIGURACION'#10'WHERE CODIGO = '#39'PATH_PROYECTOS_NUEVO'#39 SQL =
'SELECT VALOR'#10'FROM CONFIGURACION'#10'WHERE CODIGO = '#39'PATH_PROYECTOS_N' +
'UEVO'#39
StatementType = stSQL StatementType = stSQL
ColumnMappings = < ColumnMappings = <
item item
@ -113,7 +115,9 @@ object srvConfiguracion: TsrvConfiguracion
item item
Connection = 'IBX' Connection = 'IBX'
TargetTable = 'INTERVALOS' TargetTable = 'INTERVALOS'
SQL = 'SELECT VALOR'#10'FROM CONFIGURACION'#10'WHERE CODIGO = '#39'PATH_NORMATIVAS_NUEVO'#39 SQL =
'SELECT VALOR'#10'FROM CONFIGURACION'#10'WHERE CODIGO = '#39'PATH_NORMATIVAS_' +
'NUEVO'#39
StatementType = stSQL StatementType = stSQL
ColumnMappings = < ColumnMappings = <
item item

View File

@ -1,7 +1,7 @@
object srvLogin: TsrvLogin object srvLogin: TsrvLogin
OldCreateOrder = True OldCreateOrder = True
Left = 445 Left = 447
Top = 271 Top = 145
Height = 300 Height = 300
Width = 300 Width = 300
object DABINAdapter: TDABINAdapter object DABINAdapter: TDABINAdapter

View File

@ -1,9 +1,8 @@
object dmServer: TdmServer object dmServer: TdmServer
OldCreateOrder = False OldCreateOrder = False
OnCreate = DataModuleCreate OnCreate = DataModuleCreate
Left = 607 Left = 608
Top = 150 Height = 362
Height = 365
Width = 302 Width = 302
object HTTPServer: TROIndyHTTPServer object HTTPServer: TROIndyHTTPServer
Encryption.UseCompression = True Encryption.UseCompression = True