From a7b0674f9df7a1f99bf582410aa0905dc3acff5f Mon Sep 17 00:00:00 2001 From: roberto Date: Tue, 4 Mar 2008 20:17:07 +0000 Subject: [PATCH] git-svn-id: https://192.168.0.254/svn/Proyectos.Acana_FactuGES2/trunk@166 f4e31baf-9722-1c47-927c-6f952f962d4b --- .../Views/uViewListaSubCuentas.dfm | 77 +++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 Source/Modulos/Contabilidad/Views/uViewListaSubCuentas.dfm diff --git a/Source/Modulos/Contabilidad/Views/uViewListaSubCuentas.dfm b/Source/Modulos/Contabilidad/Views/uViewListaSubCuentas.dfm new file mode 100644 index 00000000..a24624dc --- /dev/null +++ b/Source/Modulos/Contabilidad/Views/uViewListaSubCuentas.dfm @@ -0,0 +1,77 @@ +inherited frViewListaSubcuentas: TfrViewListaSubcuentas + Width = 453 + Height = 69 + OnCreate = CustomViewCreate + OnDestroy = CustomViewDestroy + OnShow = CustomViewShow + ExplicitWidth = 453 + ExplicitHeight = 69 + object dxLayoutControl1: TdxLayoutControl + Left = 0 + Top = 0 + Width = 453 + Height = 73 + Margins.Left = 0 + Margins.Top = 0 + Margins.Right = 0 + Margins.Bottom = 0 + Align = alTop + ParentBackground = True + TabOrder = 0 + AutoContentSizes = [acsWidth, acsHeight] + DesignSize = ( + 453 + 73) + object cbSubCuentas: TcxComboBox + Left = 70 + Top = 10 + Anchors = [akLeft, akTop, akRight] + Properties.DropDownListStyle = lsFixedList + Properties.ImmediatePost = True + Style.BorderColor = clWindowFrame + Style.BorderStyle = ebs3D + Style.HotTrack = False + Style.LookAndFeel.Kind = lfStandard + Style.LookAndFeel.NativeStyle = True + Style.ButtonStyle = bts3D + Style.PopupBorderStyle = epbsFrame3D + StyleDisabled.LookAndFeel.Kind = lfStandard + StyleDisabled.LookAndFeel.NativeStyle = True + StyleFocused.LookAndFeel.Kind = lfStandard + StyleFocused.LookAndFeel.NativeStyle = True + StyleHot.LookAndFeel.Kind = lfStandard + StyleHot.LookAndFeel.NativeStyle = True + TabOrder = 0 + Width = 376 + end + object eContabilizar: TcxCheckBox + Left = 307 + Top = 10 + Caption = 'Ignorar en contabiliad' + Properties.ValueChecked = 1 + Properties.ValueUnchecked = 0 + TabOrder = 1 + Width = 203 + end + object dxLayoutControl1Group_Root: TdxLayoutGroup + ShowCaption = False + Hidden = True + LayoutDirection = ldHorizontal + ShowBorder = False + object dxLayoutControl1Item1: TdxLayoutItem + AutoAligns = [aaVertical] + AlignHorz = ahClient + Caption = 'Subcuenta:' + Control = cbSubCuentas + ControlOptions.ShowBorder = False + end + object dxLayoutControl1Item2: TdxLayoutItem + AutoAligns = [aaVertical] + AlignHorz = ahClient + ShowCaption = False + Control = eContabilizar + ControlOptions.ShowBorder = False + end + end + end +end