SPLLC90800_감염정보목록.xfdl 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FDL version="1.5">
  3. <TypeDefinition url="..\..\..\default_typedef.xml"/>
  4. <Form id="SPLLC90800" position="absolute 0 0 620 650" titletext="감염정보목록" onload="SPLLC90800_onload" onkeydown="SPLLC90800_onkeydown">
  5. <Layouts>
  6. <Layout>
  7. <Div position="absolute 0 0 600 630" id="group1">
  8. <Layouts>
  9. <Layout>
  10. <Shape position="absolute 0 22 600 28" linetype="horizontal" id="line1" class="line_1"/>
  11. <Static text="전염병정보목록" position="absolute 5 10 113 23" id="caption1" class="tit_2"/>
  12. <Grid position="absolute 0 26 600 626" id="grd_infdisinfolist" binddataset="ds_infdisinfolist" autofittype="col" autosizingtype="row" extendsizetype="row">
  13. <Formats>
  14. <Format id="default">
  15. <Columns>
  16. <Column size="150"/>
  17. <Column size="80"/>
  18. <Column size="80"/>
  19. <Column size="85"/>
  20. <Column size="85"/>
  21. <Column size="90"/>
  22. </Columns>
  23. <Rows>
  24. <Row size="24" band="head"/>
  25. <Row size="24"/>
  26. </Rows>
  27. <Band id="head">
  28. <Cell text="전염병명"/>
  29. <Cell col="1" text="진료과"/>
  30. <Cell col="2" text="작성자"/>
  31. <Cell col="3" text="신고일자"/>
  32. <Cell col="4" text="시작일"/>
  33. <Cell col="5" text="치유/사망"/>
  34. </Band>
  35. <Band id="body">
  36. <Cell style="align:left;" text="bind:lglydisnm" wordwrap="char" autosizerow="limitmin"/>
  37. <Cell col="1" text="bind:deptnm"/>
  38. <Cell col="2" text="bind:writ"/>
  39. <Cell col="3" displaytype="date" text="bind:reptdd" calendardisplaynulltype="nulltext"/>
  40. <Cell col="4" displaytype="date" text="bind:dispfromdt" calendardisplaynulltype="nulltext"/>
  41. <Cell col="5" text="bind:dethyn"/>
  42. </Band>
  43. </Format>
  44. </Formats>
  45. </Grid>
  46. <Button position="absolute 540 2 596 24" id="btn_close" class="btn4" text="닫기" onclick="group1_btn_close_onclick"/>
  47. </Layout>
  48. </Layouts>
  49. </Div>
  50. </Layout>
  51. </Layouts>
  52. <Objects>
  53. <Dataset id="ds_infdisinfolist" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  54. <ColumnInfo>
  55. <Column id="lglydisnm" type="STRING" size="256"/>
  56. <Column id="deptnm" type="STRING" size="256"/>
  57. <Column id="writ" type="STRING" size="256"/>
  58. <Column id="reptdd" type="STRING" size="256"/>
  59. <Column id="dispfromdt" type="STRING" size="256"/>
  60. <Column id="dethyn" type="STRING" size="256"/>
  61. </ColumnInfo>
  62. <Rows>
  63. <Row>
  64. <Col id="lglydisnm"/>
  65. <Col id="deptnm"/>
  66. <Col id="writ"/>
  67. <Col id="reptdd"/>
  68. <Col id="dispfromdt"/>
  69. <Col id="dethyn"/>
  70. </Row>
  71. </Rows>
  72. </Dataset>
  73. </Objects>
  74. <Script type="xscript4.0"><![CDATA[/***************************************************************************************
  75. * System Name : KU2.0
  76. * Job Name :
  77. * File Name : SPLLC90800_감염정보목록.xfdl
  78. * Creator :
  79. * Make Date : 2015-11-10
  80. *
  81. * Description :
  82. *---------------------------------------------------------------------------------------
  83. * Modify Date Modifier Modify Description
  84. *---------------------------------------------------------------------------------------
  85. * 2015-11-10 DBS Converting Program(TF->XP)
  86. *
  87. *---------------------------------------------------------------------------------------
  88. ****************************************************************************************/
  89. //=======================================================================================
  90. // Lib Include
  91. //---------------------------------------------------------------------------------------
  92. include "com_commonxp::comm_main.xjs";
  93. //=======================================================================================
  94. // Function
  95. //---------------------------------------------------------------------------------------
  96. //=======================================================================================
  97. // Event
  98. //---------------------------------------------------------------------------------------
  99. /****************************************************************************************
  100. * Components :
  101. * Components ID : btn_close
  102. * Event : onclick
  103. * Argument : 01.obj : Object Event has occurred
  104. * : 02.e : Event Object
  105. * Description :
  106. ****************************************************************************************/
  107. function SPLLC90800_onload(obj:Form, e:LoadEventInfo)
  108. {
  109. frmf_initForm(obj); // 화면공통
  110. try{
  111. ds_infdisinfolist.copyData(arg_ds_infdisinfolist);
  112. }catch(e){}
  113. }
  114. function group1_btn_close_onclick(obj:Button, e:ClickEventInfo)
  115. {
  116. this.close();
  117. }
  118. function SPLLC90800_onkeydown(obj:Form, e:KeyEventInfo)
  119. {
  120. if(e.keycode == "13"){
  121. this.close();
  122. }
  123. }
  124. ]]></Script>
  125. </Form>
  126. </FDL>