You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
651 B
31 lines
651 B
inherited cadGrupos: TcadGrupos
|
|
Caption = 'Grupos'
|
|
ClientHeight = 261
|
|
ClientWidth = 435
|
|
ExplicitWidth = 441
|
|
ExplicitHeight = 289
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
inherited stbStatus: TStatusBar
|
|
Top = 242
|
|
Width = 435
|
|
end
|
|
object DBGrid1: TDBGrid
|
|
Left = 8
|
|
Top = 8
|
|
Width = 386
|
|
Height = 153
|
|
DataSource = dtsGrupos
|
|
TabOrder = 1
|
|
TitleFont.Charset = DEFAULT_CHARSET
|
|
TitleFont.Color = clWindowText
|
|
TitleFont.Height = -11
|
|
TitleFont.Name = 'MS Sans Serif'
|
|
TitleFont.Style = []
|
|
end
|
|
object dtsGrupos: TDataSource
|
|
DataSet = dtmSystem.tblGrupos
|
|
Left = 320
|
|
Top = 112
|
|
end
|
|
end
|