12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- <?xml version="1.0" encoding="utf-8"?>
- <FDL version="1.4">
- <TypeDefinition url="..\..\..\default_typedef.xml" />
- <Form id="SPAEB00301" position="absolute 0 0 731 555" titletext="제조회사 검색화면">
- <Layouts>
- <Layout>
- <Div position="absolute 8 0 708 550" id="group3" scrollbars="autoboth">
- <Layouts>
- <Layout>
- <Div position="absolute 0 5 700 40" id="group2">
- <Layouts>
- <Layout>
- <Shape position="absolute 0 0 700 35" id="roundrect1" class="roundrect_search" type="roundrectangle" />
- <Edit position="absolute 296 8 431 27" id="ipt_refcond" class="input_s_essential" />
- <Button position="absolute 629 4 685 26" id="btn_search" class="btn1" text="조회" />
- <Shape position="absolute 611 0 617 29" linetype="vertical" id="line13" class="line_4" />
- <Static text="조회조건 :" position="absolute 211 9 297 26" id="caption2" class="search_name" />
- <Radio position="absolute 15 9 160 29" id="rdo_refcond" class="radio_search" columncount="2" innerdataset="ds_init_rdo_refcond" datacolumn="label" codecolumn="value" />
- </Layout>
- </Layouts>
- </Div>
- <Static text="제조회사리스트" position="absolute 0 49 145 62" id="caption1" class="tit_2" />
- <Shape position="absolute 0 60 700 66" linetype="vertical" id="line1" class="line_1" />
- <Grid position="absolute 0 68 700 518" id="grd_prodcmpylist" class="grd_prodcmpylist" binddataset="ds_grd_prodcmpylist">
- <Formats>
- <Format id="default">
- <Columns>
- <Column size="120" />
- <Column size="120" />
- <Column size="120" />
- <Column size="120" />
- </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:prodcmpycd" />
- <Cell col="1" text="bind:prodcmpynm" />
- <Cell col="2" text="bind:prodcmpytel" />
- <Cell col="3" text="bind:prodcmpyaddr" />
- </Band>
- </Format>
- </Formats>
- </Grid>
- <Div position="absolute 0 523 700 550" id="group1" scrollbars="autoboth">
- <Layouts>
- <Layout>
- <Button position="absolute 587 5 643 27" id="btn_confirm" class="btn4" text="확인" />
- <Button position="absolute 644 5 700 27" id="btn_cancel" class="btn4" text="취소" />
- <Shape position="absolute 0 0 700 6" linetype="vertical" id="line32" class="line_6" />
- </Layout>
- </Layouts>
- </Div>
- </Layout>
- </Layouts>
- </Div>
- </Layout>
- </Layouts>
- <Objects>
- <Dataset id="ds_init_rdo_refcond" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="label" type="STRING" />
- <Column id="value" type="STRING" />
- </ColumnInfo>
- </Dataset>
- <Dataset id="ds_grd_prodcmpylist" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="prodcmpycd" type="STRING" />
- <Column id="prodcmpynm" type="STRING" />
- <Column id="prodcmpytel" type="STRING" />
- <Column id="prodcmpyaddr" 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>
|