home *** CD-ROM | disk | FTP | other *** search
- object FormTeeTitle: TFormTeeTitle
- Left = 200
- Top = 102
- ActiveControl = CBTitles
- BorderIcons = []
- BorderStyle = bsNone
- ClientHeight = 233
- ClientWidth = 387
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poDefault
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object CBTitles: TComboBox
- Left = 8
- Top = 9
- Width = 85
- Height = 21
- HelpContext = 649
- Style = csDropDownList
- ItemHeight = 13
- Items.Strings = (
- 'Title'
- 'Foot')
- TabOrder = 0
- OnChange = CBTitlesChange
- end
- object CBVisible: TCheckBox
- Left = 9
- Top = 41
- Width = 63
- Height = 17
- HelpContext = 681
- Caption = '&Visible'
- TabOrder = 1
- OnClick = CBVisibleClick
- end
- object CBAdjust: TCheckBox
- Left = 9
- Top = 67
- Width = 91
- Height = 17
- HelpContext = 37
- Caption = '&Adjust Frame'
- TabOrder = 2
- OnClick = CBAdjustClick
- end
- object BFont: TButton
- Left = 108
- Top = 8
- Width = 84
- Height = 25
- HelpContext = 718
- Caption = 'F&ont...'
- TabOrder = 3
- OnClick = BFontClick
- end
- object BFrame: TButton
- Left = 204
- Top = 8
- Width = 84
- Height = 25
- HelpContext = 222
- Caption = '&Border...'
- TabOrder = 4
- OnClick = BFrameClick
- end
- object BBrush: TButton
- Left = 204
- Top = 52
- Width = 84
- Height = 25
- HelpContext = 109
- Caption = '&Pattern...'
- TabOrder = 5
- OnClick = BBrushClick
- end
- object RGAlign: TRadioGroup
- Left = 300
- Top = 4
- Width = 81
- Height = 85
- HelpContext = 42
- Caption = 'Alignment:'
- ItemIndex = 2
- Items.Strings = (
- '&Left'
- '&Center'
- '&Right')
- TabOrder = 6
- OnClick = RGAlignClick
- end
- object MText: TMemo
- Left = 7
- Top = 96
- Width = 374
- Height = 129
- HelpContext = 640
- ScrollBars = ssBoth
- TabOrder = 7
- WantTabs = True
- WordWrap = False
- OnChange = MTextChange
- end
- object BColor: TButton
- Left = 108
- Top = 52
- Width = 84
- Height = 25
- HelpContext = 778
- Caption = 'Bac&k Color...'
- TabOrder = 8
- OnClick = BColorClick
- end
- end
-