home *** CD-ROM | disk | FTP | other *** search
- object BlockQuote: TBlockQuote
- Left = 292
- Top = 121
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'Block Quote'
- ClientHeight = 233
- ClientWidth = 267
- Font.Color = clWindowText
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = []
- Position = poScreenCenter
- OnCloseQuery = FormCloseQuery
- PixelsPerInch = 120
- TextHeight = 20
- object GroupBox1: TGroupBox
- Left = 24
- Top = 16
- Width = 113
- Height = 129
- Caption = 'Clear'
- Font.Color = clBlue
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- object RadioButton1: TRadioButton
- Left = 16
- Top = 32
- Width = 81
- Height = 17
- Caption = 'Left'
- Font.Color = clMaroon
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- end
- object RadioButton2: TRadioButton
- Left = 16
- Top = 64
- Width = 81
- Height = 17
- Caption = 'Right'
- Font.Color = clMaroon
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- end
- object RadioButton3: TRadioButton
- Left = 16
- Top = 96
- Width = 81
- Height = 17
- Caption = 'All'
- Font.Color = clMaroon
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 2
- end
- end
- object CheckBox1: TCheckBox
- Left = 24
- Top = 168
- Width = 137
- Height = 17
- Caption = 'Include Credit'
- Font.Color = clMaroon
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- end
- object CheckBox2: TCheckBox
- Left = 24
- Top = 200
- Width = 97
- Height = 17
- Caption = 'No Wrap'
- Font.Color = clMaroon
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 2
- end
- object BitBtn1: TBitBtn
- Left = 160
- Top = 56
- Width = 89
- Height = 33
- TabOrder = 3
- OnClick = BitBtn1Click
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 160
- Top = 120
- Width = 89
- Height = 33
- TabOrder = 4
- OnClick = BitBtn2Click
- Kind = bkCancel
- end
- end
-