git-svn-id: https://192.168.0.254/svn/Proyectos.EstudioCarnicero_ProGestion/trunk@4 1b8572a8-2d6b-b84e-8c90-20ed86fa4eca
116 lines
3.9 KiB
Plaintext
116 lines
3.9 KiB
Plaintext
inherited frViewReciboCliente: TfrViewReciboCliente
|
|
Width = 466
|
|
Height = 301
|
|
Align = alClient
|
|
object dxLayoutControl1: TdxLayoutControl
|
|
Left = 0
|
|
Top = 0
|
|
Width = 466
|
|
Height = 301
|
|
Align = alClient
|
|
ParentBackground = True
|
|
TabOrder = 0
|
|
AutoContentSizes = [acsWidth, acsHeight]
|
|
DesignSize = (
|
|
466
|
|
301)
|
|
inline frViewDatosYSeleccionContacto21: TfrViewDatosYSeleccionContacto2
|
|
Left = 10
|
|
Top = 37
|
|
Width = 450
|
|
Height = 238
|
|
Constraints.MinHeight = 202
|
|
Constraints.MinWidth = 350
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
ParentFont = False
|
|
TabOrder = 1
|
|
ReadOnly = False
|
|
inherited dxLayoutControl1: TdxLayoutControl
|
|
inherited edtlNombre: TcxDBTextEdit
|
|
DataBinding.DataSource = DADataSource
|
|
Properties.ReadOnly = False
|
|
Properties.OnEditValueChanged = frViewDatosYSeleccionContacto21edtlNombrePropertiesEditValueChanged
|
|
end
|
|
inherited edtCalle: TcxDBTextEdit
|
|
DataBinding.DataSource = DADataSource
|
|
Properties.ReadOnly = False
|
|
Properties.OnEditValueChanged = frViewDatosYSeleccionContacto21edtlNombrePropertiesEditValueChanged
|
|
end
|
|
inherited edtProvincia: TcxDBTextEdit
|
|
DataBinding.DataSource = DADataSource
|
|
Properties.ReadOnly = False
|
|
Properties.OnEditValueChanged = frViewDatosYSeleccionContacto21edtlNombrePropertiesEditValueChanged
|
|
end
|
|
inherited edtPoblacion: TcxDBTextEdit
|
|
DataBinding.DataSource = DADataSource
|
|
Properties.ReadOnly = False
|
|
Properties.OnEditValueChanged = frViewDatosYSeleccionContacto21edtlNombrePropertiesEditValueChanged
|
|
end
|
|
inherited edtCodigoPostal: TcxDBTextEdit
|
|
DataBinding.DataSource = DADataSource
|
|
Properties.ReadOnly = False
|
|
Properties.OnEditValueChanged = frViewDatosYSeleccionContacto21edtlNombrePropertiesEditValueChanged
|
|
end
|
|
inherited ToolBar2: TToolBar
|
|
Left = 235
|
|
end
|
|
inherited edtNIFCIF: TcxDBTextEdit
|
|
DataBinding.DataSource = DADataSource
|
|
Properties.ReadOnly = False
|
|
Properties.OnEditValueChanged = frViewDatosYSeleccionContacto21edtlNombrePropertiesEditValueChanged
|
|
end
|
|
end
|
|
end
|
|
object edtFecha: TcxDBDateEdit
|
|
Left = 63
|
|
Top = 10
|
|
Anchors = [akLeft]
|
|
AutoSize = False
|
|
DataBinding.DataField = 'FECHARECIBO'
|
|
DataBinding.DataSource = DADataSource
|
|
Style.BorderColor = clWindowFrame
|
|
Style.BorderStyle = ebs3D
|
|
Style.Color = clInfoBk
|
|
Style.HotTrack = False
|
|
Style.LookAndFeel.NativeStyle = True
|
|
Style.Shadow = False
|
|
Style.ButtonStyle = bts3D
|
|
Style.ButtonTransparency = ebtNone
|
|
Style.PopupBorderStyle = epbsFrame3D
|
|
StyleDisabled.LookAndFeel.NativeStyle = True
|
|
StyleFocused.LookAndFeel.NativeStyle = True
|
|
StyleHot.LookAndFeel.NativeStyle = True
|
|
TabOrder = 0
|
|
Height = 21
|
|
Width = 200
|
|
end
|
|
object dxLayoutControl1Group_Root: TdxLayoutGroup
|
|
ShowCaption = False
|
|
Hidden = True
|
|
ShowBorder = False
|
|
object dxLayoutControl1Item1: TdxLayoutItem
|
|
AutoAligns = [aaVertical]
|
|
Caption = 'Fecha:'
|
|
Offsets.Left = 15
|
|
Control = edtFecha
|
|
ControlOptions.ShowBorder = False
|
|
end
|
|
object dxLayoutControl1Item2: TdxLayoutItem
|
|
Control = frViewDatosYSeleccionContacto21
|
|
ControlOptions.AutoColor = True
|
|
ControlOptions.ShowBorder = False
|
|
end
|
|
object dxLayoutControl1Item3: TdxLayoutItem
|
|
ControlOptions.AutoColor = True
|
|
ControlOptions.ShowBorder = False
|
|
end
|
|
end
|
|
end
|
|
object DADataSource: TDADataSource
|
|
end
|
|
end
|