Tarea #1228 -> Poder añadir en contratos una hoja de calidades similar a la de condiciones pero con posibilidad de adaptarlo segun proveedor git-svn-id: https://192.168.0.254/svn/Proyectos.Acana_FactuGES2/trunk@581 f4e31baf-9722-1c47-927c-6f952f962d4b
107 lines
2.5 KiB
Plaintext
107 lines
2.5 KiB
Plaintext
inherited frViewConfiguracionDocVarios: TfrViewConfiguracionDocVarios
|
|
inherited Panel1: TPanel
|
|
TabOrder = 1
|
|
Visible = False
|
|
inherited Label3: TLabel
|
|
Width = 429
|
|
end
|
|
end
|
|
inherited JvGradientHeaderPanel1: TJvGradientHeaderPanel
|
|
LabelCaption = 'Configuraci'#243'n de los documentos de varios'
|
|
TabOrder = 0
|
|
end
|
|
object PageControl1: TPageControl
|
|
Left = 0
|
|
Top = 68
|
|
Width = 451
|
|
Height = 236
|
|
ActivePage = pagCalidades
|
|
Align = alClient
|
|
TabOrder = 2
|
|
object pagNotas: TTabSheet
|
|
Caption = 'Notas'
|
|
object Label1: TLabel
|
|
Left = 11
|
|
Top = 13
|
|
Width = 76
|
|
Height = 13
|
|
Caption = 'Forma de pago:'
|
|
end
|
|
object Label2: TLabel
|
|
Left = 11
|
|
Top = 138
|
|
Width = 90
|
|
Height = 13
|
|
Caption = 'Plazos de entrega:'
|
|
end
|
|
object Label4: TLabel
|
|
Left = 11
|
|
Top = 260
|
|
Width = 75
|
|
Height = 13
|
|
Caption = 'Observaciones:'
|
|
end
|
|
object ePlazosEntrega: TMemo
|
|
Left = 11
|
|
Top = 159
|
|
Width = 529
|
|
Height = 90
|
|
Ctl3D = True
|
|
ParentCtl3D = False
|
|
ScrollBars = ssVertical
|
|
TabOrder = 0
|
|
end
|
|
object eFormaPago: TMemo
|
|
Left = 11
|
|
Top = 34
|
|
Width = 529
|
|
Height = 90
|
|
Ctl3D = True
|
|
ParentCtl3D = False
|
|
ScrollBars = ssVertical
|
|
TabOrder = 1
|
|
end
|
|
object eObservaciones: TMemo
|
|
Left = 11
|
|
Top = 280
|
|
Width = 529
|
|
Height = 90
|
|
Ctl3D = True
|
|
ParentCtl3D = False
|
|
ScrollBars = ssVertical
|
|
TabOrder = 2
|
|
end
|
|
end
|
|
object pagCalidades: TTabSheet
|
|
Caption = 'Calidades'
|
|
ImageIndex = 2
|
|
object eCalidades: TcxRichEdit
|
|
Left = 0
|
|
Top = 0
|
|
Align = alClient
|
|
Properties.ScrollBars = ssVertical
|
|
Lines.Strings = (
|
|
'eCondiciones')
|
|
TabOrder = 0
|
|
Height = 208
|
|
Width = 443
|
|
end
|
|
end
|
|
object pagCondiciones: TTabSheet
|
|
Caption = 'Condiciones'
|
|
ImageIndex = 1
|
|
object eCondiciones: TcxRichEdit
|
|
Left = 0
|
|
Top = 0
|
|
Align = alClient
|
|
Properties.ScrollBars = ssVertical
|
|
Lines.Strings = (
|
|
'eCondiciones')
|
|
TabOrder = 0
|
|
Height = 208
|
|
Width = 443
|
|
end
|
|
end
|
|
end
|
|
end
|