home *** CD-ROM | disk | FTP | other *** search
- object FormTermsOfService: TFormTermsOfService
- Left = 413
- Top = 146
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Terms of Service for FotoTime Web Site'
- ClientHeight = 300
- ClientWidth = 359
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 136
- Top = 231
- Width = 134
- Height = 13
- Cursor = crHandPoint
- Anchors = [akLeft, akBottom]
- Caption = 'FotoTime'#39's Terms of Service'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentColor = False
- ParentFont = False
- OnClick = Label1Click
- end
- object Label2: TLabel
- Left = 40
- Top = 231
- Width = 90
- Height = 13
- Anchors = [akLeft, akBottom]
- Caption = 'Click Here to View:'
- end
- object BtnDisagree: TSpeedButton
- Left = 177
- Top = 263
- Width = 87
- Height = 22
- Anchors = [akLeft, akBottom]
- Caption = 'I Do Not Agree'
- OnClick = BtnDisagreeClick
- end
- object BtnAgree: TSpeedButton
- Left = 77
- Top = 263
- Width = 87
- Height = 22
- Anchors = [akLeft, akBottom]
- Caption = 'I Agree'
- OnClick = BtnAgreeClick
- end
- object Memo1: TMemo
- Left = 8
- Top = 8
- Width = 345
- Height = 214
- Anchors = [akLeft, akTop, akRight, akBottom]
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Lines.Strings = (
- 'You are about to publish pictures to the FotoTime Web site '
-
- '(www.fototime.com). By continuing with this operation, you will' +
- ' '
-
- 'make these pictures accessible to anyone with your e-mail addres' +
- 's. '
- ''
-
- 'If you do not wish for your pictures to be viewed by the general' +
- ' '
-
- 'public, then you must either publish the pictures as "Private", ' +
- 'or not '
- 'publish them.'
- ''
-
- 'Diagnostic data may also be sent if a problem is encountered wit' +
- 'hin'
-
- 'FotoAlbum (type of error and basic system information). This da' +
- 'ta'
- 'is used to help track down and fix problems within FotoAlbum.'
- ''
- 'You must accept the Terms of Service as stated on the FotoTime '
-
- 'web site in order to continue. To view the entire Terms of Serv' +
- 'ice, '
- 'click on the link below.'
- '')
- ParentFont = False
- ReadOnly = True
- TabOrder = 0
- end
- end
-