first commit (2012-02-01)

This commit is contained in:
2021-09-01 19:41:31 +02:00
commit 918912ee10
80 changed files with 16890 additions and 0 deletions

38
src/agentes.dfm Normal file
View File

@ -0,0 +1,38 @@
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