12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- <?xml version="1.0" encoding="utf-8"?>
- <FDL version="1.5">
- <TypeDefinition url="..\..\..\default_typedef.xml"/>
- <Form id="SPMMD03200" position="absolute 0 0 340 385" titletext="Allergy 식품내역">
- <Layouts>
- <Layout>
- <Div position="absolute 0 0 305 350" id="group3" scrollbars="autoboth">
- <Layouts>
- <Layout>
- <Static text="Allergy 식품내역" position="absolute 5 0 124 13" id="caption1" class="tit_2"/>
- <Shape position="absolute 0 12 305 18" linetype="vertical" id="line1" class="line_1"/>
- <Grid position="absolute 0 20 305 344" id="grd_foodlist" binddataset="ds_grd_foodlist">
- <Formats>
- <Format id="default">
- <Columns>
- <Column size="200"/>
- <Column size="100"/>
- </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:cdnm"/>
- <Cell col="1" text="bind:cdid"/>
- </Band>
- </Format>
- </Formats>
- </Grid>
- </Layout>
- </Layouts>
- </Div>
- <Div position="absolute 0 356 300 383" id="group1" scrollbars="autoboth">
- <Layouts>
- <Layout>
- <Button position="absolute 183 3 239 25" id="btn_confirm" class="btn4" text="확인"/>
- <Button position="absolute 244 3 300 25" id="btn_cancel" class="btn4" text="취소"/>
- </Layout>
- </Layouts>
- </Div>
- </Layout>
- </Layouts>
- <Objects>
- <Dataset id="ds_grd_foodlist" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="cdnm" type="STRING"/>
- <Column id="cdid" type="STRING"/>
- </ColumnInfo>
- </Dataset>
- </Objects>
- <Script type="xscript4.0"><![CDATA[/***************************************************************************************
- * System Name : 사용하지 않음
- * Job Name :
- * Creator :
- * Make Date : 2014-11-27
- * Description :
- *---------------------------------------------------------------------------------------
- * Modify Date Modifier Modify Description
- *---------------------------------------------------------------------------------------
- * 2014-11-27 Live Converter TF->XP
- *
- *---------------------------------------------------------------------------------------
- ****************************************************************************************/
- ]]></Script>
- </Form>
- </FDL>
|