12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- <?xml version="1.0" encoding="utf-8"?>
- <FDL version="1.5">
- <TypeDefinition url="..\..\..\default_typedef.xml"/>
- <Form id="SPMNE02300" position="absolute 0 0 805 460" titletext="심폐소생술용어정의" oninit="SPMNE02300_oninit" onload="SPMNE02300_onload">
- <Layouts>
- <Layout>
- <Div position="absolute 3 20 790 445" id="group1" scrollbars="autoboth">
- <Layouts>
- <Layout>
- <Static text="심폐소생술용어" position="absolute 0 7 120 23" id="caption22" class="tit_2"/>
- <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">
- <Formats>
- <Format id="default">
- <Columns>
- <Column size="168"/>
- <Column size="568"/>
- </Columns>
- <Rows>
- <Row size="24" band="head"/>
- <Row size="24"/>
- </Rows>
- <Band id="head">
- <Cell text="용어"/>
- <Cell col="1" text="정의"/>
- </Band>
- <Band id="body">
- <Cell displaytype="normal" style="align:left middle;" text="bind:term" wordwrap="word" autosizerow="default"/>
- <Cell col="1" displaytype="normal" edittype="none" style="align:left middle;padding:4 2 2 2;" text="bind:define" wordwrap="word" autosizerow="limitmin"/>
- </Band>
- </Format>
- </Formats>
- </Grid>
- <Shape id="line00" class="line_10" position="absolute 0 24 785 28"/>
- </Layout>
- </Layouts>
- </Div>
- <Static text="심폐소생술용어정의" position="absolute 0 0 150 25" id="caption6" class="tit_1"/>
- </Layout>
- </Layouts>
- <Objects>
- <Dataset id="ds_main_info" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
- <Dataset id="ds_send" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
- </Objects>
- <Script type="xscript4.0"><![CDATA[/***************************************************************************************
- * System Name :
- * Job Name :
- * Creator :
- * Make Date : 2015-11-13
- * Description :
- *---------------------------------------------------------------------------------------
- * Modify Date Modifier Modify Description
- *---------------------------------------------------------------------------------------
- * 2015-11-13 Live Converter TF->XP
- *
- *---------------------------------------------------------------------------------------
- ****************************************************************************************/
- include "com_commonxp::comm_main.xjs";
- /*SPMNE02300_oninit*/
- function SPMNE02300_oninit(obj:Form, e:InitEventInfo)
- {
- frmf_initForm(obj);
- }
- /*SPMNE02300_onload*/
- function SPMNE02300_onload(obj:Form, e:LoadEventInfo)
- {
- ds_main_info.clearData();
- var oParam = {};
- oParam.id = "TRMNE02302";
- oParam.service = "ercareapp.ERRec";
- oParam.method = "reqGetCPRTermInfo";
- oParam.inds = "";
- oParam.outds = "ds_main_info=info";
- oParam.async = false;
- tranf_submit(oParam);
- }
- ]]></Script>
- </Form>
- </FDL>
|