home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August / Chip_2001-08_cd2.bin / kancelar / busicard / BCDP2000.EXE / bcdp.exe / 0 / RCDATA / TCHOOSESYMBOLFORM / TCHOOSESYMBOLFORM.txt
Encoding:
Text File  |  2000-10-20  |  2.2 KB  |  111 lines

  1. object ChooseSymbolForm: TChooseSymbolForm
  2.   Left = 233
  3.   Top = 159
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Choose Symbol'
  7.   ClientHeight = 154
  8.   ClientWidth = 308
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 64
  21.     Top = 8
  22.     Width = 24
  23.     Height = 13
  24.     Caption = 'Font:'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 8
  28.     Top = 8
  29.     Width = 37
  30.     Height = 13
  31.     Caption = 'Symbol:'
  32.   end
  33.   object Label3: TLabel
  34.     Left = 6
  35.     Top = 64
  36.     Width = 297
  37.     Height = 49
  38.     AutoSize = False
  39.     Caption = 
  40.       'NOTE: A symbol is a sngle character from special fonts which are' +
  41.       ' designed to be used as symbols.  The available symbol fonts dep' +
  42.       'ends on what is installed on your system.'
  43.     Font.Charset = DEFAULT_CHARSET
  44.     Font.Color = clRed
  45.     Font.Height = -11
  46.     Font.Name = 'MS Sans Serif'
  47.     Font.Style = []
  48.     ParentFont = False
  49.     WordWrap = True
  50.   end
  51.   object OkBtn: TBitBtn
  52.     Left = 25
  53.     Top = 118
  54.     Width = 75
  55.     Height = 25
  56.     Caption = '&OK'
  57.     TabOrder = 0
  58.     Kind = bkOK
  59.   end
  60.   object CancelBtn: TBitBtn
  61.     Left = 117
  62.     Top = 118
  63.     Width = 75
  64.     Height = 25
  65.     Caption = '&Cancel'
  66.     TabOrder = 1
  67.     Kind = bkCancel
  68.   end
  69.   object HelpBtn: TBitBtn
  70.     Left = 209
  71.     Top = 118
  72.     Width = 75
  73.     Height = 25
  74.     TabOrder = 2
  75.     Kind = bkHelp
  76.   end
  77.   object FontCombo: TFontComboBox
  78.     Left = 64
  79.     Top = 24
  80.     Width = 241
  81.     Height = 22
  82.     Items.Strings = (
  83.       'Marlett'
  84.       'Mediascape OSD Icon'
  85.       'MS LineDraw'
  86.       'MS Reference 1'
  87.       'MS Reference 2'
  88.       'MT Extra'
  89.       'RefSpecialty'
  90.       'Symbol'
  91.       'Symbol'
  92.       'Webdings'
  93.       'Wingdings'
  94.       'Wingdings 2')
  95.     TabOrder = 3
  96.     OnChange = FontComboChange
  97.     TTOnly = True
  98.     SymbolOnly = True
  99.     UseItemFont = False
  100.   end
  101.   object SymbolCombo: TCharMapCombo
  102.     Left = 8
  103.     Top = 24
  104.     Width = 41
  105.     Height = 21
  106.     Alignment = taLeftJustify
  107.     Character = '∩┐╜'
  108.     TabOrder = 4
  109.   end
  110. end
  111.