mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-11-04 05:23:12 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			242 lines
		
	
	
		
			7.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			242 lines
		
	
	
		
			7.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
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.7'
 | 
						|
  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 = pgUnicode
 | 
						|
    Anchors = [akTop, akLeft, akRight, akBottom]
 | 
						|
    BorderSpacing.Around = 6
 | 
						|
    TabIndex = 0
 | 
						|
    TabOrder = 0
 | 
						|
    object pgUnicode: TTabSheet
 | 
						|
      Caption = 'Unicode'
 | 
						|
      ClientHeight = 407
 | 
						|
      ClientWidth = 570
 | 
						|
      object UnicodeCharInfoLabel: TLabel
 | 
						|
        AnchorSideLeft.Control = Owner
 | 
						|
        AnchorSideTop.Control = cbUniRange
 | 
						|
        AnchorSideTop.Side = asrCenter
 | 
						|
        Left = 6
 | 
						|
        Height = 13
 | 
						|
        Top = 384
 | 
						|
        Width = 106
 | 
						|
        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 = 374
 | 
						|
        Top = 0
 | 
						|
        Width = 570
 | 
						|
        Anchors = [akTop, akLeft, akRight, akBottom]
 | 
						|
        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
 | 
						|
        OnSelectCell = UnicodeGridSelectCell
 | 
						|
      end
 | 
						|
      object cbUniRange: TComboBox
 | 
						|
        AnchorSideTop.Control = UnicodeGrid
 | 
						|
        AnchorSideRight.Control = SortUniRangeListButton
 | 
						|
        AnchorSideBottom.Control = pgUnicode
 | 
						|
        AnchorSideBottom.Side = asrBottom
 | 
						|
        Left = 242
 | 
						|
        Height = 21
 | 
						|
        Top = 380
 | 
						|
        Width = 291
 | 
						|
        Anchors = [akRight, akBottom]
 | 
						|
        BorderSpacing.Around = 6
 | 
						|
        DropDownCount = 25
 | 
						|
        ItemHeight = 13
 | 
						|
        OnSelect = cbUniRangeSelect
 | 
						|
        Style = csDropDownList
 | 
						|
        TabOrder = 1
 | 
						|
      end
 | 
						|
      object RangeLabel: TLabel
 | 
						|
        AnchorSideTop.Control = cbUniRange
 | 
						|
        AnchorSideTop.Side = asrCenter
 | 
						|
        AnchorSideRight.Control = cbUniRange
 | 
						|
        Left = 205
 | 
						|
        Height = 13
 | 
						|
        Top = 384
 | 
						|
        Width = 31
 | 
						|
        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 = 378
 | 
						|
        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 = 407
 | 
						|
      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 = 13
 | 
						|
        Top = 384
 | 
						|
        Width = 88
 | 
						|
        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 = 374
 | 
						|
        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
 | 
						|
        OnSelectCell = AnsiGridSelectCell
 | 
						|
      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 = 21
 | 
						|
        Top = 380
 | 
						|
        Width = 319
 | 
						|
        Anchors = [akRight, akBottom]
 | 
						|
        BorderSpacing.Around = 6
 | 
						|
        DropDownCount = 25
 | 
						|
        ItemHeight = 13
 | 
						|
        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 = 187
 | 
						|
        Height = 13
 | 
						|
        Top = 384
 | 
						|
        Width = 52
 | 
						|
        Anchors = [akTop, akRight]
 | 
						|
        Caption = 'Code page'
 | 
						|
        ParentColor = False
 | 
						|
      end
 | 
						|
    end
 | 
						|
  end
 | 
						|
end
 |