Files
lazarus-ccr/components/onguard/examples/exinst/exinstu.lfm
wp_xxyyzz d6279b614d OnGuard: Rework sample projects.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8721 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2023-02-20 11:17:45 +00:00

42 lines
1.0 KiB
Plaintext

object FirstInstFrm: TFirstInstFrm
Left = 327
Height = 140
Top = 218
Width = 320
AutoSize = True
BorderStyle = bsDialog
Caption = 'Single Instance Example'
ClientHeight = 140
ClientWidth = 320
LCLVersion = '2.3.0.0'
object BitBtn2: TBitBtn
AnchorSideTop.Control = Info
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 233
Height = 25
Top = 69
Width = 75
Anchors = [akTop, akRight]
BorderSpacing.Right = 12
BorderSpacing.Bottom = 12
Kind = bkClose
TabOrder = 0
end
object Info: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 12
Height = 45
Top = 12
Width = 296
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 12
Caption = 'Attempts to execute this application a second time result in the first instance to be activated and the second instance terminated.'
WordWrap = True
end
end