home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 21 / CTROM21B.mdf / win95 / database / 32psdp / _setup.1 / HTML32.EXE / 0 / RCDATA / TFRMTABLEJOINS / TFRMTABLEJOINS.txt
Encoding:
Text File  |  1998-12-13  |  2.4 KB  |  113 lines

  1. object frmTableJoins: TfrmTableJoins
  2.   Left = 80
  3.   Top = 104
  4.   HelpContext = 2018
  5.   BorderStyle = bsDialog
  6.   Caption = 'Table Joins'
  7.   ClientHeight = 312
  8.   ClientWidth = 465
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -13
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object Bevel1: TBevel
  18.     Left = 6
  19.     Top = 40
  20.     Width = 451
  21.     Height = 241
  22.     Style = bsRaised
  23.     IsControl = True
  24.   end
  25.   object sbEditJoin: TSpeedButton
  26.     Left = 399
  27.     Top = 51
  28.     Width = 56
  29.     Height = 24
  30.     Hint = 'Edit the selected join'
  31.     Caption = '&Edit'
  32.     ParentShowHint = False
  33.     ShowHint = True
  34.     OnClick = sbEditJoinClick
  35.   end
  36.   object sbDeleteJoin: TSpeedButton
  37.     Left = 399
  38.     Top = 79
  39.     Width = 56
  40.     Height = 24
  41.     Hint = 'Delete the selected join'
  42.     Caption = '&Delete'
  43.     ParentShowHint = False
  44.     ShowHint = True
  45.     OnClick = sbDeleteJoinClick
  46.   end
  47.   object Label1: TLabel
  48.     Left = 9
  49.     Top = 2
  50.     Width = 429
  51.     Height = 32
  52.     Alignment = taCenter
  53.     Caption = 
  54.       'Joins between tables may be edited or deleted here. To create a ' +
  55.       'new join, drag the join field from the master table and drop it ' +
  56.       'on the detail table'
  57.     Transparent = True
  58.     WordWrap = True
  59.   end
  60.   object sgTableJoins: TStringGrid
  61.     Left = 14
  62.     Top = 52
  63.     Width = 384
  64.     Height = 215
  65.     HelpContext = 2018
  66.     ColCount = 1
  67.     DefaultColWidth = 360
  68.     FixedCols = 0
  69.     RowCount = 1
  70.     FixedRows = 0
  71.     Font.Charset = DEFAULT_CHARSET
  72.     Font.Color = clBlack
  73.     Font.Height = -11
  74.     Font.Name = 'Arial'
  75.     Font.Style = [fsBold]
  76.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goRowMoving, goColMoving, goRowSelect]
  77.     ParentFont = False
  78.     ScrollBars = ssNone
  79.     TabOrder = 0
  80.     OnDblClick = sbEditJoinClick
  81.     OnSelectCell = sgTableJoinsSelectCell
  82.   end
  83.   object btnOk: TButton
  84.     Left = 226
  85.     Top = 285
  86.     Width = 75
  87.     Height = 25
  88.     Caption = 'Ok'
  89.     Default = True
  90.     ModalResult = 1
  91.     TabOrder = 1
  92.   end
  93.   object btnCancel: TButton
  94.     Left = 304
  95.     Top = 285
  96.     Width = 75
  97.     Height = 25
  98.     Cancel = True
  99.     Caption = 'Cancel'
  100.     ModalResult = 2
  101.     TabOrder = 2
  102.   end
  103.   object btnHelp: TButton
  104.     Left = 382
  105.     Top = 285
  106.     Width = 75
  107.     Height = 25
  108.     Caption = 'Help'
  109.     TabOrder = 3
  110.     OnClick = btnHelpClick
  111.   end
  112. end
  113.