12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- <?xml version="1.0" encoding="utf-8"?>
- <FDL version="1.4">
- <TypeDefinition url="..\..\..\default_typedef.xml" />
- <Form id="SMAEA04200" position="absolute 0 0 570 650" titletext="사이버나이프 권한관리">
- <Layouts>
- <Layout>
- <Static text="사이버나이프 권한관리" position="absolute 0 0 252 13" id="caption1" class="tit_1" />
- <Shape position="absolute 2 18 542 85" id="rectangle1" type="roundrectangle" />
- <Static text="사번:" position="absolute 10 26 77 43" id="caption11" class="search_name" />
- <Static text="구분:" position="absolute 190 26 252 43" id="caption2" class="search_name" />
- <Edit position="absolute 71 25 175 44" id="input13" class="input_search" />
- <Button position="absolute 476 39 532 61" id="button21" class="btn1" text="조회" />
- <Shape position="absolute 463 24 469 46" linetype="vertical" id="line6" />
- <Shape position="absolute 3 108 543 114" linetype="vertical" id="line7" class="line_1" />
- <Grid position="absolute 2 115 542 595" id="datagrid1" binddataset="ds_datagrid1">
- <Formats>
- <Format id="default">
- <Columns>
- <Column size="100" />
- <Column size="79" />
- <Column size="147" />
- <Column size="100" />
- <Column size="71" />
- </Columns>
- <Rows>
- <Row size="24" band="head" />
- <Row size="24" />
- </Rows>
- <Band id="head">
- <Cell text="사번" />
- <Cell col="1" text="이름" />
- <Cell col="2" text="Password" />
- <Cell col="3" text="구분" />
- <Cell col="4" text="권한상태" />
- </Band>
- <Band id="body">
- <Cell enable="false" text="bind:userid" edittype="text" displaytype="text" />
- <Cell col="1" text="bind:usernm" />
- <Cell col="2" text="bind:pwd" edittype="text" displaytype="text" />
- <Cell col="3" text="bind:rttmd" edittype="combo" displaytype="combo" />
- <Cell col="4" text="bind:authstat" edittype="combo" displaytype="combo" />
- </Band>
- </Format>
- </Formats>
- </Grid>
- <Static text="권한 상세 정보" position="absolute 2 95 115 108" id="caption4" class="tit_2" />
- <Button position="absolute 433 91 486 110" id="btn_grdadd" class="btn2" text="행추가" />
- <Button position="absolute 488 91 541 110" id="btn_grddel" class="btn2" text="행삭제" />
- <Button position="absolute 378 91 431 110" id="btn_grdcopy" class="btn2" visible="false" text="행복사" />
- <Button position="absolute 485 600 541 622" id="btn_save" class="btn4" text="저장" />
- <Shape position="absolute 2 593 542 599" linetype="vertical" id="line1" class="line_3" />
- <CheckBox position="absolute 250 25 280 45" id="bool1" />
- <CheckBox position="absolute 360 25 390 45" id="bool2" />
- <Static text="Dometrist" position="absolute 277 26 344 46" id="caption3" />
- <Static text="RTT" position="absolute 387 26 427 46" id="caption5" />
- <CheckBox position="absolute 360 50 390 70" id="bool3" />
- <Static text="MD" position="absolute 387 51 427 71" id="caption6" />
- <CheckBox position="absolute 250 50 280 70" id="bool4" />
- <Static text="Physicist" position="absolute 277 51 349 71" id="caption7" />
- </Layout>
- </Layouts>
- <Objects>
- <Dataset id="ds_datagrid1" 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="pwd" type="STRING" />
- <Column id="rttmd" type="STRING" />
- <Column id="authstat" 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>
|