SPADT61300_원내라벨출력.xfdl 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FDL version="1.5">
  3. <TypeDefinition url="..\..\..\default_typedef.xml"/>
  4. <Form id="SPADT61300" position="absolute 0 0 250 100" titletext="원내 라벨 출력" onload="SPADT61300_onload">
  5. <Layouts>
  6. <Layout>
  7. <Static text="원내 라벨 출력 중" position="absolute 50 15 230 71" id="caption1"/>
  8. <ActiveX position="absolute 5 6 50 51" id="CommAX" progid="{B721F534-D025-466B-8A28-7CF40E700ACD}"/>
  9. </Layout>
  10. </Layouts>
  11. <Objects/>
  12. <Script type="xscript4.0"><![CDATA[/***************************************************************************************
  13. * System Name :
  14. * Job Name :
  15. * Creator :
  16. * Make Date : 2015-11-13
  17. * Description :
  18. *---------------------------------------------------------------------------------------
  19. * Modify Date Modifier Modify Description
  20. *---------------------------------------------------------------------------------------
  21. * 2015-11-13 Live Converter TF->XP
  22. *
  23. *---------------------------------------------------------------------------------------
  24. ****************************************************************************************/
  25. //=======================================================================================
  26. // Lib Include
  27. //---------------------------------------------------------------------------------------
  28. include "com_commonxp::comm_main.xjs"
  29. include "ast_commonxp::AST.xjs"
  30. include "ast_pharmacyxp::SPADT61302.xjs"
  31. //=======================================================================================
  32. // Global Form Variable
  33. //---------------------------------------------------------------------------------------
  34. var arErrorCode = new HashArray();
  35. function SPADT61300_onload(obj:Form, e:LoadEventInfo)
  36. {
  37. fInit();
  38. }
  39. ]]></Script>
  40. </Form>
  41. </FDL>