123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- <?xml version="1.0" encoding="utf-8"?>
- <FDL version="1.4">
- <TypeDefinition url="..\..\..\default_typedef.xml" />
- <Form id="SPAER02100" position="absolute 0 0 475 550" titletext="환자진단분류조회">
- <Layouts>
- <Layout>
- <Div position="absolute 0 0 450 13" id="group1">
- <Layouts>
- <Layout>
- <Static text="근무지 변경관리" position="absolute 0 0 142 14" id="caption6" class="tit_1" />
- </Layout>
- </Layouts>
- </Div>
- <Div position="absolute 1 15 455 525" id="group3" scrollbars="autoboth">
- <Layouts>
- <Layout>
- <Static text="시 행 일 :" position="absolute 200 20 288 37" id="caption2" class="search_name" />
- <Calendar position="absolute 295 20 405 39" align="align:center middle;" id="input1" class="input_search" taborder="1" />
- <Static text="사 번 :" position="absolute 20 20 110 37" id="caption1" class="search_name" />
- <Static text="현근무지 :" position="absolute 200 50 286 67" id="caption3" class="search_name" />
- <Combo position="absolute 295 50 445 69" id="combo1" enable="false" innerdataset="ds_init_combo1" datacolumn="basecdflagdesc" codecolumn="basecd" />
- <Combo position="absolute 125 82 275 101" id="combo2" innerdataset="ds_init_combo2" datacolumn="basecdflagdesc" codecolumn="basecd" />
- <Static text="변경근무지 :" position="absolute 20 82 119 99" id="caption4" class="search_name" />
- <Static text="순 번 :" position="absolute 20 50 110 67" id="caption5" class="search_name" />
- <Edit position="absolute 95 50 190 69" align="align:center middle;" id="input2" />
- <Grid position="absolute 16 143 440 505" id="grd_curerlist" binddataset="ds_grd_curerlist">
- <Formats>
- <Format id="default">
- <Columns>
- <Column size="0" />
- <Column size="54" />
- <Column size="101" />
- <Column size="96" />
- <Column size="112" />
- </Columns>
- <Rows>
- <Row size="24" band="head" />
- <Row size="24" />
- </Rows>
- <Band id="head">
- <Cell />
- <Cell col="1" text="No" />
- <Cell col="2" text="이름" />
- <Cell col="3" text="사번" />
- <Cell col="4" text="시행일" />
- </Band>
- <Band id="body">
- <Cell text="bind:check" edittype="checkbox" displaytype="checkbox" />
- <Cell col="1" text="bind:sortno" mask="99" />
- <Cell col="2" enable="false" text="bind:basecd" edittype="combo" displaytype="combo" />
- <Cell col="3" text="bind:basecdflagdesc" />
- <Cell col="4" text="bind:excudd" />
- </Band>
- </Format>
- </Formats>
- </Grid>
- <Static text="근무자 현황" position="absolute 20 123 153 136" id="caption7" class="tit_2" />
- <Button position="absolute 380 119 436 141" id="btn_save" class="btn4" text="저장" />
- <Combo position="absolute 95 20 190 39" id="combo3" enable="false" innerdataset="ds_init_combo3" datacolumn="curernm" codecolumn="curerid" />
- </Layout>
- </Layouts>
- </Div>
- </Layout>
- </Layouts>
- <Objects>
- <Dataset id="ds_init_combo1" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="basecdflagdesc" type="STRING" />
- <Column id="basecd" type="STRING" />
- </ColumnInfo>
- </Dataset>
- <Dataset id="ds_init_combo2" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="basecdflagdesc" type="STRING" />
- <Column id="basecd" type="STRING" />
- </ColumnInfo>
- </Dataset>
- <Dataset id="ds_grd_curerlist" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="check" type="STRING" />
- <Column id="sortno" type="STRING" />
- <Column id="basecd" type="STRING" />
- <Column id="basecdflagdesc" type="STRING" />
- <Column id="excudd" type="STRING" />
- </ColumnInfo>
- </Dataset>
- <Dataset id="ds_init_combo3" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="curernm" type="STRING" />
- <Column id="curerid" 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>
|