object SpecialCharDlg: TSpecialCharDlg Left = 263 Top = 115 HelpContext = 5018 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Insert Special Character' ClientHeight = 249 ClientWidth = 273 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Position = poScreenCenter OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object OKBtn: TBitBtn Left = 8 Top = 210 Width = 77 Height = 27 TabOrder = 1 OnClick = OKBtnClick Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 92 Top = 210 Width = 77 Height = 27 TabOrder = 2 Kind = bkCancel Margin = 2 Spacing = -1 IsControl = True end object HelpBtn: TBitBtn Left = 176 Top = 210 Width = 77 Height = 27 TabOrder = 3 Kind = bkHelp Margin = 2 Spacing = -1 IsControl = True end object RGInsert: TRadioGroup Left = 8 Top = 9 Width = 257 Height = 192 Caption = 'Insert' ItemIndex = 0 Items.Strings = ( '&Protected Space' 'Protected &Hard Space' '&Syllable Division' 'Not-Protected &Dash' '&Block-Align Space' 'Possible &Line End' 'D&ont Print Prev. Char. at End of Line' '&N-Dash' '&M-Dash') TabOrder = 0 end end