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.
FactuGES/Agenda/EditorCitas.dfm

163 lines
4.0 KiB
Plaintext
Raw Normal View History

inherited fEditorCitas: TfEditorCitas
Left = 519
Top = 244
Caption = 'fEditorCitas'
ClientHeight = 621
Color = 16383743
Position = poMainFormCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
inherited pnlButtons: TPanel
Top = 580
inherited pnlThreeButtons: TPanel
inherited btnOk: TcxButton
Caption = 'Aceptar'
end
inherited btnCancel: TcxButton
Caption = 'Cancelar'
end
inherited btnDelete: TcxButton
Caption = '&Borrar'
end
end
inherited pnlRecurrence: TPanel
inherited btnRecurrence: TcxButton
Visible = False
end
end
end
inherited pnlCaption: TPanel
Top = 121
Height = 72
inherited lbSubject: TLabel
Width = 38
Caption = 'Asunto:'
end
inherited icbLabel: TcxImageComboBox
Properties.ImmediatePost = True
Properties.ImmediateUpdateText = True
end
end
inherited pnlTime: TPanel
Top = 193
inherited lbStartTime: TLabel
Width = 50
Caption = 'Comienzo:'
end
inherited lbEndTime: TLabel
Width = 26
Caption = 'Final:'
Visible = False
end
inherited cbAllDayEvent: TcxCheckBox
Caption = 'Todo el d'#237'a'
ParentColor = False
end
object teCodigoContrato: TEdit
Left = 320
Top = 40
Width = 97
Height = 21
TabOrder = 5
Text = 'teCodigoContrato'
Visible = False
end
end
inherited pnlReminder: TPanel
Top = 260
Visible = False
inherited cbReminder: TcxCheckBox
ParentColor = False
end
end
inherited pnlMessage: TPanel
Top = 303
Height = 277
inherited Bevel1: TBevel
Top = 269
end
inherited meMessage: TcxMemo
Height = 250
end
end
inherited pnlResource: TPanel
inherited lbResource: TLabel
Width = 53
Caption = 'Instalador:'
end
inherited cbResources: TcxComboBox
Left = 72
Width = 370
end
end
object Panel1: TPanel
Left = 0
Top = 43
Width = 450
Height = 78
Align = alTop
BevelOuter = bvNone
FullRepaint = False
ParentColor = True
TabOrder = 6
DesignSize = (
450
78)
object Bevel6: TBevel
Left = 0
Top = 70
Width = 450
Height = 8
Align = alBottom
Shape = bsBottomLine
end
object Tipo: TLabel
Left = 16
Top = 14
Width = 24
Height = 13
Caption = 'Tipo:'
end
object cbObra: TcxComboBox
Left = 128
Top = 42
Width = 313
Height = 21
Anchors = [akLeft, akTop, akRight]
Properties.OnEditValueChanged = cbObraPropertiesEditValueChanged
Style.StyleController = dmConfiguracion.cxEstiloEditoresFondoOscuro
StyleDisabled.StyleController = dmConfiguracion.cxEstiloEditoresFondoOscuro
StyleFocused.StyleController = dmConfiguracion.cxEstiloEditoresFondoOscuro
StyleHot.StyleController = dmConfiguracion.cxEstiloEditoresFondoOscuro
TabOrder = 0
end
object cbTipos: TcxComboBox
Left = 72
Top = 10
Width = 145
Height = 21
Anchors = [akLeft, akTop, akRight]
Properties.ImmediatePost = True
Properties.ImmediateUpdateText = True
Properties.OnEditValueChanged = cbTiposPropertiesEditValueChanged
Style.StyleController = dmConfiguracion.cxEstiloEditoresFondoOscuro
StyleDisabled.StyleController = dmConfiguracion.cxEstiloEditoresFondoOscuro
StyleFocused.StyleController = dmConfiguracion.cxEstiloEditoresFondoOscuro
StyleHot.StyleController = dmConfiguracion.cxEstiloEditoresFondoOscuro
TabOrder = 1
end
object cxRadioButton1: TcxRadioButton
Left = 16
Top = 44
Width = 113
Height = 17
Caption = 'Asociar a la obra:'
TabOrder = 2
LookAndFeel.Kind = lfUltraFlat
LookAndFeel.NativeStyle = False
end
end
end