This repository has been archived on 2024-12-02. You can view files and clone it, but cannot push or open issues or pull requests.
FactuGES/Datos/Articulo.dfm
2007-06-26 08:08:27 +00:00

134 lines
3.5 KiB
Plaintext

inherited frArticulo: TfrArticulo
Width = 750
Height = 413
inherited Titulo: TRdxPanelTituloOperacion
Width = 750
end
inherited pnlCuerpo: TPanel
Width = 750
Height = 291
inherited pnlPropiedades: TAdvPanel
Width = 730
Height = 96
Enabled = False
Visible = False
FullHeight = 38
inherited pnlGridPropiedades: TPanel
Width = 730
Height = 48
inherited gridPropiedades: TcxGrid
Width = 700
Height = 18
inherited gridPropiedadesDBCardView: TcxGridDBCardView
OptionsCustomize.RowFiltering = False
Styles.Background = nil
Styles.Content = nil
Styles.ContentEven = nil
Styles.ContentOdd = nil
Styles.Inactive = nil
Styles.IncSearch = nil
Styles.Selection = nil
Styles.CaptionRow = nil
Styles.CardBorder = nil
Styles.RowCaption = nil
end
end
end
inherited pnlBarraGrid: TPanel
Width = 730
end
end
inherited pnlDatos: TAdvPanel
Width = 730
FullHeight = 38
inherited eCodigoArticulo: TLabel
Left = 317
Top = 43
Width = 74
Caption = 'C'#243'digo interno:'
end
inherited eDescripcion: TLabel
Left = 88
end
inherited eFamilia: TLabel
Top = 141
end
object Label1: TLabel [3]
Left = 113
Top = 138
Width = 33
Height = 13
Alignment = taRightJustify
Caption = 'Precio:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object Label2: TLabel [4]
Left = 35
Top = 42
Width = 111
Height = 13
Alignment = taRightJustify
Caption = 'Referencia del art'#237'culo:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
inherited cbxFamilia: TcxDBLookupComboBox
Top = 136
Properties.GridMode = True
Properties.OnValidate = cbxFamiliaPropertiesValidate
TabOrder = 4
end
inherited Descripcion: TcxDBMemo
Height = 65
end
inherited Codigo: TcxDBButtonEdit
Left = 395
Top = 39
TabStop = False
TabOrder = 1
end
object Precio: TcxDBTextEdit
Left = 150
Top = 134
DataBinding.DataField = 'PRECIO'
DataBinding.DataSource = dsArticulo
ParentFont = False
Style.StyleController = dmConfiguracion.cxEstiloEditoresFondoOscuro
TabOrder = 3
Width = 139
end
object Referencia: TcxDBTextEdit
Left = 150
Top = 38
DataBinding.DataField = 'REFERENCIA'
DataBinding.DataSource = dsArticulo
ParentFont = False
Style.StyleController = dmConfiguracion.cxEstiloEditoresFondoOscuro
TabOrder = 0
Width = 139
end
end
end
inherited brSimple: TRdxBarraInferior
Top = 363
Width = 750
end
inherited brDoble: TRdxBarraInferior
Top = 313
Width = 750
end
inherited dsFamilias: TDataSource
Left = 16
Top = 152
end
end