git-svn-id: https://192.168.0.254/svn/Proyectos.Noviseda_FactuGES2/trunk@83 f33bb606-9f5c-448d-9c99-757f00063c96
71 lines
2.1 KiB
Plaintext
71 lines
2.1 KiB
Plaintext
inherited frViewPerfilUsuario: TfrViewPerfilUsuario
|
|
Width = 509
|
|
Height = 122
|
|
ExplicitWidth = 509
|
|
ExplicitHeight = 122
|
|
object dxLayoutControlArticulo: TdxLayoutControl
|
|
Left = 0
|
|
Top = 0
|
|
Width = 509
|
|
Height = 97
|
|
Align = alTop
|
|
ParentBackground = True
|
|
TabOrder = 0
|
|
TabStop = False
|
|
LayoutLookAndFeel = dmBase.dxLayoutSkinLookAndFeel
|
|
DesignSize = (
|
|
509
|
|
97)
|
|
object eNombre: TcxDBTextEdit
|
|
Left = 68
|
|
Top = 28
|
|
Anchors = [akLeft, akTop, akRight]
|
|
DataBinding.DataField = 'USERNAME'
|
|
DataBinding.DataSource = dsUsuario
|
|
Style.Color = 14745599
|
|
Style.HotTrack = False
|
|
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 = 164
|
|
end
|
|
object dxLayoutGroup1: TdxLayoutGroup
|
|
AlignHorz = ahParentManaged
|
|
AlignVert = avTop
|
|
CaptionOptions.Visible = False
|
|
ButtonOptions.Buttons = <>
|
|
Hidden = True
|
|
ShowBorder = False
|
|
object dxLayoutGroup2: TdxLayoutGroup
|
|
AlignHorz = ahClient
|
|
AlignVert = avClient
|
|
CaptionOptions.Text = 'Datos del perfil'
|
|
ButtonOptions.Buttons = <>
|
|
object dxLayoutControlArticuloItem3: TdxLayoutItem
|
|
AlignHorz = ahClient
|
|
CaptionOptions.Text = 'Nombre:'
|
|
Control = eNombre
|
|
ControlOptions.ShowBorder = False
|
|
end
|
|
end
|
|
object dxLayoutControlArticuloGroup3: TdxLayoutGroup
|
|
CaptionOptions.Text = 'New Group'
|
|
CaptionOptions.Visible = False
|
|
ButtonOptions.Buttons = <>
|
|
LayoutDirection = ldHorizontal
|
|
ShowBorder = False
|
|
end
|
|
end
|
|
end
|
|
object dsUsuario: TDADataSource
|
|
Left = 152
|
|
Top = 24
|
|
end
|
|
end
|