uat Calculator Admin

Edit Client

 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
 
<SetupCalculator>
  <var>
    <bg type="colour" value="0xEEEEEE" ignoreDefault="yes" />
    <buttonbg type="colour" value="0xCC0000" />
    <buttonfg type="colour" value="0xFFFFFF" />
    <comboboxesbg type="colour" value="0xDCDCDC" />
    <comboboxesfg type="colour" value="0x333333" ignoreDefault="yes" />
    <graphaxis type="colour" value="0x333333" ignoreDefault="yes" />
    <graphcurve1 type="colour" value="0x000000" ignoreDefault="yes" />
    <graphcurve2 type="colour" value="0xCC0000" />
    <graphgridbg type="colour" value="0xDADADA" ignoreDefault="yes" />
    <graphpanelbg type="colour" value="0xE2E2E2" />
    <hiButtonbg type="colour" value="0xFF0000" />
    <hiButtonfg type="colour" value="0xFFFFFF" ignoreDefault="yes" />
    <inputfieldsbg type="colour" value="0xFFFFFF" ignoreDefault="yes" />
    <inputfieldsfg type="colour" value="0x222222" ignoreDefault="yes" />
    <labelsbg type="colour" value="0xEEEEEE" ignoreDefault="yes" />
    <labelsfg type="colour" value="0x33333" ignoreDefault="yes" />
    <splashbg type="colour" value="0xEEEEEE" ignoreDefault="yes" />
    <subtitlesbg type="colour" value="0xEEEEEE" ignoreDefault="yes" />
    <subtitlesfg type="colour" value="0xCC0000" />
    <label2fg type="colour" value="0xCC3300" />
    <label2bg type="colour" value="0xEEEEEE" />
    <inputfield2fg type="colour" value="0x333333" />
    <inputfield2bg type="colour" value="0xEEEEEE" />
    <interestRate type="numeric" MIN="0" MAX="25" DEFAULT="6.75" ignoreDefault="yes" />
    <paymentsPerYear type="array" value="1, 12, 26, 52" />
    <taxBrackets type="array" value="0, 6000, 20000, 50000, 60000" />
    <taxPercents type="array" value="0, 17,   30,    42,    47" />
    <allowShading type="boolean" value="true" />
    <hideDisabled type="boolean" value="false" />
    <newWindow type="boolean" value="true" />
    <zeroEmptyFields type="boolean" value="false" />
    <comboboxes type="font" name="Arial" size="11" style="plain" />
    <inputfields type="font" name="Arial" size="11" style="plain" />
    <labels type="font" name="Arial" size="11" style="plain" />
    <subtitles type="font" name="Arial" size="13" style="bold" />
    <inputfield3 type="font" name="Arial" size="12" style="bold" />
    <expireAlert type="label" text="Calculator is due to expire in %d days. Contact Infochoice at calculator-support@infochoice.com.au" variable="expireDays" />
    <expireDays type="numeric" MIN="0" MAX="100" DEFAULT="21" />
    <fadingdelay type="numeric" MIN="1" MAX="10000" DEFAULT="50" />
    <fadingpause type="numeric" MIN="1" MAX="100000" DEFAULT="700" />
    <fadingsteps type="numeric" MIN="1" MAX="1000" DEFAULT="20" />
    <numCurves type="numeric" MIN="1" MAX="100" DEFAULT="1" />
    <steps type="numeric" MIN="1" MAX="10000" DEFAULT="200" />
    <expired type="string" value="EXPIRED. To re-activate, email calculator-support@infochoice.com.au" />
    <external type="string" value="This calculator cannot be loaded from a remote host" />
    <graphx type="string" value="Years elapsed" />
    <graphy type="string" value="Amount owing" />
    <internal type="string" value="This calculator cannot be loaded from a local host" />
    <invalidHost type="string" value="Invalid host" />
    <invalidserial type="string" value="ERROR: Incorrect serial number." />
    <noaccess type="string" value="You have no permission to load this calculator" />
    <comboboxstyle type="style" font="comboboxes" fgcolour="comboboxesfg" bgcolour="comboboxesbg" gradient="true" />
    <inputfieldstyle type="style" font="inputfields" fgcolour="inputfieldsfg" bgcolour="inputfieldsbg" gradient="false" />
    <labelstyle type="style" font="labels" fgcolour="labelsfg" bgcolour="bg" />
    <subtitlestyle type="style" font="subtitles" fgcolour="subtitlesfg" bgcolour="bg" gradient="false" />
    <checkboxstyle type="style" font="labels" fgcolour="labelsfg" gradient="false" />
    <label2style type="style" font="label2" fgcolour="label2fg" bgcolour="label2bg" />
    <inputfield2style type="style" font="inputfields" fgcolour="inputfield2fg" bgcolour="inputfield2bg" gradient="false" />
    <inputfield3style type="style" font="inputfield3" fgcolour="inputfield2fg" bgcolour="inputfield2bg" gradient="false" />
  </var>
</SetupCalculator>

Back to List