delphimvcframework/examples/GlobalDemo/GlobalDemo2007/ReceiverForm.dfm
2009-11-10 10:32:54 +00:00

122 lines
2.4 KiB
Plaintext

object Form1: TForm1
Left = 0
Top = 0
BorderIcons = [biSystemMenu]
Caption = 'Receiver Form'
ClientHeight = 299
ClientWidth = 602
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Visible = True
OnClose = FormClose
OnCreate = FormCreate
DesignSize = (
602
299)
PixelsPerInch = 96
TextHeight = 13
object Edit1: TEdit
Left = 8
Top = 24
Width = 113
Height = 21
TabOrder = 0
Text = '/topic/mytopic'
end
object Button1: TButton
Left = 239
Top = 22
Width = 75
Height = 25
Caption = 'Subscribe'
TabOrder = 1
OnClick = Button1Click
end
object Button5: TButton
Left = 320
Top = 22
Width = 113
Height = 25
Caption = 'Durable Subscribe'
TabOrder = 2
OnClick = Button5Click
end
object Memo1: TMemo
Left = 8
Top = 53
Width = 586
Height = 211
Anchors = [akLeft, akTop, akRight, akBottom]
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Courier'
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 3
WordWrap = False
end
object CheckBox1: TCheckBox
Left = 8
Top = 274
Width = 113
Height = 17
Anchors = [akLeft, akBottom]
Caption = 'Automatic Receive'
Checked = True
State = cbChecked
TabOrder = 4
OnClick = CheckBox1Click
end
object Button2: TButton
Left = 127
Top = 270
Width = 113
Height = 25
Anchors = [akLeft, akBottom]
Caption = 'Receive Now'
TabOrder = 5
OnClick = Button2Click
end
object Button3: TButton
Left = 439
Top = 22
Width = 75
Height = 25
Caption = 'Unsubscribe'
TabOrder = 6
OnClick = Button3Click
end
object Button4: TButton
Left = 520
Top = 22
Width = 75
Height = 25
Caption = 'Disconnect'
TabOrder = 7
OnClick = Button4Click
end
object Button6: TButton
Left = 158
Top = 22
Width = 75
Height = 25
Caption = 'Connect'
TabOrder = 8
OnClick = Button6Click
end
object Timer1: TTimer
Enabled = False
Interval = 200
OnTimer = Timer1Timer
Left = 208
Top = 80
end
end