1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
- <xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2002/01/xforms" xmlns:ev="http://www.w3.org/2001/xml-events">
- <xhtml:head>
- <xhtml:title>Untitle</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <example>Sample</example>
- </root>
- </instance>
- </model>
- </xhtml:head>
- <xhtml:body guideline="1,1195;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <caption id="caption19" class="tit_1" style="left:0px; top:0px; width:137px; height:14px; ">타이틀 순번관리</caption>
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:20px; width:1195px; height:40px; background-color:#fffbf2; border-color:#ffd799; "/>
- <select1 id="combo1" class="combo_search" appearance="minimal" style="left:95px; top:30px; width:100px; height:19px; ">
- <choices>
- <item>
- <label>검사실1</label>
- <value>1</value>
- </item>
- <item>
- <label>검사실2</label>
- <value>2</value>
- </item>
- <item>
- <label>검사실3</label>
- <value>3</value>
- </item>
- </choices>
- </select1>
- <caption id="caption3" class="search_name" style="left:20px; top:30px; width:73px; height:17px; ">검사실</caption>
- <caption id="caption22" class="tit_2" style="left:0px; top:68px; width:82px; height:13px; ">화면조회</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:84px; x2:560px; y2:84px; "/>
- <datagrid id="datagrid1" caption="코드^화면명" colsep="^" colwidth="135, 422" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:90px; width:560px; height:667px; ">
- <col/>
- <col/>
- </datagrid>
- <caption id="caption1" class="tit_2" style="left:568px; top:68px; width:149px; height:13px; ">타이틀조회</caption>
- <line id="line2" class="line_1" style="x1:566px; y1:85px; x2:1193px; y2:86px; "/>
- <datagrid id="datagrid2" caption="순번^타이틀명" colsep="^" colwidth="145, 483" mergecellsfixedrows="bycolrec" rowsep="|" style="left:565px; top:90px; width:630px; height:667px; ">
- <col/>
- <col/>
- </datagrid>
- <button id="btn_sea" class="btn1_letter2" style="left:1125px; top:29px; width:56px; height:22px; ">
- <caption>조회</caption>
- </button>
- <button id="btn_cle" class="btn4_letter3" style="left:1069px; top:762px; width:68px; height:22px; ">
- <caption>초기화</caption>
- </button>
- <button id="btn_save" class="btn4_letter2" style="left:1139px; top:762px; width:56px; height:22px; ">
- <caption>저장</caption>
- </button>
- </xhtml:body>
- </xhtml:html>
|