SPZZZ00400_로딩중화면.xfdl 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FDL version="1.5">
  3. <TypeDefinition url="..\..\..\default_typedef.xml"/>
  4. <Form id="SPZZZ00400" position="absolute 0 0 292 90" titletext="로딩중화면" onload="SPZZZ00400_onload">
  5. <Layouts>
  6. <Layout>
  7. <ImageViewer position="absolute 0 2 294 90" id="img1" image="URL('theme://images\loadingBar.png')"/>
  8. <Edit readonly="true" position="absolute 110 30 285 49" id="opt_msg"/>
  9. </Layout>
  10. </Layouts>
  11. <Objects>
  12. <Dataset id="ds_main" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  13. <ColumnInfo>
  14. <Column id="msg" type="STRING" size="256"/>
  15. </ColumnInfo>
  16. <Rows>
  17. <Row/>
  18. </Rows>
  19. </Dataset>
  20. </Objects>
  21. <Bind>
  22. <BindItem id="item0" compid="opt_msg" propid="value" datasetid="ds_main" columnid="msg"/>
  23. </Bind>
  24. <Script type="xscript4.0"><![CDATA[/***************************************************************************************
  25. * System Name :
  26. * Job Name :
  27. * Creator :
  28. * Make Date : 2016-05-24
  29. * Description :
  30. *---------------------------------------------------------------------------------------
  31. * Modify Date Modifier Modify Description
  32. *---------------------------------------------------------------------------------------
  33. * 2016-05-24 Live Converter TF->XP
  34. *
  35. *---------------------------------------------------------------------------------------
  36. ****************************************************************************************/
  37. include "com_commonxp::common_main.xjs"
  38. function lf_init()
  39. {
  40. ds_main.setColumn(0, "msg", frmf_getParameter("msg" + " 로딩중....."));
  41. }
  42. function lf_close()
  43. {
  44. this.close();
  45. }
  46. function SPZZZ00400_onload(obj:Form, e:LoadEventInfo)
  47. {
  48. //lf_init();
  49. }
  50. ]]></Script>
  51. </Form>
  52. </FDL>