installjammer

Artifact [7da6c7da58]
aplsimple | Login

Artifact 7da6c7da58782d0bbcbcd94163508c74c8b48079e8ec036a54879d5147c40ee9:


## $Id$
##
## BEGIN LICENSE BLOCK
##
## Copyright (C) 2002  Damon Courtney
## 
## This program is free software; you can redistribute it and/or
## modify it under the terms of the GNU General Public License
## version 2 as published by the Free Software Foundation.
## 
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
## GNU General Public License version 2 for more details.
## 
## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the
##     Free Software Foundation, Inc.
##     51 Franklin Street, Fifth Floor
##     Boston, MA  02110-1301, USA.
##
## END LICENSE BLOCK

Pane License "License Agreement"

Order 5

Include CustomTextPane1

Property Active boolean "Active" No
Property Buttons buttons "Buttons" "Back/Next/Cancel"
Property Icon image "Icon" "<%Icon%>"
Property UserMustAcceptLicense boolean "User Must Accept License" Yes

Action ModifyWidget Widget "NextButton" State "disabled" \
    ExecuteAction "Before Pane is Displayed"
Condition StringIsCondition String \
  {<%Property <%CurrentPane%> UserMustAcceptLicense%>}
Condition StringIsCondition Operator "false" String "<%LicenseAccepted%>"

Text Title
Text Subtitle
Text Caption
Text Message
Text Text                "License Contents"
Text AcceptRadiobutton   "Accept Radiobutton"  0
Text DeclineRadiobutton  "Decline Radiobutton" 0
Text NextButton          "Next Button"         1
Text BackButton          "Back Button"         1
Text CancelButton        "Cancel Button"       1