12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- <?xml version="1.0" encoding="utf-8"?>
- <FDL version="1.4">
- <TypeDefinition url="..\..\..\default_typedef.xml" />
- <Form id="SPAEA01901" position="absolute 0 0 450 600" titletext="Untitle">
- <Layouts>
- <Layout>
- <Div position="absolute 12 5 440 595" id="group1">
- <Layouts>
- <Layout>
- <Shape position="absolute 0 102 420 108" linetype="vertical" id="line1" class="line_1" />
- <Static text="예문코드" position="absolute 0 90 100 103" id="caption4" class="tit_2" />
- <Static text="예약예문 출력" position="absolute 0 0 102 14" id="caption7" class="tit_1" />
- <Shape position="absolute 0 20 420 80" id="roundrect1" type="roundrectangle" />
- <Button position="absolute 360 550 416 572" id="button1" class="btn1" text="출력" />
- <Edit readonly="true" position="absolute 105 25 201 44" id="ipt_pid" class="input_search" />
- <Static text="성 별 :" position="absolute 15 50 115 67" id="caption2" class="search_name" />
- <Static text="등록번호 :" position="absolute 14 25 105 42" id="caption3" class="search_name" />
- <Static text="이 름 :" position="absolute 210 25 309 42" id="caption5" class="search_name" />
- <Grid position="absolute 0 110 420 540" id="grd_tmplcodelist" binddataset="ds_grd_tmplcodelist">
- <Formats>
- <Format id="default">
- <Columns>
- <Column size="39" />
- <Column size="37" />
- <Column size="85" />
- <Column size="235" />
- <Column size="76" />
- <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="Templet명" />
- <Cell col="4" text="구분" />
- <Cell col="5" text="caption1" />
- </Band>
- <Band id="body">
- <Cell text="bind:chk" edittype="checkbox" displaytype="checkbox" />
- <Cell col="1" text="bind:sortno" edittype="none" displaytype="none" mask="#" />
- <Cell col="2" text="bind:tmplcd" edittype="none" displaytype="none" />
- <Cell col="3" text="bind:tmplnm" edittype="none" displaytype="none" />
- <Cell col="4" class="gridcombo" text="bind:tmplflag" edittype="combo" displaytype="combo" />
- <Cell col="5" text="bind:tmplcdflag" />
- </Band>
- </Format>
- </Formats>
- </Grid>
- <Edit readonly="true" position="absolute 305 25 401 44" id="input1" class="input_search" />
- <Edit readonly="true" position="absolute 105 50 201 69" id="input3" class="input_search" />
- <ActiveX position="absolute 45 220 200 335" id="rtfviewer" progid="{a4bf7e18-5f67-4868-a726-eed421632374}" visible="false" />
- </Layout>
- </Layouts>
- </Div>
- </Layout>
- </Layouts>
- <Objects>
- <Dataset id="ds_grd_tmplcodelist" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="chk" type="STRING" />
- <Column id="sortno" type="STRING" />
- <Column id="tmplcd" type="STRING" />
- <Column id="tmplnm" type="STRING" />
- <Column id="tmplflag" type="STRING" />
- <Column id="tmplcdflag" 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>
|