git-svn-id: https://192.168.0.254/svn/Proyectos.AlonsoYSal_FactuGES/trunk@5 9a1d36f3-7752-2d40-8ccb-50eb49674c68
219 lines
5.4 KiB
Plaintext
219 lines
5.4 KiB
Plaintext
inherited frViewAlmacen: TfrViewAlmacen
|
|
Width = 600
|
|
Height = 245
|
|
Align = alClient
|
|
AutoSize = True
|
|
Constraints.MinHeight = 245
|
|
Constraints.MinWidth = 600
|
|
OnResize = FrameResize
|
|
object pnlGeneral: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 313
|
|
Height = 84
|
|
BevelOuter = bvNone
|
|
Constraints.MinWidth = 300
|
|
ParentBackground = True
|
|
ParentColor = True
|
|
TabOrder = 0
|
|
DesignSize = (
|
|
313
|
|
84)
|
|
object Label5: TLabel
|
|
Left = 8
|
|
Top = 8
|
|
Width = 165
|
|
Height = 13
|
|
Caption = 'Datos generales del almac'#233'n'
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clActiveCaption
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = [fsBold]
|
|
ParentFont = False
|
|
end
|
|
object Bevel1: TBevel
|
|
Left = 176
|
|
Top = 8
|
|
Width = 129
|
|
Height = 9
|
|
Anchors = [akLeft, akTop, akRight]
|
|
Shape = bsBottomLine
|
|
end
|
|
object Label2: TLabel
|
|
Left = 16
|
|
Top = 56
|
|
Width = 54
|
|
Height = 26
|
|
Caption = 'Persona de'#13#10'contacto:'
|
|
end
|
|
object Label1: TLabel
|
|
Left = 16
|
|
Top = 32
|
|
Width = 41
|
|
Height = 13
|
|
Caption = 'Nombre:'
|
|
end
|
|
object eNombre: TcxDBTextEdit
|
|
Left = 93
|
|
Top = 28
|
|
Anchors = [akLeft, akTop, akRight]
|
|
DataBinding.DataField = 'NOMBRE'
|
|
DataBinding.DataSource = DADataSource
|
|
Style.Color = 14745599
|
|
Style.LookAndFeel.NativeStyle = True
|
|
StyleDisabled.LookAndFeel.NativeStyle = True
|
|
StyleFocused.LookAndFeel.NativeStyle = True
|
|
StyleHot.LookAndFeel.NativeStyle = True
|
|
TabOrder = 0
|
|
Width = 204
|
|
end
|
|
object ePersonaContacto: TcxDBTextEdit
|
|
Left = 93
|
|
Top = 52
|
|
Anchors = [akLeft, akTop, akRight]
|
|
DataBinding.DataField = 'PERSONACONTACTO'
|
|
DataBinding.DataSource = DADataSource
|
|
Style.LookAndFeel.NativeStyle = True
|
|
StyleDisabled.LookAndFeel.NativeStyle = True
|
|
StyleFocused.LookAndFeel.NativeStyle = True
|
|
StyleHot.LookAndFeel.NativeStyle = True
|
|
TabOrder = 1
|
|
Width = 204
|
|
end
|
|
end
|
|
inline frViewDireccion: TfrViewDireccion
|
|
Left = 0
|
|
Top = 100
|
|
Width = 601
|
|
Height = 140
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
ParentFont = False
|
|
TabOrder = 2
|
|
ReadOnly = False
|
|
inherited Label5: TLabel
|
|
Width = 127
|
|
Caption = 'Direcci'#243'n del almac'#233'n'
|
|
end
|
|
inherited Bevel1: TBevel
|
|
Left = 144
|
|
Width = 445
|
|
end
|
|
inherited eCalle: TcxDBTextEdit
|
|
Left = 92
|
|
Width = 495
|
|
end
|
|
inherited ePoblacion: TcxDBTextEdit
|
|
Left = 92
|
|
Width = 495
|
|
end
|
|
inherited eProvincia: TcxDBTextEdit
|
|
Left = 92
|
|
Width = 495
|
|
end
|
|
inherited eCodigoPostal: TcxDBTextEdit
|
|
Left = 92
|
|
Width = 495
|
|
end
|
|
end
|
|
object Panel1: TPanel
|
|
Left = 313
|
|
Top = 0
|
|
Width = 288
|
|
Height = 113
|
|
BevelOuter = bvNone
|
|
ParentBackground = True
|
|
ParentColor = True
|
|
TabOrder = 1
|
|
DesignSize = (
|
|
288
|
|
113)
|
|
object Label3: TLabel
|
|
Left = 8
|
|
Top = 8
|
|
Width = 129
|
|
Height = 13
|
|
Caption = 'Tel'#233'fonos de contacto'
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clActiveCaption
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = [fsBold]
|
|
ParentFont = False
|
|
end
|
|
object Bevel2: TBevel
|
|
Left = 144
|
|
Top = 8
|
|
Width = 134
|
|
Height = 9
|
|
Anchors = [akLeft, akTop, akRight]
|
|
Shape = bsBottomLine
|
|
end
|
|
object lblTelefono: TLabel
|
|
Left = 22
|
|
Top = 32
|
|
Width = 46
|
|
Height = 13
|
|
Caption = 'Tel'#233'fono:'
|
|
end
|
|
object lblMovil: TLabel
|
|
Left = 22
|
|
Top = 56
|
|
Width = 28
|
|
Height = 13
|
|
Caption = 'M'#243'vil:'
|
|
end
|
|
object lblFax: TLabel
|
|
Left = 22
|
|
Top = 80
|
|
Width = 75
|
|
Height = 13
|
|
Caption = 'N'#250'mero de fax:'
|
|
end
|
|
object eTlfTelefono: TcxDBTextEdit
|
|
Left = 100
|
|
Top = 28
|
|
DataBinding.DataField = 'TELEFONO'
|
|
DataBinding.DataSource = DADataSource
|
|
Style.LookAndFeel.NativeStyle = True
|
|
StyleDisabled.LookAndFeel.NativeStyle = True
|
|
StyleFocused.LookAndFeel.NativeStyle = True
|
|
StyleHot.LookAndFeel.NativeStyle = True
|
|
TabOrder = 0
|
|
Width = 173
|
|
end
|
|
object eTlfMovil: TcxDBTextEdit
|
|
Left = 100
|
|
Top = 52
|
|
DataBinding.DataField = 'MOVIL'
|
|
DataBinding.DataSource = DADataSource
|
|
Style.LookAndFeel.NativeStyle = True
|
|
StyleDisabled.LookAndFeel.NativeStyle = True
|
|
StyleFocused.LookAndFeel.NativeStyle = True
|
|
StyleHot.LookAndFeel.NativeStyle = True
|
|
TabOrder = 1
|
|
Width = 173
|
|
end
|
|
object eFax: TcxDBTextEdit
|
|
Left = 100
|
|
Top = 76
|
|
DataBinding.DataField = 'FAX'
|
|
DataBinding.DataSource = DADataSource
|
|
Style.LookAndFeel.NativeStyle = True
|
|
StyleDisabled.LookAndFeel.NativeStyle = True
|
|
StyleFocused.LookAndFeel.NativeStyle = True
|
|
StyleHot.LookAndFeel.NativeStyle = True
|
|
TabOrder = 2
|
|
Width = 173
|
|
end
|
|
end
|
|
object DADataSource: TDADataSource
|
|
Left = 336
|
|
Top = 64
|
|
end
|
|
end
|