AbetoDesign_FactuGES2/Source/Modulos/Presupuestos de cliente/Views/uViewConfiguracionDocVarios.dfm

95 lines
2.0 KiB
Plaintext

inherited frViewConfiguracionDocVarios: TfrViewConfiguracionDocVarios
Width = 633
Height = 474
object Label2: TLabel [0]
Left = 11
Top = 132
Width = 90
Height = 13
Caption = 'Plazos de entrega:'
end
object Label4: TLabel [1]
Left = 11
Top = 254
Width = 75
Height = 13
Caption = 'Observaciones:'
end
object Label5: TLabel [2]
Left = 11
Top = 100
Width = 76
Height = 13
Caption = 'Forma de pago:'
end
inherited Panel1: TPanel
Width = 623
TabOrder = 2
ExplicitWidth = 530
inherited Label3: TLabel
Width = 611
end
end
inherited JvGradientHeaderPanel1: TJvGradientHeaderPanel
Width = 633
LabelCaption = 'Configuraci'#243'n de los documentos de varios'
ExplicitWidth = 540
end
object eCondiciones: TcxRichEdit
Left = 11
Top = 376
Properties.ScrollBars = ssVertical
Lines.Strings = (
'eCondiciones')
TabOrder = 0
Visible = False
Height = 57
Width = 529
end
object ePlazosEntrega: TMemo
Left = 11
Top = 153
Width = 529
Height = 90
Ctl3D = True
ParentCtl3D = False
ScrollBars = ssVertical
TabOrder = 3
end
object eObservaciones: TMemo
Left = 11
Top = 274
Width = 529
Height = 90
Ctl3D = True
ParentCtl3D = False
ScrollBars = ssVertical
TabOrder = 4
end
object bFormasPago: TButton
Left = 277
Top = 97
Width = 132
Height = 21
Caption = 'Ver las formas de pago...'
TabOrder = 5
OnClick = bFormasPagoClick
end
object cbFormaPago: TcxLookupComboBox
Left = 93
Top = 97
Properties.KeyFieldNames = 'ID'
Properties.ListColumns = <
item
FieldName = 'REFERENCIA'
end>
Properties.ListSource = dsFormaPago
TabOrder = 6
Width = 178
end
object dsFormaPago: TDADataSource
Left = 424
Top = 88
end
end