git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@29 05c56307-c608-d34a-929d-697000501d7a
43 lines
822 B
Plaintext
43 lines
822 B
Plaintext
object Form2: TForm2
|
|
Left = 200
|
|
Top = 108
|
|
Width = 435
|
|
Height = 300
|
|
Caption = 'DBGrid'
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = []
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object DBGrid1: TDBGrid
|
|
Left = 0
|
|
Top = 0
|
|
Width = 427
|
|
Height = 232
|
|
Align = alClient
|
|
TabOrder = 0
|
|
TitleFont.Color = clWindowText
|
|
TitleFont.Height = -11
|
|
TitleFont.Name = 'MS Sans Serif'
|
|
TitleFont.Style = []
|
|
end
|
|
object Panel1: TPanel
|
|
Left = 0
|
|
Top = 232
|
|
Width = 427
|
|
Height = 41
|
|
Align = alBottom
|
|
BevelOuter = bvNone
|
|
TabOrder = 1
|
|
object BitBtn1: TBitBtn
|
|
Left = 344
|
|
Top = 8
|
|
Width = 75
|
|
Height = 25
|
|
TabOrder = 0
|
|
Kind = bkClose
|
|
end
|
|
end
|
|
end
|