123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137 |
- <?xml version="1.0" encoding="utf-8"?>
- <FDL version="1.4">
- <TypeDefinition url="..\..\..\default_typedef.xml" />
- <Form id="SMAEQ00500" position="absolute 0 0 1256 805" titletext="Untitle">
- <Layouts>
- <Layout>
- <Div position="absolute 0 0 1194 13" id="group1">
- <Layouts>
- <Layout>
- <Static text="물품 입출고 관리" position="absolute 0 0 116 14" id="caption6" class="tit_1" />
- </Layout>
- </Layouts>
- </Div>
- <Div position="absolute 0 13 1195 757" id="group3" scrollbars="autoboth">
- <Layouts>
- <Layout>
- <Div position="absolute 0 10 1194 45" align="align:center top;" id="grp_sea">
- <Layouts>
- <Layout>
- <Shape position="absolute 0 0 1194 35" id="roundrect2" type="roundrectangle" />
- <Shape position="absolute 1113 6 1119 28" linetype="vertical" id="line13" class="line_4" />
- <Button position="absolute 1124 7 1180 29" id="btn_sea" class="btn1" text="조회" />
- </Layout>
- </Layouts>
- </Div>
- <Shape position="absolute 0 75 590 81" linetype="vertical" id="line1" class="line_1" />
- <Shape position="absolute 595 75 1195 81" linetype="vertical" id="line2" class="line_1" />
- <Grid position="absolute 0 83 590 742" id="datagrid1" binddataset="ds_datagrid1">
- <Formats>
- <Format id="default">
- <Columns>
- <Column size="248" />
- <Column size="79" />
- <Column size="130" />
- <Column size="130" />
- </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="안전량" />
- </Band>
- <Band id="body">
- <Cell text="bind:a" />
- <Cell col="1" text="bind:b" />
- <Cell col="2" text="bind:c" />
- <Cell col="3" text="bind:d" />
- </Band>
- </Format>
- </Formats>
- </Grid>
- <Grid position="absolute 595 83 1195 742" id="datagrid2" binddataset="ds_datagrid2">
- <Formats>
- <Format id="default">
- <Columns>
- <Column size="80" />
- <Column size="199" />
- <Column size="100" />
- <Column size="69" />
- <Column size="150" />
- </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" text="입고일시" />
- </Band>
- <Band id="body">
- <Cell text="bind:a" />
- <Cell col="1" text="bind:b" />
- <Cell col="2" text="bind:c" />
- <Cell col="3" text="bind:d" />
- <Cell col="4" text="bind:e" />
- </Band>
- </Format>
- </Formats>
- </Grid>
- </Layout>
- </Layouts>
- </Div>
- <Static text="재고내역" position="absolute 0 77 82 90" id="caption22" class="tit_2" />
- <Static text="입출고내역" position="absolute 595 77 692 91" id="caption1" class="tit_2" />
- <Div position="absolute 0 757 1195 784" id="grp_btn">
- <Layouts>
- <Layout>
- <Button position="absolute 1138 5 1194 27" id="btn_save" class="btn4" text="저장" />
- </Layout>
- </Layouts>
- </Div>
- <Button position="absolute 1085 62 1138 81" id="btn_grddel" class="btn2" text="행삭제" />
- <Button position="absolute 1141 62 1194 81" id="btn_grdadd" class="btn2" text="행추가" />
- </Layout>
- </Layouts>
- <Objects>
- <Dataset id="ds_datagrid1" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="a" type="STRING" />
- <Column id="b" type="STRING" />
- <Column id="c" type="STRING" />
- <Column id="d" type="STRING" />
- </ColumnInfo>
- </Dataset>
- <Dataset id="ds_datagrid2" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="a" type="STRING" />
- <Column id="b" type="STRING" />
- <Column id="c" type="STRING" />
- <Column id="d" type="STRING" />
- <Column id="e" 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>
|