12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- <?xml version="1.0" encoding="utf-8"?>
- <FDL version="1.4">
- <TypeDefinition url="..\..\..\default_typedef.xml" />
- <Form id="SPAEA01103" position="absolute 0 0 280 440" titletext="진료예약내역">
- <Layouts>
- <Layout>
- <Div position="absolute 9 9 260 421" id="group3" scrollbars="autoboth">
- <Layouts>
- <Layout>
- <Static text="진료예약내역" position="absolute 5 11 105 24" id="caption1" class="tit_2" />
- <Shape position="absolute 0 23 250 29" linetype="vertical" id="line1" class="line_1" />
- <Grid position="absolute 0 31 250 410" id="grd_subprcplist" scrollbars="fixedvert" binddataset="ds_grd_subprcplist">
- <Formats>
- <Format id="default">
- <Columns>
- <Column size="60" />
- <Column size="86" />
- <Column size="64" />
- </Columns>
- <Rows>
- <Row size="24" band="head" />
- <Row size="24" />
- </Rows>
- <Band id="head">
- <Cell text="예약시간" />
- <Cell col="1" text="등록번호" />
- <Cell col="2" text="환자명" />
- </Band>
- <Band id="body">
- <Cell text="bind:ordtm" mask="hh:nn" />
- <Cell col="1" text="bind:pid" />
- <Cell col="2" text="bind:hngnm" />
- </Band>
- </Format>
- </Formats>
- </Grid>
- <Combo position="absolute 121 5 238 24" id="cmb_orddrid" class="combo_search" innerdataset="ds_init_cmb_orddrid" datacolumn="orddrnm" codecolumn="orddrid" />
- </Layout>
- </Layouts>
- </Div>
- </Layout>
- </Layouts>
- <Objects>
- <Dataset id="ds_grd_subprcplist" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="ordtm" type="STRING" />
- <Column id="pid" type="STRING" />
- <Column id="hngnm" type="STRING" />
- </ColumnInfo>
- </Dataset>
- <Dataset id="ds_init_cmb_orddrid" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="orddrnm" type="STRING" />
- <Column id="orddrid" 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>
|