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

125 lines
2.9 KiB
Plaintext

inherited frViewConfiguracionDocVarios: TfrViewConfiguracionDocVarios
ExplicitWidth = 970
ExplicitHeight = 619
inherited Panel1: TPanel
Width = 441
TabOrder = 1
ExplicitWidth = 960
end
inherited JvGradientHeaderPanel1: TJvGradientHeaderPanel
Width = 451
LabelCaption = 'Configuraci'#243'n de los documentos de varios de '
TabOrder = 0
ExplicitWidth = 970
end
object PageControl1: TPageControl
Left = 0
Top = 68
Width = 451
Height = 236
ActivePage = pagNotas
Align = alClient
TabOrder = 2
ExplicitWidth = 970
ExplicitHeight = 551
object pagNotas: TTabSheet
Caption = 'Notas'
ExplicitLeft = 3
ExplicitTop = 0
ExplicitWidth = 0
ExplicitHeight = 0
object Label1: TLabel
Left = 11
Top = 262
Width = 76
Height = 13
Caption = 'Forma de pago:'
Visible = False
end
object Label2: TLabel
Left = 11
Top = 17
Width = 90
Height = 13
Caption = 'Plazos de entrega:'
end
object Label4: TLabel
Left = 11
Top = 139
Width = 75
Height = 13
Caption = 'Observaciones:'
end
object ePlazosEntrega: TMemo
Left = 11
Top = 38
Width = 529
Height = 90
Ctl3D = True
ParentCtl3D = False
ScrollBars = ssVertical
TabOrder = 0
end
object eFormaPago: TMemo
Left = 11
Top = 283
Width = 529
Height = 90
Ctl3D = True
ParentCtl3D = False
ScrollBars = ssVertical
TabOrder = 1
Visible = False
end
object eObservaciones: TMemo
Left = 11
Top = 159
Width = 529
Height = 90
Ctl3D = True
ParentCtl3D = False
ScrollBars = ssVertical
TabOrder = 2
end
object cbFormaPago: TcxLookupComboBox
Left = 11
Top = 283
Properties.KeyFieldNames = 'ID'
Properties.ListColumns = <
item
FieldName = 'REFERENCIA'
end>
Properties.ListOptions.ShowHeader = False
Properties.ListSource = dsFormaPago
TabOrder = 3
Width = 529
end
end
object pagCondiciones: TTabSheet
Caption = 'Condiciones'
Enabled = False
ImageIndex = 1
TabVisible = False
ExplicitLeft = 0
ExplicitTop = 0
ExplicitWidth = 0
ExplicitHeight = 0
object eCondiciones: TcxRichEdit
Left = 0
Top = 0
Align = alClient
Properties.ScrollBars = ssVertical
Lines.Strings = (
'eCondiciones')
TabOrder = 0
Height = 208
Width = 443
end
end
end
object dsFormaPago: TDADataSource
Left = 552
Top = 376
end
end