delphimvcframework/examples/Multiple/MainForm.dfm
daniele.teti@gmail.com 1285543660 Added initial support for STOMP 1.1
Tested on Apache Apollo 1.2
2012-04-18 17:19:31 +00:00

45 lines
902 B
Plaintext

object Form4: TForm4
Left = 0
Top = 0
Caption = 'TEST'
ClientHeight = 506
ClientWidth = 527
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
DesignSize = (
527
506)
PixelsPerInch = 96
TextHeight = 13
object Button1: TButton
Left = 8
Top = 8
Width = 113
Height = 25
Caption = 'Start'
TabOrder = 0
OnClick = Button1Click
end
object Memo1: TMemo
Left = 8
Top = 39
Width = 511
Height = 459
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
ExplicitHeight = 196
end
end