Tecsitel_FactuGES2/Source/Modulos/Pedidos a proveedor/Views/uEditorElegirFechaCancelacion.dfm

74 lines
1.5 KiB
Plaintext

object fEditorElegirFechaCancelacion: TfEditorElegirFechaCancelacion
Left = 0
Top = 0
BorderStyle = bsDialog
Caption = 'Domiciliaci'#243'n bancaria'
ClientHeight = 128
ClientWidth = 565
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 = 21
Top = 16
Width = 416
Height = 13
Caption =
'Seleccione la fecha de cancelaci'#243'n que desea establecer a la/s p' +
'edido/s seleccionado/s'
end
object Label2: TLabel
Left = 21
Top = 45
Width = 33
Height = 13
Alignment = taRightJustify
Caption = 'Fecha:'
end
object Panel1: TPanel
Left = 0
Top = 87
Width = 565
Height = 41
Align = alBottom
TabOrder = 0
DesignSize = (
565
41)
object bAceptar: TButton
Left = 401
Top = 8
Width = 75
Height = 25
Anchors = [akTop, akRight]
Caption = 'Aceptar'
ModalResult = 1
TabOrder = 0
end
object bCancelar: TButton
Left = 482
Top = 8
Width = 75
Height = 25
Anchors = [akTop, akRight]
Caption = 'Cancelar'
ModalResult = 2
TabOrder = 1
end
end
object cbFechaCancelacion: TcxDateEdit
Left = 60
Top = 42
TabOrder = 1
Width = 183
end
end