mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-05 14:18:18 +02:00
89 lines
2.3 KiB
Plaintext
89 lines
2.3 KiB
Plaintext
object CharacterMapDialog: TCharacterMapDialog
|
||
Left = 426
|
||
Height = 397
|
||
Top = 221
|
||
Width = 471
|
||
ActiveControl = CloseButton
|
||
Caption = 'CharacterMapDialog'
|
||
ClientHeight = 397
|
||
ClientWidth = 471
|
||
FormStyle = fsStayOnTop
|
||
KeyPreview = True
|
||
OnCreate = FormCreate
|
||
OnShow = FormShow
|
||
ParentFont = False
|
||
LCLVersion = '0.9.25'
|
||
object CharInfoLabel: TLabel
|
||
AnchorSideLeft.Control = CharactersGroupbox
|
||
AnchorSideTop.Control = CloseButton
|
||
AnchorSideTop.Side = asrCenter
|
||
AnchorSideBottom.Side = asrBottom
|
||
Left = 6
|
||
Height = 14
|
||
Top = 372
|
||
Width = 69
|
||
Caption = 'CharInfoLabel'
|
||
ParentColor = False
|
||
end
|
||
object CharactersGroupbox: TGroupBox
|
||
AnchorSideLeft.Control = Owner
|
||
AnchorSideTop.Control = Owner
|
||
AnchorSideRight.Control = Owner
|
||
AnchorSideRight.Side = asrBottom
|
||
AnchorSideBottom.Control = CloseButton
|
||
Left = 6
|
||
Height = 356
|
||
Top = 6
|
||
Width = 459
|
||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||
BorderSpacing.Around = 6
|
||
Caption = 'Characters'
|
||
ClientHeight = 338
|
||
ClientWidth = 455
|
||
ParentCtl3D = False
|
||
TabOrder = 0
|
||
object StringGrid1: TStringGrid
|
||
AnchorSideLeft.Control = CharactersGroupbox
|
||
AnchorSideTop.Control = CharactersGroupbox
|
||
AnchorSideRight.Control = CharactersGroupbox
|
||
AnchorSideRight.Side = asrBottom
|
||
AnchorSideBottom.Control = CharactersGroupbox
|
||
AnchorSideBottom.Side = asrBottom
|
||
Left = 6
|
||
Height = 326
|
||
Top = 6
|
||
Width = 443
|
||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||
BorderSpacing.Around = 6
|
||
ColCount = 17
|
||
DefaultColWidth = 16
|
||
ExtendedSelect = True
|
||
FixedColor = clBtnFace
|
||
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goSmoothScroll]
|
||
ParentColor = False
|
||
RowCount = 15
|
||
TabOrder = 0
|
||
OnMouseDown = StringGrid1MouseDown
|
||
OnMouseMove = StringGrid1MouseMove
|
||
end
|
||
end
|
||
object CloseButton: TBitBtn
|
||
AnchorSideRight.Control = Owner
|
||
AnchorSideRight.Side = asrBottom
|
||
AnchorSideBottom.Control = Owner
|
||
AnchorSideBottom.Side = asrBottom
|
||
Left = 396
|
||
Height = 23
|
||
Top = 368
|
||
Width = 69
|
||
Anchors = [akRight, akBottom]
|
||
AutoSize = True
|
||
BorderSpacing.Around = 6
|
||
Caption = '&<26><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'
|
||
Kind = bkClose
|
||
NumGlyphs = 0
|
||
OnClick = CloseButtonClick
|
||
TabOrder = 1
|
||
end
|
||
end
|