git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@212 0c75b7a4-871f-7646-8a2f-f78d34cc349f
69 lines
1.9 KiB
Plaintext
69 lines
1.9 KiB
Plaintext
inherited frViewPerfilUsuario: TfrViewPerfilUsuario
|
|
Width = 509
|
|
Height = 122
|
|
ExplicitWidth = 509
|
|
ExplicitHeight = 122
|
|
object dxLayoutControlArticulo: TdxLayoutControl
|
|
Left = 0
|
|
Top = 0
|
|
Width = 509
|
|
Height = 113
|
|
Align = alTop
|
|
ParentBackground = True
|
|
TabOrder = 0
|
|
AutoContentSizes = [acsWidth]
|
|
DesignSize = (
|
|
509
|
|
113)
|
|
object eNombre: TcxDBTextEdit
|
|
Left = 68
|
|
Top = 28
|
|
Anchors = [akLeft, akTop, akRight]
|
|
DataBinding.DataField = 'USERNAME'
|
|
DataBinding.DataSource = dsUsuario
|
|
Style.BorderColor = clWindowFrame
|
|
Style.BorderStyle = ebs3D
|
|
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
|
|
ShowCaption = False
|
|
Hidden = True
|
|
ShowBorder = False
|
|
object dxLayoutGroup2: TdxLayoutGroup
|
|
AutoAligns = []
|
|
AlignHorz = ahClient
|
|
AlignVert = avClient
|
|
Caption = 'Datos del perfil'
|
|
object dxLayoutControlArticuloItem3: TdxLayoutItem
|
|
AutoAligns = [aaVertical]
|
|
AlignHorz = ahClient
|
|
Caption = 'Nombre:'
|
|
Control = eNombre
|
|
ControlOptions.ShowBorder = False
|
|
end
|
|
end
|
|
object dxLayoutControlArticuloGroup3: TdxLayoutGroup
|
|
Caption = 'New Group'
|
|
ShowCaption = False
|
|
LayoutDirection = ldHorizontal
|
|
ShowBorder = False
|
|
end
|
|
end
|
|
end
|
|
object dsUsuario: TDADataSource
|
|
Left = 152
|
|
Top = 24
|
|
end
|
|
end
|