object AboutForm: TAboutForm Left = 200 Top = 108 BorderStyle = bsDialog Caption = 'About SyTinem' ClientHeight = 261 ClientWidth = 359 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Verdana' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate Version = 'TGradientForm v1.60' PixelsPerInch = 96 TextHeight = 13 object TitleLabel: TLabel Left = 48 Top = 8 Width = 61 Height = 16 Caption = 'SyTinem' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Verdana' Font.Style = [fsBold, fsItalic] ParentFont = False end object ReasonLabel: TLabel Left = 48 Top = 28 Width = 109 Height = 13 Caption = 'POP3 Mail checker.' end object MessageLabel: TLabel Left = 8 Top = 60 Width = 329 Height = 65 AutoSize = False Caption = 'Allows you to check for new mail at multiple POP3 Servers and sy' + 'nchronize your systems time with that of a time-server on the in' + 'ternet.' WordWrap = True end object Image: TImage Left = 8 Top = 8 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object MadeByTekstLabel: TLabel Left = 8 Top = 116 Width = 57 Height = 13 AutoSize = False Caption = 'Made by:' end object VersionTekstLabel: TLabel Left = 8 Top = 132 Width = 48 Height = 13 Caption = 'Version:' end object VersionLabel: TLabel Left = 64 Top = 132 Width = 4 Height = 13 end object FirstBevel: TBevel Left = 0 Top = 232 Width = 361 Height = 9 Shape = bsTopLine end object MadeByLabel: TLabel Left = 64 Top = 116 Width = 153 Height = 13 AutoSize = False ParentShowHint = False ShowHint = True end object EmailLabel: TLabel Left = 8 Top = 148 Width = 41 Height = 13 Caption = 'E-mail:' end object EmailAdressLabel: TLabel Left = 64 Top = 148 Width = 4 Height = 13 Cursor = crHandPoint Hint = 'Stuur eens een mailtje vind ik leuk.' Font.Charset = ANSI_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'Verdana' Font.Style = [fsUnderline] ParentFont = False ParentShowHint = False ShowHint = True OnClick = EmailAdressLabelClick end object TimeSynchronizationToolLabel: TLabel Left = 48 Top = 40 Width = 150 Height = 13 Caption = 'Time synchronization tool.' end object WwwLabel: TLabel Left = 8 Top = 164 Width = 34 Height = 13 Caption = 'Www:' end object URLLabel: TLabel Left = 64 Top = 164 Width = 291 Height = 13 Cursor = crHandPoint Caption = 'http://www.inter.nl.net/hcc/H.Tamminga/SyTinem/' Font.Charset = ANSI_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'Verdana' Font.Style = [fsUnderline] ParentFont = False OnClick = URLLabelClick end object Label1: TLabel Left = 8 Top = 184 Width = 341 Height = 45 AutoSize = False Caption = 'This program is Freeware and can be distributed without breaking' + ' any copyrights as long as the program is not altered in any kin' + 'd' WordWrap = True end object OKGradBtn: TGradBtn Left = 144 Top = 236 Width = 75 Height = 25 BtnHiliteClr = clWhite BtnShadowClr = clBlack BeginColor = 13553358 EndColor = 6250335 GradientStyle = gsVertical TextStyle = tsInset TextShadeType = stHeavy Presets = Aluminum Caption = 'OK' OnClick = OKGradBtnClick Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'Times New Roman' Font.Style = [fsBold] TabOrder = 0 TabStop = True end end