This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
LuisLeon_FactuGES/Modulos/Contactos/Views/uViewCliente.dfm
2007-06-11 15:35:41 +00:00

184 lines
4.7 KiB
Plaintext

inherited frViewCliente: TfrViewCliente
Width = 653
Height = 404
ExplicitWidth = 653
ExplicitHeight = 404
inherited dxLayoutControlContacto: TdxLayoutControl
Width = 653
Height = 404
ExplicitWidth = 653
ExplicitHeight = 404
inherited PngSpeedButton1: TPngSpeedButton
Left = 608
ExplicitLeft = 608
end
inherited PngSpeedButton2: TPngSpeedButton
Left = 608
ExplicitLeft = 608
end
inherited PngSpeedButton3: TPngSpeedButton
Left = 608
ExplicitLeft = 608
end
inherited eCalle: TcxDBTextEdit
Top = 135
TabOrder = 3
ExplicitTop = 135
ExplicitWidth = 259
Width = 259
end
inherited eProvincia: TcxDBTextEdit
Top = 189
TabOrder = 6
ExplicitTop = 189
ExplicitWidth = 189
Width = 189
end
inherited ePoblacion: TcxDBTextEdit
Top = 162
TabOrder = 4
ExplicitTop = 162
ExplicitWidth = 125
Width = 125
end
inherited eCodigoPostal: TcxDBTextEdit
Left = 276
Top = 162
TabOrder = 5
ExplicitLeft = 276
ExplicitTop = 162
end
inherited cxDBMemo1: TcxDBMemo
Top = 318
TabOrder = 18
ExplicitTop = 318
ExplicitWidth = 609
ExplicitHeight = 70
Height = 70
Width = 609
end
inherited eTlfParticular: TcxDBTextEdit
Left = 464
TabOrder = 12
ExplicitLeft = 464
end
inherited eTlfTrabajo: TcxDBTextEdit
Left = 464
TabOrder = 11
ExplicitLeft = 464
end
inherited eTlfMovil: TcxDBTextEdit
Left = 464
TabOrder = 13
ExplicitLeft = 464
end
inherited eFax: TcxDBTextEdit
Left = 464
TabOrder = 14
ExplicitLeft = 464
end
inherited eNombre: TcxDBTextEdit
ExplicitWidth = 133
Width = 133
end
inherited eNIFCIF: TcxDBTextEdit
ExplicitWidth = 117
Width = 117
end
inherited eMailTrabajo: TcxDBHyperLinkEdit
Left = 464
Properties.Prefix = 'mailto:'
TabOrder = 15
ExplicitLeft = 464
end
object eAgente: TcxDBLookupComboBox [15]
Left = 76
Top = 84
DataBinding.DataField = 'ID_AGENTE'
DataBinding.DataSource = dsContacto
Properties.KeyFieldNames = 'ID'
Properties.ListColumns = <
item
SortOrder = soAscending
FieldName = 'NOMBRE'
end>
Properties.ListOptions.GridLines = glNone
Properties.ListOptions.ShowHeader = False
Properties.ListSource = dsAgentes
Style.BorderColor = clWindowFrame
Style.BorderStyle = ebs3D
Style.HotTrack = False
Style.LookAndFeel.Kind = lfStandard
Style.LookAndFeel.NativeStyle = True
Style.ButtonStyle = bts3D
Style.PopupBorderStyle = epbsFrame3D
StyleDisabled.LookAndFeel.Kind = lfStandard
StyleDisabled.LookAndFeel.NativeStyle = True
StyleFocused.LookAndFeel.Kind = lfStandard
StyleFocused.LookAndFeel.NativeStyle = True
StyleHot.LookAndFeel.Kind = lfStandard
StyleHot.LookAndFeel.NativeStyle = True
TabOrder = 2
Width = 105
end
inherited eMailParticular: TcxDBHyperLinkEdit
Left = 464
Properties.Prefix = 'mailto:'
TabOrder = 16
ExplicitLeft = 464
end
inherited ePaginaWeb: TcxDBHyperLinkEdit
Left = 464
TabOrder = 17
ExplicitLeft = 464
end
inherited eCuenta: TcxDBTextEdit
Top = 267
TabOrder = 10
ExplicitTop = 267
ExplicitWidth = 86
Width = 86
end
inherited eDC: TcxDBTextEdit
Top = 267
TabOrder = 9
ExplicitTop = 267
end
inherited eSucursal: TcxDBTextEdit
Left = 236
Top = 240
TabOrder = 8
ExplicitLeft = 236
ExplicitTop = 240
ExplicitWidth = 102
Width = 102
end
inherited eEntidad: TcxDBTextEdit
Top = 240
TabOrder = 7
ExplicitTop = 240
ExplicitWidth = 102
Width = 102
end
inherited dxLayoutControlContactoGroup_Root: TdxLayoutGroup
AutoAligns = [aaHorizontal]
AlignVert = avBottom
inherited dxLayoutControlContactoGroup9: TdxLayoutGroup
inherited dxLayoutControlContactoGroup4: TdxLayoutGroup
inherited dxLayoutControlContactoGroup1: TdxLayoutGroup
object dxLayoutControlContactoItem19: TdxLayoutItem
Caption = 'Agente:'
Control = eAgente
ControlOptions.ShowBorder = False
end
end
end
end
end
end
object dsAgentes: TDADataSource
Left = 232
Top = 80
end
end