object CharacterMapDialog: TCharacterMapDialog Left = 242 Height = 477 Top = 126 Width = 590 BorderStyle = bsSizeToolWin Caption = 'CharacterMapDialog' ClientHeight = 477 ClientWidth = 590 FormStyle = fsStayOnTop KeyPreview = True OnCreate = FormCreate OnKeyDown = FormKeyDown OnShow = FormShow Position = poScreenCenter LCLVersion = '1.9.0.0' object ButtonPanel: TButtonPanel Left = 6 Height = 26 Top = 445 Width = 578 OKButton.Name = 'OKButton' OKButton.DefaultCaption = True OKButton.Enabled = False HelpButton.Name = 'HelpButton' HelpButton.DefaultCaption = True HelpButton.OnClick = HelpButtonClick CloseButton.Name = 'CloseButton' CloseButton.DefaultCaption = True CancelButton.Name = 'CancelButton' CancelButton.DefaultCaption = True CancelButton.Enabled = False TabOrder = 1 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 = 433 Top = 6 Width = 578 ActivePage = pgAnsi Anchors = [akTop, akLeft, akRight, akBottom] BorderSpacing.Around = 6 TabIndex = 1 TabOrder = 0 object pgUnicode: TTabSheet Caption = 'Unicode' ClientHeight = 405 ClientWidth = 570 object UnicodeCharInfoLabel: TLabel AnchorSideLeft.Control = Owner AnchorSideTop.Control = cbUniRange AnchorSideTop.Side = asrCenter Left = 6 Height = 15 Top = 380 Width = 118 BorderSpacing.Around = 6 Caption = 'UnicodeCharInfoLabel' ParentColor = False end object UnicodeGrid: TStringGrid AnchorSideLeft.Control = pgUnicode AnchorSideTop.Control = pgUnicode AnchorSideRight.Control = pgUnicode AnchorSideRight.Side = asrBottom AnchorSideBottom.Control = cbUniRange Left = 0 Height = 370 Top = 0 Width = 570 Anchors = [akTop, akLeft, akRight, akBottom] AutoFillColumns = True ColCount = 16 DefaultColWidth = 16 DefaultDrawing = False FixedCols = 0 FixedRows = 0 Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goSmoothScroll] RowCount = 15 TabOrder = 0 OnKeyPress = StringGridKeyPress OnMouseDown = StringGridMouseDown OnMouseMove = UnicodeGridMouseMove OnPrepareCanvas = GridPrepareCanvas OnSelectCell = UnicodeGridSelectCell ColWidths = ( 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 41 ) end object cbUniRange: TComboBox AnchorSideTop.Control = UnicodeGrid AnchorSideRight.Control = SortUniRangeListButton AnchorSideBottom.Control = pgUnicode AnchorSideBottom.Side = asrBottom Left = 242 Height = 23 Top = 376 Width = 291 Anchors = [akRight, akBottom] BorderSpacing.Around = 6 DropDownCount = 25 ItemHeight = 15 OnSelect = cbUniRangeSelect Style = csDropDownList TabOrder = 1 end object RangeLabel: TLabel AnchorSideTop.Control = cbUniRange AnchorSideTop.Side = asrCenter AnchorSideRight.Control = cbUniRange Left = 203 Height = 15 Top = 380 Width = 33 Anchors = [akTop, akRight] Caption = 'Range' ParentColor = False end object SortUniRangeListButton: TSpeedButton AnchorSideTop.Control = cbUniRange AnchorSideTop.Side = asrCenter AnchorSideRight.Control = pgUnicode AnchorSideRight.Side = asrBottom AnchorSideBottom.Control = pgUnicode Left = 539 Height = 25 Top = 375 Width = 25 AllowAllUp = True Anchors = [akTop, akRight] BorderSpacing.Around = 6 GroupIndex = 1 OnClick = SortUniRangeListButtonClick ShowHint = True ParentShowHint = False end end object pgAnsi: TTabSheet Caption = 'ANSI' ClientHeight = 405 ClientWidth = 570 object AnsiCharInfoLabel: TLabel AnchorSideLeft.Control = pgAnsi AnchorSideTop.Control = cbCodePage AnchorSideTop.Side = asrCenter AnchorSideRight.Control = pgAnsi AnchorSideRight.Side = asrBottom AnchorSideBottom.Control = pgAnsi AnchorSideBottom.Side = asrBottom Left = 6 Height = 15 Top = 380 Width = 97 BorderSpacing.Around = 6 Caption = 'AnsiCharInfoLabel' ParentColor = False end object AnsiGrid: TStringGrid AnchorSideLeft.Control = pgAnsi AnchorSideTop.Control = pgAnsi AnchorSideRight.Control = pgAnsi AnchorSideRight.Side = asrBottom AnchorSideBottom.Control = cbCodePage Left = 0 Height = 370 Top = 0 Width = 570 Anchors = [akTop, akLeft, akRight, akBottom] ColCount = 17 DefaultColWidth = 16 DefaultDrawing = False Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goSmoothScroll] RowCount = 15 TabOrder = 0 OnKeyPress = StringGridKeyPress OnMouseDown = StringGridMouseDown OnMouseMove = AnsiGridMouseMove OnPrepareCanvas = GridPrepareCanvas OnSelectCell = AnsiGridSelectCell ColWidths = ( 16 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 40 ) end object cbCodePage: TComboBox AnchorSideTop.Control = AnsiGrid AnchorSideTop.Side = asrCenter AnchorSideRight.Control = pgAnsi AnchorSideRight.Side = asrBottom AnchorSideBottom.Control = pgAnsi AnchorSideBottom.Side = asrBottom Left = 245 Height = 23 Top = 376 Width = 319 Anchors = [akRight, akBottom] BorderSpacing.Around = 6 DropDownCount = 25 ItemHeight = 15 Items.Strings = ( 'cp1250 - Central and East European Latin' 'cp1251 - Cyrillic' 'cp1252 - West European Latin' 'cp1253 - Greek' 'cp1254 - Turkish' 'cp1255 - Hebrew' 'cp1256 - Arabic' 'cp1257 - Baltic' 'cp1258 - Vietnamese' 'cp437 - Original IBM PC hardware' 'cp850 - Latin-1' 'cp852 - Latin-2' 'cp866 - Belarusian, Russian, Ukrainian' 'cp874 - Thai' 'cp932 - Japanese' 'cp936 - ANSI/OEM Simplified Chinese' 'cp949 - Korean' 'cp950 - Traditional Chinese' 'macintosh - MAC Roman (Western Europe)' 'koi8 - Ukrainian, Cyrillic' 'iso88591 - ISO Latin-1 (Western Europe)' 'iso88592 - ISO Latin-2 (Central and Eastern Europe)' 'iso885915 - ISO Latin-9 (Western Europe)' ) OnSelect = cbCodePageSelect Style = csDropDownList TabOrder = 1 end object CodePageLabel: TLabel AnchorSideLeft.Control = AnsiCharInfoLabel AnchorSideTop.Control = cbCodePage AnchorSideTop.Side = asrCenter AnchorSideRight.Control = cbCodePage Left = 182 Height = 15 Top = 380 Width = 57 Anchors = [akTop, akRight] Caption = 'Code page' ParentColor = False end end end end