FactuGES2/Source/ApplicationBase/Configuracion/Views/uEditorConfiguracion.dfm
2008-07-24 14:39:44 +00:00

94 lines
2.1 KiB
Plaintext

object fConfiguracionEditor: TfConfiguracionEditor
Left = 0
Top = 0
Caption = 'Configuraci'#243'n de FactuGES'
ClientHeight = 524
ClientWidth = 635
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 = 466
Margins.Left = 8
Margins.Top = 8
Margins.Right = 4
Margins.Bottom = 8
Align = alLeft
ActiveGroupIndex = 0
TabOrder = 0
View = 17
ViewStyle.ColorSchemeName = 'Blue'
OptionsBehavior.SideBar.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 = 482
Width = 635
Height = 42
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
DesignSize = (
635
42)
object bCancelar: TButton
Left = 552
Top = 10
Width = 75
Height = 25
Anchors = [akTop, akRight]
Cancel = True
Caption = '&Cancelar'
ModalResult = 2
TabOrder = 0
end
object bAceptar: TButton
Left = 471
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 = 461
Height = 468
Margins.Left = 4
Margins.Top = 6
Margins.Right = 8
Margins.Bottom = 8
Align = alClient
TabOrder = 2
end
end