62 lines
1.5 KiB
Plaintext
62 lines
1.5 KiB
Plaintext
|
|
object fEditorFechaCierreObra: TfEditorFechaCierreObra
|
||
|
|
Left = 0
|
||
|
|
Top = 0
|
||
|
|
BorderIcons = [biSystemMenu]
|
||
|
|
Caption = 'Fecha de cierre'
|
||
|
|
ClientHeight = 141
|
||
|
|
ClientWidth = 253
|
||
|
|
Color = clBtnFace
|
||
|
|
Font.Charset = DEFAULT_CHARSET
|
||
|
|
Font.Color = clWindowText
|
||
|
|
Font.Height = -11
|
||
|
|
Font.Name = 'Tahoma'
|
||
|
|
Font.Style = []
|
||
|
|
FormStyle = fsStayOnTop
|
||
|
|
OldCreateOrder = False
|
||
|
|
Position = poMainFormCenter
|
||
|
|
OnShow = FormShow
|
||
|
|
PixelsPerInch = 96
|
||
|
|
TextHeight = 13
|
||
|
|
object Label1: TLabel
|
||
|
|
Left = 8
|
||
|
|
Top = 10
|
||
|
|
Width = 237
|
||
|
|
Height = 31
|
||
|
|
Caption = 'Establezca la fecha de cierre para esta ejecuci'#243'n de obra:'
|
||
|
|
WordWrap = True
|
||
|
|
end
|
||
|
|
object edtFechaDecision: TcxDateEdit
|
||
|
|
Left = 48
|
||
|
|
Top = 47
|
||
|
|
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 = 169
|
||
|
|
end
|
||
|
|
object bAceptar: TButton
|
||
|
|
Left = 85
|
||
|
|
Top = 105
|
||
|
|
Width = 75
|
||
|
|
Height = 25
|
||
|
|
Caption = 'Aceptar'
|
||
|
|
ModalResult = 1
|
||
|
|
TabOrder = 1
|
||
|
|
end
|
||
|
|
object bCancelar: TButton
|
||
|
|
Left = 166
|
||
|
|
Top = 105
|
||
|
|
Width = 75
|
||
|
|
Height = 25
|
||
|
|
Cancel = True
|
||
|
|
Caption = 'Cancelar'
|
||
|
|
ModalResult = 2
|
||
|
|
TabOrder = 2
|
||
|
|
end
|
||
|
|
end
|