home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 108
- Width = 524
- Height = 195
- Caption = 'Time Demo'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- PixelsPerInch = 120
- TextHeight = 16
- object Label3: TLabel
- Left = 134
- Top = 107
- Width = 125
- Height = 16
- Caption = 'The Current Time is : '
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 516
- Height = 100
- Align = alTop
- TabOrder = 0
- object Label1: TLabel
- Left = 161
- Top = 18
- Width = 34
- Height = 16
- Caption = 'Host: '
- end
- object Label2: TLabel
- Left = 164
- Top = 53
- Width = 30
- Height = 16
- Caption = 'Port: '
- end
- object Edit2: TEdit
- Left = 198
- Top = 48
- Width = 30
- Height = 24
- TabOrder = 0
- Text = '37'
- end
- object Button1: TButton
- Left = 276
- Top = 59
- Width = 119
- Height = 31
- Caption = 'Get Time'
- TabOrder = 1
- OnClick = Button1Click
- end
- end
- object StatusBar1: TStatusBar
- Left = 0
- Top = 144
- Width = 516
- Height = 24
- Panels = <>
- SimplePanel = True
- end
- object cbHost: TComboBox
- Left = 197
- Top = 16
- Width = 209
- Height = 24
- Hint = 'Server to use with the "Get Time" button'
- ItemHeight = 16
- Items.Strings = (
- 'bitsy.mit.edu'
- 'kuhub.cc.ukans.edu'
- 'time.nist.gov'
- 'time-a.nist.gov'
- 'time-a.timefreq.bldrdoc.gov'
- 'time-b.nist.gov'
- 'time-b.timefreq.bldrdoc.gov'
- 'time-nw.nist.gov'
- 'timex.cs.columbia.edu'
- 'tmc.edu'
- 'tycho.usno.navy.mil'
- 'utcnist.colorado.edu')
- MaxLength = 34
- Sorted = True
- TabOrder = 2
- Text = 'time.nist.gov'
- end
- object NMTime1: TNMTime
- Port = 37
- TimeOut = 500
- ReportLevel = 0
- OnDisconnect = NMTime1Disconnect
- OnConnect = NMTime1Connect
- OnInvalidHost = NMTime1InvalidHost
- OnHostResolved = NMTime1HostResolved
- OnStatus = NMTime1Status
- OnConnectionFailed = NMTime1ConnectionFailed
- Left = 16
- Top = 16
- end
- end
-