123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <?xml version="1.0" encoding="utf-8"?>
- <FDL version="1.5">
- <TypeDefinition url="..\..\..\default_typedef.xml"/>
- <Form id="SPZZZ00400" position="absolute 0 0 292 90" titletext="로딩중화면" onload="SPZZZ00400_onload">
- <Layouts>
- <Layout>
- <ImageViewer position="absolute 0 2 294 90" id="img1" image="URL('theme://images\loadingBar.png')"/>
- <Edit readonly="true" position="absolute 110 30 285 49" id="opt_msg"/>
- </Layout>
- </Layouts>
- <Objects>
- <Dataset id="ds_main" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="msg" type="STRING" size="256"/>
- </ColumnInfo>
- <Rows>
- <Row/>
- </Rows>
- </Dataset>
- </Objects>
- <Bind>
- <BindItem id="item0" compid="opt_msg" propid="value" datasetid="ds_main" columnid="msg"/>
- </Bind>
- <Script type="xscript4.0"><![CDATA[/***************************************************************************************
- * System Name :
- * Job Name :
- * Creator :
- * Make Date : 2016-05-24
- * Description :
- *---------------------------------------------------------------------------------------
- * Modify Date Modifier Modify Description
- *---------------------------------------------------------------------------------------
- * 2016-05-24 Live Converter TF->XP
- *
- *---------------------------------------------------------------------------------------
- ****************************************************************************************/
- include "com_commonxp::common_main.xjs"
- function lf_init()
- {
- ds_main.setColumn(0, "msg", frmf_getParameter("msg" + " 로딩중....."));
- }
- function lf_close()
- {
- this.close();
- }
- function SPZZZ00400_onload(obj:Form, e:LoadEventInfo)
- {
- //lf_init();
- }
- ]]></Script>
- </Form>
- </FDL>
|