lazarus/ide/frames/compiler_messages_options.lfm
paul 1247659900 ide: fix layout of 2 options frames
git-svn-id: trunk@23335 -
2009-12-31 03:33:57 +00:00

86 lines
2.3 KiB
Plaintext

inherited CompilerMessagesOptionsFrame: TCompilerMessagesOptionsFrame
Height = 455
Width = 626
ClientHeight = 455
ClientWidth = 626
TabOrder = 0
DesignLeft = 364
DesignTop = 347
object grpCompilerMessages: TGroupBox[0]
Left = 0
Height = 455
Top = 0
Width = 626
Align = alClient
Caption = 'grpCompilerMessages'
ClientHeight = 437
ClientWidth = 622
TabOrder = 0
object chkUseMsgFile: TCheckBox
AnchorSideLeft.Control = grpCompilerMessages
AnchorSideTop.Control = editMsgFileName
AnchorSideTop.Side = asrCenter
Left = 6
Height = 17
Top = 8
Width = 87
BorderSpacing.Around = 6
Caption = 'chkUseMsgFile'
OnChange = chkUseMsgFileChange
TabOrder = 0
end
object editMsgFileName: TEdit
AnchorSideLeft.Control = chkUseMsgFile
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = grpCompilerMessages
AnchorSideRight.Control = btnBrowseMsg
Left = 99
Height = 21
Top = 6
Width = 473
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Right = 6
TabOrder = 1
Text = 'editMsgFileName'
end
object btnBrowseMsg: TButton
AnchorSideTop.Control = editMsgFileName
AnchorSideRight.Control = grpCompilerMessages
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = editMsgFileName
AnchorSideBottom.Side = asrBottom
Left = 578
Height = 21
Top = 6
Width = 38
Anchors = [akTop, akRight, akBottom]
AutoSize = True
BorderSpacing.Right = 6
Caption = '...'
OnClick = btnBrowseMsgClick
TabOrder = 2
end
object chklistCompMsg: TCheckListBox
AnchorSideLeft.Control = grpCompilerMessages
AnchorSideTop.Control = editMsgFileName
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = grpCompilerMessages
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = grpCompilerMessages
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 398
Top = 33
Width = 610
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
ItemHeight = 0
OnClick = chklistCompMsgClick
Sorted = True
TabOrder = 3
end
end
end