mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-11-04 07:59:43 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			98 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			98 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
object CheckCompilerOptsDlg: TCheckCompilerOptsDlg
 | 
						|
  Left = 322
 | 
						|
  Height = 307
 | 
						|
  Top = 220
 | 
						|
  Width = 624
 | 
						|
  ActiveControl = OutputListbox
 | 
						|
  BorderIcons = [biSystemMenu]
 | 
						|
  Caption = 'CheckCompilerOptsDlg'
 | 
						|
  ClientHeight = 307
 | 
						|
  ClientWidth = 624
 | 
						|
  Position = poScreenCenter
 | 
						|
  LCLVersion = '0.9.31'
 | 
						|
  object OutputGroupBox: TGroupBox
 | 
						|
    Left = 6
 | 
						|
    Height = 153
 | 
						|
    Top = 116
 | 
						|
    Width = 612
 | 
						|
    Align = alClient
 | 
						|
    Anchors = [akBottom]
 | 
						|
    BorderSpacing.Left = 6
 | 
						|
    BorderSpacing.Right = 6
 | 
						|
    BorderSpacing.Bottom = 6
 | 
						|
    Caption = 'Output'
 | 
						|
    ClientHeight = 135
 | 
						|
    ClientWidth = 608
 | 
						|
    TabOrder = 0
 | 
						|
    object OutputListbox: TListBox
 | 
						|
      Left = 6
 | 
						|
      Height = 123
 | 
						|
      Top = 6
 | 
						|
      Width = 596
 | 
						|
      Align = alClient
 | 
						|
      BorderSpacing.Around = 6
 | 
						|
      ItemHeight = 0
 | 
						|
      PopupMenu = OutputPopupMenu
 | 
						|
      TabOrder = 0
 | 
						|
    end
 | 
						|
  end
 | 
						|
  object TestGroupbox: TGroupBox
 | 
						|
    Left = 6
 | 
						|
    Height = 105
 | 
						|
    Top = 6
 | 
						|
    Width = 612
 | 
						|
    Align = alTop
 | 
						|
    Anchors = [akRight]
 | 
						|
    BorderSpacing.Left = 6
 | 
						|
    BorderSpacing.Top = 6
 | 
						|
    BorderSpacing.Right = 6
 | 
						|
    Caption = 'Test'
 | 
						|
    ClientHeight = 87
 | 
						|
    ClientWidth = 608
 | 
						|
    TabOrder = 1
 | 
						|
    object TestMemo: TMemo
 | 
						|
      Left = 6
 | 
						|
      Height = 75
 | 
						|
      Top = 6
 | 
						|
      Width = 596
 | 
						|
      Align = alClient
 | 
						|
      BorderSpacing.Around = 6
 | 
						|
      TabOrder = 0
 | 
						|
    end
 | 
						|
  end
 | 
						|
  object Splitter1: TSplitter
 | 
						|
    Cursor = crVSplit
 | 
						|
    Left = 0
 | 
						|
    Height = 5
 | 
						|
    Top = 111
 | 
						|
    Width = 624
 | 
						|
    Align = alTop
 | 
						|
    ResizeAnchor = akTop
 | 
						|
  end
 | 
						|
  object ButtonPanel: TButtonPanel
 | 
						|
    Left = 6
 | 
						|
    Height = 26
 | 
						|
    Top = 275
 | 
						|
    Width = 612
 | 
						|
    OKButton.Name = 'OKButton'
 | 
						|
    OKButton.DefaultCaption = True
 | 
						|
    HelpButton.Name = 'HelpButton'
 | 
						|
    HelpButton.DefaultCaption = True
 | 
						|
    CloseButton.Name = 'CloseButton'
 | 
						|
    CloseButton.DefaultCaption = True
 | 
						|
    CancelButton.Name = 'CancelButton'
 | 
						|
    CancelButton.DefaultCaption = True
 | 
						|
    TabOrder = 3
 | 
						|
    ShowButtons = [pbClose]
 | 
						|
    ShowBevel = False
 | 
						|
  end
 | 
						|
  object OutputPopupMenu: TPopupMenu
 | 
						|
    left = 110
 | 
						|
    top = 260
 | 
						|
    object CopyOutputMenuItem: TMenuItem
 | 
						|
      Caption = 'CopyOutputMenuItem'
 | 
						|
      OnClick = CopyOutputMenuItemClick
 | 
						|
    end
 | 
						|
  end
 | 
						|
end
 |