- Configuración del módulo de contactos (sin terminar) git-svn-id: https://192.168.0.254/svn/Proyectos.Acana_FactuGES2/trunk@272 f4e31baf-9722-1c47-927c-6f952f962d4b
101 lines
2.2 KiB
Plaintext
101 lines
2.2 KiB
Plaintext
inherited frViewConfiguracionContactos: TfrViewConfiguracionContactos
|
|
inherited Panel1: TPanel
|
|
inherited Label3: TLabel
|
|
Width = 166
|
|
Caption = 'Configuraci'#243'n para clientes'
|
|
ExplicitWidth = 166
|
|
end
|
|
end
|
|
inherited JvGradientHeaderPanel1: TJvGradientHeaderPanel
|
|
LabelCaption = 'Configuraci'#243'n para contactos'
|
|
end
|
|
object Panel3: TPanel
|
|
AlignWithMargins = True
|
|
Left = 5
|
|
Top = 68
|
|
Width = 441
|
|
Height = 149
|
|
Margins.Left = 5
|
|
Margins.Top = 0
|
|
Margins.Right = 5
|
|
Margins.Bottom = 0
|
|
Align = alTop
|
|
BevelOuter = bvNone
|
|
ParentColor = True
|
|
TabOrder = 2
|
|
object Label1: TLabel
|
|
Left = 17
|
|
Top = 54
|
|
Width = 76
|
|
Height = 13
|
|
Caption = 'Forma de pago:'
|
|
end
|
|
object Label2: TLabel
|
|
Left = 6
|
|
Top = 16
|
|
Width = 31
|
|
Height = 13
|
|
Caption = 'Label2'
|
|
end
|
|
object Label4: TLabel
|
|
Left = 17
|
|
Top = 81
|
|
Width = 80
|
|
Height = 13
|
|
Caption = 'R'#233'gimen de IVA:'
|
|
end
|
|
object Label5: TLabel
|
|
Left = 17
|
|
Top = 108
|
|
Width = 50
|
|
Height = 13
|
|
Caption = '% de IVA:'
|
|
end
|
|
object cbFormaPago: TComboBox
|
|
Left = 111
|
|
Top = 51
|
|
Width = 168
|
|
Height = 21
|
|
Style = csDropDownList
|
|
ItemHeight = 0
|
|
TabOrder = 0
|
|
end
|
|
object cbRegimenIVA: TComboBox
|
|
Left = 111
|
|
Top = 78
|
|
Width = 168
|
|
Height = 21
|
|
Style = csDropDownList
|
|
ItemHeight = 0
|
|
TabOrder = 1
|
|
end
|
|
object bFormasPago: TButton
|
|
Left = 285
|
|
Top = 51
|
|
Width = 132
|
|
Height = 21
|
|
Caption = 'Ver las formas de pago...'
|
|
TabOrder = 2
|
|
OnClick = bFormasPagoClick
|
|
end
|
|
object bTiposIVA: TButton
|
|
Left = 285
|
|
Top = 105
|
|
Width = 132
|
|
Height = 21
|
|
Caption = 'Ver los tipos de IVA...'
|
|
TabOrder = 3
|
|
OnClick = bTiposIVAClick
|
|
end
|
|
object cbIVA: TComboBox
|
|
Left = 111
|
|
Top = 105
|
|
Width = 168
|
|
Height = 21
|
|
Style = csDropDownList
|
|
ItemHeight = 0
|
|
TabOrder = 4
|
|
end
|
|
end
|
|
end
|