home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / WTXT / CTE32_.ZIP / _SETUP.1 / Cte95.exe / 0 / RCDATA / TSPECIALCHARDLG / TSPECIALCHARDLG.txt
Text File  |  1998-06-03  |  1KB  |  72 lines

  1. object SpecialCharDlg: TSpecialCharDlg
  2.   Left = 263
  3.   Top = 115
  4.   HelpContext = 5018
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Insert Special Character'
  8.   ClientHeight = 249
  9.   ClientWidth = 273
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object OKBtn: TBitBtn
  19.     Left = 8
  20.     Top = 210
  21.     Width = 77
  22.     Height = 27
  23.     TabOrder = 1
  24.     OnClick = OKBtnClick
  25.     Kind = bkOK
  26.     Margin = 2
  27.     Spacing = -1
  28.     IsControl = True
  29.   end
  30.   object CancelBtn: TBitBtn
  31.     Left = 92
  32.     Top = 210
  33.     Width = 77
  34.     Height = 27
  35.     TabOrder = 2
  36.     Kind = bkCancel
  37.     Margin = 2
  38.     Spacing = -1
  39.     IsControl = True
  40.   end
  41.   object HelpBtn: TBitBtn
  42.     Left = 176
  43.     Top = 210
  44.     Width = 77
  45.     Height = 27
  46.     TabOrder = 3
  47.     Kind = bkHelp
  48.     Margin = 2
  49.     Spacing = -1
  50.     IsControl = True
  51.   end
  52.   object RGInsert: TRadioGroup
  53.     Left = 8
  54.     Top = 9
  55.     Width = 257
  56.     Height = 192
  57.     Caption = 'Insert'
  58.     ItemIndex = 0
  59.     Items.Strings = (
  60.       '&Protected Space'
  61.       'Protected &Hard Space'
  62.       '&Syllable Division'
  63.       'Not-Protected &Dash'
  64.       '&Block-Align Space'
  65.       'Possible &Line End'
  66.       'D&ont Print Prev. Char. at End of Line'
  67.       '&N-Dash'
  68.       '&M-Dash')
  69.     TabOrder = 0
  70.   end
  71. end
  72.