49 lines
1.2 KiB
Plaintext
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
|