1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- <?xml version="1.0" encoding="utf-8"?>
- <FDL version="1.4">
- <TypeDefinition url="..\..\..\default_typedef.xml" />
- <Form id="SPMNZ00100" position="absolute 0 0 605 435" titletext="Untitle">
- <Layouts>
- <Layout>
- <Div position="absolute 0 13 605 433" id="group5" scrollbars="autoboth">
- <Layouts>
- <Layout>
- <Div position="absolute 0 10 603 45" align="align:center top;" id="group2">
- <Layouts>
- <Layout>
- <Shape position="absolute 0 0 603 35" id="roundrect1" type="roundrectangle" />
- <Static text="검색조건" position="absolute 15 9 132 26" id="caption1" class="search_name" />
- <Shape position="absolute 522 7 528 29" linetype="vertical" id="line1" />
- <Button position="absolute 534 7 590 29" id="btn_search" class="btn1" text="조회" />
- <Edit position="absolute 295 8 417 27" id="ipt_search_item" class="input_s_essential" />
- <Radio position="absolute 141 10 154 23" id="radio1" class="s" columncount="2" innerdataset="ds_init_radio1" datacolumn="lable" codecolumn="value" />
- </Layout>
- </Layouts>
- </Div>
- <Static text="사용자조회" position="absolute 8 0 119 14" align="align:center middle;" id="caption9" class="tit_2" />
- <Shape position="absolute 0 72 603 73" linetype="vertical" id="line12" class="line_1" />
- <Grid position="absolute 0 75 603 418" id="grd_userlist" binddataset="ds_grd_userlist">
- <Formats>
- <Format id="default">
- <Columns>
- <Column size="100" />
- <Column size="100" />
- <Column size="158" />
- <Column size="206" />
- <Column size="0" />
- <Column size="0" />
- </Columns>
- <Rows>
- <Row size="24" band="head" />
- <Row size="24" />
- </Rows>
- <Band id="head">
- <Cell text="사용자ID" />
- <Cell col="1" text="사용자명" />
- <Cell col="2" text="소속기관명" />
- <Cell col="3" text="소속부서명" />
- <Cell col="4" text="소속기관코드" />
- <Cell col="5" text="소속부서코드" />
- </Band>
- <Band id="body">
- <Cell text="bind:userid" />
- <Cell col="1" text="bind:usernm" />
- <Cell col="2" text="bind:posinstnm" />
- <Cell col="3" text="bind:posdeptnm" />
- <Cell col="4" text="bind:posinstcd" />
- <Cell col="5" text="bind:posdeptcd" />
- </Band>
- </Format>
- </Formats>
- </Grid>
- </Layout>
- </Layouts>
- </Div>
- <Static text="사용자조회" position="absolute 0 0 603 13" id="caption6" class="tit_1" />
- </Layout>
- </Layouts>
- <Objects>
- <Dataset id="ds_init_radio1" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="lable" type="STRING" />
- <Column id="value" type="STRING" />
- </ColumnInfo>
- </Dataset>
- <Dataset id="ds_grd_userlist" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="userid" type="STRING" />
- <Column id="usernm" type="STRING" />
- <Column id="posinstnm" type="STRING" />
- <Column id="posdeptnm" type="STRING" />
- <Column id="posinstcd" type="STRING" />
- <Column id="posdeptcd" type="STRING" />
- </ColumnInfo>
- </Dataset>
- </Objects>
- </Form>
- </FDL>
|