home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / delphi / delphi2 / seldlg.exe / 32BIT / FSELDLG.DFM / FSELDLG.txt
Text File  |  1996-10-16  |  1KB  |  72 lines

  1. object FormSelDlg: TFormSelDlg
  2.   Left = 308
  3.   Top = 156
  4.   Width = 269
  5.   Height = 313
  6.   Caption = 'Select Record'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   OnClose = FormClose
  12.   OnResize = FormResize
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object Panel3: TPanel
  17.     Left = 0
  18.     Top = 253
  19.     Width = 261
  20.     Height = 33
  21.     Align = alBottom
  22.     Caption = 'Panel3'
  23.     TabOrder = 0
  24.     object BtnSelect: TBitBtn
  25.       Left = 0
  26.       Top = 0
  27.       Width = 133
  28.       Height = 33
  29.       Caption = '&Select'
  30.       TabOrder = 0
  31.       Kind = bkOK
  32.     end
  33.     object BtnCancel: TBitBtn
  34.       Left = 132
  35.       Top = 0
  36.       Width = 129
  37.       Height = 33
  38.       Caption = '&Cancel'
  39.       TabOrder = 1
  40.       Kind = bkCancel
  41.     end
  42.   end
  43.   object DBGrid1: TDBGrid
  44.     Left = 0
  45.     Top = 25
  46.     Width = 261
  47.     Height = 228
  48.     Align = alClient
  49.     DataSource = DSSelect
  50.     Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
  51.     TabOrder = 1
  52.     TitleFont.Color = clWindowText
  53.     TitleFont.Height = -13
  54.     TitleFont.Name = 'System'
  55.     TitleFont.Style = []
  56.     OnDblClick = DBGrid1DblClick
  57.   end
  58.   object DBNavigator1: TDBNavigator
  59.     Left = 0
  60.     Top = 0
  61.     Width = 261
  62.     Height = 25
  63.     DataSource = DSSelect
  64.     Align = alTop
  65.     TabOrder = 2
  66.   end
  67.   object DSSelect: TDataSource
  68.     Left = 220
  69.     Top = 36
  70.   end
  71. end
  72.