home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 July / PCWorld_1999-07_cd.bin / software / Servis / Sytinem / SYTINEM.EXE / 0 / RCDATA / TABOUTFORM / TABOUTFORM.txt < prev   
Text File  |  1998-08-31  |  4KB  |  184 lines

  1. object AboutForm: TAboutForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'About SyTinem'
  6.   ClientHeight = 261
  7.   ClientWidth = 359
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Verdana'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   Version = 'TGradientForm v1.60'
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object TitleLabel: TLabel
  19.     Left = 48
  20.     Top = 8
  21.     Width = 61
  22.     Height = 16
  23.     Caption = 'SyTinem'
  24.     Font.Charset = ANSI_CHARSET
  25.     Font.Color = clWindowText
  26.     Font.Height = -13
  27.     Font.Name = 'Verdana'
  28.     Font.Style = [fsBold, fsItalic]
  29.     ParentFont = False
  30.   end
  31.   object ReasonLabel: TLabel
  32.     Left = 48
  33.     Top = 28
  34.     Width = 109
  35.     Height = 13
  36.     Caption = 'POP3 Mail checker.'
  37.   end
  38.   object MessageLabel: TLabel
  39.     Left = 8
  40.     Top = 60
  41.     Width = 329
  42.     Height = 65
  43.     AutoSize = False
  44.     Caption = 
  45.       'Allows you to check for new mail at multiple POP3 Servers and sy' +
  46.       'nchronize your systems time with that of a time-server on the in' +
  47.       'ternet.'
  48.     WordWrap = True
  49.   end
  50.   object Image: TImage
  51.     Left = 8
  52.     Top = 8
  53.     Width = 32
  54.     Height = 32
  55.     AutoSize = True
  56.     Picture.Data = {<image000.ico>}
  57.   end
  58.   object MadeByTekstLabel: TLabel
  59.     Left = 8
  60.     Top = 116
  61.     Width = 57
  62.     Height = 13
  63.     AutoSize = False
  64.     Caption = 'Made by:'
  65.   end
  66.   object VersionTekstLabel: TLabel
  67.     Left = 8
  68.     Top = 132
  69.     Width = 48
  70.     Height = 13
  71.     Caption = 'Version:'
  72.   end
  73.   object VersionLabel: TLabel
  74.     Left = 64
  75.     Top = 132
  76.     Width = 4
  77.     Height = 13
  78.   end
  79.   object FirstBevel: TBevel
  80.     Left = 0
  81.     Top = 232
  82.     Width = 361
  83.     Height = 9
  84.     Shape = bsTopLine
  85.   end
  86.   object MadeByLabel: TLabel
  87.     Left = 64
  88.     Top = 116
  89.     Width = 153
  90.     Height = 13
  91.     AutoSize = False
  92.     ParentShowHint = False
  93.     ShowHint = True
  94.   end
  95.   object EmailLabel: TLabel
  96.     Left = 8
  97.     Top = 148
  98.     Width = 41
  99.     Height = 13
  100.     Caption = 'E-mail:'
  101.   end
  102.   object EmailAdressLabel: TLabel
  103.     Left = 64
  104.     Top = 148
  105.     Width = 4
  106.     Height = 13
  107.     Cursor = crHandPoint
  108.     Hint = 'Stuur eens een mailtje vind ik leuk.'
  109.     Font.Charset = ANSI_CHARSET
  110.     Font.Color = clBlue
  111.     Font.Height = -11
  112.     Font.Name = 'Verdana'
  113.     Font.Style = [fsUnderline]
  114.     ParentFont = False
  115.     ParentShowHint = False
  116.     ShowHint = True
  117.     OnClick = EmailAdressLabelClick
  118.   end
  119.   object TimeSynchronizationToolLabel: TLabel
  120.     Left = 48
  121.     Top = 40
  122.     Width = 150
  123.     Height = 13
  124.     Caption = 'Time synchronization tool.'
  125.   end
  126.   object WwwLabel: TLabel
  127.     Left = 8
  128.     Top = 164
  129.     Width = 34
  130.     Height = 13
  131.     Caption = 'Www:'
  132.   end
  133.   object URLLabel: TLabel
  134.     Left = 64
  135.     Top = 164
  136.     Width = 291
  137.     Height = 13
  138.     Cursor = crHandPoint
  139.     Caption = 'http://www.inter.nl.net/hcc/H.Tamminga/SyTinem/'
  140.     Font.Charset = ANSI_CHARSET
  141.     Font.Color = clBlue
  142.     Font.Height = -11
  143.     Font.Name = 'Verdana'
  144.     Font.Style = [fsUnderline]
  145.     ParentFont = False
  146.     OnClick = URLLabelClick
  147.   end
  148.   object Label1: TLabel
  149.     Left = 8
  150.     Top = 184
  151.     Width = 341
  152.     Height = 45
  153.     AutoSize = False
  154.     Caption = 
  155.       'This program is Freeware and can be distributed without breaking' +
  156.       ' any copyrights as long as the program is not altered in any kin' +
  157.       'd'
  158.     WordWrap = True
  159.   end
  160.   object OKGradBtn: TGradBtn
  161.     Left = 144
  162.     Top = 236
  163.     Width = 75
  164.     Height = 25
  165.     BtnHiliteClr = clWhite
  166.     BtnShadowClr = clBlack
  167.     BeginColor = 13553358
  168.     EndColor = 6250335
  169.     GradientStyle = gsVertical
  170.     TextStyle = tsInset
  171.     TextShadeType = stHeavy
  172.     Presets = Aluminum
  173.     Caption = 'OK'
  174.     OnClick = OKGradBtnClick
  175.     Font.Charset = ANSI_CHARSET
  176.     Font.Color = clBlack
  177.     Font.Height = -13
  178.     Font.Name = 'Times New Roman'
  179.     Font.Style = [fsBold]
  180.     TabOrder = 0
  181.     TabStop = True
  182.   end
  183. end
  184.