git-svn-id: https://192.168.0.254/svn/Proyectos.AbetoDesign_FactuGES/trunk@75 93f398dd-4eb6-7a46-baf6-13f46f578da2
32 lines
901 B
Plaintext
32 lines
901 B
Plaintext
inherited frViewDetallesFacturaCliente: TfrViewDetallesFacturaCliente
|
|
inherited cxGrid: TcxGrid
|
|
inherited cxGridView: TcxGridDBTableView
|
|
inherited cxGridViewDESCRIPCION: TcxGridDBColumn
|
|
OnGetPropertiesForEdit = cxGridViewDESCRIPCIONGetPropertiesForEdit
|
|
end
|
|
inherited cxGridViewIMPORTENETO: TcxGridDBColumn
|
|
Visible = False
|
|
VisibleForCustomization = False
|
|
end
|
|
end
|
|
end
|
|
object cxRichEdit1: TcxRichEdit [3]
|
|
Left = 78
|
|
Top = 225
|
|
ParentFont = False
|
|
Properties.MemoMode = True
|
|
Lines.Strings = (
|
|
'cxRichEdit1')
|
|
Style.Font.Charset = DEFAULT_CHARSET
|
|
Style.Font.Color = clWindowText
|
|
Style.Font.Height = -13
|
|
Style.Font.Name = 'Lucida Console'
|
|
Style.Font.Style = []
|
|
Style.IsFontAssigned = True
|
|
TabOrder = 3
|
|
Visible = False
|
|
Height = 25
|
|
Width = 145
|
|
end
|
|
end
|