FactuGES2/Source/Modulos/Facturas de cliente/Views/uEditorElegirSituacion.dfm
roberto 4dacab37df Version 5.2.4.
Se permite liminación multiple de articulos, aregla inventario para ponder cambiar cantidad de entrada y salida, se cambia estructura de datos de articulo para imagen a la derecha se añade campo notas en articulos. en pedidos se añade ref. proveedor en informe y detalles.
2026-01-22 11:41:01 +01:00

102 lines
2.2 KiB
Plaintext

object fEditorElegirSituacion: TfEditorElegirSituacion
Left = 0
Top = 0
BorderStyle = bsDialog
Caption = 'Elegir situaci'#243'n'
ClientHeight = 140
ClientWidth = 403
Color = clWindow
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 38
Top = 62
Width = 3
Height = 13
end
object Label2: TLabel
Left = 38
Top = 60
Width = 47
Height = 13
Alignment = taRightJustify
Caption = 'Situaci'#243'n:'
end
object PnlComentario: TPanel
Left = 0
Top = 0
Width = 403
Height = 45
Align = alTop
Alignment = taLeftJustify
AutoSize = True
Color = 13499902
ParentBackground = False
TabOrder = 0
VerticalAlignment = taAlignTop
ExplicitWidth = 392
object lbComentario: TLabel
AlignWithMargins = True
Left = 6
Top = 4
Width = 393
Height = 40
Margins.Left = 5
Align = alClient
Caption =
'Seleccione la situaci'#243'n que quiere para la/s factura/s proforma/' +
's seleccionada/s:'
WordWrap = True
ExplicitHeight = 21
end
end
object Panel1: TPanel
Left = 0
Top = 99
Width = 403
Height = 41
Align = alBottom
TabOrder = 1
ExplicitWidth = 392
object bAceptar: TButton
Left = 188
Top = 8
Width = 75
Height = 25
Caption = 'Aceptar'
ModalResult = 1
TabOrder = 0
end
object bCancelar: TButton
Left = 286
Top = 8
Width = 75
Height = 25
Caption = 'Cancelar'
ModalResult = 2
TabOrder = 1
end
end
object edtSituacion: TcxComboBox
Left = 99
Top = 56
Properties.DropDownListStyle = lsFixedList
Properties.ImmediatePost = True
Properties.Items.Strings = (
'PENDIENTE'
'PARCIALMENTE PAGADA'
'PAGADA')
TabOrder = 2
Text = 'PENDIENTE'
Width = 263
end
end