123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- <?xml version="1.0" encoding="utf-8"?>
- <FDL version="1.4">
- <TypeDefinition url="..\..\..\default_typedef.xml" />
- <Form id="SMRAD04700" position="absolute 0 0 1256 805" titletext="급여통계자료일괄기표처리">
- <Layouts>
- <Layout>
- <Div position="absolute 0 0 1195 13" id="group1">
- <Layouts>
- <Layout>
- <Static text="급여자료일괄기표" position="absolute 0 0 800 14" id="caption6" class="tit_1" />
- </Layout>
- </Layouts>
- </Div>
- <Div position="absolute 0 13 1195 707" id="group2" scrollbars="autoboth">
- <Layouts>
- <Layout>
- <Combo position="absolute 89 31 264 50" id="cmb_instcd" class="combo_default" taborder="1" />
- <Static text="기관" position="absolute 0 30 87 51" align="align:center middle;" id="caption12" class="cell_1" />
- <Static text="전표작성일자" position="absolute 0 118 87 139" align="align:center middle;" id="caption13" class="cell_1" />
- <Shape position="absolute 0 22 264 28" linetype="vertical" id="line1" class="line_1" />
- <Static text="급여통계일자" position="absolute 0 73 87 94" align="align:center middle;" id="caption5" class="cell_1" />
- <Calendar position="absolute 89 119 264 138" align="align:center middle;" id="ipt_payym" class="input_default" taborder="3" mask="yyyy-mm-dd" />
- <Button position="absolute 150 170 206 192" id="btn_save" class="btn4" taborder="4" text="실행" />
- <Calendar position="absolute 89 73 264 92" align="align:center middle;" id="input1" class="input_default" taborder="2" mask="yyyy-mm-dd" />
- <Button position="absolute 210 170 266 192" id="btn_cncl" class="btn4" taborder="4" text="취소" />
- <Button position="absolute 270 170 326 192" id="button1" class="btn4" taborder="4" text="출력" />
- <Grid position="absolute 580 85 930 235" id="datagrid1" visible="false" binddataset="ds_datagrid1">
- <Formats>
- <Format id="default">
- <Columns>
- <Column size="100" />
- <Column size="100" />
- <Column size="100" />
- </Columns>
- <Rows>
- <Row size="24" band="head" />
- <Row size="24" />
- </Rows>
- <Band id="head">
- <Cell text="caption1" />
- <Cell col="1" text="caption2" />
- <Cell col="2" text="caption3" />
- </Band>
- <Band id="body">
- <Cell text="bind:instcd" />
- <Cell col="1" text="bind:sanctslipdd" />
- <Cell col="2" text="bind:sanctslipno" />
- </Band>
- </Format>
- </Formats>
- </Grid>
- </Layout>
- </Layouts>
- </Div>
- </Layout>
- </Layouts>
- <Objects>
- <Dataset id="ds_datagrid1" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="instcd" type="STRING" />
- <Column id="sanctslipdd" type="STRING" />
- <Column id="sanctslipno" type="STRING" />
- </ColumnInfo>
- </Dataset>
- </Objects>
- <Script type="xscript4.0"><![CDATA[/***************************************************************************************
- * System Name :
- * Job Name :
- * Creator :
- * Make Date : 2017-06-19
- * Description :
- *---------------------------------------------------------------------------------------
- * Modify Date Modifier Modify Description
- *---------------------------------------------------------------------------------------
- * 2017-06-19 Live Converter TF->XP
- *
- *---------------------------------------------------------------------------------------
- ****************************************************************************************/
- ]]></Script>
- </Form>
- </FDL>
|