This repository has been archived on 2024-12-02. You can view files and clone it, but cannot push or open issues or pull requests.
AlonsoYSal_FactuGES/Modulos/Presupuestos/Cliente/Inicio/uViewInicio.dfm
2007-06-21 16:02:50 +00:00

49 lines
1.2 KiB
Plaintext

object CustomView1: TCustomView1
Left = 0
Top = 0
Width = 347
Height = 291
TabOrder = 0
ReadOnly = False
object dxLayoutControl1: TdxLayoutControl
Left = 0
Top = 0
Width = 347
Height = 291
Align = alClient
TabOrder = 0
AutoContentSizes = [acsWidth, acsHeight]
object DBGrid1: TDBGrid
Left = 24
Top = 30
Width = 320
Height = 116
BorderStyle = bsNone
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object dxLayoutControl1Group_Root: TdxLayoutGroup
ShowCaption = False
Hidden = True
ShowBorder = False
object dxLayoutControl1Group1: TdxLayoutGroup
AutoAligns = [aaHorizontal]
AlignVert = avClient
Caption = 'Prueba'
object dxLayoutControl1Item1: TdxLayoutItem
AutoAligns = []
AlignHorz = ahClient
AlignVert = avClient
Caption = 'New Item'
ShowCaption = False
Control = DBGrid1
end
end
end
end
end