git-svn-id: https://192.168.0.254/svn/Proyectos.AbetoDesign_FactuGES/trunk@2 93f398dd-4eb6-7a46-baf6-13f46f578da2
98 lines
2.2 KiB
Plaintext
98 lines
2.2 KiB
Plaintext
object fConfiguracionEditor: TfConfiguracionEditor
|
|
Left = 0
|
|
Top = 0
|
|
Caption = 'Configuraci'#243'n de FactuGES'
|
|
ClientHeight = 524
|
|
ClientWidth = 733
|
|
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.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 = 482
|
|
Width = 733
|
|
Height = 42
|
|
Align = alBottom
|
|
BevelOuter = bvNone
|
|
TabOrder = 1
|
|
ExplicitWidth = 635
|
|
DesignSize = (
|
|
733
|
|
42)
|
|
object bCancelar: TButton
|
|
Left = 650
|
|
Top = 10
|
|
Width = 75
|
|
Height = 25
|
|
Anchors = [akTop, akRight]
|
|
Cancel = True
|
|
Caption = '&Cancelar'
|
|
ModalResult = 2
|
|
TabOrder = 0
|
|
ExplicitLeft = 552
|
|
end
|
|
object bAceptar: TButton
|
|
Left = 569
|
|
Top = 10
|
|
Width = 75
|
|
Height = 25
|
|
Anchors = [akTop, akRight]
|
|
Caption = '&Aceptar'
|
|
ModalResult = 1
|
|
TabOrder = 1
|
|
ExplicitLeft = 471
|
|
end
|
|
end
|
|
object PageControlMain: TPageControl
|
|
AlignWithMargins = True
|
|
Left = 166
|
|
Top = 6
|
|
Width = 559
|
|
Height = 468
|
|
Margins.Left = 4
|
|
Margins.Top = 6
|
|
Margins.Right = 8
|
|
Margins.Bottom = 8
|
|
Align = alClient
|
|
TabOrder = 2
|
|
ExplicitWidth = 461
|
|
end
|
|
end
|