object ReferenceFlgDlg: TReferenceFlgDlg Left = 244 Top = 129 HelpContext = 5014 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Reference' ClientHeight = 111 ClientWidth = 217 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Position = poScreenCenter OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 9 Width = 107 Height = 89 Shape = bsFrame IsControl = True end object OKBtn: TBitBtn Left = 126 Top = 8 Width = 77 Height = 27 TabOrder = 3 OnClick = OKBtnClick Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 126 Top = 40 Width = 77 Height = 27 TabOrder = 4 Kind = bkCancel Margin = 2 Spacing = -1 IsControl = True end object HelpBtn: TBitBtn Left = 126 Top = 72 Width = 77 Height = 27 TabOrder = 5 Kind = bkHelp Margin = 2 Spacing = -1 IsControl = True end object BBracket: TCheckBox Left = 19 Top = 45 Width = 80 Height = 17 Caption = '&Bracket' TabOrder = 1 end object BVisible: TCheckBox Left = 19 Top = 20 Width = 80 Height = 17 Caption = '&Visible' TabOrder = 0 end object BShowAll: TCheckBox Left = 19 Top = 69 Width = 80 Height = 17 Caption = '&Show All' TabOrder = 2 end end