mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-11-04 01:39:47 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			99 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			99 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
inherited EduCompPaletteFrame: TEduCompPaletteFrame
 | 
						|
  Height = 409
 | 
						|
  Width = 480
 | 
						|
  ClientHeight = 409
 | 
						|
  ClientWidth = 480
 | 
						|
  OnClick = FrameClick
 | 
						|
  TabOrder = 0
 | 
						|
  DesignLeft = 286
 | 
						|
  DesignTop = 126
 | 
						|
  object ComponentsGroupBox: TGroupBox[0]
 | 
						|
    AnchorSideTop.Control = Owner
 | 
						|
    AnchorSideBottom.Control = Owner
 | 
						|
    AnchorSideBottom.Side = asrBottom
 | 
						|
    Left = 169
 | 
						|
    Height = 397
 | 
						|
    Top = 6
 | 
						|
    Width = 305
 | 
						|
    Align = alClient
 | 
						|
    Anchors = [akTop, akBottom]
 | 
						|
    BorderSpacing.Around = 6
 | 
						|
    Caption = 'ComponentsGroupBox'
 | 
						|
    ClientHeight = 378
 | 
						|
    ClientWidth = 301
 | 
						|
    TabOrder = 0
 | 
						|
    object ComponentsTreeView: TTreeView
 | 
						|
      Left = 0
 | 
						|
      Height = 378
 | 
						|
      Top = 0
 | 
						|
      Width = 301
 | 
						|
      Align = alClient
 | 
						|
      DefaultItemHeight = 19
 | 
						|
      ReadOnly = True
 | 
						|
      TabOrder = 0
 | 
						|
      OnMouseDown = ComponentsTreeViewMouseDown
 | 
						|
      Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips]
 | 
						|
    end
 | 
						|
  end
 | 
						|
  object LeftPanel: TPanel[1]
 | 
						|
    Left = 0
 | 
						|
    Height = 409
 | 
						|
    Top = 0
 | 
						|
    Width = 163
 | 
						|
    Align = alLeft
 | 
						|
    AutoSize = True
 | 
						|
    ChildSizing.LeftRightSpacing = 6
 | 
						|
    ChildSizing.TopBottomSpacing = 6
 | 
						|
    ChildSizing.HorizontalSpacing = 6
 | 
						|
    ChildSizing.VerticalSpacing = 6
 | 
						|
    ClientHeight = 409
 | 
						|
    ClientWidth = 163
 | 
						|
    TabOrder = 1
 | 
						|
    object ShowAllButton: TButton
 | 
						|
      Left = 7
 | 
						|
      Height = 29
 | 
						|
      Top = 77
 | 
						|
      Width = 149
 | 
						|
      Align = alTop
 | 
						|
      AutoSize = True
 | 
						|
      Caption = 'ShowAllButton'
 | 
						|
      OnClick = ShowAllButtonClick
 | 
						|
      TabOrder = 0
 | 
						|
    end
 | 
						|
    object HideAllButton: TButton
 | 
						|
      Left = 7
 | 
						|
      Height = 29
 | 
						|
      Top = 136
 | 
						|
      Width = 149
 | 
						|
      Align = alTop
 | 
						|
      AutoSize = True
 | 
						|
      BorderSpacing.Top = 30
 | 
						|
      Caption = 'HideAllButton'
 | 
						|
      OnClick = HideAllButtonClick
 | 
						|
      TabOrder = 1
 | 
						|
    end
 | 
						|
    object ShowMinimalButton: TButton
 | 
						|
      Left = 7
 | 
						|
      Height = 29
 | 
						|
      Top = 7
 | 
						|
      Width = 149
 | 
						|
      Align = alTop
 | 
						|
      AutoSize = True
 | 
						|
      Caption = 'ShowMinimalButton'
 | 
						|
      OnClick = ShowMinimalButtonClick
 | 
						|
      TabOrder = 2
 | 
						|
    end
 | 
						|
    object ShowExtendedButton: TButton
 | 
						|
      Left = 7
 | 
						|
      Height = 29
 | 
						|
      Top = 42
 | 
						|
      Width = 149
 | 
						|
      Align = alTop
 | 
						|
      AutoSize = True
 | 
						|
      Caption = 'ShowExtendedButton'
 | 
						|
      OnClick = ShowExtendedButtonClick
 | 
						|
      TabOrder = 3
 | 
						|
    end
 | 
						|
  end
 | 
						|
end
 |