git-svn-id: https://192.168.0.254/svn/Proyectos.LuisLeon_FactuGES/trunk@88 c93665c3-c93d-084d-9b98-7d5f4a9c3376
143 lines
4.5 KiB
Plaintext
143 lines
4.5 KiB
Plaintext
inherited frViewPeriodoFechas: TfrViewPeriodoFechas
|
|
Width = 455
|
|
Height = 74
|
|
ExplicitWidth = 455
|
|
ExplicitHeight = 74
|
|
object dxLayoutControl1: TdxLayoutControl
|
|
Left = 0
|
|
Top = 0
|
|
Width = 455
|
|
Height = 74
|
|
Align = alClient
|
|
TabOrder = 0
|
|
ExplicitWidth = 449
|
|
ExplicitHeight = 73
|
|
DesignSize = (
|
|
455
|
|
74)
|
|
object cbPeriodo: TcxComboBox
|
|
Left = 55
|
|
Top = 37
|
|
RepositoryItem = cxRepositoryPeriodos
|
|
Anchors = [akLeft, akTop, akRight]
|
|
Properties.OnChange = cbPeriodoPropertiesChange
|
|
Style.BorderColor = clWindowFrame
|
|
Style.BorderStyle = ebs3D
|
|
Style.HotTrack = False
|
|
Style.LookAndFeel.Kind = lfStandard
|
|
Style.LookAndFeel.NativeStyle = True
|
|
Style.ButtonStyle = bts3D
|
|
Style.PopupBorderStyle = epbsFrame3D
|
|
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 = 2
|
|
Text = 'Este mes'
|
|
Width = 385
|
|
end
|
|
object edtFechaIni: TcxDateEdit
|
|
Left = 270
|
|
Top = 10
|
|
Properties.DateButtons = [btnToday]
|
|
Properties.PostPopupValueOnTab = True
|
|
Properties.SaveTime = False
|
|
Properties.ShowTime = False
|
|
Properties.OnValidate = edtFechaIni2PropertiesValidate
|
|
Style.BorderColor = clWindowFrame
|
|
Style.BorderStyle = ebs3D
|
|
Style.HotTrack = False
|
|
Style.LookAndFeel.Kind = lfStandard
|
|
Style.LookAndFeel.NativeStyle = True
|
|
Style.ButtonStyle = bts3D
|
|
Style.PopupBorderStyle = epbsFrame3D
|
|
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 = 1
|
|
Width = 170
|
|
end
|
|
object edtFechaFin: TcxDateEdit
|
|
Left = 55
|
|
Top = 10
|
|
Properties.DateButtons = [btnToday]
|
|
Properties.PostPopupValueOnTab = True
|
|
Properties.SaveTime = False
|
|
Properties.ShowTime = False
|
|
Properties.OnValidate = edtFechaFinPropertiesValidate
|
|
Style.BorderColor = clWindowFrame
|
|
Style.BorderStyle = ebs3D
|
|
Style.HotTrack = False
|
|
Style.LookAndFeel.Kind = lfStandard
|
|
Style.LookAndFeel.NativeStyle = True
|
|
Style.ButtonStyle = bts3D
|
|
Style.PopupBorderStyle = epbsFrame3D
|
|
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 = 170
|
|
end
|
|
object dxLayoutControl1Group_Root: TdxLayoutGroup
|
|
ShowCaption = False
|
|
Hidden = True
|
|
ShowBorder = False
|
|
object dxLayoutControl1Group1: TdxLayoutGroup
|
|
ShowCaption = False
|
|
Hidden = True
|
|
LayoutDirection = ldHorizontal
|
|
ShowBorder = False
|
|
object dxLayoutControl1Item3: TdxLayoutItem
|
|
Caption = 'Hasta:'
|
|
Control = edtFechaFin
|
|
ControlOptions.ShowBorder = False
|
|
end
|
|
object dxLayoutControl1Item2: TdxLayoutItem
|
|
Caption = 'Desde:'
|
|
Control = edtFechaIni
|
|
ControlOptions.ShowBorder = False
|
|
end
|
|
end
|
|
object dxLayoutControl1Item1: TdxLayoutItem
|
|
AutoAligns = [aaVertical]
|
|
Caption = 'Periodo:'
|
|
Control = cbPeriodo
|
|
ControlOptions.ShowBorder = False
|
|
end
|
|
end
|
|
end
|
|
object cxRepository: TcxEditRepository
|
|
Left = 184
|
|
Top = 32
|
|
object cxRepositoryPeriodos: TcxEditRepositoryComboBoxItem
|
|
Properties.BeepOnError = True
|
|
Properties.DropDownListStyle = lsFixedList
|
|
Properties.DropDownRows = 10
|
|
Properties.ImmediatePost = True
|
|
Properties.ImmediateUpdateText = True
|
|
Properties.Items.Strings = (
|
|
'Hoy'
|
|
'Ayer'
|
|
'Esta semana'
|
|
'Este mes'
|
|
'Este a'#241'o'
|
|
#218'ltimos 7 d'#237'as'
|
|
#218'ltimos 30 d'#237'as'
|
|
#218'ltimos 3 meses'
|
|
'Mes anterior'
|
|
'A'#241'o anterior'
|
|
'Personalizado')
|
|
Properties.PostPopupValueOnTab = True
|
|
Properties.ReadOnly = False
|
|
end
|
|
end
|
|
end
|