1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- <?xml version="1.0" encoding="utf-8"?>
- <FDL version="1.5">
- <TypeDefinition url="..\..\..\default_typedef.xml"/>
- <Form id="SPAER00801" position="absolute 0 0 455 578" titletext="환자조회">
- <Layouts>
- <Layout>
- <Div position="absolute 0 0 435 535" id="group3" scrollbars="autoboth">
- <Layouts>
- <Layout>
- <Static text="환자조회" position="absolute 7 11 102 24" id="caption1" class="tit_2"/>
- <Shape position="absolute 2 23 430 29" linetype="vertical" id="line1" class="line_1"/>
- <Grid position="absolute 2 30 430 530" id="grd_basecd" binddataset="ds_grd_basecd">
- <Formats>
- <Format id="default">
- <Columns>
- <Column size="120"/>
- <Column size="115"/>
- <Column size="169"/>
- </Columns>
- <Rows>
- <Row size="24" band="head"/>
- <Row size="24"/>
- </Rows>
- <Band id="head">
- <Cell text="병실"/>
- <Cell col="1" text="등록번호"/>
- <Cell col="2" text="환자이름"/>
- </Band>
- <Band id="body">
- <Cell text="bind:check"/>
- <Cell col="1" text="bind:basecd"/>
- <Cell col="2" text="bind:basecdflagdesc"/>
- </Band>
- </Format>
- </Formats>
- </Grid>
- </Layout>
- </Layouts>
- </Div>
- <Div position="absolute 11 543 440 570" id="group1" scrollbars="autoboth">
- <Layouts>
- <Layout>
- <Button position="absolute 306 4 362 26" id="btn_cfm" class="btn4" text="확인"/>
- <Button position="absolute 365 4 421 26" id="btn_cls" class="btn4" text="닫기"/>
- </Layout>
- </Layouts>
- </Div>
- </Layout>
- </Layouts>
- <Objects>
- <Dataset id="ds_grd_basecd" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="check" type="STRING"/>
- <Column id="basecd" type="STRING"/>
- <Column id="basecdflagdesc" 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>
|