123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135 |
- <?xml version="1.0" encoding="utf-8"?>
- <FDL version="1.5">
- <TypeDefinition url="..\..\..\default_typedef.xml"/>
- <Form id="SMMNH02700" position="absolute 0 0 1215 641" titletext="Untitle" oninit="SMMNH02700_oninit" onload="SMMNH02700_onload">
- <Layouts>
- <Layout>
- <Div position="absolute 1 13 1204 611" id="group5" class="datagrid2" scrollbars="autoboth">
- <Layouts>
- <Layout>
- <Div position="absolute 0 10 1195 45" align="align:center top;" id="grp_sea" anchor="default">
- <Layouts>
- <Layout>
- <Shape position="absolute 0 0 1195 35" id="roundrect1" class="roundrect_search" anchor="default"/>
- <Static text="조회년도 :" position="absolute 16 11 102 23" id="caption3" class="search_name" anchor="default"/>
- <Button position="absolute 1123 7 1179 29" id="button2" class="btn1" text="조회" anchor="default" onclick="group5_grp_sea_button2_onclick"/>
- <Shape position="absolute 1104 7 1110 29" linetype="vertical" id="line13" class="line_4" anchor="default"/>
- <Edit position="absolute 110 6 210 25" id="input1" class="input_search" anchor="default"/>
- </Layout>
- </Layouts>
- </Div>
- <Shape position="absolute 0 71 1195 77" linetype="horizontal" id="line1" class="line_1" style="strokepen:3 solid #33bbbbff;" anchor="default"/>
- <Static text="의뢰결과" position="absolute 1 55 121 77" id="caption16" class="tit_2" anchor="default"/>
- <Grid position="absolute 0 76 1195 584" id="datagrid1" class="datagrid" visible="true" binddataset="ds_datagrid1" autofittype="col" anchor="default">
- <Formats>
- <Format id="default">
- <Columns>
- <Column size="78"/>
- <Column size="91"/>
- <Column size="82"/>
- <Column size="82"/>
- <Column size="80"/>
- <Column size="83"/>
- <Column size="84"/>
- <Column size="83"/>
- <Column size="81"/>
- <Column size="82"/>
- </Columns>
- <Rows>
- <Row size="24" band="head"/>
- <Row size="24" band="head"/>
- <Row size="24"/>
- </Rows>
- <Band id="head">
- <Cell rowspan="2" text="월" taborder="undefined"/>
- <Cell col="1" rowspan="2" text="의뢰/회신건수" taborder="undefined"/>
- <Cell col="2" colspan="6" text="결과" taborder="undefined"/>
- <Cell col="8" rowspan="2" colspan="2" text="산재방문명수/횟수" taborder="undefined"/>
- <Cell row="1" col="2" text="이실"/>
- <Cell row="1" col="3" text="퇴원"/>
- <Cell row="1" col="4" text="임종"/>
- <Cell row="1" col="5" text="보류"/>
- <Cell row="1" col="6" text="거부"/>
- <Cell row="1" col="7" text="제외대상"/>
- </Band>
- <Band id="body">
- <Cell text="bind:월"/>
- <Cell col="1" text="bind:의뢰건수"/>
- <Cell col="2" text="bind:HC"/>
- <Cell col="3" text="bind:의뢰전문의"/>
- <Cell col="4" text="bind:환자명"/>
- <Cell col="5" text="bind:병실"/>
- <Cell col="6" text="bind:결과"/>
- <Cell col="7" text="bind:이실일자"/>
- <Cell col="8"/>
- <Cell col="9"/>
- </Band>
- </Format>
- </Formats>
- </Grid>
- <Button position="absolute 1145 48 1195 67" id="button1" class="btn6" text="출력" anchor="default" onclick="group5_button1_onclick"/>
- </Layout>
- </Layouts>
- </Div>
- <Static id="caption6" text="의뢰결과" class="tit_1" position="absolute 1 0 241 23"/>
- </Layout>
- </Layouts>
- <Objects>
- <Dataset id="ds_datagrid1" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="월" type="STRING"/>
- <Column id="의뢰건수" type="STRING"/>
- <Column id="HC" type="STRING"/>
- <Column id="의뢰전문의" type="STRING"/>
- <Column id="환자명" type="STRING"/>
- <Column id="병실" type="STRING"/>
- <Column id="결과" type="STRING"/>
- <Column id="이실일자" type="STRING"/>
- </ColumnInfo>
- </Dataset>
- </Objects>
- <Script type="xscript4.0"><![CDATA[/***************************************************************************************
- * System Name :
- * Job Name :
- * Creator :
- * Make Date : 2016-10-31
- * Description :
- *---------------------------------------------------------------------------------------
- * Modify Date Modifier Modify Description
- *---------------------------------------------------------------------------------------
- * 2016-10-31 Live Converter TF->XP
- *
- *---------------------------------------------------------------------------------------
- ****************************************************************************************/
- include "com_commonxp::comm_main.xjs";
- function SMMNH02700_oninit(obj:Form, e:InitEventInfo)
- {
- frmf_initForm(obj);
- }
- function SMMNH02700_onload(obj:Form, e:LoadEventInfo)
- {
- var i,j;
-
- for(i = 0; i < 9; i++)
- {
- for(j = 5; j < 22; j += 5)
- {
- // datagrid1.cellstyle( "background-color", j,i)="#ffff99";
- // datagrid1.cellstyle( "background-color", j+1,i)="#ffff99";
- }
- }
- }
- function group5_grp_sea_button2_onclick(obj:Button, e:ClickEventInfo)
- {
-
- }
- function group5_button1_onclick(obj:Button, e:ClickEventInfo)
- {
-
- }
- ]]></Script>
- </Form>
- </FDL>
|