12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <?xml version="1.0" encoding="utf-8"?>
- <FDL version="1.5">
- <TypeDefinition url="..\..\..\default_typedef.xml"/>
- <Form id="SPADT61300" position="absolute 0 0 250 100" titletext="원내 라벨 출력" onload="SPADT61300_onload">
- <Layouts>
- <Layout>
- <Static text="원내 라벨 출력 중" position="absolute 50 15 230 71" id="caption1"/>
- <ActiveX position="absolute 5 6 50 51" id="CommAX" progid="{B721F534-D025-466B-8A28-7CF40E700ACD}"/>
- </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
- *
- *---------------------------------------------------------------------------------------
- ****************************************************************************************/
- //=======================================================================================
- // Lib Include
- //---------------------------------------------------------------------------------------
- include "com_commonxp::comm_main.xjs"
- include "ast_commonxp::AST.xjs"
- include "ast_pharmacyxp::SPADT61302.xjs"
- //=======================================================================================
- // Global Form Variable
- //---------------------------------------------------------------------------------------
- var arErrorCode = new HashArray();
- function SPADT61300_onload(obj:Form, e:LoadEventInfo)
- {
- fInit();
- }
- ]]></Script>
- </Form>
- </FDL>
|