git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@1166 0c75b7a4-871f-7646-8a2f-f78d34cc349f
74 lines
1.5 KiB
Plaintext
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
|