AbetoDesign_FactuGES2/Source/Modulos/Contactos/Views/uViewConfiguracionContactos.dfm

233 lines
5.0 KiB
Plaintext

inherited frViewConfiguracionContactos: TfrViewConfiguracionContactos
ExplicitWidth = 586
ExplicitHeight = 406
inherited Panel1: TPanel
Width = 576
ExplicitWidth = 422
inherited Label3: TLabel
Width = 166
Caption = 'Configuraci'#243'n para clientes'
ExplicitWidth = 166
end
end
inherited JvGradientHeaderPanel1: TJvGradientHeaderPanel
Width = 586
LabelCaption = 'Configuraci'#243'n para contactos'
ExplicitWidth = 432
end
object Panel3: TPanel
AlignWithMargins = True
Left = 5
Top = 68
Width = 576
Height = 133
Margins.Left = 5
Margins.Top = 0
Margins.Right = 5
Margins.Bottom = 0
Align = alTop
BevelOuter = bvNone
ParentColor = True
TabOrder = 2
ExplicitWidth = 422
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
ItemHeight = 0
TabOrder = 0
end
object cbRegimenIVA: TComboBox
Left = 111
Top = 60
Width = 168
Height = 21
Style = csDropDownList
ItemHeight = 0
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
ItemHeight = 0
TabOrder = 4
end
end
object Panel4: TPanel
AlignWithMargins = True
Left = 5
Top = 223
Width = 422
Height = 130
Margins.Left = 5
Margins.Top = 0
Margins.Right = 5
Margins.Bottom = 0
Align = alTop
BevelOuter = bvNone
ParentColor = True
TabOrder = 3
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
ItemHeight = 0
TabOrder = 0
end
object cbRegimenIVAProv: TComboBox
Left = 111
Top = 61
Width = 168
Height = 21
Style = csDropDownList
ItemHeight = 0
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
ItemHeight = 0
TabOrder = 4
end
end
object Panel2: TPanel
AlignWithMargins = True
Left = 5
Top = 201
Width = 422
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
object Label6: TLabel
Left = 6
Top = 4
Width = 196
Height = 14
Align = alTop
Caption = 'Configuraci'#243'n para proveedores'
end
end
end