home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 A / CHIP_HITWARE_7A.iso / biuro / AddrOrg / _SETUP.1 / ADO30.exe / 0 / RCDATA / TDBEDITDLG / TDBEDITDLG.txt
Text File  |  1999-12-09  |  2KB  |  84 lines

  1. object DbEditDlg: TDbEditDlg
  2.   Left = 191
  3.   Top = 235
  4.   Width = 504
  5.   Height = 300
  6.   Caption = 'Table Viewer'
  7.   Font.Charset = ANSI_CHARSET
  8.   Font.Color = clBlack
  9.   Font.Height = -13
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   ShowHint = True
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object DBGrid1: TDBGrid
  20.     Left = 0
  21.     Top = 32
  22.     Width = 496
  23.     Height = 241
  24.     Hint = 'Double Click to Edit Selected Field'
  25.     Align = alClient
  26.     DataSource = DataSource1
  27.     TabOrder = 0
  28.     TitleFont.Charset = ANSI_CHARSET
  29.     TitleFont.Color = clBlack
  30.     TitleFont.Height = -13
  31.     TitleFont.Name = 'Arial'
  32.     TitleFont.Style = []
  33.     OnDblClick = DBGrid1DblClick
  34.   end
  35.   object Panel1: TPanel
  36.     Left = 0
  37.     Top = 0
  38.     Width = 496
  39.     Height = 32
  40.     Align = alTop
  41.     BevelOuter = bvNone
  42.     TabOrder = 1
  43.     object DBNavigator1: TDBNavigator
  44.       Left = 2
  45.       Top = 3
  46.       Width = 240
  47.       Height = 25
  48.       DataSource = DataSource1
  49.       TabOrder = 0
  50.     end
  51.     object Panel2: TPanel
  52.       Left = 304
  53.       Top = 0
  54.       Width = 192
  55.       Height = 32
  56.       Align = alRight
  57.       BevelOuter = bvNone
  58.       TabOrder = 1
  59.       object BitBtn1: TBitBtn
  60.         Left = 98
  61.         Top = 3
  62.         Width = 89
  63.         Height = 25
  64.         Caption = '&Close'
  65.         TabOrder = 0
  66.         Kind = bkOK
  67.       end
  68.       object BitBtn2: TBitBtn
  69.         Left = 6
  70.         Top = 3
  71.         Width = 89
  72.         Height = 25
  73.         TabOrder = 1
  74.         OnClick = BitBtn2Click
  75.         Kind = bkHelp
  76.       end
  77.     end
  78.   end
  79.   object DataSource1: TDataSource
  80.     Left = 8
  81.     Top = 240
  82.   end
  83. end
  84.