home *** CD-ROM | disk | FTP | other *** search
- object frmTableJoins: TfrmTableJoins
- Left = 80
- Top = 104
- HelpContext = 2018
- BorderStyle = bsDialog
- Caption = 'Table Joins'
- ClientHeight = 312
- ClientWidth = 465
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 16
- object Bevel1: TBevel
- Left = 6
- Top = 40
- Width = 451
- Height = 241
- Style = bsRaised
- IsControl = True
- end
- object sbEditJoin: TSpeedButton
- Left = 399
- Top = 51
- Width = 56
- Height = 24
- Hint = 'Edit the selected join'
- Caption = '&Edit'
- ParentShowHint = False
- ShowHint = True
- OnClick = sbEditJoinClick
- end
- object sbDeleteJoin: TSpeedButton
- Left = 399
- Top = 79
- Width = 56
- Height = 24
- Hint = 'Delete the selected join'
- Caption = '&Delete'
- ParentShowHint = False
- ShowHint = True
- OnClick = sbDeleteJoinClick
- end
- object Label1: TLabel
- Left = 9
- Top = 2
- Width = 429
- Height = 32
- Alignment = taCenter
- Caption =
- 'Joins between tables may be edited or deleted here. To create a ' +
- 'new join, drag the join field from the master table and drop it ' +
- 'on the detail table'
- Transparent = True
- WordWrap = True
- end
- object sgTableJoins: TStringGrid
- Left = 14
- Top = 52
- Width = 384
- Height = 215
- HelpContext = 2018
- ColCount = 1
- DefaultColWidth = 360
- FixedCols = 0
- RowCount = 1
- FixedRows = 0
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goRowMoving, goColMoving, goRowSelect]
- ParentFont = False
- ScrollBars = ssNone
- TabOrder = 0
- OnDblClick = sbEditJoinClick
- OnSelectCell = sgTableJoinsSelectCell
- end
- object btnOk: TButton
- Left = 226
- Top = 285
- Width = 75
- Height = 25
- Caption = 'Ok'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object btnCancel: TButton
- Left = 304
- Top = 285
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object btnHelp: TButton
- Left = 382
- Top = 285
- Width = 75
- Height = 25
- Caption = 'Help'
- TabOrder = 3
- OnClick = btnHelpClick
- end
- end
-