home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2002 #6 / K-CD_2002-06.iso / Tools / InterCent / _SETUP.1 / Intercent99.exe / 0 / RCDATA / TFRMTIME / TFRMTIME.txt
Text File  |  1999-06-01  |  6KB  |  218 lines

  1. object FrmTime: TFrmTime
  2.   Left = 211
  3.   Top = 133
  4.   HelpContext = 9180
  5.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Tijd aanpassen'
  8.   ClientHeight = 285
  9.   ClientWidth = 316
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel9: TBevel
  20.     Left = 8
  21.     Top = 242
  22.     Width = 305
  23.     Height = 9
  24.     Shape = bsTopLine
  25.   end
  26.   object BtnNext: TBitBtn
  27.     Left = 128
  28.     Top = 252
  29.     Width = 89
  30.     Height = 25
  31.     HelpContext = 9908
  32.     Caption = '&Verder'
  33.     Default = True
  34.     TabOrder = 1
  35.     OnClick = BtnNextClick
  36.     Layout = blGlyphRight
  37.   end
  38.   object BtnBack: TBitBtn
  39.     Left = 28
  40.     Top = 252
  41.     Width = 91
  42.     Height = 25
  43.     HelpContext = 9907
  44.     Caption = '&Terug'
  45.     Default = True
  46.     Enabled = False
  47.     TabOrder = 0
  48.     OnClick = BtnBackClick
  49.   end
  50.   object Ntb: TNotebook
  51.     Left = 8
  52.     Top = 8
  53.     Width = 302
  54.     Height = 225
  55.     HelpContext = 9180
  56.     TabOrder = 3
  57.     object TPage
  58.       Left = 0
  59.       Top = 0
  60.       Caption = 'Start'
  61.       object Bevel3: TBevel
  62.         Left = 0
  63.         Top = 88
  64.         Width = 300
  65.         Height = 9
  66.         Shape = bsTopLine
  67.       end
  68.       object L1: TLabel
  69.         Left = 16
  70.         Top = 16
  71.         Width = 273
  72.         Height = 65
  73.         Alignment = taCenter
  74.         AutoSize = False
  75.         Caption = 
  76.           'Met behulp van een tijdserver kunt u de juiste tijd op de PC ins' +
  77.           'tellen. Kies een server uit uw eigen land of ∩┐╜∩┐╜n die dichtbij is' +
  78.           '. Om verbinding te kunnen maken dient u uiteraard online te zijn' +
  79.           '.'
  80.         WordWrap = True
  81.       end
  82.       object L_SERV: TLabel
  83.         Left = 8
  84.         Top = 112
  85.         Width = 81
  86.         Height = 13
  87.         Caption = 'Tijd server'
  88.       end
  89.       object CmbServer: TComboBox
  90.         Left = 104
  91.         Top = 108
  92.         Width = 185
  93.         Height = 21
  94.         Hint = 'TimeServer'
  95.         ItemHeight = 13
  96.         Items.Strings = (
  97.           'AR - tick.anice.net.ar'
  98.           'AR, Buenos Aires - time.sinectis.com.ar'
  99.           'AU - ntp.adelaide.edu.au'
  100.           'AU - ntp.saard.net'
  101.           'CA, Ontario - time.nrc.ca'
  102.           'CA, Ontario - tock.utoronto.ca'
  103.           'CA, Quebec - www1.cmc.ec.gc.ca'
  104.           'CA, Quebec - www2.cmc.ec.gc.ca'
  105.           'CA, Saskatchewan - timelord.uregina.ca'
  106.           'CH - bernina.ethz.ch'
  107.           'ES - slug.ctv.es'
  108.           'IE - salmon.maths.tcd.ie'
  109.           'MX - ntp2a.audiotel.com.mx'
  110.           'NL - ntp.xs4all.nl'
  111.           'NO - fartein.ifi.uio.no'
  112.           'NZ - truechimer1.waikato.ac.nz'
  113.           'SI - biofiz.mf.uni-lj.si'
  114.           'SI - time.ijs.si'
  115.           'UK - ntp0.pipex.net'
  116.           'UK - ntp2a.mcc.ac.uk'
  117.           'UK, Scotland - ntp.cs.strath.ac.uk'
  118.           'USA, IL - ntp-0.cso.uiuc.edu'
  119.           'USA, Kansas - finch.cc.ukans.edu'
  120.           'USA, Kansas - ntp2.kansas.net'
  121.           'USA, LV - tick.cs.unlv.edu'
  122.           'USA, MA - dominator.eecs.harvard.edu'
  123.           'USA, MA, Boston -  timeserver.cs.umb.edu'
  124.           'USA, Missouri - wuarchive.wustl.edu'
  125.           'USA, NY - ntp0.cornell.edu'
  126.           'USA, NY - sundial.columbia.edu'
  127.           'USA, Oklahoma - constellation.ecn.uoknor.edu'
  128.           'USA, PA - ntp-1.ece.cmu.edu'
  129.           'USA, Texas - eagle.tamu.edu'
  130.           'USA, Texas - gazette.bcm.tmc.edu'
  131.           'USA, TX - .tmc.edu'
  132.           'USA, VA - black-ice.cc.vt.edu'
  133.           'USA, VA - vtserf.cc.vt.edu'
  134.           'USA, WA, Richland - clock.tricity.wsu.edu'
  135.           'USA, Wisconsin - ntp1.cs.wisc.edu')
  136.         TabOrder = 0
  137.         Text = 'AR - tick.anice.net.ar'
  138.       end
  139.     end
  140.     object TPage
  141.       Left = 0
  142.       Top = 0
  143.       Caption = 'Finish'
  144.       object Bevel4: TBevel
  145.         Left = 0
  146.         Top = 88
  147.         Width = 337
  148.         Height = 9
  149.         Shape = bsTopLine
  150.       end
  151.       object L2: TLabel
  152.         Left = 16
  153.         Top = 16
  154.         Width = 273
  155.         Height = 57
  156.         Alignment = taCenter
  157.         AutoSize = False
  158.         Caption = 
  159.           'Hieronder is de juiste tijd en het tijdsverschil aangegeven. Kli' +
  160.           'k op VOLTOOIEN om de tijd van de computer aan te passen. De star' +
  161.           'ttijd van de huidige verbinding wordt ook hieraan aangepast.'
  162.         WordWrap = True
  163.       end
  164.       object L_TIME: TLabel
  165.         Left = 8
  166.         Top = 112
  167.         Width = 145
  168.         Height = 13
  169.         AutoSize = False
  170.         Caption = 'Huidige tijd'
  171.       end
  172.       object L_DIFF: TLabel
  173.         Left = 8
  174.         Top = 144
  175.         Width = 153
  176.         Height = 13
  177.         AutoSize = False
  178.         Caption = 'Tijdsverschil met computer'
  179.       end
  180.       object EdtCurrentTime: TEdit
  181.         Left = 168
  182.         Top = 108
  183.         Width = 121
  184.         Height = 21
  185.         HelpContext = 9181
  186.         Color = clBtnFace
  187.         TabOrder = 0
  188.       end
  189.       object EdtDifference: TEdit
  190.         Left = 168
  191.         Top = 140
  192.         Width = 121
  193.         Height = 21
  194.         HelpContext = 9182
  195.         Color = clBtnFace
  196.         TabOrder = 1
  197.       end
  198.     end
  199.   end
  200.   object BtnCancel: TBitBtn
  201.     Left = 224
  202.     Top = 252
  203.     Width = 89
  204.     Height = 25
  205.     HelpContext = 9906
  206.     Cancel = True
  207.     Caption = '&Annuleren'
  208.     ModalResult = 2
  209.     TabOrder = 2
  210.     NumGlyphs = 2
  211.   end
  212.   object TimeSynch: T_Time
  213.     TimeMode = tzLocal
  214.     Left = 264
  215.     Top = 152
  216.   end
  217. end
  218.