Commit 9bc6d75c authored by sanashaikh's avatar sanashaikh

Sana S: Modified on 21/01/2020

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@215489 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0b3af05c
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
<color>536870912</color> <color>536870912</color>
</Footer> </Footer>
<Detail> <Detail>
<height>240</height> <height>293</height>
<color>536870912</color> <color>536870912</color>
</Detail> </Detail>
<TableDefinition> <TableDefinition>
...@@ -103,10 +103,6 @@ ...@@ -103,10 +103,6 @@
<name>full_amt</name> <name>full_amt</name>
<dbname>full_amt</dbname> <dbname>full_amt</dbname>
<initial>Y</initial> <initial>Y</initial>
<values>
<item display="Yes" data="Y"/>
<item display="No" data="N"/>
</values>
</table_column> </table_column>
<table_column> <table_column>
<type size="1">char</type> <type size="1">char</type>
...@@ -149,10 +145,6 @@ ...@@ -149,10 +145,6 @@
<name>resigned</name> <name>resigned</name>
<dbname>resigned</dbname> <dbname>resigned</dbname>
<initial>N</initial> <initial>N</initial>
<values>
<item display="Yes" data="Y"/>
<item display="No" data="N"/>
</values>
</table_column> </table_column>
</TableDefinition> </TableDefinition>
<GroupBox> <GroupBox>
...@@ -162,7 +154,7 @@ ...@@ -162,7 +154,7 @@
<color>33554432</color> <color>33554432</color>
<x>4</x> <x>4</x>
<y>1</y> <y>1</y>
<height>230</height> <height>231</height>
<width>621</width> <width>621</width>
<name>gb_1</name> <name>gb_1</name>
<visible>1</visible> <visible>1</visible>
...@@ -675,16 +667,17 @@ ...@@ -675,16 +667,17 @@
<y>155</y> <y>155</y>
<height>16</height> <height>16</height>
<width>70</width> <width>70</width>
<format>[general]</format> <format>[Yes/No]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>full_amt</name> <name>full_amt</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb"> <EditStyle style="edit">
<limit>1</limit> <limit>0</limit>
<allowedit>no</allowedit> <case>any</case>
<case>upper</case> <focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -935,16 +928,17 @@ ...@@ -935,16 +928,17 @@
<y>207</y> <y>207</y>
<height>16</height> <height>16</height>
<width>70</width> <width>70</width>
<format>[general]</format> <format>[Yes/No]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>resigned</name> <name>resigned</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb"> <EditStyle style="edit">
<limit>1</limit> <limit>0</limit>
<allowedit>no</allowedit> <case>any</case>
<case>upper</case> <focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
......
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