123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- <?xml version="1.0" encoding="utf-8"?>
- <FDL version="1.4">
- <TypeDefinition url="..\..\..\default_typedef.xml" />
- <Form id="SMAEA03310" position="absolute 0 0 600 550" titletext="부서코드 HELP">
- <Layouts>
- <Layout>
- <Div position="absolute 0 0 580 520" id="group3" scrollbars="autoboth">
- <Layouts>
- <Layout>
- <Div position="absolute 0 0 580 30" id="group2">
- <Layouts>
- <Layout>
- <Shape position="absolute 0 0 580 29" id="roundrect1" class="roundrect_search" type="roundrectangle" />
- <Button position="absolute 519 4 575 26" id="btn_search" class="btn1" text="조회" />
- <Shape position="absolute 512 0 518 29" linetype="vertical" id="line13" class="line_4" />
- <Static text="처방코드:" position="absolute 200 6 286 23" id="caption2" class="search_name" />
- <Edit readonly="true" position="absolute 90 5 190 24" id="opt_instcd" />
- <Static text="기관코드:" position="absolute 6 5 92 22" id="caption3" class="search_name" />
- <Edit readonly="true" position="absolute 285 5 384 24" id="opt_prcpcd" />
- </Layout>
- </Layouts>
- </Div>
- <Static text="부서 리스트" position="absolute 5 35 100 49" id="caption1" class="tit_2" />
- <Shape position="absolute 0 47 580 53" linetype="vertical" id="line1" class="line_1" />
- <Grid position="absolute 0 55 580 520" id="grd_deptlist" binddataset="ds_grd_deptlist">
- <Formats>
- <Format id="default">
- <Columns>
- <Column size="128" />
- <Column size="409" />
- </Columns>
- <Rows>
- <Row size="24" band="head" />
- <Row size="24" />
- </Rows>
- <Band id="head">
- <Cell text="부서코드" />
- <Cell col="1" text="부서명" />
- </Band>
- <Band id="body">
- <Cell text="bind:deptcd" />
- <Cell col="1" text="bind:deptnm" />
- </Band>
- </Format>
- </Formats>
- </Grid>
- </Layout>
- </Layouts>
- </Div>
- <Div position="absolute 0 521 580 548" id="group1" scrollbars="autoboth">
- <Layouts>
- <Layout>
- <Button position="absolute 461 2 517 24" id="btn_confirm" class="btn4" text="확인" />
- <Button position="absolute 520 2 576 24" id="btn_cancel" class="btn4" text="취소" />
- <Shape position="absolute 0 0 518 6" linetype="vertical" id="line32" class="line_6" />
- </Layout>
- </Layouts>
- </Div>
- </Layout>
- </Layouts>
- <Objects>
- <Dataset id="ds_grd_deptlist" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="deptcd" type="STRING" />
- <Column id="deptnm" 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>
|