2008-10-31 21:18:20 +00:00
|
|
|
object FirstInstFrm: TFirstInstFrm
|
|
|
|
Left = 327
|
|
|
|
Height = 140
|
|
|
|
Top = 218
|
|
|
|
Width = 320
|
2023-02-17 16:28:47 +00:00
|
|
|
AutoSize = True
|
|
|
|
BorderStyle = bsDialog
|
|
|
|
Caption = 'Single Instance Example'
|
|
|
|
ClientHeight = 140
|
|
|
|
ClientWidth = 320
|
|
|
|
LCLVersion = '2.3.0.0'
|
2008-10-31 21:18:20 +00:00
|
|
|
object BitBtn2: TBitBtn
|
2023-02-20 11:17:45 +00:00
|
|
|
AnchorSideTop.Control = Info
|
2023-02-17 16:28:47 +00:00
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = Owner
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
Left = 233
|
2008-10-31 21:18:20 +00:00
|
|
|
Height = 25
|
2023-02-17 16:28:47 +00:00
|
|
|
Top = 69
|
2008-10-31 21:18:20 +00:00
|
|
|
Width = 75
|
2023-02-17 16:28:47 +00:00
|
|
|
Anchors = [akTop, akRight]
|
|
|
|
BorderSpacing.Right = 12
|
|
|
|
BorderSpacing.Bottom = 12
|
|
|
|
Kind = bkClose
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
2023-02-20 11:17:45 +00:00
|
|
|
object Info: TLabel
|
2023-02-17 16:28:47 +00:00
|
|
|
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
|
2008-10-31 21:18:20 +00:00
|
|
|
end
|
|
|
|
end
|