2011-11-14 17:40:41 +00:00
|
|
|
inherited frViewConfiguracionContactos: TfrViewConfiguracionContactos
|
2013-10-08 16:59:28 +00:00
|
|
|
Width = 586
|
|
|
|
|
Height = 406
|
2011-11-14 17:40:41 +00:00
|
|
|
inherited Panel1: TPanel
|
2013-10-08 16:59:28 +00:00
|
|
|
Width = 576
|
|
|
|
|
ExplicitWidth = 422
|
2011-11-14 17:40:41 +00:00
|
|
|
inherited Label3: TLabel
|
2013-10-08 16:59:28 +00:00
|
|
|
Width = 564
|
2011-11-14 17:40:41 +00:00
|
|
|
Caption = 'Configuraci'#243'n para clientes'
|
|
|
|
|
ExplicitWidth = 166
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
inherited JvGradientHeaderPanel1: TJvGradientHeaderPanel
|
2013-10-08 16:59:28 +00:00
|
|
|
Width = 586
|
2011-11-14 17:40:41 +00:00
|
|
|
LabelCaption = 'Configuraci'#243'n para contactos'
|
2013-10-08 16:59:28 +00:00
|
|
|
ExplicitWidth = 432
|
2011-11-14 17:40:41 +00:00
|
|
|
end
|
|
|
|
|
object Panel3: TPanel
|
|
|
|
|
AlignWithMargins = True
|
|
|
|
|
Left = 5
|
|
|
|
|
Top = 68
|
2013-10-08 16:59:28 +00:00
|
|
|
Width = 576
|
2011-11-14 17:40:41 +00:00
|
|
|
Height = 133
|
|
|
|
|
Margins.Left = 5
|
|
|
|
|
Margins.Top = 0
|
|
|
|
|
Margins.Right = 5
|
|
|
|
|
Margins.Bottom = 0
|
|
|
|
|
Align = alTop
|
|
|
|
|
BevelOuter = bvNone
|
|
|
|
|
ParentColor = True
|
|
|
|
|
TabOrder = 2
|
2013-10-08 16:59:28 +00:00
|
|
|
ExplicitWidth = 422
|
2011-11-14 17:40:41 +00:00
|
|
|
object Label1: TLabel
|
|
|
|
|
Left = 17
|
|
|
|
|
Top = 36
|
|
|
|
|
Width = 76
|
|
|
|
|
Height = 13
|
|
|
|
|
Caption = 'Forma de pago:'
|
|
|
|
|
end
|
|
|
|
|
object Label2: TLabel
|
|
|
|
|
Left = 6
|
|
|
|
|
Top = 8
|
|
|
|
|
Width = 246
|
|
|
|
|
Height = 13
|
|
|
|
|
Caption = 'Valores por defecto al dar de alta un cliente nuevo:'
|
|
|
|
|
end
|
|
|
|
|
object Label4: TLabel
|
|
|
|
|
Left = 17
|
|
|
|
|
Top = 63
|
|
|
|
|
Width = 80
|
|
|
|
|
Height = 13
|
|
|
|
|
Caption = 'R'#233'gimen de IVA:'
|
|
|
|
|
end
|
|
|
|
|
object Label5: TLabel
|
|
|
|
|
Left = 17
|
|
|
|
|
Top = 90
|
|
|
|
|
Width = 50
|
|
|
|
|
Height = 13
|
|
|
|
|
Caption = '% de IVA:'
|
|
|
|
|
end
|
|
|
|
|
object cbFormaPago: TComboBox
|
|
|
|
|
Left = 111
|
|
|
|
|
Top = 33
|
|
|
|
|
Width = 168
|
|
|
|
|
Height = 21
|
|
|
|
|
Style = csDropDownList
|
2011-11-18 17:12:39 +00:00
|
|
|
ItemHeight = 13
|
2011-11-14 17:40:41 +00:00
|
|
|
TabOrder = 0
|
|
|
|
|
end
|
|
|
|
|
object cbRegimenIVA: TComboBox
|
|
|
|
|
Left = 111
|
|
|
|
|
Top = 60
|
|
|
|
|
Width = 168
|
|
|
|
|
Height = 21
|
|
|
|
|
Style = csDropDownList
|
2011-11-18 17:12:39 +00:00
|
|
|
ItemHeight = 13
|
2011-11-14 17:40:41 +00:00
|
|
|
TabOrder = 1
|
|
|
|
|
end
|
|
|
|
|
object bFormasPago: TButton
|
|
|
|
|
Left = 285
|
|
|
|
|
Top = 33
|
|
|
|
|
Width = 132
|
|
|
|
|
Height = 21
|
|
|
|
|
Caption = 'Ver las formas de pago...'
|
|
|
|
|
TabOrder = 2
|
|
|
|
|
OnClick = bFormasPagoClick
|
|
|
|
|
end
|
|
|
|
|
object bTiposIVA: TButton
|
|
|
|
|
Left = 285
|
|
|
|
|
Top = 87
|
|
|
|
|
Width = 132
|
|
|
|
|
Height = 21
|
|
|
|
|
Caption = 'Ver los tipos de IVA...'
|
|
|
|
|
TabOrder = 3
|
|
|
|
|
OnClick = bTiposIVAClick
|
|
|
|
|
end
|
|
|
|
|
object cbIVA: TComboBox
|
|
|
|
|
Left = 111
|
|
|
|
|
Top = 87
|
|
|
|
|
Width = 168
|
|
|
|
|
Height = 21
|
|
|
|
|
Style = csDropDownList
|
2011-11-18 17:12:39 +00:00
|
|
|
ItemHeight = 13
|
2011-11-14 17:40:41 +00:00
|
|
|
TabOrder = 4
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
object Panel4: TPanel
|
|
|
|
|
AlignWithMargins = True
|
|
|
|
|
Left = 5
|
|
|
|
|
Top = 223
|
2013-10-08 16:59:28 +00:00
|
|
|
Width = 576
|
2011-11-14 17:40:41 +00:00
|
|
|
Height = 130
|
|
|
|
|
Margins.Left = 5
|
|
|
|
|
Margins.Top = 0
|
|
|
|
|
Margins.Right = 5
|
|
|
|
|
Margins.Bottom = 0
|
|
|
|
|
Align = alTop
|
|
|
|
|
BevelOuter = bvNone
|
|
|
|
|
ParentColor = True
|
|
|
|
|
TabOrder = 3
|
2013-10-08 16:59:28 +00:00
|
|
|
ExplicitWidth = 422
|
2011-11-14 17:40:41 +00:00
|
|
|
object Label7: TLabel
|
|
|
|
|
Left = 17
|
|
|
|
|
Top = 37
|
|
|
|
|
Width = 76
|
|
|
|
|
Height = 13
|
|
|
|
|
Caption = 'Forma de pago:'
|
|
|
|
|
end
|
|
|
|
|
object Label8: TLabel
|
|
|
|
|
Left = 6
|
|
|
|
|
Top = 8
|
|
|
|
|
Width = 265
|
|
|
|
|
Height = 13
|
|
|
|
|
Caption = 'Valores por defecto al dar de alta un proveedor nuevo:'
|
|
|
|
|
end
|
|
|
|
|
object Label9: TLabel
|
|
|
|
|
Left = 17
|
|
|
|
|
Top = 64
|
|
|
|
|
Width = 80
|
|
|
|
|
Height = 13
|
|
|
|
|
Caption = 'R'#233'gimen de IVA:'
|
|
|
|
|
end
|
|
|
|
|
object Label10: TLabel
|
|
|
|
|
Left = 17
|
|
|
|
|
Top = 91
|
|
|
|
|
Width = 50
|
|
|
|
|
Height = 13
|
|
|
|
|
Caption = '% de IVA:'
|
|
|
|
|
end
|
|
|
|
|
object cbFormaPagoProv: TComboBox
|
|
|
|
|
Left = 111
|
|
|
|
|
Top = 34
|
|
|
|
|
Width = 168
|
|
|
|
|
Height = 21
|
|
|
|
|
Style = csDropDownList
|
2011-11-18 17:12:39 +00:00
|
|
|
ItemHeight = 13
|
2011-11-14 17:40:41 +00:00
|
|
|
TabOrder = 0
|
|
|
|
|
end
|
|
|
|
|
object cbRegimenIVAProv: TComboBox
|
|
|
|
|
Left = 111
|
|
|
|
|
Top = 61
|
|
|
|
|
Width = 168
|
|
|
|
|
Height = 21
|
|
|
|
|
Style = csDropDownList
|
2011-11-18 17:12:39 +00:00
|
|
|
ItemHeight = 13
|
2011-11-14 17:40:41 +00:00
|
|
|
TabOrder = 1
|
|
|
|
|
end
|
|
|
|
|
object Button1: TButton
|
|
|
|
|
Left = 285
|
|
|
|
|
Top = 34
|
|
|
|
|
Width = 132
|
|
|
|
|
Height = 21
|
|
|
|
|
Caption = 'Ver las formas de pago...'
|
|
|
|
|
TabOrder = 2
|
|
|
|
|
OnClick = bFormasPagoClick
|
|
|
|
|
end
|
|
|
|
|
object Button2: TButton
|
|
|
|
|
Left = 285
|
|
|
|
|
Top = 88
|
|
|
|
|
Width = 132
|
|
|
|
|
Height = 21
|
|
|
|
|
Caption = 'Ver los tipos de IVA...'
|
|
|
|
|
TabOrder = 3
|
|
|
|
|
OnClick = bTiposIVAClick
|
|
|
|
|
end
|
|
|
|
|
object cbTipoIVAProv: TComboBox
|
|
|
|
|
Left = 111
|
|
|
|
|
Top = 88
|
|
|
|
|
Width = 168
|
|
|
|
|
Height = 21
|
|
|
|
|
Style = csDropDownList
|
2011-11-18 17:12:39 +00:00
|
|
|
ItemHeight = 13
|
2011-11-14 17:40:41 +00:00
|
|
|
TabOrder = 4
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
object Panel2: TPanel
|
|
|
|
|
AlignWithMargins = True
|
|
|
|
|
Left = 5
|
|
|
|
|
Top = 201
|
2013-10-08 16:59:28 +00:00
|
|
|
Width = 576
|
2011-11-14 17:40:41 +00:00
|
|
|
Height = 22
|
|
|
|
|
Margins.Left = 5
|
|
|
|
|
Margins.Top = 0
|
|
|
|
|
Margins.Right = 5
|
|
|
|
|
Margins.Bottom = 0
|
|
|
|
|
Align = alTop
|
|
|
|
|
Alignment = taLeftJustify
|
|
|
|
|
AutoSize = True
|
|
|
|
|
BevelInner = bvSpace
|
|
|
|
|
BevelOuter = bvNone
|
|
|
|
|
Color = clInactiveCaptionText
|
|
|
|
|
Font.Charset = DEFAULT_CHARSET
|
|
|
|
|
Font.Color = clHotLight
|
|
|
|
|
Font.Height = -12
|
|
|
|
|
Font.Name = 'Tahoma'
|
|
|
|
|
Font.Style = [fsBold]
|
|
|
|
|
Padding.Left = 5
|
|
|
|
|
Padding.Top = 3
|
|
|
|
|
Padding.Right = 5
|
|
|
|
|
Padding.Bottom = 3
|
|
|
|
|
ParentBackground = False
|
|
|
|
|
ParentFont = False
|
|
|
|
|
TabOrder = 4
|
2013-10-08 16:59:28 +00:00
|
|
|
ExplicitWidth = 422
|
2011-11-14 17:40:41 +00:00
|
|
|
object Label6: TLabel
|
|
|
|
|
Left = 6
|
|
|
|
|
Top = 4
|
2013-10-08 16:59:28 +00:00
|
|
|
Width = 564
|
2011-11-14 17:40:41 +00:00
|
|
|
Height = 14
|
|
|
|
|
Align = alTop
|
|
|
|
|
Caption = 'Configuraci'#243'n para proveedores'
|
2011-11-18 17:12:39 +00:00
|
|
|
ExplicitWidth = 196
|
2011-11-14 17:40:41 +00:00
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
end
|