git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@448 0c75b7a4-871f-7646-8a2f-f78d34cc349f
322 lines
9.9 KiB
Plaintext
322 lines
9.9 KiB
Plaintext
inherited frViewEmpleado: TfrViewEmpleado
|
|
Width = 673
|
|
Height = 424
|
|
OnCreate = CustomViewCreate
|
|
OnDestroy = CustomViewDestroy
|
|
ExplicitWidth = 673
|
|
ExplicitHeight = 424
|
|
inherited dxLayoutControlContacto: TdxLayoutControl
|
|
Width = 673
|
|
Height = 424
|
|
ExplicitWidth = 673
|
|
ExplicitHeight = 424
|
|
inherited PngSpeedButton1: TPngSpeedButton
|
|
Left = 628
|
|
ExplicitLeft = 628
|
|
end
|
|
inherited PngSpeedButton2: TPngSpeedButton
|
|
Left = 628
|
|
ExplicitLeft = 628
|
|
end
|
|
inherited PngSpeedButton3: TPngSpeedButton
|
|
Left = 628
|
|
ExplicitLeft = 628
|
|
end
|
|
inherited eCalle: TcxDBTextEdit
|
|
Left = 121
|
|
Top = 226
|
|
TabOrder = 6
|
|
ExplicitLeft = 121
|
|
ExplicitTop = 226
|
|
ExplicitWidth = 239
|
|
Width = 239
|
|
end
|
|
inherited cbProvincia: TcxDBComboBox
|
|
Left = 121
|
|
Top = 253
|
|
TabOrder = 7
|
|
ExplicitLeft = 121
|
|
ExplicitTop = 253
|
|
ExplicitWidth = 138
|
|
Width = 138
|
|
end
|
|
inherited cbPoblacion: TcxDBComboBox
|
|
Left = 121
|
|
Top = 280
|
|
TabOrder = 9
|
|
ExplicitLeft = 121
|
|
ExplicitTop = 280
|
|
ExplicitWidth = 239
|
|
Width = 239
|
|
end
|
|
inherited eCodigoPostal: TcxDBTextEdit
|
|
Left = 295
|
|
Top = 253
|
|
TabOrder = 8
|
|
ExplicitLeft = 295
|
|
ExplicitTop = 253
|
|
end
|
|
inherited eObservaciones: TcxDBMemo
|
|
Top = 364
|
|
TabOrder = 20
|
|
ExplicitTop = 364
|
|
ExplicitWidth = 629
|
|
ExplicitHeight = 38
|
|
Height = 38
|
|
Width = 629
|
|
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 = 3
|
|
Width = 239
|
|
end
|
|
object eFechaAltaEmpresa: TcxDBDateEdit [9]
|
|
Left = 121
|
|
Top = 109
|
|
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 = 4
|
|
Width = 239
|
|
end
|
|
object cbCategoria: TcxDBComboBox [10]
|
|
Left = 121
|
|
Top = 136
|
|
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 = 5
|
|
Width = 239
|
|
end
|
|
object cbContrato: TcxDBComboBox [11]
|
|
Left = 485
|
|
Top = 280
|
|
DataBinding.DataField = 'CONTRATO'
|
|
DataBinding.DataSource = dsContacto
|
|
Properties.ImmediatePost = True
|
|
Properties.ImmediateUpdateText = True
|
|
Properties.OnInitPopup = cbContratoPropertiesInitPopup
|
|
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 = 18
|
|
Width = 166
|
|
end
|
|
object eDuracionContrato: TcxDBTextEdit [12]
|
|
Left = 485
|
|
Top = 307
|
|
DataBinding.DataField = 'DURACION'
|
|
DataBinding.DataSource = dsContacto
|
|
Style.BorderColor = clWindowFrame
|
|
Style.BorderStyle = ebs3D
|
|
Style.LookAndFeel.Kind = lfStandard
|
|
Style.LookAndFeel.NativeStyle = True
|
|
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 = 19
|
|
Width = 166
|
|
end
|
|
inherited eTlfParticular: TcxDBTextEdit
|
|
Left = 485
|
|
TabOrder = 12
|
|
ExplicitLeft = 485
|
|
ExplicitWidth = 166
|
|
Width = 166
|
|
end
|
|
inherited eTlfTrabajo: TcxDBTextEdit
|
|
Left = 485
|
|
TabOrder = 11
|
|
ExplicitLeft = 485
|
|
ExplicitWidth = 166
|
|
Width = 166
|
|
end
|
|
inherited eTlfMovil: TcxDBTextEdit
|
|
Left = 485
|
|
TabOrder = 13
|
|
ExplicitLeft = 485
|
|
ExplicitWidth = 166
|
|
Width = 166
|
|
end
|
|
inherited eFax: TcxDBTextEdit
|
|
Left = 485
|
|
TabOrder = 14
|
|
ExplicitLeft = 485
|
|
ExplicitWidth = 166
|
|
Width = 166
|
|
end
|
|
inherited eNombre: TcxDBTextEdit
|
|
Left = 121
|
|
ExplicitLeft = 121
|
|
ExplicitWidth = 239
|
|
Width = 239
|
|
end
|
|
inherited eNIFCIF: TcxDBTextEdit
|
|
Left = 227
|
|
ExplicitLeft = 227
|
|
ExplicitWidth = 133
|
|
Width = 133
|
|
end
|
|
inherited eMailTrabajo: TcxDBHyperLinkEdit
|
|
Left = 485
|
|
Properties.Prefix = 'mailto:'
|
|
TabOrder = 15
|
|
ExplicitLeft = 485
|
|
ExplicitWidth = 137
|
|
Width = 137
|
|
end
|
|
inherited eMailParticular: TcxDBHyperLinkEdit
|
|
Left = 485
|
|
Properties.Prefix = 'mailto:'
|
|
TabOrder = 16
|
|
ExplicitLeft = 485
|
|
ExplicitWidth = 137
|
|
Width = 137
|
|
end
|
|
inherited ePaginaWeb: TcxDBHyperLinkEdit
|
|
Left = 485
|
|
TabOrder = 17
|
|
ExplicitLeft = 485
|
|
ExplicitWidth = 137
|
|
Width = 137
|
|
end
|
|
inherited eReferencia: TcxDBTextEdit
|
|
Left = 121
|
|
ExplicitLeft = 121
|
|
ExplicitWidth = 73
|
|
Width = 73
|
|
end
|
|
inherited ePersonaContacto: TcxDBTextEdit
|
|
Left = 121
|
|
Top = 307
|
|
TabOrder = 10
|
|
ExplicitLeft = 121
|
|
ExplicitTop = 307
|
|
ExplicitWidth = 239
|
|
Width = 239
|
|
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 dxLayoutControlContactoItem16: TdxLayoutItem
|
|
AutoAligns = [aaVertical]
|
|
AlignHorz = ahClient
|
|
Caption = 'Fecha nacimiento:'
|
|
Control = eFechaNacimiento
|
|
ControlOptions.ShowBorder = False
|
|
end
|
|
object dxLayoutControlContactoItem19: TdxLayoutItem
|
|
AutoAligns = [aaVertical]
|
|
AlignHorz = ahClient
|
|
Caption = 'Fecha de alta:'
|
|
Control = eFechaAltaEmpresa
|
|
ControlOptions.ShowBorder = False
|
|
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 dxLayoutControlContactoItem10: TdxLayoutItem
|
|
Caption = 'Tlf. trabajo:'
|
|
Visible = False
|
|
end
|
|
inherited dxLayoutControlContactoItem9: TdxLayoutItem
|
|
Caption = 'Tlf. particular:'
|
|
end
|
|
inherited dxLayoutControlContactoItem12: TdxLayoutItem
|
|
Visible = False
|
|
end
|
|
end
|
|
inherited dxLayoutControlContactoGroup5: TdxLayoutGroup
|
|
Visible = False
|
|
end
|
|
object dxLayoutControlContactoGroup14: TdxLayoutGroup
|
|
Caption = 'Contrato'
|
|
object dxLayoutControlContactoItem21: TdxLayoutItem
|
|
Caption = 'Tipo de contrato:'
|
|
Control = cbContrato
|
|
ControlOptions.ShowBorder = False
|
|
end
|
|
object dxLayoutControlContactoItem22: TdxLayoutItem
|
|
Caption = 'Duraci'#243'n:'
|
|
Control = eDuracionContrato
|
|
ControlOptions.ShowBorder = False
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
inherited dsContacto: TDADataSource
|
|
Left = 32
|
|
Top = 80
|
|
end
|
|
end
|