12345678910111213141516171819202122232425262728293031323334 |
- <?xml version="1.0" encoding="utf-8"?>
- <FDL version="1.5">
- <TypeDefinition url="..\..\..\default_typedef.xml"/>
- <Form id="SPMNZ00300" position="absolute 0 0 0 0" titletext="Untitle" oninit="SPMNZ00300_oninit" onload="SPMNZ00300_onload">
- <Layouts>
- <Layout/>
- </Layouts>
- <Objects/>
- <Script type="xscript4.0"><![CDATA[/***************************************************************************************
- * System Name :
- * Job Name :
- * Creator :
- * Make Date : 2015-11-13
- * Description :
- *---------------------------------------------------------------------------------------
- * Modify Date Modifier Modify Description
- *---------------------------------------------------------------------------------------
- * 2015-11-13 Live Converter TF->XP
- *
- *---------------------------------------------------------------------------------------
- ****************************************************************************************/
- include "com_commonxp::comm_main.xjs";
- function SPMNZ00300_oninit(obj:Form, e:InitEventInfo)
- {
- frmf_initForm(obj);
- }
- function SPMNZ00300_onload(obj:Form, e:LoadEventInfo)
- {
- this.close();
- }
- ]]></Script>
- </Form>
- </FDL>
|