home *** CD-ROM | disk | FTP | other *** search
- object ChooseSymbolForm: TChooseSymbolForm
- Left = 233
- Top = 159
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Choose Symbol'
- ClientHeight = 154
- ClientWidth = 308
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poOwnerFormCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 64
- Top = 8
- Width = 24
- Height = 13
- Caption = 'Font:'
- end
- object Label2: TLabel
- Left = 8
- Top = 8
- Width = 37
- Height = 13
- Caption = 'Symbol:'
- end
- object Label3: TLabel
- Left = 6
- Top = 64
- Width = 297
- Height = 49
- AutoSize = False
- Caption =
- 'NOTE: A symbol is a sngle character from special fonts which are' +
- ' designed to be used as symbols. The available symbol fonts dep' +
- 'ends on what is installed on your system.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object OkBtn: TBitBtn
- Left = 25
- Top = 118
- Width = 75
- Height = 25
- Caption = '&OK'
- TabOrder = 0
- Kind = bkOK
- end
- object CancelBtn: TBitBtn
- Left = 117
- Top = 118
- Width = 75
- Height = 25
- Caption = '&Cancel'
- TabOrder = 1
- Kind = bkCancel
- end
- object HelpBtn: TBitBtn
- Left = 209
- Top = 118
- Width = 75
- Height = 25
- TabOrder = 2
- Kind = bkHelp
- end
- object FontCombo: TFontComboBox
- Left = 64
- Top = 24
- Width = 241
- Height = 22
- Items.Strings = (
- 'Marlett'
- 'Mediascape OSD Icon'
- 'MS LineDraw'
- 'MS Reference 1'
- 'MS Reference 2'
- 'MT Extra'
- 'RefSpecialty'
- 'Symbol'
- 'Symbol'
- 'Webdings'
- 'Wingdings'
- 'Wingdings 2')
- TabOrder = 3
- OnChange = FontComboChange
- TTOnly = True
- SymbolOnly = True
- UseItemFont = False
- end
- object SymbolCombo: TCharMapCombo
- Left = 8
- Top = 24
- Width = 41
- Height = 21
- Alignment = taLeftJustify
- Character = '�'
- TabOrder = 4
- end
- end
-