12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <?xml version="1.0" encoding="utf-8"?>
- <FDL version="1.4">
- <TypeDefinition url="..\..\..\default_typedef.xml" />
- <Form id="SMAEB01400" position="absolute 0 0 1256 805" titletext="Untitle">
- <Layouts>
- <Layout>
- <Static text="재쵤영사유코드" position="absolute 0 0 106 14" id="caption19" class="tit_1" />
- <Shape position="absolute 3 15 1195 50" id="roundrect1" type="roundrectangle" />
- <Shape position="absolute 2 75 1195 81" linetype="vertical" id="line2" class="line_1" />
- <Button position="absolute 1132 21 1188 43" id="btn_sea" class="btn1" text="조회" />
- <Button position="absolute 1087 54 1140 73" id="btn_grdadd" class="btn2" text="행추가" />
- <Button position="absolute 1142 54 1195 73" id="btn_grddel" class="btn2" text="행삭제" />
- <Button position="absolute 1139 762 1195 784" id="btn_save" class="btn4" text="저장" />
- <Edit position="absolute 89 23 189 42" id="input8" class="input_search" />
- <Static text="코드 :" position="absolute 19 23 105 40" id="caption25" class="search_name" />
- <Grid position="absolute 2 83 1195 757" id="grd_codelist" binddataset="ds_grd_codelist">
- <Formats>
- <Format id="default">
- <Columns>
- <Column size="100" />
- <Column size="144" />
- <Column size="476" />
- <Column size="433" />
- <Column size="0" />
- </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" />
- </Band>
- <Band id="body">
- <Cell text="bind:sortno" edittype="text" displaytype="text" />
- <Cell col="1" text="bind:basecd" edittype="text" displaytype="text" />
- <Cell col="2" text="bind:basecdflagdesc" edittype="text" displaytype="text" />
- <Cell col="3" text="bind:basecdcnts" edittype="text" displaytype="text" />
- <Cell col="4" text="bind:basesuppdeptcd" />
- </Band>
- </Format>
- </Formats>
- </Grid>
- <Button position="absolute 192 25 208 41" id="button61" class="icon_search" text="" />
- </Layout>
- </Layouts>
- <Objects>
- <Dataset id="ds_grd_codelist" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="sortno" type="STRING" />
- <Column id="basecd" type="STRING" />
- <Column id="basecdflagdesc" type="STRING" />
- <Column id="basecdcnts" type="STRING" />
- <Column id="basesuppdeptcd" 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>
|