123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- <?xml version="1.0" encoding="utf-8"?>
- <FDL version="1.4">
- <TypeDefinition url="..\..\..\default_typedef.xml" />
- <Form id="SMAEB02500" position="absolute 0 0 1256 805" titletext="병동별 치료실 관리">
- <Layouts>
- <Layout>
- <Div position="absolute 0 13 1195 757" id="grp_biz" scrollbars="autoboth">
- <Layouts>
- <Layout>
- <Div position="absolute 0 10 1194 45" align="align:center top;" id="grp_sea">
- <Layouts>
- <Layout>
- <Shape position="absolute 0 0 1194 35" id="roundrect1" type="roundrectangle" />
- <Shape position="absolute 1109 7 1115 29" linetype="vertical" id="line13" class="line_4" />
- <Button position="absolute 1128 7 1184 29" id="btn_sea" class="btn1" text="조회" />
- <Static text="부서명 :" position="absolute 15 8 101 25" id="caption2" class="search_name" />
- <Edit position="absolute 105 8 240 27" id="ipt_basecd" class="input_search" />
- </Layout>
- </Layouts>
- </Div>
- <Static text="병동현황" position="absolute 5 55 125 69" id="caption1" class="tit_2" />
- <Shape position="absolute 3 73 1194 74" linetype="vertical" id="line1" class="line_1" />
- <Grid position="absolute 2 77 1195 742" id="grd_examcureroom" class="datagrid2" binddataset="ds_grd_examcureroom">
- <Formats>
- <Format id="default">
- <Columns>
- <Column size="52" />
- <Column size="129" />
- <Column size="404" />
- <Column size="266" />
- <Column size="0" />
- </Columns>
- <Rows>
- <Row size="24" band="head" />
- <Row size="24" />
- </Rows>
- <Band id="head">
- <Cell text="순번 " />
- <Cell col="1" text="부서코드" />
- <Cell col="2" text="부서명" />
- <Cell col="3" text="검사/치료실" />
- <Cell col="4" text="caption1" />
- </Band>
- <Band id="body">
- <Cell text="bind:sortno" />
- <Cell col="1" text="bind:deptcd" />
- <Cell col="2" text="bind:depthngnm" />
- <Cell col="3" text="bind:excuroomcd" edittype="combo" displaytype="combo" />
- <Cell col="4" text="bind:iogb" />
- </Band>
- </Format>
- </Formats>
- </Grid>
- </Layout>
- </Layouts>
- </Div>
- <Div position="absolute 0 757 1195 784" id="grp_btn">
- <Layouts>
- <Layout>
- <Shape position="absolute 0 0 1194 6" linetype="vertical" id="line32" class="line_6" />
- <Button position="absolute 1139 4 1195 26" id="btn_save" class="btn4" text="저장" />
- </Layout>
- </Layouts>
- </Div>
- <Div position="absolute 0 0 1195 13" id="grp_tle">
- <Layouts>
- <Layout>
- <Static text="병동별 치료실 관리" position="absolute 0 0 144 14" id="caption6" class="tit_1" />
- </Layout>
- </Layouts>
- </Div>
- </Layout>
- </Layouts>
- <Objects>
- <Dataset id="ds_grd_examcureroom" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="sortno" type="STRING" />
- <Column id="deptcd" type="STRING" />
- <Column id="depthngnm" type="STRING" />
- <Column id="excuroomcd" type="STRING" />
- <Column id="iogb" type="STRING" />
- </ColumnInfo>
- </Dataset>
- </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
- *
- *---------------------------------------------------------------------------------------
- ****************************************************************************************/
- ]]></Script>
- </Form>
- </FDL>
|