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.
Miguelo_FactuGES/Datos/Articulo.dfm
2007-06-25 15:19:31 +00:00

67 lines
1.8 KiB
Plaintext

inherited frArticulo: TfrArticulo
Width = 780
Height = 511
inherited Titulo: TRdxPanelTituloOperacion
Width = 780
end
inherited pnlCuerpo: TPanel
Width = 780
Height = 389
inherited pnlPropiedades: TAdvPanel
Width = 760
Height = 194
Visible = False
FullHeight = 38
inherited pnlGridPropiedades: TPanel
Width = 760
Height = 146
inherited gridPropiedades: TcxGrid
Width = 730
Height = 116
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
FullHeight = 38
inherited cbxFamilia: TcxDBLookupComboBox
Properties.GridMode = True
Properties.OnValidate = cbxFamiliaPropertiesValidate
end
end
end
inherited brSimple: TRdxBarraInferior
Top = 461
Width = 780
end
inherited brDoble: TRdxBarraInferior
Top = 411
Width = 780
end
end