Commit 89cc07ed authored by sghate's avatar sghate

Updated XML

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@206129 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ea55ef1e
......@@ -286,7 +286,7 @@
<x>740</x>
<y>2</y>
<height>16</height>
<width>230</width>
<width>178</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -311,10 +311,10 @@
<text>Effective Date</text>
<border>6</border>
<color>0</color>
<x>972</x>
<x>920</x>
<y>2</y>
<height>16</height>
<width>106</width>
<width>99</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -339,7 +339,7 @@
<text>Upto Date</text>
<border>6</border>
<color>0</color>
<x>1080</x>
<x>1021</x>
<y>2</y>
<height>16</height>
<width>72</width>
......@@ -367,7 +367,7 @@
<text>Change On</text>
<border>6</border>
<color>0</color>
<x>1154</x>
<x>1095</x>
<y>2</y>
<height>16</height>
<width>71</width>
......@@ -395,7 +395,7 @@
<text>Change By</text>
<border>6</border>
<color>0</color>
<x>1227</x>
<x>1168</x>
<y>2</y>
<height>16</height>
<width>72</width>
......@@ -423,7 +423,7 @@
<text>Change From</text>
<border>6</border>
<color>0</color>
<x>1301</x>
<x>1242</x>
<y>2</y>
<height>16</height>
<width>91</width>
......@@ -535,7 +535,7 @@
<text>Site Descr</text>
<border>6</border>
<color>33554432</color>
<x>1394</x>
<x>1335</x>
<y>1</y>
<height>16</height>
<width>88</width>
......@@ -719,7 +719,7 @@
<x>740</x>
<y>1</y>
<height>19</height>
<width>230</width>
<width>178</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -754,10 +754,10 @@
<tabsequence>90</tabsequence>
<border>5</border>
<color>0</color>
<x>972</x>
<x>920</x>
<y>1</y>
<height>19</height>
<width>106</width>
<width>99</width>
<format>dd/mm/yy</format>
<html>
<valueishtml>0</valueishtml>
......@@ -792,7 +792,7 @@
<tabsequence>100</tabsequence>
<border>5</border>
<color>0</color>
<x>1080</x>
<x>1021</x>
<y>1</y>
<height>19</height>
<width>72</width>
......@@ -830,7 +830,7 @@
<tabsequence>110</tabsequence>
<border>5</border>
<color>0</color>
<x>1154</x>
<x>1095</x>
<y>1</y>
<height>19</height>
<width>71</width>
......@@ -868,7 +868,7 @@
<tabsequence>120</tabsequence>
<border>5</border>
<color>0</color>
<x>1227</x>
<x>1168</x>
<y>1</y>
<height>19</height>
<width>72</width>
......@@ -906,7 +906,7 @@
<tabsequence>130</tabsequence>
<border>5</border>
<color>0</color>
<x>1301</x>
<x>1242</x>
<y>1</y>
<height>19</height>
<width>91</width>
......@@ -1056,7 +1056,7 @@
<tabsequence>140</tabsequence>
<border>0</border>
<color>0</color>
<x>1394</x>
<x>1335</x>
<y>1</y>
<height>16</height>
<width>88</width>
......
......@@ -164,36 +164,36 @@
<name>level_descr</name>
<dbname>level_descr</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;site_env&quot; ) TABLE(NAME=&quot;site&quot; ) TABLE(NAME=&quot;cadre&quot; ) TABLE(NAME=&quot;grade&quot; ) COLUMN(NAME=&quot;site_env.site_code&quot;) COLUMN(NAME=&quot;site.descr&quot;) COLUMN(NAME=&quot;site_env.module_code&quot;) COLUMN(NAME=&quot;site_env.level_type&quot;) COLUMN(NAME=&quot;site_env.level_code&quot;) COLUMN(NAME=&quot;site_env.par_name&quot;) COLUMN(NAME=&quot;site_env.descr&quot;) COLUMN(NAME=&quot;site_env.eff_date&quot;) COLUMN(NAME=&quot;site_env.upto_date&quot;) COLUMN(NAME=&quot;site_env.par_value&quot;) COLUMN(NAME=&quot;site_env.chg_date&quot;) COLUMN(NAME=&quot;site_env.chg_user&quot;) COLUMN(NAME=&quot;site_env.chg_term&quot;) COLUMN(NAME=&quot;site.pin&quot;) COMPUTE(NAME=&quot;DDF_LVDESC(LEVEL_TYPE,LEVEL_CODE) As LEVEL_DESCR&quot;) JOIN (LEFT=&quot;site_env.site_code&quot; OP =&quot;=&quot;RIGHT=&quot;site.site_code&quot; OUTER1 =&quot;site_env.site_code&quot; ) JOIN (LEFT=&quot;site_env.level_code&quot; OP =&quot;=&quot;RIGHT=&quot;cadre.cadre_code&quot; OUTER1 =&quot;site_env.level_code&quot; ) JOIN (LEFT=&quot;site_env.level_code&quot; OP =&quot;=&quot;RIGHT=&quot;grade.grade_code&quot; OUTER1 =&quot;site_env.level_code&quot; )WHERE( EXP1 =&quot;SITE_ENV.SITE_CODE&quot; OP =&quot;=&quot; EXP2 =&quot;:AS_SITE_CODE&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;SITE_ENV.MODULE_CODE&quot; OP =&quot;=&quot; EXP2 =&quot;:AS_MODULE_CODE&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;SITE_ENV.LEVEL_TYPE&quot; OP =&quot;=&quot; EXP2 =&quot;:AS_LEVEL_TYPE&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;SITE_ENV.LEVEL_CODE&quot; OP =&quot;=&quot; EXP2 =&quot;:AS_LEVEL_CODE&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;SITE_ENV.PAR_NAME&quot; OP =&quot;=&quot; EXP2 =&quot;:AS_PAR_NAME&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;SITE_ENV.EFF_DATE&quot; OP =&quot;=&quot; EXP2 =&quot;:AD_EFF_DATE&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;~&quot;SITE_ENV~&quot;.~&quot;UPTO_DATE~&quot;&quot; OP =&quot;=&quot; EXP2 =&quot;:AD_UPTO_DATE&quot; ) ) ARG(NAME = &quot;AS_SITE_CODE&quot; TYPE = string) ARG(NAME = &quot;AS_MODULE_CODE&quot; TYPE = string) ARG(NAME = &quot;AS_LEVEL_TYPE&quot; TYPE = string) ARG(NAME = &quot;AS_LEVEL_CODE&quot; TYPE = string) ARG(NAME = &quot;AS_PAR_NAME&quot; TYPE = string) ARG(NAME = &quot;AD_EFF_DATE&quot; TYPE = datetime) ARG(NAME = &quot;AD_UPTO_DATE&quot; TYPE = datetime) </retrieve>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;site_env&quot; ) TABLE(NAME=&quot;site&quot; ) TABLE(NAME=&quot;cadre&quot; ) TABLE(NAME=&quot;grade&quot; ) COLUMN(NAME=&quot;site_env.site_code&quot;) COLUMN(NAME=&quot;site.descr&quot;) COLUMN(NAME=&quot;site_env.module_code&quot;) COLUMN(NAME=&quot;site_env.level_type&quot;) COLUMN(NAME=&quot;site_env.level_code&quot;) COLUMN(NAME=&quot;site_env.par_name&quot;) COLUMN(NAME=&quot;site_env.descr&quot;) COLUMN(NAME=&quot;site_env.eff_date&quot;) COLUMN(NAME=&quot;site_env.upto_date&quot;) COLUMN(NAME=&quot;site_env.par_value&quot;) COLUMN(NAME=&quot;site_env.chg_date&quot;) COLUMN(NAME=&quot;site_env.chg_user&quot;) COLUMN(NAME=&quot;site_env.chg_term&quot;) COLUMN(NAME=&quot;site.pin&quot;) COMPUTE(NAME=&quot;DDF_LVDESC(LEVEL_TYPE,LEVEL_CODE) As LEVEL_DESCR&quot;) JOIN (LEFT=&quot;site_env.site_code&quot; OP =&quot;=&quot;RIGHT=&quot;site.site_code&quot; OUTER1 =&quot;site_env.site_code&quot; ) JOIN (LEFT=&quot;site_env.level_code&quot; OP =&quot;=&quot;RIGHT=&quot;cadre.cadre_code&quot; OUTER1 =&quot;site_env.level_code&quot; ) JOIN (LEFT=&quot;site_env.level_code&quot; OP =&quot;=&quot;RIGHT=&quot;grade.grade_code&quot; OUTER1 =&quot;site_env.level_code&quot; )WHERE( EXP1 =&quot;site_env.site_code&quot; OP =&quot;=&quot; EXP2 =&quot;:site_code&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;site_env.module_code&quot; OP =&quot;=&quot; EXP2 =&quot;:module_code&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;site_env.level_type&quot; OP =&quot;=&quot; EXP2 =&quot;:level_type&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;site_env.level_code&quot; OP =&quot;=&quot; EXP2 =&quot;:level_code&quot; LOGIC =&quot;And&quot; ) WHERE( EXP1 =&quot;site_env.par_name&quot; OP =&quot;=&quot; EXP2 =&quot;:par_name&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;site_env.eff_date&quot; OP =&quot;=&quot; EXP2 =&quot;:eff_date&quot; ) ) ARG(NAME = &quot;site_code&quot; TYPE = string) ARG(NAME = &quot;module_code&quot; TYPE = string) ARG(NAME = &quot;level_type&quot; TYPE = string) ARG(NAME = &quot;level_code&quot; TYPE = string) ARG(NAME = &quot;par_name&quot; TYPE = string) ARG(NAME = &quot;eff_date&quot; TYPE = datetime) ARG(NAME = &quot;upto_date&quot; TYPE = datetime) </retrieve>
<update>SITE_ENV</update>
<updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace>
<argument>
<name>AS_SITE_CODE</name>
<name>site_code</name>
<type>string</type>
</argument>
<argument>
<name>AS_MODULE_CODE</name>
<name>module_code</name>
<type>string</type>
</argument>
<argument>
<name>AS_LEVEL_TYPE</name>
<name>level_type</name>
<type>string</type>
</argument>
<argument>
<name>AS_LEVEL_CODE</name>
<name>level_code</name>
<type>string</type>
</argument>
<argument>
<name>AS_PAR_NAME</name>
<name>par_name</name>
<type>string</type>
</argument>
<argument>
<name>AD_EFF_DATE</name>
<name>eff_date</name>
<type>datetime</type>
</argument>
<argument>
<name>AD_UPTO_DATE</name>
<name>upto_date</name>
<type>datetime</type>
</argument>
</TableDefinition>
......@@ -202,10 +202,10 @@
<text>Basic</text>
<border>2</border>
<color>33554432</color>
<x>24</x>
<x>12</x>
<y>11</y>
<height>162</height>
<width>609</width>
<width>589</width>
<name>gb_1</name>
<visible>1</visible>
<font>
......@@ -245,6 +245,70 @@
<color>553648127</color>
</background>
</GroupBox>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Site Pin :</text>
<border>0</border>
<color>0</color>
<x>424</x>
<y>47</y>
<height>18</height>
<width>53</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>site_pin_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>14</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>481</x>
<y>48</y>
<height>16</height>
<width>76</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>site_pin</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>79741120</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>4</id>
......@@ -393,57 +457,20 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>3</id>
<alignment>0</alignment>
<tabsequence>10</tabsequence>
<border>5</border>
<color>0</color>
<x>131</x>
<y>67</y>
<height>16</height>
<width>91</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>module_code</name>
<visible>1</visible>
<EditStyle style="ddlb">
<limit>3</limit>
<allowedit>no</allowedit>
<case>any</case>
<useasborder>yes</useasborder>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>5</id>
<id>1</id>
<alignment>0</alignment>
<tabsequence>30</tabsequence>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>131</x>
<y>87</y>
<color>255</color>
<x>129</x>
<y>45</y>
<height>16</height>
<width>91</width>
<width>76</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>level_code</name>
<name>site_code</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
......@@ -461,30 +488,30 @@
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>6</id>
<id>2</id>
<alignment>0</alignment>
<tabsequence>40</tabsequence>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>131</x>
<y>107</y>
<color>255</color>
<x>212</x>
<y>45</y>
<height>16</height>
<width>91</width>
<width>205</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>par_name</name>
<name>site_descr</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>20</limit>
<case>upper</case>
<limit>60</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
......@@ -500,69 +527,24 @@
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>8</id>
<alignment>0</alignment>
<tabsequence>60</tabsequence>
<border>5</border>
<color>0</color>
<x>131</x>
<y>127</y>
<height>16</height>
<width>91</width>
<format>dd/mm/yy</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>eff_date</name>
<visible>1</visible>
<EditStyle style="editmask">
<mask>dd/mm/yy</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
<color>79741120</color>
</background>
</ColumnObject>
<ColumnObject>
<TextObject>
<band>Detail</band>
<id>10</id>
<alignment>0</alignment>
<tabsequence>80</tabsequence>
<border>5</border>
<alignment>1</alignment>
<text>Parameter Name :</text>
<border>0</border>
<color>0</color>
<x>131</x>
<y>147</y>
<x>28</x>
<y>107</y>
<height>16</height>
<width>91</width>
<format>[general]</format>
<width>97</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>par_value</name>
<name>par_name_t</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>100</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -572,10 +554,10 @@
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
......@@ -777,7 +759,7 @@
<text>Level Description :</text>
<border>0</border>
<color>0</color>
<x>244</x>
<x>243</x>
<y>91</y>
<height>16</height>
<width>100</width>
......@@ -799,21 +781,30 @@
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<ColumnObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Parameter Value :</text>
<border>0</border>
<id>3</id>
<alignment>0</alignment>
<tabsequence>10</tabsequence>
<border>5</border>
<color>0</color>
<x>34</x>
<y>144</y>
<x>129</x>
<y>67</y>
<height>16</height>
<width>94</width>
<width>91</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>par_value_t</name>
<name>module_code</name>
<visible>1</visible>
<EditStyle style="ddlb">
<limit>3</limit>
<allowedit>no</allowedit>
<case>any</case>
<useasborder>yes</useasborder>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -823,25 +814,34 @@
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
<mode>2</mode>
<color>16777215</color>
</background>
</TextObject>
<TextObject>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Parameter Name :</text>
<border>0</border>
<id>5</id>
<alignment>0</alignment>
<tabsequence>30</tabsequence>
<border>5</border>
<color>0</color>
<x>33</x>
<y>106</y>
<x>129</x>
<y>87</y>
<height>16</height>
<width>94</width>
<width>91</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>par_name_t</name>
<name>level_code</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -851,25 +851,35 @@
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
<mode>2</mode>
<color>16777215</color>
</background>
</TextObject>
<TextObject>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Site Code :</text>
<border>0</border>
<id>6</id>
<alignment>0</alignment>
<tabsequence>40</tabsequence>
<border>5</border>
<color>0</color>
<x>33</x>
<y>46</y>
<x>129</x>
<y>107</y>
<height>16</height>
<width>94</width>
<width>91</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>site_code_t</name>
<name>par_name</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>20</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -879,25 +889,32 @@
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
<mode>2</mode>
<color>16777215</color>
</background>
</TextObject>
<TextObject>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Module Code :</text>
<border>0</border>
<id>8</id>
<alignment>0</alignment>
<tabsequence>60</tabsequence>
<border>5</border>
<color>0</color>
<x>33</x>
<y>66</y>
<x>129</x>
<y>127</y>
<height>16</height>
<width>94</width>
<width>91</width>
<format>dd/mm/yy</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>module_code_t</name>
<name>eff_date</name>
<visible>1</visible>
<EditStyle style="editmask">
<mask>dd/mm/yy</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -907,25 +924,35 @@
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
<mode>2</mode>
<color>16777215</color>
</background>
</TextObject>
<TextObject>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Level Code :</text>
<border>0</border>
<id>10</id>
<alignment>0</alignment>
<tabsequence>80</tabsequence>
<border>5</border>
<color>0</color>
<x>33</x>
<y>86</y>
<x>129</x>
<y>147</y>
<height>16</height>
<width>94</width>
<width>91</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>level_code_t</name>
<name>par_value</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>100</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -935,24 +962,24 @@
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
<mode>2</mode>
<color>16777215</color>
</background>
</TextObject>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Effective Date :</text>
<text>Site Code :</text>
<border>0</border>
<color>0</color>
<x>33</x>
<y>125</y>
<x>28</x>
<y>45</y>
<height>16</height>
<width>94</width>
<width>97</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>eff_date_t</name>
<name>site_code_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -967,29 +994,21 @@
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<TextObject>
<band>Detail</band>
<id>14</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>490</x>
<y>47</y>
<alignment>1</alignment>
<text>Module Code :</text>
<border>0</border>
<color>0</color>
<x>28</x>
<y>68</y>
<height>16</height>
<width>67</width>
<format>[general]</format>
<width>97</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>site_pin</name>
<name>module_code_t</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -999,24 +1018,24 @@
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>79741120</color>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Site Pin :</text>
<text>Level Code :</text>
<border>0</border>
<color>0</color>
<x>433</x>
<y>46</y>
<height>18</height>
<width>53</width>
<x>28</x>
<y>88</y>
<height>16</height>
<width>97</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>site_pin_t</name>
<name>level_code_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -1031,31 +1050,21 @@
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<TextObject>
<band>Detail</band>
<id>2</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>211</x>
<y>46</y>
<alignment>1</alignment>
<text>Effective Date :</text>
<border>0</border>
<color>0</color>
<x>28</x>
<y>126</y>
<height>16</height>
<width>205</width>
<format>[general]</format>
<width>97</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>site_descr</name>
<name>eff_date_t</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>60</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -1065,34 +1074,25 @@
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>79741120</color>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
</TextObject>
<TextObject>
<band>Detail</band>
<id>1</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>131</x>
<y>46</y>
<alignment>1</alignment>
<text>Parameter Value :</text>
<border>0</border>
<color>0</color>
<x>28</x>
<y>145</y>
<height>16</height>
<width>76</width>
<format>[general]</format>
<width>97</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>site_code</name>
<name>par_value_t</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -1105,14 +1105,14 @@
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Level Type :</text>
<border>0</border>
<color>0</color>
<x>244</x>
<x>243</x>
<y>72</y>
<height>16</height>
<width>100</width>
......@@ -1140,7 +1140,7 @@
<text>Description :</text>
<border>0</border>
<color>0</color>
<x>244</x>
<x>243</x>
<y>110</y>
<height>16</height>
<width>100</width>
......@@ -1168,8 +1168,8 @@
<text>Upto Date :</text>
<border>0</border>
<color>0</color>
<x>244</x>
<y>130</y>
<x>243</x>
<y>133</y>
<height>16</height>
<width>100</width>
<html>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment