ProGestion/Modulos/Calendarios/Cliente/EditorEventos.dfm

268 lines
5.9 KiB
Plaintext
Raw Normal View History

inherited frEditorEventos: TfrEditorEventos
Left = 428
Top = 320
BorderIcons = [biSystemMenu]
Caption = 'frEditorEventos'
ClientHeight = 533
Constraints.MinHeight = 350
PixelsPerInch = 96
TextHeight = 13
inherited pnlButtons: TPanel
Top = 492
Height = 41
AutoSize = True
inherited pnlThreeButtons: TPanel
Height = 41
inherited btnOk: TcxButton
Left = -34
end
inherited btnCancel: TcxButton
Left = 76
end
inherited btnDelete: TcxButton
Left = 186
end
end
inherited pnlRecurrence: TPanel
Height = 41
inherited btnRecurrence: TcxButton
LookAndFeel.Kind = lfFlat
end
end
end
inherited pnlCaption: TPanel
Top = 148
Height = 37
Visible = False
DesignSize = (
450
37)
inherited lbLocation: TLabel
Top = 62
end
inherited lbLabel: TLabel
Top = 62
end
inherited teLocation: TcxTextEdit
Top = 58
end
inherited icbLabel: TcxImageComboBox
Top = 58
end
end
inherited pnlTime: TPanel
Top = 185
Visible = False
end
inherited pnlRecurrenceInfo: TPanel
Top = 252
end
inherited pnlPlaceHolder: TPanel
Top = 332
Visible = False
inherited pnlReminder: TPanel
Visible = False
end
inherited Panel1: TPanel
inherited Bevel3: TBevel
Width = 431
Visible = False
end
end
end
inherited pnlMessage: TPanel
Top = 375
Height = 117
Anchors = []
BorderWidth = 10
TabOrder = 9
Visible = False
inherited Bevel2: TBevel
Width = 431
end
inherited Bevel1: TBevel
Left = 10
Top = 106
Width = 430
Height = 1
Align = alBottom
Visible = False
end
inherited meMessage: TcxMemo
Top = 10
Align = alClient
Height = 96
Width = 430
end
end
inherited pnlResource: TPanel
Top = 105
Visible = False
object Bevel9: TBevel [2]
Left = 12
Top = 36
Width = 429
Height = 7
Anchors = [akLeft, akTop, akRight]
Shape = bsBottomLine
Visible = False
end
object cbInstaladores: TcxComboBox [3]
Left = 80
Top = 13
TabOrder = 1
Width = 217
end
inherited cbResources: TcxCheckComboBox
Left = 144
Properties.EmptySelectionText = 'Ninguno seleccionado'
Visible = False
Width = 122
end
object cbMedicion: TcxCheckBox
Left = 319
Top = 14
Caption = 'Es una medici'#243'n'
Properties.OnChange = cbTerminadoPropertiesChange
TabOrder = 2
Visible = False
Width = 122
end
end
object pnlObra: TPanel
Left = 0
Top = 41
Width = 450
Height = 64
Align = alTop
BevelOuter = bvNone
FullRepaint = False
ParentColor = True
TabOrder = 6
Visible = False
DesignSize = (
450
64)
object lbObra: TLabel
Left = 16
Top = 16
Width = 28
Height = 13
Caption = 'Obra:'
end
object lbTipo: TLabel
Left = 16
Top = 41
Width = 24
Height = 13
Caption = 'Tipo:'
end
object lbPartida: TLabel
Left = 241
Top = 41
Width = 51
Height = 13
Alignment = taRightJustify
Caption = 'Pedido de:'
Visible = False
end
object Bevel10: TBevel
Left = 11
Top = 0
Width = 429
Height = 8
Anchors = [akLeft, akTop, akRight]
Shape = bsTopLine
end
object cbObra: TcxComboBox
Left = 72
Top = 12
Anchors = [akLeft, akTop, akRight]
Properties.DropDownAutoWidth = False
Properties.DropDownListStyle = lsFixedList
Properties.OnEditValueChanged = cbObraPropertiesEditValueChanged
TabOrder = 0
Width = 370
end
object cbTipo: TcxComboBox
Left = 72
Top = 37
Properties.DropDownAutoWidth = False
Properties.DropDownListStyle = lsFixedList
Properties.OnEditValueChanged = cbTipoPropertiesEditValueChanged
TabOrder = 1
Width = 145
end
object teCodigoContrato: TEdit
Left = 40
Top = 32
Width = 25
Height = 21
TabOrder = 2
Text = 'teCodigoContrato'
Visible = False
end
object teNombreCliente: TEdit
Left = 40
Top = 8
Width = 25
Height = 21
TabOrder = 3
Text = 'teNombreCliente'
Visible = False
end
object cbPartida: TcxComboBox
Left = 296
Top = 37
Anchors = [akLeft, akTop, akRight]
Properties.DropDownAutoWidth = False
Properties.DropDownListStyle = lsFixedList
Properties.OnEditValueChanged = cbTipoPropertiesEditValueChanged
TabOrder = 4
Visible = False
Width = 145
end
end
object pnlCompletada: TPanel
Left = 0
Top = 292
Width = 450
Height = 40
Align = alTop
BevelOuter = bvNone
FullRepaint = False
ParentColor = True
TabOrder = 8
Visible = False
DesignSize = (
450
40)
object Bevel8: TBevel
Left = 11
Top = 0
Width = 431
Height = 9
Anchors = [akLeft, akTop, akRight]
Shape = bsTopLine
end
object cbCompletada: TcxCheckBox
Left = 12
Top = 12
Caption = 'Cita completada el d'#237'a'
Properties.OnChange = cbTerminadoPropertiesChange
TabOrder = 0
Width = 141
end
object deFechaCompletada: TcxDateEdit
Left = 147
Top = 11
Properties.DateButtons = [btnToday]
Properties.ImmediatePost = True
Properties.InputKind = ikStandard
Properties.OnChange = deFechaCompletadaPropertiesChange
TabOrder = 1
Width = 121
end
end
end