mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-03 16:38:17 +02:00
62 lines
1.5 KiB
Plaintext
62 lines
1.5 KiB
Plaintext
object IdeLoggerForm: TIdeLoggerForm
|
|
Left = 371
|
|
Height = 240
|
|
Top = 285
|
|
Width = 320
|
|
Caption = 'IdeLoggerForm'
|
|
ClientHeight = 240
|
|
ClientWidth = 320
|
|
OnCreate = FormCreate
|
|
OnShow = FormShow
|
|
LCLVersion = '0.9.31'
|
|
object PageControl1: TPageControl
|
|
Left = 0
|
|
Height = 194
|
|
Top = 0
|
|
Width = 320
|
|
ActivePage = TabSheet1
|
|
Align = alClient
|
|
ShowTabs = False
|
|
TabIndex = 0
|
|
TabOrder = 0
|
|
object TabSheet1: TTabSheet
|
|
Caption = 'TabSheet1'
|
|
ClientHeight = 186
|
|
ClientWidth = 312
|
|
object CheckLogGroups: TCheckListBox
|
|
Left = 0
|
|
Height = 186
|
|
Top = 0
|
|
Width = 312
|
|
Align = alClient
|
|
ItemHeight = 0
|
|
OnClickCheck = CheckLogGroupsClickCheck
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
end
|
|
object ButtonPanel1: TButtonPanel
|
|
Left = 6
|
|
Height = 34
|
|
Top = 200
|
|
Width = 308
|
|
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
|