home *** CD-ROM | disk | FTP | other *** search
/ IT.SOFT 22 / ITSOFTCD_22.iso / pc / shareware22 / file / HTMLTOOL.ZIP / HTMLTOOL.exe / 0 / RCDATA / TFRMSPECIALCHARACTERS / TFRMSPECIALCHARACTERS.txt
Encoding:
Text File  |  1998-01-30  |  2.6 KB  |  127 lines

  1. object FrmSpecialCharacters: TFrmSpecialCharacters
  2.   Left = 354
  3.   Top = 192
  4.   BorderStyle = bsDialog
  5.   Caption = 'Special characters'
  6.   ClientHeight = 159
  7.   ClientWidth = 237
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   TextHeight = 13
  15.   object btnOK: TButton
  16.     Left = 143
  17.     Top = 100
  18.     Width = 89
  19.     Height = 24
  20.     Caption = 'OK'
  21.     Default = True
  22.     Font.Color = clBlack
  23.     Font.Height = -11
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = []
  26.     ModalResult = 1
  27.     ParentFont = False
  28.     TabOrder = 0
  29.   end
  30.   object btnCancel: TButton
  31.     Left = 143
  32.     Top = 129
  33.     Width = 89
  34.     Height = 24
  35.     Caption = 'Cancel'
  36.     Font.Color = clBlack
  37.     Font.Height = -11
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = []
  40.     ModalResult = 2
  41.     ParentFont = False
  42.     TabOrder = 1
  43.   end
  44.   object gbCharacter: TGroupBox
  45.     Left = 8
  46.     Top = 8
  47.     Width = 129
  48.     Height = 145
  49.     Caption = ' &Character '
  50.     Font.Color = clBlack
  51.     Font.Height = -11
  52.     Font.Name = 'MS Sans Serif'
  53.     Font.Style = []
  54.     ParentFont = False
  55.     TabOrder = 2
  56.     object rbGansfuss: TRadioButton
  57.       Left = 8
  58.       Top = 120
  59.       Width = 33
  60.       Height = 17
  61.       Caption = ' "'
  62.       Font.Color = clBlack
  63.       Font.Height = -11
  64.       Font.Name = 'MS Sans Serif'
  65.       Font.Style = []
  66.       ParentFont = False
  67.       TabOrder = 0
  68.     end
  69.     object rbUnd: TRadioButton
  70.       Left = 8
  71.       Top = 48
  72.       Width = 33
  73.       Height = 17
  74.       Caption = ' &&'
  75.       Font.Color = clBlack
  76.       Font.Height = -11
  77.       Font.Name = 'MS Sans Serif'
  78.       Font.Style = []
  79.       ParentFont = False
  80.       TabOrder = 1
  81.     end
  82.     object rbGroesser: TRadioButton
  83.       Left = 8
  84.       Top = 72
  85.       Width = 33
  86.       Height = 17
  87.       Caption = ' >'
  88.       Font.Color = clBlack
  89.       Font.Height = -11
  90.       Font.Name = 'MS Sans Serif'
  91.       Font.Style = []
  92.       ParentFont = False
  93.       ParentShowHint = False
  94.       ShowHint = False
  95.       TabOrder = 2
  96.     end
  97.     object rbKleiner: TRadioButton
  98.       Left = 8
  99.       Top = 96
  100.       Width = 33
  101.       Height = 17
  102.       Caption = ' <'
  103.       Font.Color = clBlack
  104.       Font.Height = -11
  105.       Font.Name = 'MS Sans Serif'
  106.       Font.Style = []
  107.       ParentFont = False
  108.       TabOrder = 3
  109.     end
  110.     object rbSpace: TRadioButton
  111.       Left = 8
  112.       Top = 24
  113.       Width = 113
  114.       Height = 17
  115.       Caption = 'non-breaking space'
  116.       Checked = True
  117.       Font.Color = clBlack
  118.       Font.Height = -11
  119.       Font.Name = 'MS Sans Serif'
  120.       Font.Style = []
  121.       ParentFont = False
  122.       TabOrder = 4
  123.       TabStop = True
  124.     end
  125.   end
  126. end
  127.