home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 108
- Width = 435
- Height = 300
- Caption = 'Stream Demo'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 0
- Top = 0
- Width = 427
- Height = 181
- Align = alClient
- end
- object Panel1: TPanel
- Left = 0
- Top = 181
- Width = 427
- Height = 73
- Align = alBottom
- TabOrder = 0
- object Label1: TLabel
- Left = 189
- Top = 46
- Width = 34
- Height = 13
- Caption = 'Name: '
- end
- object Label2: TLabel
- Left = 32
- Top = 11
- Width = 68
- Height = 13
- Caption = 'Remote Host: '
- end
- object Button1: TButton
- Left = 16
- Top = 40
- Width = 75
- Height = 25
- Caption = 'Send'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 104
- Top = 40
- Width = 75
- Height = 25
- Caption = 'Load'
- TabOrder = 1
- OnClick = Button2Click
- end
- object Edit1: TEdit
- Left = 224
- Top = 42
- Width = 121
- Height = 21
- TabOrder = 2
- Text = 'NetMasters'
- end
- object Edit2: TEdit
- Left = 104
- Top = 7
- Width = 121
- Height = 21
- TabOrder = 3
- Text = '127.0.0.1'
- end
- end
- object StatusBar1: TStatusBar
- Left = 0
- Top = 254
- Width = 427
- Height = 19
- Panels = <>
- SimplePanel = True
- end
- object NMStrm1: TNMStrm
- Port = 6711
- ReportLevel = 0
- OnDisconnect = NMStrm1Disconnect
- OnConnect = NMStrm1Connect
- OnInvalidHost = NMStrm1InvalidHost
- OnHostResolved = NMStrm1HostResolved
- OnStatus = NMStrm1Status
- OnConnectionFailed = NMStrm1ConnectionFailed
- OnPacketSent = NMStrm1PacketSent
- OnMessageSent = NMStrm1MessageSent
- Left = 364
- Top = 216
- end
- object NMStrmServ1: TNMStrmServ
- Port = 6711
- ReportLevel = 0
- OnStatus = NMStrmServ1Status
- OnClientContact = NMStrmServ1ClientContact
- OnMSG = NMStrmServ1MSG
- Left = 392
- Top = 216
- end
- object OpenPictureDialog1: TOpenPictureDialog
- Filter =
- 'All (*.bmp;*.ico;*.emf;*.wmf)|*.bmp;*.ico;*.emf;*.wmf|Bitmaps (*' +
- '.bmp)|*.bmp|Icons (*.ico)|*.ico|Enhanced Metafiles (*.emf)|*.emf' +
- '|Metafiles (*.wmf)|*.wmf'
- Title = 'Pick image to send'
- Left = 384
- Top = 184
- end
- end
-