Files
gestionServicios/src/agentes.dfm
2021-09-01 19:41:31 +02:00

39 lines
885 B
Plaintext

object gestionAgentes: TgestionAgentes
Left = 511
Top = 161
Width = 400
Height = 450
Caption = 'Gesti'#243'n de Agentes'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object DBGrid2: TDBGrid
Left = 0
Top = 0
Width = 392
Height = 420
Align = alClient
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'nombre'
Title.Caption = 'Nombre del Agente'
Width = 352
Visible = True
end>
end
end