object FORMA10006: TFORMA10006 Left = 114 Top = 113 ActiveControl = BitBtn2 BorderIcons = [biSystemMenu] AutoScroll = False Caption = 'Lista del Glosario M�dico (Base de Datos)' ClientHeight = 282 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 = 185 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 = 224 Width = 81 Height = 25 Caption = '&Cerrar' TabOrder = 1 OnClick = BitBtn2Click Kind = bkOK end object DataSource1: TDataSource DataSet = Table1 Left = 32 Top = 216 end object Table1: TTable Active = True DatabaseName = 'c:\natup1' IndexFieldNames = 'T�rmino m�dico' TableName = 'Glosario.DB' Left = 66 Top = 218 object Table1Trminomdico: TStringField FieldName = 'T�rmino m�dico' Required = True Size = 75 end end end