12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <?xml version="1.0" encoding="utf-8"?>
- <FDL version="1.5">
- <TypeDefinition url="..\..\..\default_typedef.xml"/>
- <Form id="SMZSN00100" position="absolute 0 0 1256 805" titletext="Untitle" onload="SMZSN00100_onload">
- <Layouts>
- <Layout>
- <Div position="absolute 0 25 799 390" id="ivw_notice" url="com_noticeinfoxp::SSZSN00100_공지사항목록조회.xfdl"/>
- <Static id="caption6" text="공지사항 조회" class="tit_1" position="absolute 0 0 189 25"/>
- </Layout>
- </Layouts>
- <Objects/>
- <Script type="xscript4.0"><![CDATA[/***************************************************************************************
- * System Name :
- * Job Name :
- * Creator :
- * Make Date : 2014-10-31
- * Description :
- *---------------------------------------------------------------------------------------
- * Modify Date Modifier Modify Description
- *---------------------------------------------------------------------------------------
- * 2014-10-31 Live Converter TF->XP
- *
- *---------------------------------------------------------------------------------------
- ****************************************************************************************/
- //=======================================================================================
- // Lib Include
- //---------------------------------------------------------------------------------------
- include "com_commonxp::comm_main.xjs"; // 전체공통 스크립트
- //=======================================================================================
- // Global Form Variable
- //---------------------------------------------------------------------------------------
- //=======================================================================================
- // Function
- //---------------------------------------------------------------------------------------
- function SMZSN00100_onload(obj:Form, e:LoadEventInfo)
- {
- frmf_initForm(obj);
- }
- ]]></Script>
- </Form>
- </FDL>
|