12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <?xml version="1.0" encoding="utf-8"?>
- <FDL version="1.5">
- <TypeDefinition url="..\..\..\default_typedef.xml"/>
- <Form id="SMAEB01500" position="absolute 0 0 1256 805" titletext="진단코드관리">
- <Layouts>
- <Layout>
- <Static text="진단코드관리" position="absolute 0 0 106 14" id="caption19" class="tit_1"/>
- <Shape position="absolute 2 16 1195 51" id="roundrect1" type="roundrectangle"/>
- <Shape position="absolute 2 76 1195 82" linetype="vertical" id="line2" class="line_1"/>
- <Button position="absolute 1132 22 1188 44" id="btn_sea" class="btn1" text="조회"/>
- <Button position="absolute 1086 55 1139 74" id="btn_grdadd" class="btn2" text="행추가"/>
- <Button position="absolute 1141 55 1194 74" id="btn_grddel" class="btn2" text="행삭제"/>
- <Button position="absolute 1139 762 1195 784" id="btn_save" class="btn4" text="저장"/>
- <Static text="진단코드 :" position="absolute 20 25 106 42" id="caption25" class="search_name"/>
- <Grid position="absolute 2 85 1195 758" id="grd_diaglist" binddataset="ds_grd_diaglist">
- <Formats>
- <Format id="default">
- <Columns>
- <Column size="71"/>
- <Column size="93"/>
- <Column size="820"/>
- <Column size="165"/>
- <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"/>
- </Band>
- <Band id="body">
- <Cell text="bind:sortno" edittype="text" displaytype="text" mask="#,###"/>
- <Cell col="1" text="bind:basecd" edittype="text" displaytype="text"/>
- <Cell col="2" text="bind:basecdflagdesc" edittype="text" displaytype="text"/>
- <Cell col="3" text="bind:basecdcnts" edittype="text" displaytype="text"/>
- <Cell col="4" text="bind:basesuppdeptcd"/>
- </Band>
- </Format>
- </Formats>
- </Grid>
- <Button position="absolute 215 25 231 41" id="button61" class="icon_search" text=""/>
- <Edit position="absolute 110 25 210 44" id="ipt_basecd" class="input_search"/>
- </Layout>
- </Layouts>
- <Objects>
- <Dataset id="ds_grd_diaglist" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="sortno" type="STRING"/>
- <Column id="basecd" type="STRING"/>
- <Column id="basecdflagdesc" type="STRING"/>
- <Column id="basecdcnts" type="STRING"/>
- <Column id="basesuppdeptcd" 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>
|