mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-11-04 11:49:37 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			139 lines
		
	
	
		
			2.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			139 lines
		
	
	
		
			2.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
object IDEInspectDlg: TIDEInspectDlg
 | 
						|
  Left = 423
 | 
						|
  Height = 406
 | 
						|
  Top = 139
 | 
						|
  Width = 295
 | 
						|
  BorderStyle = bsSizeToolWin
 | 
						|
  Caption = 'IDEInspectDlg'
 | 
						|
  ClientHeight = 406
 | 
						|
  ClientWidth = 295
 | 
						|
  Constraints.MinHeight = 200
 | 
						|
  Constraints.MinWidth = 200
 | 
						|
  KeyPreview = True
 | 
						|
  OnClose = FormClose
 | 
						|
  OnCreate = FormCreate
 | 
						|
  OnKeyDown = FormKeyDown
 | 
						|
  LCLVersion = '1.3'
 | 
						|
  object StatusBar1: TStatusBar
 | 
						|
    Left = 0
 | 
						|
    Height = 23
 | 
						|
    Top = 383
 | 
						|
    Width = 295
 | 
						|
    Panels = <>
 | 
						|
  end
 | 
						|
  object PageControl: TPageControl
 | 
						|
    Left = 0
 | 
						|
    Height = 336
 | 
						|
    Top = 47
 | 
						|
    Width = 295
 | 
						|
    ActivePage = DataPage
 | 
						|
    Align = alClient
 | 
						|
    TabIndex = 0
 | 
						|
    TabOrder = 1
 | 
						|
    OnMouseDown = DataGridMouseDown
 | 
						|
    object DataPage: TTabSheet
 | 
						|
      Caption = 'DataPage'
 | 
						|
      OnMouseDown = DataGridMouseDown
 | 
						|
    end
 | 
						|
    object PropertiesPage: TTabSheet
 | 
						|
      Caption = 'PropertiesPage'
 | 
						|
    end
 | 
						|
    object MethodsPage: TTabSheet
 | 
						|
      Caption = 'MethodsPage'
 | 
						|
    end
 | 
						|
  end
 | 
						|
  object EdInspect: TComboBox
 | 
						|
    Left = 0
 | 
						|
    Height = 21
 | 
						|
    Top = 0
 | 
						|
    Width = 295
 | 
						|
    Align = alTop
 | 
						|
    ItemHeight = 13
 | 
						|
    OnEditingDone = EdInspectEditingDone
 | 
						|
    OnKeyDown = EdInspectKeyDown
 | 
						|
    TabOrder = 2
 | 
						|
    Text = '(...)'
 | 
						|
  end
 | 
						|
  object ToolBar1: TToolBar
 | 
						|
    AnchorSideTop.Control = EdInspect
 | 
						|
    Left = 0
 | 
						|
    Height = 26
 | 
						|
    Top = 21
 | 
						|
    Width = 295
 | 
						|
    Caption = 'ToolBar1'
 | 
						|
    ShowCaptions = True
 | 
						|
    TabOrder = 3
 | 
						|
    object btnUseInstance: TToolButton
 | 
						|
      Left = 54
 | 
						|
      Hint = 'Use Instance class'
 | 
						|
      Top = 2
 | 
						|
      AllowAllUp = True
 | 
						|
      Caption = 'Instance'
 | 
						|
      OnClick = btnUseInstanceClick
 | 
						|
      ParentShowHint = False
 | 
						|
      ShowHint = True
 | 
						|
      Style = tbsCheck
 | 
						|
    end
 | 
						|
    object ToolButton2: TToolButton
 | 
						|
      Left = 104
 | 
						|
      Top = 2
 | 
						|
      Width = 5
 | 
						|
      Caption = 'ToolButton2'
 | 
						|
      Style = tbsDivider
 | 
						|
    end
 | 
						|
    object btnColClass: TToolButton
 | 
						|
      Left = 109
 | 
						|
      Hint = 'Show Class Column'
 | 
						|
      Top = 2
 | 
						|
      AllowAllUp = True
 | 
						|
      Caption = 'C'
 | 
						|
      Down = True
 | 
						|
      OnClick = btnColClassClick
 | 
						|
      ParentShowHint = False
 | 
						|
      ShowHint = True
 | 
						|
      Style = tbsCheck
 | 
						|
    end
 | 
						|
    object btnColType: TToolButton
 | 
						|
      Left = 132
 | 
						|
      Top = 2
 | 
						|
      AllowAllUp = True
 | 
						|
      Caption = 'T'
 | 
						|
      Down = True
 | 
						|
      OnClick = btnColClassClick
 | 
						|
      ParentShowHint = False
 | 
						|
      ShowHint = True
 | 
						|
      Style = tbsCheck
 | 
						|
    end
 | 
						|
    object btnColVisibility: TToolButton
 | 
						|
      Left = 155
 | 
						|
      Top = 2
 | 
						|
      AllowAllUp = True
 | 
						|
      Caption = 'V'
 | 
						|
      Down = True
 | 
						|
      OnClick = btnColClassClick
 | 
						|
      ParentShowHint = False
 | 
						|
      ShowHint = True
 | 
						|
      Style = tbsCheck
 | 
						|
    end
 | 
						|
    object btnBackward: TToolButton
 | 
						|
      Left = 1
 | 
						|
      Top = 2
 | 
						|
      Caption = '<<'
 | 
						|
      OnClick = btnBackwardClick
 | 
						|
    end
 | 
						|
    object btnForward: TToolButton
 | 
						|
      Left = 25
 | 
						|
      Top = 2
 | 
						|
      Caption = '>>'
 | 
						|
      OnClick = btnForwardClick
 | 
						|
    end
 | 
						|
    object ToolButton4: TToolButton
 | 
						|
      Left = 49
 | 
						|
      Top = 2
 | 
						|
      Width = 5
 | 
						|
      Caption = 'ToolButton4'
 | 
						|
      Style = tbsDivider
 | 
						|
    end
 | 
						|
  end
 | 
						|
end
 |