1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <?xml version="1.0" encoding="utf-8"?>
- <FDL version="1.4">
- <TypeDefinition url="..\..\..\default_typedef.xml" />
- <Form id="SMADB02700" position="absolute 0 0 1256 805" titletext="휴일지정관리">
- <Layouts>
- <Layout>
- <Static text="휴일지정관리" position="absolute 0 0 180 13" id="caption19" class="tit_1" />
- <Button position="absolute 338 32 394 54" id="btn_save" class="btn4" text="저장" />
- <Button position="absolute 454 32 510 54" id="btn_cls" class="btn4" text="닫기" />
- <Grid position="absolute 15 95 510 495" id="grd_calendar" class="gridcalendar" />
- <Shape position="absolute 15 67 510 94" id="rectangle1" class="calendar_header" type="rectangle" />
- <Button position="absolute 172 74 188 90" id="button3" class="icon_pre_year" text="" />
- <Edit readonly="true" position="absolute 273 71 303 90" id="opt_month" class="calendar_output" />
- <Button position="absolute 193 74 209 90" id="btn_premonth" class="icon_pre_month" text="" />
- <Static text="년" position="absolute 253 71 273 90" id="caption11" class="calendar_output" />
- <Static text="월" position="absolute 303 71 323 90" id="caption12" class="calendar_output" />
- <Button position="absolute 353 74 369 90" id="button32" class="icon_next_year" text="" />
- <Edit readonly="true" position="absolute 223 71 253 90" id="opt_year" class="calendar_output" />
- <Button position="absolute 334 74 350 90" id="button34" class="icon_next_month" text="" />
- <Grid position="absolute 555 95 730 265" id="grd_temp" visible="false" binddataset="ds_grd_temp">
- <Formats>
- <Format id="default">
- <Columns>
- <Column size="76" />
- <Column size="62" />
- </Columns>
- <Rows>
- <Row size="24" band="head" />
- <Row size="24" />
- </Rows>
- <Band id="head">
- <Cell text="일자(dd)" />
- <Cell col="1" text="관리구분" />
- </Band>
- <Band id="body">
- <Cell text="bind:apntdd" />
- <Cell col="1" text="bind:mngtflag" />
- </Band>
- </Format>
- </Formats>
- </Grid>
- <Button position="absolute 396 32 452 54" id="button2" class="btn4" text="삭제" />
- <Button position="absolute 184 32 312 54" id="button1" class="btn4" text="병원휴일가져오기" />
- <Edit position="absolute 110 34 180 53" id="ipt_srchpid" class="input_essential" />
- <Static text="기준연도 :" position="absolute 21 35 107 52" id="caption2" class="search_name" />
- </Layout>
- </Layouts>
- <Objects>
- <Dataset id="ds_grd_temp" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="apntdd" type="STRING" />
- <Column id="mngtflag" type="STRING" />
- </ColumnInfo>
- </Dataset>
- </Objects>
- <Script type="xscript4.0"><![CDATA[/***************************************************************************************
- * System Name :
- * Job Name :
- * Creator :
- * Make Date : 2015-11-02
- * Description :
- *---------------------------------------------------------------------------------------
- * Modify Date Modifier Modify Description
- *---------------------------------------------------------------------------------------
- * 2015-11-02 Live Converter TF->XP
- *
- *---------------------------------------------------------------------------------------
- ****************************************************************************************/
- ]]></Script>
- </Form>
- </FDL>
|