object FORMA10010: TFORMA10010 Left = 9 Top = 117 ActiveControl = BitBtn2 BorderIcons = [biSystemMenu] AutoScroll = False Caption = 'Lista de Tratatamientos Naturales (Base de Datos)' ClientHeight = 281 ClientWidth = 512 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 16 object Panel1: TPanel Left = 8 Top = 8 Width = 497 Height = 265 BevelInner = bvLowered BevelWidth = 2 BorderWidth = 1 BorderStyle = bsSingle TabOrder = 0 object DBGrid1: TDBGrid Left = 16 Top = 16 Width = 465 Height = 193 DataSource = DataSource1 Options = [dgEditing, dgIndicator, dgColumnResize, dgTabs, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit] ReadOnly = True TabOrder = 0 TitleFont.Color = clWindowText TitleFont.Height = -13 TitleFont.Name = 'System' TitleFont.Style = [] end end object BitBtn2: TBitBtn Left = 216 Top = 232 Width = 81 Height = 25 Caption = '&Cerrar' TabOrder = 1 OnClick = BitBtn2Click Kind = bkOK end object DataSource1: TDataSource DataSet = Table1 Left = 24 Top = 224 end object Table1: TTable Active = True Filtered = True DatabaseName = 'C:\NATUP1' IndexFieldNames = 'Dolencia/Enfermedad' TableName = 'Tnatural.DB' Left = 66 Top = 226 object Table1DolenciaEnfermedad: TStringField FieldName = 'Dolencia/Enfermedad' Required = True Size = 75 end end end