object FORMA10003: TFORMA10003 Left = 47 Top = 120 ActiveControl = BitBtn2 BorderIcons = [biSystemMenu] AutoScroll = False Caption = 'Lista de S�ntomas y Diagn�sticos (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 = 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 = 32 Top = 224 end object Table1: TTable Active = True Filtered = True DatabaseName = 'c:\natup1' IndexFieldNames = 'Sintomas' TableName = 'Diagnost.DB' Left = 74 Top = 226 object Table1Sintomas: TStringField FieldName = 'Sintomas' Required = True Size = 75 end end end