Prod 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
 
<SetupCalc>
  <variable>
    <interestRate type="numeric" MIN="0.25" MAX="25" DEFAULT="7.78" />
  </variable>
  <font>
    <title_1 name="Neo Sans" color="0xFFFFFF" size="14" bold="true" />
    <title_2 name="Neo Sans" color="0x000000" size="11" bold="true" />
    <label_1 name="Trebuchet MS" color="0x000000" size="12" />
    <label_2 name="Trebuchet MS" color="0xFFFFFF" size="13" />
    <label_3 name="Trebuchet MS" color="0x46166b" size="12" bold="true" />
    <label_4 name="Trebuchet MS" color="0xFFFFFF" size="12" bold="true" />
    <label_5 name="Trebuchet MS" color="0x74649d" size="12" bold="true" align="center" />
    <label_6 name="Trebuchet MS" color="0xe6af0f" size="12" bold="true" />
    <label_7 name="Trebuchet MS" color="0x46166b" size="13" bold="true" />
    <label_8 name="Trebuchet MS" color="0xFFFFFF" size="10" />
    <label_9 name="Trebuchet MS" color="0x46166b" size="12" bold="true" align="center" />
    <label_5_red name="Trebuchet MS" color="0xff0000" size="12" bold="true" align="center" />
    <input_1 name="Trebuchet MS" color="0x000000" size="12" />
    <radio_1 name="Trebuchet MS" color="0x000000" size="12" />
    <button_1 name="Trebuchet MS" color="0x46166b" size="14" />
    <checkbox_1 name="Trebuchet MS" color="0x000000" size="12" bold="true" />
  </font>
  <style>
    <colorScheme value="white" />
  </style>
  <calculation>
    <formulaType type="formulaType" value="2" />
  </calculation>
  <button>
    <!-- standard position: 72, 105, 135 -->
    <save_function value="true" y="72" />
    <email_function value="false" />
    <emailFriend_function value="true" y="105" />
    <email type="2" />
  </button>
  <ui_colors>
    <!--<splash            background_color="0x05379F" />-->
    <splash background_color="0x46166b" />
    <panel_colors type="plain" top_grad_color="0xFFFFFF" bottom_grad_color="0xFFFFFF" />
    <panel_colors type="split" main_color="0x46166b" split_color="0x74649d" />
    <!--        <panel_colors    type="split"    main_color="0xFFAAFF"         split_color="0xFFD4FF" /> -->
    <panel_colors type="raised" top_grad_color="0xFFFFFF" bottom_grad_color="0xC9CCCC" />
    <panel_colors type="chartbox" light_color="0xfbe39d" dark_color="0xe6af0f" />
    <!--        <panel_colors    type="chartbox"    light_color="0xDCBDFB"         dark_color="0xD47FFF"  /> -->
  </ui_colors>
  <!-- note: chart colors are used as string (no 0x) -->
  <chart_colors>
    <chart_main plotGradientColor="FFFFFF" />
    <dataset1 plotFillColor="3939B9" plotBorderColor="3939B9" />
    <dataset2 plotFillColor="FF9902" plotBorderColor="FF9902" />
    <!--    <dataset1  plotFillColor="FB71FB"  plotBorderColor="FB71FB" />    
        <dataset2  plotFillColor="B520FF"  plotBorderColor="B520FF"  />-->
  </chart_colors>
  <client>
    <name value="Aussie" />
    <number value="10091" />
    <email_address value="calculator-support@infochoice.com.au" />
  </client>
</SetupCalc>

Back to List