mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-11-04 06:39:31 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			89 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			89 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
object IdeLoggerForm: TIdeLoggerForm
 | 
						|
  Left = 371
 | 
						|
  Height = 240
 | 
						|
  Top = 285
 | 
						|
  Width = 309
 | 
						|
  Caption = 'IdeLoggerForm'
 | 
						|
  ClientHeight = 240
 | 
						|
  ClientWidth = 309
 | 
						|
  OnCreate = FormCreate
 | 
						|
  OnShow = FormShow
 | 
						|
  LCLVersion = '0.9.31'
 | 
						|
  object PageControl1: TPageControl
 | 
						|
    Left = 0
 | 
						|
    Height = 194
 | 
						|
    Top = 0
 | 
						|
    Width = 309
 | 
						|
    ActivePage = TabSheet1
 | 
						|
    Align = alClient
 | 
						|
    ShowTabs = False
 | 
						|
    TabIndex = 0
 | 
						|
    TabOrder = 0
 | 
						|
    object TabSheet1: TTabSheet
 | 
						|
      Caption = 'TabSheet1'
 | 
						|
      ClientHeight = 186
 | 
						|
      ClientWidth = 301
 | 
						|
      object CheckLogGroups: TCheckListBox
 | 
						|
        Left = 0
 | 
						|
        Height = 161
 | 
						|
        Top = 25
 | 
						|
        Width = 301
 | 
						|
        Align = alClient
 | 
						|
        ItemHeight = 0
 | 
						|
        OnClickCheck = CheckLogGroupsClickCheck
 | 
						|
        TabOrder = 0
 | 
						|
      end
 | 
						|
      object Panel1: TPanel
 | 
						|
        Left = 0
 | 
						|
        Height = 25
 | 
						|
        Top = 0
 | 
						|
        Width = 301
 | 
						|
        Align = alTop
 | 
						|
        AutoSize = True
 | 
						|
        BevelOuter = bvSpace
 | 
						|
        ClientHeight = 25
 | 
						|
        ClientWidth = 301
 | 
						|
        TabOrder = 1
 | 
						|
        object LogNameEdit: TFileNameEdit
 | 
						|
          Left = 0
 | 
						|
          Height = 23
 | 
						|
          Top = 0
 | 
						|
          Width = 272
 | 
						|
          DialogOptions = []
 | 
						|
          FilterIndex = 0
 | 
						|
          HideDirectories = False
 | 
						|
          ButtonWidth = 23
 | 
						|
          NumGlyphs = 0
 | 
						|
          Anchors = [akTop, akLeft, akRight]
 | 
						|
          MaxLength = 0
 | 
						|
          TabOrder = 0
 | 
						|
          OnChange = LogNameEditChange
 | 
						|
        end
 | 
						|
      end
 | 
						|
    end
 | 
						|
  end
 | 
						|
  object ButtonPanel1: TButtonPanel
 | 
						|
    Left = 6
 | 
						|
    Height = 34
 | 
						|
    Top = 200
 | 
						|
    Width = 297
 | 
						|
    OKButton.Name = 'OKButton'
 | 
						|
    OKButton.DefaultCaption = True
 | 
						|
    OKButton.OnClick = OKButtonClick
 | 
						|
    HelpButton.Name = 'HelpButton'
 | 
						|
    HelpButton.Caption = '&Apply'
 | 
						|
    HelpButton.DefaultCaption = False
 | 
						|
    HelpButton.Enabled = False
 | 
						|
    CloseButton.Name = 'CloseButton'
 | 
						|
    CloseButton.Caption = '&Apply'
 | 
						|
    CloseButton.DefaultCaption = False
 | 
						|
    CloseButton.Enabled = False
 | 
						|
    CloseButton.OnClick = CloseButtonClick
 | 
						|
    CancelButton.Name = 'CancelButton'
 | 
						|
    CancelButton.DefaultCaption = True
 | 
						|
    CancelButton.OnClick = CancelButtonClick
 | 
						|
    TabOrder = 1
 | 
						|
    ShowButtons = [pbOK, pbCancel, pbClose]
 | 
						|
  end
 | 
						|
end
 |