Componentes.Terceros.jvcl/official/3.32/examples/JvAppInstances/Main.dfm

100 lines
2.0 KiB
Plaintext

object FormMain: TFormMain
Left = 192
Top = 114
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'JvAppInstances Test'
ClientHeight = 330
ClientWidth = 635
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 224
Top = 272
Width = 91
Height = 13
Caption = 'Running instances:'
end
object RunningInstances: TLabel
Left = 224
Top = 296
Width = 3
Height = 13
Caption = '-'
end
object Label2: TLabel
Left = 352
Top = 272
Width = 74
Height = 13
Caption = 'Max. instances:'
end
object MaxInstances: TLabel
Left = 352
Top = 296
Width = 3
Height = 13
Caption = '-'
end
object MemoCmdLine: TMemo
Left = 8
Top = 8
Width = 329
Height = 249
TabOrder = 0
end
object MemoLog: TMemo
Left = 344
Top = 8
Width = 281
Height = 249
TabOrder = 1
end
object BtnQuit: TButton
Left = 552
Top = 296
Width = 75
Height = 25
Caption = '&Quit'
TabOrder = 3
OnClick = BtnQuitClick
end
object Button1: TButton
Left = 8
Top = 296
Width = 185
Height = 25
Caption = 'Create another process instance'
TabOrder = 2
OnClick = Button1Click
end
object CheckBoxActive: TCheckBox
Left = 8
Top = 266
Width = 73
Height = 17
Caption = 'Active'
TabOrder = 4
OnClick = CheckBoxActiveClick
end
object JvAppInstances: TJvAppInstances
MaxInstances = 5
OnInstanceCreated = EvInstanceCreated
OnInstanceDestroyed = EvInstanceDestroyed
OnUserNotify = JvAppInstancesUserNotify
OnCmdLineReceived = EvCmdLineReceived
OnRejected = JvAppInstancesRejected
Left = 56
Top = 16
end
end