Tecsitel_FactuGES2/Source/Modulos/Obras/Views/uEditorFechaCierreObra.dfm
david 816a4a38c4 Obras:
- preguntar fecha de cierre de una ejecución
 - mejorado el editor

git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@716 0c75b7a4-871f-7646-8a2f-f78d34cc349f
2008-10-31 15:48:27 +00:00

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