home *** CD-ROM | disk | FTP | other *** search
- object FrmSpecialCharacters: TFrmSpecialCharacters
- Left = 354
- Top = 192
- BorderStyle = bsDialog
- Caption = 'Special characters'
- ClientHeight = 159
- ClientWidth = 237
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- Position = poScreenCenter
- TextHeight = 13
- object btnOK: TButton
- Left = 143
- Top = 100
- Width = 89
- Height = 24
- Caption = 'OK'
- Default = True
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 1
- ParentFont = False
- TabOrder = 0
- end
- object btnCancel: TButton
- Left = 143
- Top = 129
- Width = 89
- Height = 24
- Caption = 'Cancel'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 2
- ParentFont = False
- TabOrder = 1
- end
- object gbCharacter: TGroupBox
- Left = 8
- Top = 8
- Width = 129
- Height = 145
- Caption = ' &Character '
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- object rbGansfuss: TRadioButton
- Left = 8
- Top = 120
- Width = 33
- Height = 17
- Caption = ' "'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- end
- object rbUnd: TRadioButton
- Left = 8
- Top = 48
- Width = 33
- Height = 17
- Caption = ' &&'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- end
- object rbGroesser: TRadioButton
- Left = 8
- Top = 72
- Width = 33
- Height = 17
- Caption = ' >'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = False
- TabOrder = 2
- end
- object rbKleiner: TRadioButton
- Left = 8
- Top = 96
- Width = 33
- Height = 17
- Caption = ' <'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- end
- object rbSpace: TRadioButton
- Left = 8
- Top = 24
- Width = 113
- Height = 17
- Caption = 'non-breaking space'
- Checked = True
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- TabStop = True
- end
- end
- end
-