git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@515 0c75b7a4-871f-7646-8a2f-f78d34cc349f
61 lines
1.4 KiB
Plaintext
61 lines
1.4 KiB
Plaintext
object fEditorFechaDecision: TfEditorFechaDecision
|
|
Left = 0
|
|
Top = 0
|
|
BorderIcons = [biSystemMenu]
|
|
Caption = 'Fecha de decisi'#243'n'
|
|
ClientHeight = 146
|
|
ClientWidth = 279
|
|
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 = 16
|
|
Width = 257
|
|
Height = 13
|
|
Caption = 'Establezca la fecha de decisi'#243'n para los presupuestos'
|
|
end
|
|
object edtFechaDecision: TcxDateEdit
|
|
Left = 56
|
|
Top = 48
|
|
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 = 109
|
|
Top = 113
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Aceptar'
|
|
ModalResult = 1
|
|
TabOrder = 1
|
|
end
|
|
object bCancelar: TButton
|
|
Left = 190
|
|
Top = 113
|
|
Width = 75
|
|
Height = 25
|
|
Cancel = True
|
|
Caption = 'Cancelar'
|
|
ModalResult = 2
|
|
TabOrder = 2
|
|
end
|
|
end
|