mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-16 22:03:33 +02:00
71 lines
1.6 KiB
Plaintext
71 lines
1.6 KiB
Plaintext
object CharacterMapDialog: TCharacterMapDialog
|
|
Left = 528
|
|
Height = 397
|
|
Top = 142
|
|
Width = 360
|
|
HorzScrollBar.Page = 359
|
|
VertScrollBar.Page = 396
|
|
ActiveControl = CloseButton
|
|
Caption = 'CharacterMapDialog'
|
|
FormStyle = fsStayOnTop
|
|
KeyPreview = True
|
|
OnCreate = FormCreate
|
|
OnShow = FormShow
|
|
object CloseButton: TButton
|
|
Left = 142
|
|
Height = 25
|
|
Top = 368
|
|
Width = 75
|
|
Anchors = [akBottom]
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.InnerBorder = 4
|
|
Cancel = True
|
|
Caption = 'Close'
|
|
Default = True
|
|
ModalResult = 1
|
|
OnClick = CloseButtonClick
|
|
TabOrder = 0
|
|
end
|
|
object CharactersGroupbox: TGroupBox
|
|
Left = 8
|
|
Height = 352
|
|
Top = 8
|
|
Width = 345
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
Caption = 'Characters'
|
|
ParentCtl3D = False
|
|
TabOrder = 1
|
|
object CharInfoLabel: TLabel
|
|
Left = 6
|
|
Height = 13
|
|
Top = 316
|
|
Width = 329
|
|
Align = alBottom
|
|
BorderSpacing.Around = 6
|
|
Caption = 'CharInfoLabel'
|
|
Color = clNone
|
|
ParentColor = False
|
|
end
|
|
object StringGrid1: TStringGrid
|
|
Left = 6
|
|
Height = 305
|
|
Top = 6
|
|
Width = 329
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
ColCount = 17
|
|
DefaultColWidth = 16
|
|
FixedColor = clBtnFace
|
|
GridLineWidth = 0
|
|
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goSmoothScroll]
|
|
RowCount = 15
|
|
ScrollBars = ssAutoBoth
|
|
TabOrder = 0
|
|
TabStop = True
|
|
OnMouseDown = StringGrid1MouseDown
|
|
OnMouseMove = StringGrid1MouseMove
|
|
end
|
|
end
|
|
end
|