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 = 26 Top = 400 Width = 472 OKButton.Name = 'OKButton' OKButton.Caption = '&OK' OKButton.Enabled = False HelpButton.Name = 'HelpButton' HelpButton.Caption = '&Help' HelpButton.OnClick = HelpButtonClick CloseButton.Name = 'CloseButton' CloseButton.Caption = '&Close' CancelButton.Name = 'CancelButton' CancelButton.Caption = 'Cancel' 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 = 388 Top = 6 Width = 472 ActivePage = TabSheet1 Anchors = [akTop, akLeft, akRight, akBottom] BorderSpacing.Around = 6 TabIndex = 0 TabOrder = 1 object TabSheet1: TTabSheet Caption = 'ANSI' ClientHeight = 362 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 = 342 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 = 336 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 = 362 ClientWidth = 464 object UnicodeCharInfoLabel: TLabel AnchorSideLeft.Control = Owner AnchorSideTop.Control = cbUniRange AnchorSideTop.Side = asrCenter Left = 6 Height = 14 Top = 338 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 = 329 Top = 0 Width = 464 Anchors = [akTop, akLeft, akRight, akBottom] ColCount = 16 DefaultColWidth = 16 FixedCols = 0 FixedRows = 0 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 = 335 Width = 212 Anchors = [akRight, akBottom] BorderSpacing.Around = 6 ItemHeight = 13 OnSelect = cbUniRangeSelect Style = csDropDownList TabOrder = 1 end end end end