SPMNE02300_심폐소생술용어정의.xfdl 3.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FDL version="1.5">
  3. <TypeDefinition url="..\..\..\default_typedef.xml"/>
  4. <Form id="SPMNE02300" position="absolute 0 0 805 460" titletext="심폐소생술용어정의" oninit="SPMNE02300_oninit" onload="SPMNE02300_onload">
  5. <Layouts>
  6. <Layout>
  7. <Div position="absolute 3 20 790 445" id="group1" scrollbars="autoboth">
  8. <Layouts>
  9. <Layout>
  10. <Static text="심폐소생술용어" position="absolute 0 7 120 23" id="caption22" class="tit_2"/>
  11. <Grid position="absolute 0 28 785 424" id="datagrid2" binddataset="ds_main_info" scrollbars="autoboth" style="font:Dotum,10,bold;" selecttype="multirow" autosizingtype="row" cellsizingtype="both" extendsizetype="both" autofittype="col">
  12. <Formats>
  13. <Format id="default">
  14. <Columns>
  15. <Column size="168"/>
  16. <Column size="568"/>
  17. </Columns>
  18. <Rows>
  19. <Row size="24" band="head"/>
  20. <Row size="24"/>
  21. </Rows>
  22. <Band id="head">
  23. <Cell text="용어"/>
  24. <Cell col="1" text="정의"/>
  25. </Band>
  26. <Band id="body">
  27. <Cell displaytype="normal" style="align:left middle;" text="bind:term" wordwrap="word" autosizerow="default"/>
  28. <Cell col="1" displaytype="normal" edittype="none" style="align:left middle;padding:4 2 2 2;" text="bind:define" wordwrap="word" autosizerow="limitmin"/>
  29. </Band>
  30. </Format>
  31. </Formats>
  32. </Grid>
  33. <Shape id="line00" class="line_10" position="absolute 0 24 785 28"/>
  34. </Layout>
  35. </Layouts>
  36. </Div>
  37. <Static text="심폐소생술용어정의" position="absolute 0 0 150 25" id="caption6" class="tit_1"/>
  38. </Layout>
  39. </Layouts>
  40. <Objects>
  41. <Dataset id="ds_main_info" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  42. <Dataset id="ds_send" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  43. </Objects>
  44. <Script type="xscript4.0"><![CDATA[/***************************************************************************************
  45. * System Name :
  46. * Job Name :
  47. * Creator :
  48. * Make Date : 2015-11-13
  49. * Description :
  50. *---------------------------------------------------------------------------------------
  51. * Modify Date Modifier Modify Description
  52. *---------------------------------------------------------------------------------------
  53. * 2015-11-13 Live Converter TF->XP
  54. *
  55. *---------------------------------------------------------------------------------------
  56. ****************************************************************************************/
  57. include "com_commonxp::comm_main.xjs";
  58. /*SPMNE02300_oninit*/
  59. function SPMNE02300_oninit(obj:Form, e:InitEventInfo)
  60. {
  61. frmf_initForm(obj);
  62. }
  63. /*SPMNE02300_onload*/
  64. function SPMNE02300_onload(obj:Form, e:LoadEventInfo)
  65. {
  66. ds_main_info.clearData();
  67. var oParam = {};
  68. oParam.id = "TRMNE02302";
  69. oParam.service = "ercareapp.ERRec";
  70. oParam.method = "reqGetCPRTermInfo";
  71. oParam.inds = "";
  72. oParam.outds = "ds_main_info=info";
  73. oParam.async = false;
  74. tranf_submit(oParam);
  75. }
  76. ]]></Script>
  77. </Form>
  78. </FDL>