lazarus/ide/charactermapdlg.lfm
2011-10-03 23:14:54 +00:00

146 lines
4.1 KiB
Plaintext

object CharacterMapDialog: TCharacterMapDialog
Left = 370
Height = 432
Top = 128
Width = 484
ActiveControl = PageControl1
BorderStyle = bsSizeToolWin
Caption = 'CharacterMapDialog'
ClientHeight = 432
ClientWidth = 484
FormStyle = fsStayOnTop
KeyPreview = True
OnCreate = FormCreate
OnShow = FormShow
Position = poScreenCenter
LCLVersion = '0.9.31'
object ButtonPanel: TButtonPanel
Left = 6
Height = 32
Top = 394
Width = 472
OKButton.Name = 'OKButton'
OKButton.Enabled = False
HelpButton.Name = 'HelpButton'
HelpButton.OnClick = HelpButtonClick
CloseButton.Name = 'CloseButton'
CancelButton.Name = 'CancelButton'
CancelButton.Enabled = False
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 = 382
Top = 6
Width = 472
ActivePage = TabSheet1
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
TabIndex = 0
TabOrder = 1
object TabSheet1: TTabSheet
Caption = 'ANSI'
ClientHeight = 359
ClientWidth = 468
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 = 339
Width = 456
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 = 333
Top = 0
Width = 468
Anchors = [akTop, akLeft, akRight, akBottom]
ColCount = 17
DefaultColWidth = 16
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goSmoothScroll]
RowCount = 15
TabOrder = 0
OnKeyPress = StringGridKeyPress
OnMouseDown = StringGridMouseDown
OnMouseMove = StringGrid1MouseMove
end
end
object TabSheet2: TTabSheet
Caption = 'Unicode'
ClientHeight = 359
ClientWidth = 468
object UnicodeCharInfoLabel: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = cbUniRange
AnchorSideTop.Side = asrCenter
Left = 6
Height = 14
Top = 336
Width = 124
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 = 327
Top = 0
Width = 468
Anchors = [akTop, akLeft, akRight, akBottom]
ColCount = 16
DefaultColWidth = 16
FixedCols = 0
FixedRows = 0
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goSmoothScroll]
RowCount = 15
TabOrder = 0
OnKeyPress = StringGridKeyPress
OnMouseDown = StringGridMouseDown
OnMouseMove = StringGrid2MouseMove
end
object cbUniRange: TComboBox
AnchorSideRight.Control = TabSheet2
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = TabSheet2
AnchorSideBottom.Side = asrBottom
Left = 250
Height = 20
Top = 333
Width = 212
Anchors = [akRight, akBottom]
BorderSpacing.Around = 6
ItemHeight = 0
OnSelect = cbUniRangeSelect
Style = csDropDownList
TabOrder = 1
end
end
end
end