mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-11-04 04:39:41 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			39 lines
		
	
	
		
			732 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			732 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
object EduOptionsDialog: TEduOptionsDialog
 | 
						|
  Left = 305
 | 
						|
  Height = 382
 | 
						|
  Top = 160
 | 
						|
  Width = 554
 | 
						|
  Caption = 'EduOptionsDialog'
 | 
						|
  ClientHeight = 382
 | 
						|
  ClientWidth = 554
 | 
						|
  OnCreate = FormCreate
 | 
						|
  LCLVersion = '0.9.27'
 | 
						|
  object ButtonPanel1: TButtonPanel
 | 
						|
    Left = 6
 | 
						|
    Height = 33
 | 
						|
    Top = 343
 | 
						|
    Width = 542
 | 
						|
    TabOrder = 0
 | 
						|
    ShowButtons = [pbOK, pbCancel, pbHelp]
 | 
						|
  end
 | 
						|
  object FramesTreeView: TTreeView
 | 
						|
    Left = 6
 | 
						|
    Height = 331
 | 
						|
    Top = 6
 | 
						|
    Width = 186
 | 
						|
    Align = alLeft
 | 
						|
    BorderSpacing.Around = 6
 | 
						|
    DefaultItemHeight = 19
 | 
						|
    TabOrder = 1
 | 
						|
  end
 | 
						|
  object FramePanel: TPanel
 | 
						|
    Left = 198
 | 
						|
    Height = 337
 | 
						|
    Top = 0
 | 
						|
    Width = 356
 | 
						|
    Align = alClient
 | 
						|
    Caption = 'FramePanel'
 | 
						|
    TabOrder = 2
 | 
						|
  end
 | 
						|
end
 |