2012-04-18 19:19:31 +02:00
|
|
|
object Form4: TForm4
|
|
|
|
Left = 0
|
|
|
|
Top = 0
|
2016-11-13 20:11:29 +01:00
|
|
|
Caption = 'STOMP Listener'
|
2012-04-18 19:19:31 +02:00
|
|
|
ClientHeight = 506
|
|
|
|
ClientWidth = 527
|
|
|
|
Color = clBtnFace
|
|
|
|
Font.Charset = DEFAULT_CHARSET
|
|
|
|
Font.Color = clWindowText
|
|
|
|
Font.Height = -11
|
|
|
|
Font.Name = 'Tahoma'
|
|
|
|
Font.Style = []
|
|
|
|
OldCreateOrder = False
|
2016-10-14 15:19:06 +02:00
|
|
|
OnCreate = FormCreate
|
|
|
|
OnDestroy = FormDestroy
|
2012-04-18 19:19:31 +02:00
|
|
|
DesignSize = (
|
|
|
|
527
|
|
|
|
506)
|
|
|
|
PixelsPerInch = 96
|
|
|
|
TextHeight = 13
|
|
|
|
object Button1: TButton
|
2016-11-13 20:11:29 +01:00
|
|
|
Left = 279
|
2012-04-18 19:19:31 +02:00
|
|
|
Top = 8
|
2016-11-13 20:11:29 +01:00
|
|
|
Width = 117
|
2016-10-14 15:19:06 +02:00
|
|
|
Height = 42
|
2016-11-13 20:11:29 +01:00
|
|
|
Caption = 'Start subscriber'
|
2012-04-18 19:19:31 +02:00
|
|
|
TabOrder = 0
|
|
|
|
OnClick = Button1Click
|
|
|
|
end
|
|
|
|
object Memo1: TMemo
|
|
|
|
Left = 8
|
2016-10-14 15:19:06 +02:00
|
|
|
Top = 56
|
2012-04-18 19:19:31 +02:00
|
|
|
Width = 511
|
2016-10-14 15:19:06 +02:00
|
|
|
Height = 442
|
2012-04-18 19:19:31 +02:00
|
|
|
Anchors = [akLeft, akTop, akRight, akBottom]
|
|
|
|
Font.Charset = ANSI_CHARSET
|
|
|
|
Font.Color = clWindowText
|
|
|
|
Font.Height = -13
|
|
|
|
Font.Name = 'Courier New'
|
|
|
|
Font.Style = []
|
|
|
|
ParentFont = False
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
2016-10-14 15:19:06 +02:00
|
|
|
object Button2: TButton
|
2016-11-13 20:11:29 +01:00
|
|
|
Left = 402
|
2016-10-14 15:19:06 +02:00
|
|
|
Top = 8
|
2016-11-13 20:11:29 +01:00
|
|
|
Width = 117
|
2016-10-14 15:19:06 +02:00
|
|
|
Height = 42
|
2016-11-13 20:11:29 +01:00
|
|
|
Caption = 'Stop subscriber'
|
2016-10-14 15:19:06 +02:00
|
|
|
TabOrder = 2
|
|
|
|
OnClick = Button2Click
|
|
|
|
end
|
|
|
|
object Button3: TButton
|
2016-11-13 20:11:29 +01:00
|
|
|
Left = 8
|
2016-10-14 15:19:06 +02:00
|
|
|
Top = 8
|
2016-11-13 20:11:29 +01:00
|
|
|
Width = 201
|
2016-10-14 15:19:06 +02:00
|
|
|
Height = 42
|
|
|
|
Anchors = [akTop, akRight]
|
2016-11-13 20:11:29 +01:00
|
|
|
Caption = 'Produce messages continuosly on a background thread'
|
2016-10-14 15:19:06 +02:00
|
|
|
TabOrder = 3
|
|
|
|
WordWrap = True
|
|
|
|
OnClick = Button3Click
|
|
|
|
end
|
2012-04-18 19:19:31 +02:00
|
|
|
end
|