home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / DBISAM Database System / _SETUP.1 / DBISAMMs.dfm / DBISAMMs.txt
Encoding:
Text File  |  1998-09-25  |  2.4 KB  |  126 lines

  1. object MasterFieldsForm: TMasterFieldsForm
  2.   Left = 20
  3.   Top = 31
  4.   BorderStyle = bsDialog
  5.   Caption = 'Edit Master Fields'
  6.   ClientHeight = 317
  7.   ClientWidth = 582
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 2
  19.     Top = 274
  20.     Width = 580
  21.     Height = 2
  22.   end
  23.   object GroupBox2: TGroupBox
  24.     Left = 6
  25.     Top = 5
  26.     Width = 203
  27.     Height = 132
  28.     Caption = 'Available Master Fields'
  29.     TabOrder = 0
  30.     object MasterFieldsList: TListBox
  31.       Left = 12
  32.       Top = 20
  33.       Width = 178
  34.       Height = 100
  35.       ItemHeight = 13
  36.       TabOrder = 0
  37.       OnClick = MasterFieldsListClick
  38.     end
  39.   end
  40.   object OKButton: TButton
  41.     Left = 413
  42.     Top = 286
  43.     Width = 77
  44.     Height = 25
  45.     Caption = '&OK'
  46.     Enabled = False
  47.     ModalResult = 1
  48.     TabOrder = 1
  49.     IsControl = True
  50.   end
  51.   object CancelButton: TButton
  52.     Left = 497
  53.     Top = 286
  54.     Width = 77
  55.     Height = 25
  56.     Cancel = True
  57.     Caption = '&Cancel'
  58.     ModalResult = 2
  59.     TabOrder = 2
  60.     IsControl = True
  61.   end
  62.   object AddJoinButton: TButton
  63.     Left = 221
  64.     Top = 115
  65.     Width = 89
  66.     Height = 25
  67.     Caption = '&Join Fields'
  68.     Enabled = False
  69.     TabOrder = 3
  70.     OnClick = AddJoinButtonClick
  71.   end
  72.   object ClearAllButton: TButton
  73.     Left = 221
  74.     Top = 146
  75.     Width = 89
  76.     Height = 25
  77.     Caption = '&Clear All'
  78.     Enabled = False
  79.     TabOrder = 4
  80.     OnClick = ClearAllButtonClick
  81.   end
  82.   object GroupBox1: TGroupBox
  83.     Left = 320
  84.     Top = 5
  85.     Width = 257
  86.     Height = 260
  87.     Caption = 'Joined Fields'
  88.     TabOrder = 5
  89.     object JoinedFieldsList: TListBox
  90.       Left = 12
  91.       Top = 20
  92.       Width = 234
  93.       Height = 227
  94.       ItemHeight = 13
  95.       TabOrder = 0
  96.     end
  97.   end
  98.   object GroupBox3: TGroupBox
  99.     Left = 6
  100.     Top = 144
  101.     Width = 203
  102.     Height = 121
  103.     Caption = 'Available Index Fields'
  104.     TabOrder = 6
  105.     object IndexComboBox: TComboBox
  106.       Left = 11
  107.       Top = 20
  108.       Width = 180
  109.       Height = 21
  110.       Style = csDropDownList
  111.       ItemHeight = 13
  112.       TabOrder = 0
  113.       OnChange = IndexComboBoxChange
  114.     end
  115.     object IndexFieldsList: TListBox
  116.       Left = 11
  117.       Top = 48
  118.       Width = 179
  119.       Height = 61
  120.       ItemHeight = 13
  121.       TabOrder = 1
  122.       OnClick = IndexFieldsListClick
  123.     end
  124.   end
  125. end
  126.