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