This repository has been archived on 2024-12-02. You can view files and clone it, but cannot push or open issues or pull requests.
AlonsoYSal_FactuGES/Modulos/Asientos/Cliente/uCerrarCaja.dfm
2007-06-21 16:02:50 +00:00

91 lines
2.0 KiB
Plaintext

object frCerrarCaja: TfrCerrarCaja
Left = 489
Top = 479
BorderStyle = bsDialog
Caption = 'Cerrar caja'
ClientHeight = 144
ClientWidth = 313
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
PixelsPerInch = 96
TextHeight = 13
object Label3: TLabel
Left = 37
Top = 43
Width = 77
Height = 13
Caption = 'Fecha de cierre:'
end
object Label2: TLabel
Left = 8
Top = 8
Width = 171
Height = 13
Caption = 'Por favor, indique la fecha de cierre:'
end
object Label1: TLabel
Left = 40
Top = 72
Width = 229
Height = 26
Caption =
'Todos los asientos anterior a esa fecha de cierre'#13#10'no se podr'#225'n ' +
'modificar.'
end
object eFechaCierre: TcxDateEdit
Left = 120
Top = 40
Style.LookAndFeel.Kind = lfStandard
Style.LookAndFeel.NativeStyle = True
StyleDisabled.LookAndFeel.Kind = lfStandard
StyleDisabled.LookAndFeel.NativeStyle = True
StyleFocused.LookAndFeel.Kind = lfStandard
StyleFocused.LookAndFeel.NativeStyle = True
StyleHot.LookAndFeel.Kind = lfStandard
StyleHot.LookAndFeel.NativeStyle = True
TabOrder = 0
Width = 154
end
object pnlSeleccion: TPanel
Left = 0
Top = 107
Width = 313
Height = 37
Align = alBottom
BevelOuter = bvNone
ParentBackground = True
TabOrder = 1
DesignSize = (
313
37)
object bAceptar: TButton
Left = 150
Top = 7
Width = 74
Height = 23
Anchors = [akRight]
Caption = '&Aceptar'
Default = True
ModalResult = 1
TabOrder = 0
end
object bCancelar: TButton
Left = 231
Top = 7
Width = 74
Height = 23
Anchors = [akRight]
Cancel = True
Caption = '&Cancelar'
ModalResult = 2
TabOrder = 1
end
end
end