lazarus/components/macroscript/emsideoptions.lfm
martin 596019d5da Editor Macro Script: run selftests
git-svn-id: trunk@42329 -
2013-08-04 17:56:00 +00:00

37 lines
725 B
Plaintext

object EMSIdeOptionsFrame: TEMSIdeOptionsFrame
Cursor = crDrag
Left = 0
Height = 240
Top = 0
Width = 320
ClientHeight = 240
ClientWidth = 320
TabOrder = 0
DesignLeft = 656
DesignTop = 156
object lblStatus: TLabel
Left = 6
Height = 17
Top = 6
Width = 308
Align = alTop
BorderSpacing.Around = 6
Caption = 'lblStatus'
ParentColor = False
WordWrap = True
end
object btnActivate: TButton
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = lblStatus
AnchorSideTop.Side = asrBottom
Left = 6
Height = 25
Top = 29
Width = 75
BorderSpacing.Around = 6
Caption = 'btnActivate'
OnClick = btnActivateClick
TabOrder = 0
end
end