git-svn-id: https://192.168.0.254/svn/Proyectos.Acana_FactuGES2/trunk@97 f4e31baf-9722-1c47-927c-6f952f962d4b
264 lines
7.8 KiB
Plaintext
264 lines
7.8 KiB
Plaintext
inherited frViewEmpleado: TfrViewEmpleado
|
|
Height = 391
|
|
OnCreate = CustomViewCreate
|
|
OnDestroy = CustomViewDestroy
|
|
ExplicitHeight = 391
|
|
inherited dxLayoutControlContacto: TdxLayoutControl
|
|
Height = 391
|
|
ExplicitHeight = 391
|
|
inherited PngSpeedButton1: TPngSpeedButton
|
|
Left = 520
|
|
ExplicitLeft = 520
|
|
end
|
|
inherited PngSpeedButton2: TPngSpeedButton
|
|
Left = 520
|
|
ExplicitLeft = 520
|
|
end
|
|
inherited PngSpeedButton3: TPngSpeedButton
|
|
Left = 520
|
|
ExplicitLeft = 520
|
|
end
|
|
inherited eCalle: TcxDBTextEdit
|
|
Left = 121
|
|
TabOrder = 6
|
|
ExplicitLeft = 121
|
|
ExplicitWidth = 260
|
|
Width = 260
|
|
end
|
|
inherited eProvincia: TcxDBTextEdit
|
|
Left = 121
|
|
TabOrder = 9
|
|
ExplicitLeft = 121
|
|
ExplicitWidth = 260
|
|
Width = 260
|
|
end
|
|
inherited ePoblacion: TcxDBTextEdit
|
|
Left = 121
|
|
TabOrder = 7
|
|
ExplicitLeft = 121
|
|
ExplicitWidth = 159
|
|
Width = 159
|
|
end
|
|
inherited eCodigoPostal: TcxDBTextEdit
|
|
Left = 177
|
|
TabOrder = 8
|
|
ExplicitLeft = 177
|
|
end
|
|
inherited eObservaciones: TcxDBMemo
|
|
TabOrder = 18
|
|
ExplicitWidth = 630
|
|
ExplicitHeight = 148
|
|
Height = 148
|
|
Width = 630
|
|
end
|
|
object eFechaNacimiento: TcxDBDateEdit [8]
|
|
Left = 121
|
|
Top = 82
|
|
DataBinding.DataField = 'FECHA_NACIMIENTO'
|
|
DataBinding.DataSource = dsContacto
|
|
Style.BorderColor = clWindowFrame
|
|
Style.BorderStyle = ebs3D
|
|
Style.HotTrack = False
|
|
Style.LookAndFeel.NativeStyle = True
|
|
Style.ButtonStyle = bts3D
|
|
Style.PopupBorderStyle = epbsFrame3D
|
|
StyleDisabled.LookAndFeel.NativeStyle = True
|
|
StyleFocused.LookAndFeel.NativeStyle = True
|
|
StyleHot.LookAndFeel.NativeStyle = True
|
|
TabOrder = 19
|
|
Width = 121
|
|
end
|
|
object eFechaAltaEmpresa: TcxDBDateEdit [9]
|
|
Left = 121
|
|
Top = 82
|
|
DataBinding.DataField = 'FECHA_ALTA_EMPRESA'
|
|
DataBinding.DataSource = dsContacto
|
|
Style.BorderColor = clWindowFrame
|
|
Style.BorderStyle = ebs3D
|
|
Style.HotTrack = False
|
|
Style.LookAndFeel.NativeStyle = True
|
|
Style.ButtonStyle = bts3D
|
|
Style.PopupBorderStyle = epbsFrame3D
|
|
StyleDisabled.LookAndFeel.NativeStyle = True
|
|
StyleFocused.LookAndFeel.NativeStyle = True
|
|
StyleHot.LookAndFeel.NativeStyle = True
|
|
TabOrder = 3
|
|
Width = 235
|
|
end
|
|
inherited eTlfParticular: TcxDBTextEdit
|
|
Left = 367
|
|
TabOrder = 11
|
|
ExplicitLeft = 367
|
|
ExplicitWidth = 91
|
|
Width = 91
|
|
end
|
|
inherited eTlfTrabajo: TcxDBTextEdit
|
|
Left = 367
|
|
TabOrder = 10
|
|
ExplicitLeft = 367
|
|
ExplicitWidth = 127
|
|
Width = 127
|
|
end
|
|
object cbCategoria: TcxDBComboBox [12]
|
|
Left = 121
|
|
Top = 109
|
|
DataBinding.DataField = 'CATEGORIA'
|
|
DataBinding.DataSource = dsContacto
|
|
Properties.ImmediatePost = True
|
|
Properties.OnInitPopup = cbCategoriaPropertiesInitPopup
|
|
Properties.OnValidate = cbCategoriaPropertiesValidate
|
|
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 = 4
|
|
Width = 225
|
|
end
|
|
inherited eTlfMovil: TcxDBTextEdit
|
|
Left = 367
|
|
TabOrder = 12
|
|
ExplicitLeft = 367
|
|
ExplicitWidth = 155
|
|
Width = 155
|
|
end
|
|
inherited eFax: TcxDBTextEdit
|
|
Left = 367
|
|
TabOrder = 13
|
|
ExplicitLeft = 367
|
|
ExplicitWidth = 121
|
|
Width = 121
|
|
end
|
|
inherited eNombre: TcxDBTextEdit
|
|
Left = 121
|
|
ExplicitLeft = 121
|
|
ExplicitWidth = 263
|
|
Width = 263
|
|
end
|
|
inherited eNIFCIF: TcxDBTextEdit
|
|
Left = 177
|
|
ExplicitLeft = 177
|
|
ExplicitWidth = 100
|
|
Width = 100
|
|
end
|
|
inherited eMailTrabajo: TcxDBHyperLinkEdit
|
|
Left = 367
|
|
Properties.Prefix = 'mailto:'
|
|
TabOrder = 14
|
|
ExplicitLeft = 367
|
|
ExplicitWidth = 129
|
|
Width = 129
|
|
end
|
|
inherited eMailParticular: TcxDBHyperLinkEdit
|
|
Left = 367
|
|
Properties.Prefix = 'mailto:'
|
|
TabOrder = 15
|
|
ExplicitLeft = 367
|
|
ExplicitWidth = 165
|
|
Width = 165
|
|
end
|
|
inherited ePaginaWeb: TcxDBHyperLinkEdit
|
|
Left = 367
|
|
TabOrder = 16
|
|
ExplicitLeft = 367
|
|
ExplicitWidth = 165
|
|
Width = 165
|
|
end
|
|
inherited eReferencia: TcxDBTextEdit
|
|
Left = 121
|
|
ExplicitLeft = 121
|
|
ExplicitWidth = 38
|
|
Width = 38
|
|
end
|
|
inherited ePersonaContacto: TcxDBTextEdit
|
|
Left = 121
|
|
TabOrder = 5
|
|
ExplicitLeft = 121
|
|
ExplicitWidth = 256
|
|
Width = 256
|
|
end
|
|
inherited frViewTienda1: TfrViewTienda
|
|
Left = 272
|
|
Width = 451
|
|
TabOrder = 17
|
|
ExplicitLeft = 272
|
|
ExplicitWidth = 451
|
|
inherited dxLayoutControl1: TdxLayoutControl
|
|
Width = 451
|
|
inherited cbTienda: TcxDBComboBox
|
|
DataBinding.DataSource = dsContacto
|
|
ExplicitWidth = 412
|
|
Width = 412
|
|
end
|
|
end
|
|
end
|
|
inherited dxLayoutControlContactoGroup_Root: TdxLayoutGroup
|
|
inherited dxLayoutControlContactoGroup9: TdxLayoutGroup
|
|
inherited dxLayoutControlContactoGroup4: TdxLayoutGroup
|
|
inherited dxLayoutControlContactoGroup1: TdxLayoutGroup
|
|
inherited dxLayoutControlContactoGroup16: TdxLayoutGroup
|
|
inherited dxLayoutControlContactoItem14: TdxLayoutItem
|
|
Caption = 'DNI:'
|
|
end
|
|
end
|
|
inherited dxLayoutControlContactoItem13: TdxLayoutItem
|
|
Caption = 'Nombre y apellidos:'
|
|
end
|
|
object dxLayoutControlContactoGroup10: TdxLayoutGroup
|
|
ShowCaption = False
|
|
Hidden = True
|
|
LayoutDirection = ldHorizontal
|
|
ShowBorder = False
|
|
object dxLayoutControlContactoItem19: TdxLayoutItem
|
|
AutoAligns = [aaVertical]
|
|
AlignHorz = ahClient
|
|
Caption = 'Fecha de alta:'
|
|
Control = eFechaAltaEmpresa
|
|
ControlOptions.ShowBorder = False
|
|
end
|
|
end
|
|
object dxLayoutControlContactoItem20: TdxLayoutItem
|
|
Caption = 'Categor'#237'a:'
|
|
Control = cbCategoria
|
|
ControlOptions.ShowBorder = False
|
|
end
|
|
end
|
|
inherited dxLayoutControlContactoGroup3: TdxLayoutGroup
|
|
inherited dxLayoutControlContactoItem167: TdxLayoutItem
|
|
Visible = False
|
|
end
|
|
end
|
|
end
|
|
inherited dxLayoutControlContactoGroup6: TdxLayoutGroup
|
|
inherited dxLayoutControlContactoGroup2: TdxLayoutGroup
|
|
inherited dxLayoutControlContactoItem9: TdxLayoutItem
|
|
Visible = True
|
|
end
|
|
inherited dxLayoutControlContactoItem12: TdxLayoutItem
|
|
Visible = False
|
|
end
|
|
end
|
|
inherited dxLayoutControlContactoGroup5: TdxLayoutGroup
|
|
Visible = False
|
|
end
|
|
inherited dxLayoutControlContactoGroup100: TdxLayoutGroup
|
|
Caption = 'El empleado pertenece a la tienda'
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
inherited dsContacto: TDADataSource
|
|
Left = 32
|
|
Top = 80
|
|
end
|
|
end
|