2012-02-14 15:53:59 +00:00
|
|
|
object HtmlCharmapForm: THtmlCharmapForm
|
|
|
|
Left = 775
|
|
|
|
Height = 227
|
|
|
|
Top = 122
|
|
|
|
Width = 431
|
|
|
|
BorderStyle = bsDialog
|
2013-02-06 19:20:43 +00:00
|
|
|
Caption = 'Special characters'
|
2012-02-14 15:53:59 +00:00
|
|
|
ClientHeight = 227
|
|
|
|
ClientWidth = 431
|
|
|
|
OnCreate = FormCreate
|
|
|
|
OnShow = FormShow
|
2013-02-06 19:20:43 +00:00
|
|
|
LCLVersion = '1.1'
|
2012-02-14 15:53:59 +00:00
|
|
|
object EntityGrid: TStringGrid
|
|
|
|
Left = 0
|
|
|
|
Height = 160
|
|
|
|
Top = 0
|
|
|
|
Width = 431
|
|
|
|
Align = alTop
|
|
|
|
AlternateColor = 16774367
|
|
|
|
AutoEdit = False
|
|
|
|
AutoFillColumns = True
|
|
|
|
Color = 15138815
|
|
|
|
ExtendedSelect = False
|
|
|
|
FixedCols = 0
|
|
|
|
FixedRows = 0
|
|
|
|
ParentFont = False
|
|
|
|
ParentShowHint = False
|
|
|
|
RowCount = 7
|
|
|
|
ScrollBars = ssNone
|
|
|
|
ShowHint = True
|
|
|
|
TabOrder = 0
|
|
|
|
OnKeyPress = EntityGridKeyPress
|
|
|
|
OnMouseDown = EntityGridMouseDown
|
|
|
|
OnMouseMove = EntityGridMouseMove
|
|
|
|
OnPrepareCanvas = EntityGridPrepareCanvas
|
|
|
|
ColWidths = (
|
|
|
|
85
|
|
|
|
85
|
|
|
|
85
|
|
|
|
85
|
|
|
|
87
|
|
|
|
)
|
|
|
|
end
|
|
|
|
object SelectionBox: TComboBox
|
|
|
|
Left = 0
|
2013-02-06 19:20:43 +00:00
|
|
|
Height = 23
|
2012-02-14 15:53:59 +00:00
|
|
|
Top = 160
|
|
|
|
Width = 431
|
|
|
|
Align = alTop
|
2013-02-06 19:20:43 +00:00
|
|
|
ItemHeight = 15
|
2012-02-14 15:53:59 +00:00
|
|
|
Items.Strings = (
|
2013-02-06 19:20:43 +00:00
|
|
|
'Misc'
|
|
|
|
'Greek'
|
|
|
|
'Math'
|
|
|
|
'Arrows'
|
2012-02-14 15:53:59 +00:00
|
|
|
)
|
|
|
|
OnChange = SelectionBoxChange
|
|
|
|
Style = csDropDownList
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
|
|
|
object CloseBtn: TBitBtn
|
|
|
|
Left = 304
|
|
|
|
Height = 30
|
|
|
|
Top = 192
|
|
|
|
Width = 123
|
2013-02-06 19:20:43 +00:00
|
|
|
DefaultCaption = True
|
2012-02-14 15:53:59 +00:00
|
|
|
Kind = bkClose
|
|
|
|
ModalResult = 11
|
|
|
|
TabOrder = 2
|
|
|
|
end
|
|
|
|
object ExampleLabel: TLabel
|
|
|
|
Left = 80
|
2013-02-06 19:20:43 +00:00
|
|
|
Height = 15
|
2012-02-14 15:53:59 +00:00
|
|
|
Top = 200
|
2013-02-06 19:20:43 +00:00
|
|
|
Width = 76
|
2012-02-14 15:53:59 +00:00
|
|
|
Caption = 'ExampleLabel'
|
|
|
|
Font.Color = clRed
|
|
|
|
Font.Style = [fsBold]
|
|
|
|
ParentColor = False
|
|
|
|
ParentFont = False
|
|
|
|
ShowAccelChar = False
|
|
|
|
end
|
|
|
|
object Label1: TLabel
|
|
|
|
Left = 12
|
2013-02-06 19:20:43 +00:00
|
|
|
Height = 15
|
2012-02-14 15:53:59 +00:00
|
|
|
Top = 201
|
2013-02-06 19:20:43 +00:00
|
|
|
Width = 47
|
|
|
|
Caption = 'Example'
|
2012-02-14 15:53:59 +00:00
|
|
|
Font.Style = [fsBold]
|
|
|
|
ParentColor = False
|
|
|
|
ParentFont = False
|
|
|
|
end
|
|
|
|
end
|