mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 08:32:35 +02:00
136 lines
3.8 KiB
Plaintext
136 lines
3.8 KiB
Plaintext
object CharacterMapDialog: TCharacterMapDialog
|
|
Left = 370
|
|
Height = 432
|
|
Top = 128
|
|
Width = 484
|
|
ActiveControl = PageControl1
|
|
Caption = 'CharacterMapDialog'
|
|
ClientHeight = 432
|
|
ClientWidth = 484
|
|
FormStyle = fsStayOnTop
|
|
KeyPreview = True
|
|
OnCreate = FormCreate
|
|
OnShow = FormShow
|
|
Position = poScreenCenter
|
|
LCLVersion = '0.9.27'
|
|
object ButtonPanel: TButtonPanel
|
|
Left = 6
|
|
Height = 30
|
|
Top = 396
|
|
Width = 472
|
|
TabOrder = 0
|
|
ShowButtons = [pbClose, pbHelp]
|
|
ShowBevel = False
|
|
end
|
|
object PageControl1: TPageControl
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = ButtonPanel
|
|
Left = 6
|
|
Height = 384
|
|
Top = 6
|
|
Width = 472
|
|
ActivePage = TabSheet1
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
TabIndex = 0
|
|
TabOrder = 1
|
|
object TabSheet1: TTabSheet
|
|
Caption = 'ANSI'
|
|
ClientHeight = 358
|
|
ClientWidth = 464
|
|
object CharInfoLabel: TLabel
|
|
AnchorSideLeft.Control = TabSheet1
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = TabSheet1
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = TabSheet1
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 6
|
|
Height = 14
|
|
Top = 338
|
|
Width = 452
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
Caption = 'CharInfoLabel'
|
|
ParentColor = False
|
|
end
|
|
object StringGrid1: TStringGrid
|
|
AnchorSideLeft.Control = TabSheet1
|
|
AnchorSideTop.Control = TabSheet1
|
|
AnchorSideRight.Control = TabSheet1
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = CharInfoLabel
|
|
Left = 0
|
|
Height = 332
|
|
Top = 0
|
|
Width = 464
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
ColCount = 17
|
|
DefaultColWidth = 16
|
|
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goSmoothScroll]
|
|
RowCount = 15
|
|
TabOrder = 0
|
|
OnMouseDown = StringGrid1MouseDown
|
|
OnMouseMove = StringGrid1MouseMove
|
|
end
|
|
end
|
|
object TabSheet2: TTabSheet
|
|
Caption = 'Unicode'
|
|
ClientHeight = 358
|
|
ClientWidth = 464
|
|
object UnicodeCharInfoLabel: TLabel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = cbUniRange
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 6
|
|
Height = 14
|
|
Top = 334
|
|
Width = 107
|
|
BorderSpacing.Around = 6
|
|
Caption = 'UnicodeCharInfoLabel'
|
|
ParentColor = False
|
|
end
|
|
object StringGrid2: TStringGrid
|
|
AnchorSideLeft.Control = TabSheet2
|
|
AnchorSideTop.Control = TabSheet2
|
|
AnchorSideRight.Control = TabSheet2
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = cbUniRange
|
|
Left = 0
|
|
Height = 325
|
|
Top = 0
|
|
Width = 464
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
ColCount = 16
|
|
DefaultColWidth = 16
|
|
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goSmoothScroll]
|
|
RowCount = 15
|
|
TabOrder = 0
|
|
OnMouseDown = StringGrid2MouseDown
|
|
OnMouseMove = StringGrid2MouseMove
|
|
end
|
|
object cbUniRange: TComboBox
|
|
AnchorSideRight.Control = TabSheet2
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = TabSheet2
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 246
|
|
Height = 21
|
|
Top = 331
|
|
Width = 212
|
|
Anchors = [akRight, akBottom]
|
|
AutoComplete = False
|
|
BorderSpacing.Around = 6
|
|
ItemHeight = 13
|
|
ItemWidth = 0
|
|
OnSelect = cbUniRangeSelect
|
|
Style = csDropDownList
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
end
|
|
end
|