home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Tips & Tricks for Windows 95 / Chip Wintips.iso / sharewar / online / webpagec / wpc.exe / 0 / RCDATA / TBLOCKQUOTE / TBLOCKQUOTE.txt
Encoding:
Text File  |  1996-04-05  |  2.3 KB  |  114 lines

  1. object BlockQuote: TBlockQuote
  2.   Left = 292
  3.   Top = 121
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Block Quote'
  7.   ClientHeight = 233
  8.   ClientWidth = 267
  9.   Font.Color = clWindowText
  10.   Font.Height = -17
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCloseQuery = FormCloseQuery
  15.   PixelsPerInch = 120
  16.   TextHeight = 20
  17.   object GroupBox1: TGroupBox
  18.     Left = 24
  19.     Top = 16
  20.     Width = 113
  21.     Height = 129
  22.     Caption = 'Clear'
  23.     Font.Color = clBlue
  24.     Font.Height = -17
  25.     Font.Name = 'System'
  26.     Font.Style = [fsBold]
  27.     ParentFont = False
  28.     TabOrder = 0
  29.     object RadioButton1: TRadioButton
  30.       Left = 16
  31.       Top = 32
  32.       Width = 81
  33.       Height = 17
  34.       Caption = 'Left'
  35.       Font.Color = clMaroon
  36.       Font.Height = -17
  37.       Font.Name = 'System'
  38.       Font.Style = [fsBold]
  39.       ParentFont = False
  40.       TabOrder = 0
  41.     end
  42.     object RadioButton2: TRadioButton
  43.       Left = 16
  44.       Top = 64
  45.       Width = 81
  46.       Height = 17
  47.       Caption = 'Right'
  48.       Font.Color = clMaroon
  49.       Font.Height = -17
  50.       Font.Name = 'System'
  51.       Font.Style = [fsBold]
  52.       ParentFont = False
  53.       TabOrder = 1
  54.     end
  55.     object RadioButton3: TRadioButton
  56.       Left = 16
  57.       Top = 96
  58.       Width = 81
  59.       Height = 17
  60.       Caption = 'All'
  61.       Font.Color = clMaroon
  62.       Font.Height = -17
  63.       Font.Name = 'System'
  64.       Font.Style = [fsBold]
  65.       ParentFont = False
  66.       TabOrder = 2
  67.     end
  68.   end
  69.   object CheckBox1: TCheckBox
  70.     Left = 24
  71.     Top = 168
  72.     Width = 137
  73.     Height = 17
  74.     Caption = 'Include Credit'
  75.     Font.Color = clMaroon
  76.     Font.Height = -17
  77.     Font.Name = 'System'
  78.     Font.Style = [fsBold]
  79.     ParentFont = False
  80.     TabOrder = 1
  81.   end
  82.   object CheckBox2: TCheckBox
  83.     Left = 24
  84.     Top = 200
  85.     Width = 97
  86.     Height = 17
  87.     Caption = 'No Wrap'
  88.     Font.Color = clMaroon
  89.     Font.Height = -17
  90.     Font.Name = 'System'
  91.     Font.Style = [fsBold]
  92.     ParentFont = False
  93.     TabOrder = 2
  94.   end
  95.   object BitBtn1: TBitBtn
  96.     Left = 160
  97.     Top = 56
  98.     Width = 89
  99.     Height = 33
  100.     TabOrder = 3
  101.     OnClick = BitBtn1Click
  102.     Kind = bkOK
  103.   end
  104.   object BitBtn2: TBitBtn
  105.     Left = 160
  106.     Top = 120
  107.     Width = 89
  108.     Height = 33
  109.     TabOrder = 4
  110.     OnClick = BitBtn2Click
  111.     Kind = bkCancel
  112.   end
  113. end
  114.