home *** CD-ROM | disk | FTP | other *** search
- object FrmTime: TFrmTime
- Left = 211
- Top = 133
- HelpContext = 9180
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
- BorderStyle = bsDialog
- Caption = 'Tijd aanpassen'
- ClientHeight = 285
- ClientWidth = 316
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnActivate = FormActivate
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel9: TBevel
- Left = 8
- Top = 242
- Width = 305
- Height = 9
- Shape = bsTopLine
- end
- object BtnNext: TBitBtn
- Left = 128
- Top = 252
- Width = 89
- Height = 25
- HelpContext = 9908
- Caption = '&Verder'
- Default = True
- TabOrder = 1
- OnClick = BtnNextClick
- Layout = blGlyphRight
- end
- object BtnBack: TBitBtn
- Left = 28
- Top = 252
- Width = 91
- Height = 25
- HelpContext = 9907
- Caption = '&Terug'
- Default = True
- Enabled = False
- TabOrder = 0
- OnClick = BtnBackClick
- end
- object Ntb: TNotebook
- Left = 8
- Top = 8
- Width = 302
- Height = 225
- HelpContext = 9180
- TabOrder = 3
- object TPage
- Left = 0
- Top = 0
- Caption = 'Start'
- object Bevel3: TBevel
- Left = 0
- Top = 88
- Width = 300
- Height = 9
- Shape = bsTopLine
- end
- object L1: TLabel
- Left = 16
- Top = 16
- Width = 273
- Height = 65
- Alignment = taCenter
- AutoSize = False
- Caption =
- 'Met behulp van een tijdserver kunt u de juiste tijd op de PC ins' +
- 'tellen. Kies een server uit uw eigen land of ��n die dichtbij is' +
- '. Om verbinding te kunnen maken dient u uiteraard online te zijn' +
- '.'
- WordWrap = True
- end
- object L_SERV: TLabel
- Left = 8
- Top = 112
- Width = 81
- Height = 13
- Caption = 'Tijd server'
- end
- object CmbServer: TComboBox
- Left = 104
- Top = 108
- Width = 185
- Height = 21
- Hint = 'TimeServer'
- ItemHeight = 13
- Items.Strings = (
- 'AR - tick.anice.net.ar'
- 'AR, Buenos Aires - time.sinectis.com.ar'
- 'AU - ntp.adelaide.edu.au'
- 'AU - ntp.saard.net'
- 'CA, Ontario - time.nrc.ca'
- 'CA, Ontario - tock.utoronto.ca'
- 'CA, Quebec - www1.cmc.ec.gc.ca'
- 'CA, Quebec - www2.cmc.ec.gc.ca'
- 'CA, Saskatchewan - timelord.uregina.ca'
- 'CH - bernina.ethz.ch'
- 'ES - slug.ctv.es'
- 'IE - salmon.maths.tcd.ie'
- 'MX - ntp2a.audiotel.com.mx'
- 'NL - ntp.xs4all.nl'
- 'NO - fartein.ifi.uio.no'
- 'NZ - truechimer1.waikato.ac.nz'
- 'SI - biofiz.mf.uni-lj.si'
- 'SI - time.ijs.si'
- 'UK - ntp0.pipex.net'
- 'UK - ntp2a.mcc.ac.uk'
- 'UK, Scotland - ntp.cs.strath.ac.uk'
- 'USA, IL - ntp-0.cso.uiuc.edu'
- 'USA, Kansas - finch.cc.ukans.edu'
- 'USA, Kansas - ntp2.kansas.net'
- 'USA, LV - tick.cs.unlv.edu'
- 'USA, MA - dominator.eecs.harvard.edu'
- 'USA, MA, Boston - timeserver.cs.umb.edu'
- 'USA, Missouri - wuarchive.wustl.edu'
- 'USA, NY - ntp0.cornell.edu'
- 'USA, NY - sundial.columbia.edu'
- 'USA, Oklahoma - constellation.ecn.uoknor.edu'
- 'USA, PA - ntp-1.ece.cmu.edu'
- 'USA, Texas - eagle.tamu.edu'
- 'USA, Texas - gazette.bcm.tmc.edu'
- 'USA, TX - .tmc.edu'
- 'USA, VA - black-ice.cc.vt.edu'
- 'USA, VA - vtserf.cc.vt.edu'
- 'USA, WA, Richland - clock.tricity.wsu.edu'
- 'USA, Wisconsin - ntp1.cs.wisc.edu')
- TabOrder = 0
- Text = 'AR - tick.anice.net.ar'
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'Finish'
- object Bevel4: TBevel
- Left = 0
- Top = 88
- Width = 337
- Height = 9
- Shape = bsTopLine
- end
- object L2: TLabel
- Left = 16
- Top = 16
- Width = 273
- Height = 57
- Alignment = taCenter
- AutoSize = False
- Caption =
- 'Hieronder is de juiste tijd en het tijdsverschil aangegeven. Kli' +
- 'k op VOLTOOIEN om de tijd van de computer aan te passen. De star' +
- 'ttijd van de huidige verbinding wordt ook hieraan aangepast.'
- WordWrap = True
- end
- object L_TIME: TLabel
- Left = 8
- Top = 112
- Width = 145
- Height = 13
- AutoSize = False
- Caption = 'Huidige tijd'
- end
- object L_DIFF: TLabel
- Left = 8
- Top = 144
- Width = 153
- Height = 13
- AutoSize = False
- Caption = 'Tijdsverschil met computer'
- end
- object EdtCurrentTime: TEdit
- Left = 168
- Top = 108
- Width = 121
- Height = 21
- HelpContext = 9181
- Color = clBtnFace
- TabOrder = 0
- end
- object EdtDifference: TEdit
- Left = 168
- Top = 140
- Width = 121
- Height = 21
- HelpContext = 9182
- Color = clBtnFace
- TabOrder = 1
- end
- end
- end
- object BtnCancel: TBitBtn
- Left = 224
- Top = 252
- Width = 89
- Height = 25
- HelpContext = 9906
- Cancel = True
- Caption = '&Annuleren'
- ModalResult = 2
- TabOrder = 2
- NumGlyphs = 2
- end
- object TimeSynch: T_Time
- TimeMode = tzLocal
- Left = 264
- Top = 152
- end
- end
-