FactuGES2/Source/ApplicationBase/Configuracion/Views/uEditorConfiguracion.dfm
roberto 21a115e205 Versión 2.4.9
Tareas #88: Modelos de capítulos
Tareas #892: Al añadir un articulo meter todos sus datos (imagen) y dar a guardar falla. (si guardo sin imagen y luego añado la imagen funciona)
Tareas #893: Poder establecer las familias en los capitulos

git-svn-id: https://192.168.0.254/svn/Proyectos.Acana_FactuGES2/trunk@561 f4e31baf-9722-1c47-927c-6f952f962d4b
2012-05-23 11:49:20 +00:00

101 lines
2.3 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
ExplicitHeight = 466
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
ExplicitTop = 482
ExplicitWidth = 733
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
ExplicitLeft = 650
end
object bAceptar: TButton
Left = 624
Top = 10
Width = 75
Height = 25
Anchors = [akTop, akRight]
Caption = '&Aceptar'
ModalResult = 1
TabOrder = 1
ExplicitLeft = 569
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
ExplicitWidth = 559
ExplicitHeight = 468
end
end