1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- <?xml version="1.0" encoding="utf-8"?>
- <FDL version="1.4">
- <TypeDefinition url="..\..\..\default_typedef.xml" />
- <Form id="SPZHA20700" position="absolute 0 0 550 500" titletext="부서즐겨찾기관리">
- <Layouts>
- <Layout>
- <Grid position="absolute 0 45 540 425" id="grd_fav" scrollbars="autoboth" binddataset="ds_grd_fav">
- <Formats>
- <Format id="default">
- <Columns>
- <Column size="0" />
- <Column size="0" />
- <Column size="67" />
- <Column size="94" />
- <Column size="377" />
- </Columns>
- <Rows>
- <Row size="24" band="head" />
- <Row size="24" />
- </Rows>
- <Band id="head">
- <Cell text="userid" />
- <Cell col="1" text="instcd" />
- <Cell col="2" text="기관" />
- <Cell col="3" text="부서코드" />
- <Cell col="4" text="부서명" />
- </Band>
- <Band id="body">
- <Cell text="bind:userid" />
- <Cell col="1" text="bind:instcd" />
- <Cell col="2" text="bind:instnm" />
- <Cell col="3" text="bind:deptcd" />
- <Cell col="4" text="bind:deptnm" />
- </Band>
- </Format>
- </Formats>
- </Grid>
- <Static text="부서즐겨찾기관리" position="absolute 0 0 144 14" id="caption6" class="tit_1" />
- <Button position="absolute 90 20 132 39" id="btn_prgmradd" class="btn2_letter2" text="추가" />
- <Button position="absolute 135 20 177 39" id="button1" class="btn2_letter2" text="삭제" />
- <Edit position="absolute 410 115 510 135" id="ipt_instcd_hidden" visible="false" />
- <Button position="absolute 420 15 476 37" id="btn_save" class="btn4" taborder="26" text="저장" />
- <Static text="부서리스트" position="absolute 0 25 85 38" id="caption67" class="tit_2" />
- <Shape position="absolute 0 39 540 45" linetype="vertical" id="line18" class="line_1" />
- <Button position="absolute 480 15 536 37" id="button2" class="btn4" text="닫기" />
- </Layout>
- </Layouts>
- <Objects>
- <Dataset id="ds_grd_fav" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="userid" type="STRING" />
- <Column id="instcd" type="STRING" />
- <Column id="instnm" type="STRING" />
- <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 : 2016-01-07
- * Description :
- *---------------------------------------------------------------------------------------
- * Modify Date Modifier Modify Description
- *---------------------------------------------------------------------------------------
- * 2016-01-07 Live Converter TF->XP
- *
- *---------------------------------------------------------------------------------------
- ****************************************************************************************/
- ]]></Script>
- </Form>
- </FDL>
|