first commit (2012-02-01)
This commit is contained in:
38
src/agentes.dfm
Normal file
38
src/agentes.dfm
Normal 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
|
Reference in New Issue
Block a user