SSMRF01100.xfdl 1.4 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FDL version="1.4">
  3. <TypeDefinition url="..\..\..\default_typedef.xml"/>
  4. <Form id="SSMRF01100" position="absolute 0 0 595 700" titletext="서식미리보기뷰어" onload="SSMRF01100_onload">
  5. <Layouts>
  6. <Layout>
  7. <Div position="absolute 0 0 595 700" id="canvas_main" url="SSMRF01200.xfdl"/>
  8. </Layout>
  9. </Layouts>
  10. <Objects/>
  11. <Script type="xscript4.0"><![CDATA[/***************************************************************************************
  12. * System Name :
  13. * Job Name :
  14. * Creator :
  15. * Make Date : 2014-11-07
  16. * Description :
  17. *---------------------------------------------------------------------------------------
  18. * Modify Date Modifier Modify Description
  19. *---------------------------------------------------------------------------------------
  20. * 2014-11-07 Live Converter TF->XP
  21. *
  22. *---------------------------------------------------------------------------------------
  23. ****************************************************************************************/
  24. include "com_commonxp::comm_main.xjs";
  25. function SSMRF01100_onload(obj:Form, e:LoadEventInfo)
  26. {
  27. frmf_initForm(obj);
  28. }
  29. ]]></Script>
  30. </Form>
  31. </FDL>