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.
AbetoArmarios_FactuGES/Agenda/CalendarioMontajes.dfm
2007-06-21 15:45:53 +00:00

192 lines
5.6 KiB
Plaintext

inherited frCalendarioMontajes: TfrCalendarioMontajes
Height = 614
OnShow = RdxFrameShow
inherited cxScheduler: TcxScheduler
Height = 564
ControlBox.Control = pnlInstaladores
EventImages = ImageList1
EventPopupMenu.Items = [epmiOpen, epmiLabel, epmiDelete]
OptionsView.WorkStart = 0.416666666666666700
OptionsView.WorkFinish = 0.854166666666666800
OnGetEventDisplayText = cxSchedulerGetEventDisplayText
OnGetEventHintText = cxSchedulerGetEventHintText
Selection = 28
Splitters = {
A7020000FA00000036030000FF000000A202000000000000A702000034020000}
StoredClientBounds = {00000000000000003603000034020000}
object pnlInstaladores: TPanel
Left = 0
Top = 0
Width = 143
Height = 309
Align = alClient
BevelOuter = bvNone
Color = 16383743
ParentBackground = True
TabOrder = 0
object cxResources: TcxCheckListBox
Left = 0
Top = 18
Width = 143
Height = 257
Align = alClient
Items = <>
ParentFont = False
Sorted = True
Style.BorderStyle = cbsNone
Style.LookAndFeel.Kind = lfStandard
Style.StyleController = dmConfiguracion.cxEstiloEditoresFondoOscuro
Style.TransparentBorder = False
StyleDisabled.BorderStyle = cbsNone
StyleDisabled.LookAndFeel.Kind = lfStandard
StyleFocused.BorderStyle = cbsNone
StyleFocused.LookAndFeel.Kind = lfStandard
StyleHot.BorderStyle = cbsNone
StyleHot.LookAndFeel.Kind = lfStandard
TabOrder = 0
OnEditValueChanged = cxResourcesEditValueChanged
end
object Panel2: TPanel
Left = 0
Top = 0
Width = 143
Height = 18
Align = alTop
BevelInner = bvSpace
BevelOuter = bvNone
Caption = 'Instaladores'
Color = 14280169
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
end
object Panel3: TPanel
Left = 0
Top = 275
Width = 143
Height = 34
Align = alBottom
BevelOuter = bvNone
Color = 15726583
TabOrder = 2
object bAnadir: TRdxBoton
Left = 8
Top = 8
Width = 73
Height = 19
Action = actVerTodos
Alignment = taLeftJustify
Color = 14280169
ColorFocused = 12775679
ColorDown = 14280169
ColorBorder = 8623776
ColorHighLight = 8623776
ColorShadow = 8623776
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
FontDown.Charset = DEFAULT_CHARSET
FontDown.Color = clWindowText
FontDown.Height = -11
FontDown.Name = 'Tahoma'
FontDown.Style = []
FontDisabled.Charset = DEFAULT_CHARSET
FontDisabled.Color = clWindowText
FontDisabled.Height = -11
FontDisabled.Name = 'MS Sans Serif'
FontDisabled.Style = []
Margin = 10
ParentFont = False
ParentColor = False
TabStop = True
TabOrder = 0
Spacing = 0
end
object bEliminar: TRdxBoton
Left = 88
Top = 8
Width = 46
Height = 19
Alignment = taLeftJustify
Color = 14280169
ColorFocused = 12775679
ColorDown = 14280169
ColorBorder = 8623776
ColorHighLight = 8623776
ColorShadow = 8623776
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
FontDown.Charset = DEFAULT_CHARSET
FontDown.Color = clWindowText
FontDown.Height = -11
FontDown.Name = 'Tahoma'
FontDown.Style = []
FontDisabled.Charset = DEFAULT_CHARSET
FontDisabled.Color = clWindowText
FontDisabled.Height = -11
FontDisabled.Name = 'MS Sans Serif'
FontDisabled.Style = []
Margin = 10
ParentFont = False
ParentColor = False
TabStop = True
TabOrder = 1
Spacing = 0
end
end
end
end
inherited cxSchedulerDBStorage: TcxSchedulerDBStorage
Resources.DataSource = dsInstaladores
DataSource = dsCitas
end
inherited ActionList: TActionList
inherited actVerTodos: TAction
OnExecute = actVerTodosExecute
end
end
inherited dxComponentPrinter1: TdxComponentPrinter
inherited dxComponentPrinter1Link2: TcxSchedulerReportLink
ReportDocument.CreationDate = 38629.544331597220000000
BuiltInReportLink = True
end
end
object TablaCitas: TIBDataSet
BufferChunks = 1000
CachedUpdates = False
Left = 512
Top = 136
end
object dsCitas: TDataSource
DataSet = TablaCitas
Left = 512
Top = 104
end
object dsInstaladores: TDataSource
DataSet = TablaInstaladores
Left = 544
Top = 104
end
object TablaInstaladores: TIBDataSet
BufferChunks = 1000
CachedUpdates = False
Left = 544
Top = 136
end
object ImageList1: TImageList
Height = 32
Width = 32
Left = 280
Top = 296
end
end