SPANC00300_INS기준표.xfdl 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FDL version="1.5">
  3. <TypeDefinition url="..\..\..\default_typedef.xml"/>
  4. <Form id="SPANC00300" position="absolute 0 0 498 264" titletext="INS기준표" onload="SPANC00300_onload">
  5. <Layouts>
  6. <Layout>
  7. <Static id="caption1" text="INS기준표" class="tit_2" position="absolute 0 0 95 16"/>
  8. <Shape id="line1" class="line_10" position="absolute 0 17 498 23"/>
  9. <Grid id="grd_data" taborder="1" binddataset="ds_grd_data" useinputpanel="false" position="absolute 0 22 498 240" autofittype="col">
  10. <Formats>
  11. <Format id="default">
  12. <Columns>
  13. <Column size="90"/>
  14. <Column size="136"/>
  15. <Column size="136"/>
  16. <Column size="118"/>
  17. </Columns>
  18. <Rows>
  19. <Row size="24" band="head"/>
  20. <Row size="24"/>
  21. </Rows>
  22. <Band id="head">
  23. <Cell text="INS"/>
  24. <Cell col="1" text="Alb(g/dl)"/>
  25. <Cell col="2" text="TRF(mg/dl)"/>
  26. <Cell col="3" text="TLC(cells/mm3)"/>
  27. </Band>
  28. <Band id="body">
  29. <Cell celltype="head" text="bind:cddiv"/>
  30. <Cell col="1" text="bind:alb"/>
  31. <Cell col="2" text="bind:trf"/>
  32. <Cell col="3" text="bind:tlc"/>
  33. </Band>
  34. </Format>
  35. </Formats>
  36. </Grid>
  37. <Button id="btn_close" taborder="2" text="닫기" class="btn4" position="absolute 442 242 498 264" onclick="btn_close_onclick"/>
  38. </Layout>
  39. </Layouts>
  40. <Objects>
  41. <Dataset id="ds_grd_data" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
  42. <ColumnInfo>
  43. <Column id="cddiv" type="STRING" size="256"/>
  44. <Column id="alb" type="STRING" size="256"/>
  45. <Column id="trf" type="STRING" size="256"/>
  46. <Column id="tlc" type="STRING" size="256"/>
  47. </ColumnInfo>
  48. <Rows>
  49. <Row>
  50. <Col id="cddiv">1</Col>
  51. <Col id="alb">≥3.5</Col>
  52. <Col id="trf">≥200</Col>
  53. <Col id="tlc">≥1,500</Col>
  54. </Row>
  55. <Row>
  56. <Col id="cddiv">2</Col>
  57. <Col id="alb">≥3.5</Col>
  58. <Col id="trf">≥200</Col>
  59. <Col id="tlc">&lt;1,500</Col>
  60. </Row>
  61. <Row>
  62. <Col id="cddiv">2</Col>
  63. <Col id="alb">≥3.5</Col>
  64. <Col id="trf">&lt;200</Col>
  65. <Col id="tlc">≥1,500</Col>
  66. </Row>
  67. <Row>
  68. <Col id="cddiv">3</Col>
  69. <Col id="alb">≥3.5</Col>
  70. <Col id="trf">&lt;200</Col>
  71. <Col id="tlc">&lt;1,500</Col>
  72. </Row>
  73. <Row>
  74. <Col id="cddiv">3</Col>
  75. <Col id="alb">&lt;3.5</Col>
  76. <Col id="trf">≥200</Col>
  77. <Col id="tlc">≥1,500</Col>
  78. </Row>
  79. <Row>
  80. <Col id="cddiv">4</Col>
  81. <Col id="alb">&lt;3.5</Col>
  82. <Col id="trf">&lt;200</Col>
  83. <Col id="tlc">≥1,500</Col>
  84. </Row>
  85. <Row>
  86. <Col id="cddiv">4</Col>
  87. <Col id="alb">&lt;3.5</Col>
  88. <Col id="trf">≥200</Col>
  89. <Col id="tlc">&lt;1,500</Col>
  90. </Row>
  91. <Row>
  92. <Col id="cddiv">5</Col>
  93. <Col id="alb">&lt;3.5</Col>
  94. <Col id="trf">&lt;200</Col>
  95. <Col id="tlc">&lt;1,500</Col>
  96. </Row>
  97. </Rows>
  98. </Dataset>
  99. </Objects>
  100. <Script type="xscript4.0"><![CDATA[/***************************************************************************************
  101. * System Name :
  102. * Job Name :
  103. * Creator :
  104. * Make Date : 2015-11-13
  105. * Description :
  106. *---------------------------------------------------------------------------------------
  107. * Modify Date Modifier Modify Description
  108. *---------------------------------------------------------------------------------------
  109. * 2015-11-13 Live Converter TF->XP
  110. *
  111. *---------------------------------------------------------------------------------------
  112. ****************************************************************************************/
  113. //=======================================================================================
  114. // Lib Include
  115. //---------------------------------------------------------------------------------------
  116. include 'com_commonxp::comm_main.xjs';
  117. var arErrorCode = new HashArray();
  118. //=======================================================================================
  119. // Local methods
  120. //---------------------------------------------------------------------------------------
  121. /****************************************************************************************
  122. * Argument :
  123. * Description :
  124. ****************************************************************************************/
  125. //=======================================================================================
  126. // callback
  127. //---------------------------------------------------------------------------------------
  128. function callback(sSvcId, nErrorCode, sErrorMsg){
  129. arErrorCode.push(sSvcId, nErrorCode);
  130. }
  131. //=======================================================================================
  132. // Events
  133. //---------------------------------------------------------------------------------------
  134. /****************************************************************************************
  135. * Argument :
  136. * Description : onload
  137. ****************************************************************************************/
  138. function SPANC00300_onload(obj:Form, e:LoadEventInfo){
  139. // 폼 초기화
  140. frmf_initForm(obj);
  141. }
  142. /****************************************************************************************
  143. * Argument :
  144. * Description : 닫기 버튼 클릭
  145. ****************************************************************************************/
  146. function btn_close_onclick(obj:Button, e:ClickEventInfo){
  147. this.close();
  148. }
  149. ]]></Script>
  150. </Form>
  151. </FDL>