home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / delphi / kolekce / d6 / RX275D6.ZIP / Units / seldsfrm.dfm / seldsfrm.txt
Text File  |  1999-10-12  |  1KB  |  58 lines

  1. object SelectDataSetForm: TSelectDataSetForm
  2.   Left = 223
  3.   Top = 153
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Memory DataSet Structure'
  7.   ClientHeight = 191
  8.   ClientWidth = 254
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object GroupBox: TGroupBox
  17.     Left = 9
  18.     Top = 3
  19.     Width = 235
  20.     Height = 143
  21.     Caption = ' Borrow Structure From '
  22.     TabOrder = 0
  23.     object DataSetList: TListBox
  24.       Left = 8
  25.       Top = 19
  26.       Width = 218
  27.       Height = 115
  28.       Enabled = False
  29.       ItemHeight = 13
  30.       Sorted = True
  31.       TabOrder = 0
  32.       OnDblClick = DataSetListDblClick
  33.       OnKeyPress = DataSetListKeyPress
  34.     end
  35.   end
  36.   object OkBtn: TButton
  37.     Left = 87
  38.     Top = 155
  39.     Width = 75
  40.     Height = 25
  41.     Caption = 'OK'
  42.     Default = True
  43.     Enabled = False
  44.     ModalResult = 1
  45.     TabOrder = 1
  46.   end
  47.   object CancelBtn: TButton
  48.     Left = 170
  49.     Top = 155
  50.     Width = 75
  51.     Height = 25
  52.     Cancel = True
  53.     Caption = 'Cancel'
  54.     ModalResult = 2
  55.     TabOrder = 2
  56.   end
  57. end
  58.