home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 48 / SENT14D.ISO / tech / delphi / disk12 / lib.pak / FLDLINKS.DFM / FLDLINKS.txt
Encoding:
Text File  |  1995-08-24  |  4.4 KB  |  222 lines

  1. object LinkFields: TLinkFields
  2.   Left = 235
  3.   Top = 123
  4.   ActiveControl = IndexList
  5.   BorderStyle = bsDialog
  6.   Caption = 'Field Link Designer'
  7.   ClientHeight = 273
  8.   ClientWidth = 352
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   OnClick = IndexListChange
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 4
  20.     Top = 33
  21.     Width = 344
  22.     Height = 198
  23.     Shape = bsFrame
  24.   end
  25.   object Bevel2: TBevel
  26.     Left = 350
  27.     Top = 285
  28.     Width = 341
  29.     Height = 43
  30.     Shape = bsFrame
  31.   end
  32.   object Label30: TLabel
  33.     Left = 12
  34.     Top = 40
  35.     Width = 71
  36.     Height = 13
  37.     Caption = 'D&etail Fields'
  38.     FocusControl = DetailList
  39.     Font.Color = clBlack
  40.     Font.Height = -11
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = [fsBold]
  43.     ParentFont = False
  44.     IsControl = True
  45.   end
  46.   object Label31: TLabel
  47.     Left = 224
  48.     Top = 38
  49.     Width = 76
  50.     Height = 13
  51.     Caption = '&Master Fields'
  52.     FocusControl = MasterList
  53.     Font.Color = clBlack
  54.     Font.Height = -11
  55.     Font.Name = 'MS Sans Serif'
  56.     Font.Style = [fsBold]
  57.     ParentFont = False
  58.     IsControl = True
  59.   end
  60.   object IndexLabel: TLabel
  61.     Left = 12
  62.     Top = 10
  63.     Width = 101
  64.     Height = 13
  65.     Caption = 'A&vailable Indexes'
  66.     FocusControl = IndexList
  67.     Font.Color = clBlack
  68.     Font.Height = -11
  69.     Font.Name = 'MS Sans Serif'
  70.     Font.Style = [fsBold]
  71.     ParentFont = False
  72.   end
  73.   object Label2: TLabel
  74.     Left = 12
  75.     Top = 142
  76.     Width = 75
  77.     Height = 13
  78.     Caption = '&Joined Fields'
  79.     FocusControl = BindList
  80.     Font.Color = clBlack
  81.     Font.Height = -11
  82.     Font.Name = 'MS Sans Serif'
  83.     Font.Style = [fsBold]
  84.     ParentFont = False
  85.   end
  86.   object DetailList: TListBox
  87.     Left = 13
  88.     Top = 55
  89.     Width = 117
  90.     Height = 80
  91.     IntegralHeight = True
  92.     ItemHeight = 13
  93.     TabOrder = 1
  94.     OnClick = BindingListClick
  95.     IsControl = True
  96.   end
  97.   object MasterList: TListBox
  98.     Left = 222
  99.     Top = 54
  100.     Width = 117
  101.     Height = 80
  102.     IntegralHeight = True
  103.     ItemHeight = 13
  104.     TabOrder = 3
  105.     OnClick = BindingListClick
  106.     IsControl = True
  107.   end
  108.   object BindList: TListBox
  109.     Left = 12
  110.     Top = 157
  111.     Width = 242
  112.     Height = 67
  113.     IntegralHeight = True
  114.     ItemHeight = 13
  115.     MultiSelect = True
  116.     TabOrder = 4
  117.     OnClick = BindListClick
  118.     IsControl = True
  119.   end
  120.   object IndexList: TComboBox
  121.     Left = 120
  122.     Top = 7
  123.     Width = 192
  124.     Height = 20
  125.     Style = csDropDownList
  126.     ItemHeight = 13
  127.     TabOrder = 0
  128.     OnChange = IndexListChange
  129.     OnClick = IndexListChange
  130.   end
  131.   object BitBtn1: TBitBtn
  132.     Left = 54
  133.     Top = 239
  134.     Width = 77
  135.     Height = 27
  136.     Font.Color = clBlack
  137.     Font.Height = -11
  138.     Font.Name = 'MS Sans Serif'
  139.     Font.Style = [fsBold]
  140.     ParentFont = False
  141.     TabOrder = 7
  142.     OnClick = BitBtn1Click
  143.     Kind = bkOK
  144.   end
  145.   object BitBtn2: TBitBtn
  146.     Left = 137
  147.     Top = 239
  148.     Width = 77
  149.     Height = 27
  150.     Font.Color = clBlack
  151.     Font.Height = -11
  152.     Font.Name = 'MS Sans Serif'
  153.     Font.Style = [fsBold]
  154.     ParentFont = False
  155.     TabOrder = 8
  156.     Kind = bkCancel
  157.   end
  158.   object AddButton: TBitBtn
  159.     Left = 138
  160.     Top = 78
  161.     Width = 77
  162.     Height = 27
  163.     Caption = '&Add'
  164.     Font.Color = clBlack
  165.     Font.Height = -11
  166.     Font.Name = 'MS Sans Serif'
  167.     Font.Style = [fsBold]
  168.     ParentFont = False
  169.     TabOrder = 2
  170.     OnClick = AddButtonClick
  171.   end
  172.   object DeleteButton: TBitBtn
  173.     Left = 262
  174.     Top = 156
  175.     Width = 77
  176.     Height = 27
  177.     Caption = '&Delete'
  178.     Font.Color = clBlack
  179.     Font.Height = -11
  180.     Font.Name = 'MS Sans Serif'
  181.     Font.Style = [fsBold]
  182.     ParentFont = False
  183.     TabOrder = 5
  184.     OnClick = DeleteButtonClick
  185.   end
  186.   object ClearButton: TBitBtn
  187.     Left = 262
  188.     Top = 191
  189.     Width = 77
  190.     Height = 27
  191.     Caption = '&Clear'
  192.     Font.Color = clBlack
  193.     Font.Height = -11
  194.     Font.Name = 'MS Sans Serif'
  195.     Font.Style = [fsBold]
  196.     ParentFont = False
  197.     TabOrder = 6
  198.     OnClick = ClearButtonClick
  199.   end
  200.   object HelpBtn: TBitBtn
  201.     Left = 220
  202.     Top = 239
  203.     Width = 77
  204.     Height = 27
  205.     Font.Color = clBlack
  206.     Font.Height = -11
  207.     Font.Name = 'MS Sans Serif'
  208.     Font.Style = [fsBold]
  209.     ParentFont = False
  210.     TabOrder = 9
  211.     Kind = bkHelp
  212.     Margin = 2
  213.     Spacing = -1
  214.   end
  215.   object Table1: TTable
  216.     DatabaseName = 'Paradox'
  217.     TableName = 'ORDERS'
  218.     Left = 148
  219.     Top = 121
  220.   end
  221. end
  222.