This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
PincelCristal_FactuGES/Datos/Articulo.dfm
2007-09-05 17:13:46 +00:00

93 lines
2.5 KiB
Plaintext

inherited frArticulo: TfrArticulo
Width = 780
Height = 611
inherited Titulo: TRdxPanelTituloOperacion
Width = 780
end
inherited pnlCuerpo: TPanel
Width = 780
Height = 489
inherited pnlPropiedades: TAdvPanel
Top = 215
Width = 760
Height = 264
Visible = False
FullHeight = 38
inherited pnlGridPropiedades: TPanel
Width = 760
Height = 216
inherited gridPropiedades: TcxGrid
Width = 730
Height = 186
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 = 760
inherited bAnadir: TRdxBoton
Caption = 'A'#241'adir propiedad'
end
inherited bEliminar: TRdxBoton
Caption = 'Eliminar'
end
inherited bEliminarTodo: TRdxBoton
Caption = 'Eliminar todo'
end
end
end
inherited pnlDatos: TAdvPanel
Width = 760
Height = 205
FullHeight = 38
object ePrecio: TLabel [3]
Left = 110
Top = 174
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
inherited cbxFamilia: TcxDBLookupComboBox
Properties.GridMode = True
Properties.OnValidate = cbxFamiliaPropertiesValidate
end
object Precio: TcxDBTextEdit
Left = 150
Top = 170
DataBinding.DataField = 'PRECIO'
DataBinding.DataSource = dsArticulo
ParentFont = False
Style.StyleController = dmConfiguracion.cxEstiloEditoresFondoOscuro
TabOrder = 3
Width = 174
end
end
end
inherited brSimple: TRdxBarraInferior
Top = 561
Width = 780
end
inherited brDoble: TRdxBarraInferior
Top = 511
Width = 780
end
end