home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / CHIP_CD_2004-06.iso / software / foto / faprosetup.exe / FotoAlbum.exe / 0 / RCDATA / TFORMTERMSOFSERVICE / TFORMTERMSOFSERVICE.txt
Encoding:
Text File  |  2004-04-06  |  2.7 KB  |  111 lines

  1. object FormTermsOfService: TFormTermsOfService
  2.   Left = 413
  3.   Top = 146
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Terms of Service for FotoTime Web Site'
  7.   ClientHeight = 300
  8.   ClientWidth = 359
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 136
  21.     Top = 231
  22.     Width = 134
  23.     Height = 13
  24.     Cursor = crHandPoint
  25.     Anchors = [akLeft, akBottom]
  26.     Caption = 'FotoTime'#39's Terms of Service'
  27.     Color = clBtnFace
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clBlue
  30.     Font.Height = -11
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = [fsUnderline]
  33.     ParentColor = False
  34.     ParentFont = False
  35.     OnClick = Label1Click
  36.   end
  37.   object Label2: TLabel
  38.     Left = 40
  39.     Top = 231
  40.     Width = 90
  41.     Height = 13
  42.     Anchors = [akLeft, akBottom]
  43.     Caption = 'Click Here to View:'
  44.   end
  45.   object BtnDisagree: TSpeedButton
  46.     Left = 177
  47.     Top = 263
  48.     Width = 87
  49.     Height = 22
  50.     Anchors = [akLeft, akBottom]
  51.     Caption = 'I Do Not Agree'
  52.     OnClick = BtnDisagreeClick
  53.   end
  54.   object BtnAgree: TSpeedButton
  55.     Left = 77
  56.     Top = 263
  57.     Width = 87
  58.     Height = 22
  59.     Anchors = [akLeft, akBottom]
  60.     Caption = 'I Agree'
  61.     OnClick = BtnAgreeClick
  62.   end
  63.   object Memo1: TMemo
  64.     Left = 8
  65.     Top = 8
  66.     Width = 345
  67.     Height = 214
  68.     Anchors = [akLeft, akTop, akRight, akBottom]
  69.     Color = clBtnFace
  70.     Font.Charset = DEFAULT_CHARSET
  71.     Font.Color = clWindowText
  72.     Font.Height = -11
  73.     Font.Name = 'MS Sans Serif'
  74.     Font.Style = []
  75.     Lines.Strings = (
  76.       'You are about to publish pictures to the FotoTime Web site '
  77.       
  78.         '(www.fototime.com).  By continuing with this operation, you will' +
  79.         ' '
  80.       
  81.         'make these pictures accessible to anyone with your e-mail addres' +
  82.         's. '
  83.       ''
  84.       
  85.         'If you do not wish for your pictures to be viewed by the general' +
  86.         ' '
  87.       
  88.         'public, then you must either publish the pictures as "Private", ' +
  89.         'or not '
  90.       'publish them.'
  91.       ''
  92.       
  93.         'Diagnostic data may also be sent if a problem is encountered wit' +
  94.         'hin'
  95.       
  96.         'FotoAlbum (type of error and basic system information).  This da' +
  97.         'ta'
  98.       'is used to help track down and fix problems within FotoAlbum.'
  99.       ''
  100.       'You must accept the Terms of Service as stated on the FotoTime '
  101.       
  102.         'web site in order to continue.  To view the entire Terms of Serv' +
  103.         'ice, '
  104.       'click on the link below.'
  105.       '')
  106.     ParentFont = False
  107.     ReadOnly = True
  108.     TabOrder = 0
  109.   end
  110. end
  111.