123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138 |
- <?xml version="1.0" encoding="utf-8"?>
- <FDL version="1.4">
- <TypeDefinition url="..\..\..\default_typedef.xml" />
- <Form id="SPAEA04000" position="absolute 0 0 900 630" titletext="가예약 현황 조회">
- <Layouts>
- <Layout>
- <Div position="absolute 0 0 875 13" id="grp_tle">
- <Layouts>
- <Layout>
- <Static text="가예약 현황 조회" position="absolute 0 0 200 14" id="caption6" class="tit_1" />
- </Layout>
- </Layouts>
- </Div>
- <Div position="absolute 0 13 875 593" id="grp_biz" scrollbars="autoboth">
- <Layouts>
- <Layout>
- <Static text="가예약 현황 조회" position="absolute 5 55 205 69" id="caption1" class="tit_2" />
- <Shape position="absolute 0 67 873 73" linetype="vertical" id="line1" class="line_1" />
- <Div position="absolute 0 10 875 45" align="align:center top;" id="grp_sea">
- <Layouts>
- <Layout>
- <Shape position="absolute 0 0 873 35" id="roundrect1" type="roundrectangle" />
- <Static text="예약일자 :" position="absolute 15 9 101 26" id="caption2" class="search_name" />
- <Shape position="absolute 782 7 788 29" linetype="vertical" id="line13" class="line_4" />
- <Button position="absolute 800 7 856 29" id="btn_sea" taborder="4" class="btn1" text="조회" />
- <Calendar position="absolute 222 9 322 28" id="ipt_optodd" taborder="2" class="input_default" />
- <Static text="~" position="absolute 207 10 219 27" id="caption5" class="search_no_b" />
- <Calendar position="absolute 104 9 204 28" id="ipt_opfromdd" taborder="1" class="input_default" />
- <Static text="등록번호 :" position="absolute 345 9 431 26" id="caption3" class="search_name" />
- <Edit position="absolute 435 9 535 28" id="input1" class="input_search" />
- <Button position="absolute 540 9 556 25" id="button33" class="icon_search" text="" />
- <Edit readonly="true" position="absolute 560 9 640 28" id="output1" />
- <Edit readonly="true" position="absolute 710 9 760 28" id="output3" />
- <Combo position="absolute 645 9 705 28" id="combo1" class="combo_default" codecolumn="codecolumn" datacolumn="datacolumn">
- <Dataset id="innerdataset">
- <ColumnInfo>
- <Column id="codecolumn" />
- <Column id="datacolumn" />
- </ColumnInfo>
- <Rows>
- <Row>
- <Col id="codecolumn">M</Col>
- <Col id="datacolumn">남자</Col>
- </Row>
- <Row>
- <Col id="codecolumn">F</Col>
- <Col id="datacolumn">여자</Col>
- </Row>
- </Rows>
- </Dataset>
- </Combo>
- </Layout>
- </Layouts>
- </Div>
- <Grid position="absolute 0 75 872 575" align="align:center middle;" id="grd_list" taborder="5" binddataset="ds_grd_list">
- <Formats>
- <Format id="default">
- <Columns>
- <Column size="85" />
- <Column size="85" />
- <Column size="85" />
- <Column size="85" />
- <Column size="85" />
- <Column size="85" />
- <Column size="85" />
- <Column size="85" />
- <Column size="85" />
- <Column size="85" />
- </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="환자명" />
- <Cell col="5" text="병실코드" />
- <Cell col="6" text="진단명" />
- <Cell col="7" text="수술명" />
- <Cell col="8" text="주치의" />
- <Cell col="9" text="비고" />
- </Band>
- <Band id="body">
- <Cell text="bind:opdd" edittype="date" displaytype="date" />
- <Cell col="1" text="bind:optm" />
- <Cell col="2" text="bind:excuroomnm" />
- <Cell col="3" text="bind:pid" />
- <Cell col="4" text="bind:hngnm" />
- <Cell col="5" text="bind:roomcd" />
- <Cell col="6" text="bind:diagnm" />
- <Cell col="7" text="bind:opnm" />
- <Cell col="8" text="bind:usernm" />
- <Cell col="9" text="bind:atdoctcmt" />
- </Band>
- </Format>
- </Formats>
- </Grid>
- <Button position="absolute 808 50 872 69" id="btn_excsave" class="btn2" text="엑셀저장" />
- </Layout>
- </Layouts>
- </Div>
- </Layout>
- </Layouts>
- <Objects>
- <Dataset id="ds_grd_list" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="opdd" type="STRING" />
- <Column id="optm" type="STRING" />
- <Column id="excuroomnm" type="STRING" />
- <Column id="pid" type="STRING" />
- <Column id="hngnm" type="STRING" />
- <Column id="roomcd" type="STRING" />
- <Column id="diagnm" type="STRING" />
- <Column id="opnm" type="STRING" />
- <Column id="usernm" type="STRING" />
- <Column id="atdoctcmt" 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>
|