home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Runimage / Delphi50 / Demos / FastNet / Daytime / DTDEM.DFM / DTDEM.txt
Encoding:
Text File  |  1999-08-11  |  1.8 KB  |  92 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 108
  4.   Width = 454
  5.   Height = 196
  6.   Caption = 'DayTime Demo'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label3: TLabel
  17.     Left = 85
  18.     Top = 87
  19.     Width = 148
  20.     Height = 13
  21.     Caption = 'The Current Date and Time is : '
  22.   end
  23.   object Panel1: TPanel
  24.     Left = 0
  25.     Top = 0
  26.     Width = 446
  27.     Height = 81
  28.     Align = alTop
  29.     TabOrder = 0
  30.     object Label1: TLabel
  31.       Left = 131
  32.       Top = 15
  33.       Width = 28
  34.       Height = 13
  35.       Caption = 'Host: '
  36.     end
  37.     object Label2: TLabel
  38.       Left = 133
  39.       Top = 43
  40.       Width = 25
  41.       Height = 13
  42.       Caption = 'Port: '
  43.     end
  44.     object Edit1: TEdit
  45.       Left = 161
  46.       Top = 11
  47.       Width = 121
  48.       Height = 21
  49.       TabOrder = 0
  50.       Text = '192.43.244.18'
  51.     end
  52.     object Edit2: TEdit
  53.       Left = 161
  54.       Top = 39
  55.       Width = 24
  56.       Height = 21
  57.       TabOrder = 1
  58.       Text = '13'
  59.     end
  60.     object Button1: TButton
  61.       Left = 224
  62.       Top = 48
  63.       Width = 97
  64.       Height = 25
  65.       Caption = 'Get Date/Time'
  66.       TabOrder = 2
  67.       OnClick = Button1Click
  68.     end
  69.   end
  70.   object StatusBar1: TStatusBar
  71.     Left = 0
  72.     Top = 150
  73.     Width = 446
  74.     Height = 19
  75.     Panels = <>
  76.     SimplePanel = True
  77.   end
  78.   object NMDayTime1: TNMDayTime
  79.     Port = 13
  80.     TimeOut = 10000
  81.     ReportLevel = 0
  82.     OnDisconnect = NMDayTime1Disconnect
  83.     OnConnect = NMDayTime1Connect
  84.     OnInvalidHost = NMDayTime1InvalidHost
  85.     OnHostResolved = NMDayTime1HostResolved
  86.     OnStatus = NMDayTime1Status
  87.     OnConnectionFailed = NMDayTime1ConnectionFailed
  88.     Left = 8
  89.     Top = 8
  90.   end
  91. end
  92.