home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / WTXT / CTE32_.ZIP / _SETUP.1 / Cte95.exe / 0 / RCDATA / TREFERENCEFLGDLG / TREFERENCEFLGDLG.txt
Text File  |  1998-06-03  |  1KB  |  85 lines

  1. object ReferenceFlgDlg: TReferenceFlgDlg
  2.   Left = 244
  3.   Top = 129
  4.   HelpContext = 5014
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Reference'
  8.   ClientHeight = 111
  9.   ClientWidth = 217
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 8
  20.     Top = 9
  21.     Width = 107
  22.     Height = 89
  23.     Shape = bsFrame
  24.     IsControl = True
  25.   end
  26.   object OKBtn: TBitBtn
  27.     Left = 126
  28.     Top = 8
  29.     Width = 77
  30.     Height = 27
  31.     TabOrder = 3
  32.     OnClick = OKBtnClick
  33.     Kind = bkOK
  34.     Margin = 2
  35.     Spacing = -1
  36.     IsControl = True
  37.   end
  38.   object CancelBtn: TBitBtn
  39.     Left = 126
  40.     Top = 40
  41.     Width = 77
  42.     Height = 27
  43.     TabOrder = 4
  44.     Kind = bkCancel
  45.     Margin = 2
  46.     Spacing = -1
  47.     IsControl = True
  48.   end
  49.   object HelpBtn: TBitBtn
  50.     Left = 126
  51.     Top = 72
  52.     Width = 77
  53.     Height = 27
  54.     TabOrder = 5
  55.     Kind = bkHelp
  56.     Margin = 2
  57.     Spacing = -1
  58.     IsControl = True
  59.   end
  60.   object BBracket: TCheckBox
  61.     Left = 19
  62.     Top = 45
  63.     Width = 80
  64.     Height = 17
  65.     Caption = '&Bracket'
  66.     TabOrder = 1
  67.   end
  68.   object BVisible: TCheckBox
  69.     Left = 19
  70.     Top = 20
  71.     Width = 80
  72.     Height = 17
  73.     Caption = '&Visible'
  74.     TabOrder = 0
  75.   end
  76.   object BShowAll: TCheckBox
  77.     Left = 19
  78.     Top = 69
  79.     Width = 80
  80.     Height = 17
  81.     Caption = '&Show All'
  82.     TabOrder = 2
  83.   end
  84. end
  85.