FactuGES2/Source/ApplicationBase/Configuracion/Views/uEditorConfiguracion.dfm

94 lines
2.1 KiB
Plaintext

object fConfiguracionEditor: TfConfiguracionEditor
Left = 0
Top = 0
Caption = 'Configuraci'#243'n de FactuGES'
ClientHeight = 655
ClientWidth = 788
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object dxNavBar: TdxNavBar
AlignWithMargins = True
Left = 8
Top = 8
Width = 150
Height = 597
Margins.Left = 8
Margins.Top = 8
Margins.Right = 4
Margins.Bottom = 8
Align = alLeft
ActiveGroupIndex = 0
TabOrder = 0
View = 17
ViewStyle.ColorSchemeName = 'Blue'
OptionsBehavior.Common.AllowSelectLinks = True
OptionsView.Common.ShowGroupCaptions = False
OptionsView.NavigationPane.ShowHeader = False
OptionsView.NavigationPane.ShowOverflowPanel = False
OnLinkClick = dxNavBarLinkClick
object GroupCategorias: TdxNavBarGroup
Caption = 'Categor'#237'as'
SelectedLinkIndex = -1
TopVisibleLinkIndex = 0
Links = <>
end
end
object Panel2: TPanel
Left = 0
Top = 613
Width = 788
Height = 42
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
DesignSize = (
788
42)
object bCancelar: TButton
Left = 705
Top = 10
Width = 75
Height = 25
Anchors = [akTop, akRight]
Cancel = True
Caption = '&Cancelar'
ModalResult = 2
TabOrder = 0
end
object bAceptar: TButton
Left = 624
Top = 10
Width = 75
Height = 25
Anchors = [akTop, akRight]
Caption = '&Aceptar'
ModalResult = 1
TabOrder = 1
end
end
object PageControlMain: TPageControl
AlignWithMargins = True
Left = 166
Top = 6
Width = 614
Height = 599
Margins.Left = 4
Margins.Top = 6
Margins.Right = 8
Margins.Bottom = 8
Align = alClient
TabOrder = 2
end
end