- Repaso general git-svn-id: https://192.168.0.254/svn/Proyectos.Varela_PuntosVenta/trunk@117 1c943782-d109-9647-9548-93b3ac332352
50 lines
1.4 KiB
Plaintext
50 lines
1.4 KiB
Plaintext
inherited fEditorPerfilUsuario: TfEditorPerfilUsuario
|
|
Caption = 'fEditorPerfilUsuario'
|
|
ExplicitWidth = 320
|
|
ExplicitHeight = 492
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
inherited TBXDock: TTBXDock
|
|
inherited tbxMain: TTBXToolbar
|
|
ExplicitWidth = 273
|
|
end
|
|
end
|
|
inherited StatusBar: TStatusBar
|
|
Panels = <
|
|
item
|
|
Width = 200
|
|
end>
|
|
Visible = True
|
|
end
|
|
inherited EditorActionList: TActionList
|
|
inherited actNuevo: TAction
|
|
Visible = False
|
|
end
|
|
inherited actModificar: TAction
|
|
Visible = False
|
|
end
|
|
inherited actPrevisualizar: TAction
|
|
Visible = False
|
|
end
|
|
inherited actImprimir: TAction
|
|
Visible = False
|
|
end
|
|
end
|
|
inherited dsDataTable: TDADataSource
|
|
OnDataChange = dsDataTableDataChange
|
|
end
|
|
object dxLayoutLookAndFeelList1: TdxLayoutLookAndFeelList
|
|
Left = 248
|
|
Top = 168
|
|
object dxLayoutOfficeLookAndFeel1: TdxLayoutOfficeLookAndFeel
|
|
GroupOptions.CaptionOptions.Font.Charset = DEFAULT_CHARSET
|
|
GroupOptions.CaptionOptions.Font.Color = clWindowText
|
|
GroupOptions.CaptionOptions.Font.Height = -11
|
|
GroupOptions.CaptionOptions.Font.Name = 'Tahoma'
|
|
GroupOptions.CaptionOptions.Font.Style = [fsBold]
|
|
GroupOptions.CaptionOptions.TextColor = clHighlight
|
|
GroupOptions.CaptionOptions.UseDefaultFont = False
|
|
end
|
|
end
|
|
end
|