SPLLC91000_외래바코드프린터설정.xrw 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!--
  3. * 제 목 : SPLLC90100_바코드프린터설정.xrw
  4. * 설 명 : 바코드프린터설정
  5. * 설 계 자 : (주)에이씨케이 Jin Hwa Ji
  6. * 작 성 자 : (주)에이씨케이 Jin Hwa Ji
  7. * 작 성 일 : 2006.11.11
  8. * 수정이력 : 2007-05-23 Jin Hwa Ji
  9. - UI 구성 변경
  10. * 기 타 :
  11. -->
  12. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  13. <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">
  14. <xhtml:head>
  15. <xhtml:title>출력바코드프린터설정</xhtml:title>
  16. <model id="model1">
  17. <instance id="instance1">
  18. <root xmlns="">
  19. <main>
  20. <barcdprntsetup>
  21. <prntsetupinfo>
  22. <setupinfo/>
  23. </prntsetupinfo>
  24. </barcdprntsetup>
  25. </main>
  26. <send>
  27. <prntsetup/>
  28. <scrnid/>
  29. </send>
  30. <init/>
  31. <hidden>
  32. <barcdprntsinfo>
  33. <scrnid/>
  34. <prntsetupinfo/>
  35. <flag/>
  36. </barcdprntsinfo>
  37. <setupinfo>
  38. <prntkind/>
  39. <commkind/>
  40. <comm01>
  41. <setupval/>
  42. </comm01>
  43. <comm02>
  44. <comm/>
  45. <databit/>
  46. <stopbit/>
  47. <baudrate/>
  48. <parity/>
  49. <setupval/>
  50. </comm02>
  51. <comm03>
  52. <setupval/>
  53. <eqmtcd/>
  54. <autoyn>Y</autoyn>
  55. <daegiip/>
  56. </comm03>
  57. <blank>
  58. <left/>
  59. <top/>
  60. <b472size>1</b472size>
  61. </blank>
  62. <genr/>
  63. <auto/>
  64. </setupinfo>
  65. </hidden>
  66. </root>
  67. </instance>
  68. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  69. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  70. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  71. <script type="javascript" src="../../../lis/commonweb/js/LLZ001.js"/>
  72. <script type="javascript" ev:event="xforms-model-construct-done">
  73. <![CDATA[
  74. fBaseInfoRef("0006|0007|"); //0006 : 외래채혈실 층, 0007 : 오토라벨러 장비코드
  75. fGetSetUpInfo();
  76. fInitionalData();
  77. fCommKind_Select();
  78. model.refresh();
  79. ]]>
  80. </script>
  81. <submission id="TXLLC90101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/prntsetup" replace="instance"/>
  82. <submission id="TRLZZ00101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/init"/>
  83. <submission id="TRLLC90101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/barcdprntsetup"/>
  84. </model>
  85. <script type="javascript">
  86. <![CDATA[
  87. //초기화
  88. function fInitionalData() {
  89. var count = getNodesetCount("/root/main/barcdprntsetup/prntsetupinfo/setupinfo/prntkind");
  90. if(count == 0 && getUserInfo("dutplceinstcd") != "012") {
  91. model.setValue("/root/hidden/setupinfo/prntkind", "0");
  92. model.setValue("/root/hidden/setupinfo/commkind", "01");
  93. model.setValue("/root/hidden/setupinfo/comm01/setupval", "");
  94. model.setValue("/root/hidden/setupinfo/comm02/comm", "1");
  95. model.setValue("/root/hidden/setupinfo/comm02/databit", "8");
  96. model.setValue("/root/hidden/setupinfo/comm02/stopbit", "1");
  97. model.setValue("/root/hidden/setupinfo/comm02/baudrate", "9600");
  98. model.setValue("/root/hidden/setupinfo/comm02/parity", "n");
  99. model.setValue("/root/hidden/setupinfo/comm02/setupval", "");
  100. model.setValue("/root/hidden/setupinfo/comm03/setupval", "");
  101. model.setValue("/root/hidden/setupinfo/comm03/daegiip", "");
  102. model.setValue("/root/hidden/setupinfo/comm03/autoyn", "Y");
  103. model.setValue("/root/hidden/setupinfo/comm03/eqmtcd", "");
  104. model.setValue("/root/hidden/setupinfo/blank/left", "0");
  105. model.setValue("/root/hidden/setupinfo/blank/top", "0");
  106. }else if(count == 0 && getUserInfo("dutplceinstcd") == "012") {
  107. model.setValue("/root/hidden/setupinfo/prntkind", "1");
  108. model.setValue("/root/hidden/setupinfo/commkind", "02");
  109. model.setValue("/root/hidden/setupinfo/comm01/setupval", "");
  110. model.setValue("/root/hidden/setupinfo/comm02/comm", "2");
  111. model.setValue("/root/hidden/setupinfo/comm02/databit", "8");
  112. model.setValue("/root/hidden/setupinfo/comm02/stopbit", "1");
  113. model.setValue("/root/hidden/setupinfo/comm02/baudrate", "9600");
  114. model.setValue("/root/hidden/setupinfo/comm02/parity", "n");
  115. model.setValue("/root/hidden/setupinfo/comm02/setupval", "");
  116. model.setValue("/root/hidden/setupinfo/comm03/setupval", "");
  117. model.setValue("/root/hidden/setupinfo/comm03/daegiip", "");
  118. model.setValue("/root/hidden/setupinfo/comm03/autoyn", "Y");
  119. model.setValue("/root/hidden/setupinfo/comm03/eqmtcd", "");
  120. model.setValue("/root/hidden/setupinfo/blank/left", "0");
  121. model.setValue("/root/hidden/setupinfo/blank/top", "0");
  122. }
  123. }
  124. //프린터선택
  125. function fCommKind_Select() {
  126. var vSel = model.getValue("/root/hidden/setupinfo/commkind");
  127. if ( vSel == "01" ) {
  128. grp_comm01.visible = true;
  129. grp_comm02.visible = false;
  130. grp_comm03.visible = false;
  131. model.setfocus("ipt_setupval01");
  132. } else if (vSel == "02") {
  133. grp_comm01.visible = false;
  134. grp_comm02.visible = true;
  135. grp_comm03.visible = false;
  136. } else if (vSel == "03") {
  137. grp_comm01.visible = false;
  138. grp_comm02.visible = false;
  139. grp_comm03.visible = true;
  140. if(model.getValue("/root/hidden/setupinfo/prntkind") == "3") {
  141. radio1.visible = true;
  142. rdo_abcd.visible = true;
  143. rdo_13.visible = true;
  144. fChangAutoYN();
  145. } else {
  146. radio1.visible = false;
  147. rdo_abcd.visible = false;
  148. rdo_13.visible = false;
  149. caption15.attribute("text") = "";
  150. }
  151. model.setfocus("ipt_setupval03");
  152. }
  153. fSetB472size();
  154. }
  155. function fSetB472size(){
  156. if(model.getValue("/root/hidden/setupinfo/prntkind")=="8"){
  157. cap_b472.visible = true;
  158. rdo_b472.visible = true;
  159. }else{
  160. cap_b472.visible = false;
  161. rdo_b472.visible = false;
  162. }
  163. }
  164. //조회
  165. function fGetSetUpInfo() {
  166. copyNodeType("/root/hidden/setupinfo", "/root/main/barcdprntsetup/prntsetupinfo/setupinfo");
  167. if(getNodesetCount("/root/hidden/setupinfo/blank") == 0) {
  168. model.makeNode("/root/hidden/setupinfo/blank");
  169. model.makeValue("/root/hidden/setupinfo/blank/left", "0");
  170. model.makeValue("/root/hidden/setupinfo/blank/top", "0");
  171. }
  172. if(getNodesetCount("/root/hidden/setupinfo/comm03/autoyn") == 0) {
  173. model.makeNode("/root/hidden/setupinfo/comm03/daegiip");
  174. model.makeNode("/root/hidden/setupinfo/comm03/eqmtcd");
  175. model.makeValue("/root/hidden/setupinfo/comm03/autoyn", "Y");
  176. }
  177. if(model.getValue("/root/hidden/setupinfo/prntkind")=="8"){
  178. cap_b472.visible = true;
  179. rdo_b472.visible = true;
  180. }
  181. if(model.getValue("/root/hidden/setupinfo/blank/b472size")==""){
  182. model.makeValue("/root/hidden/setupinfo/blank/b472size", "1");
  183. }
  184. }
  185. //저장
  186. function fSetbarcdprt(){
  187. var node = instance1.selectSingleNode("/root/hidden/setupinfo");
  188. var count = getNodesetCount("/root/main/barcdprntsetup/prntsetupinfo/setupinfo/prntkind");
  189. model.setValue("/root/hidden/barcdprntsinfo/scrnid", opener.javascript.getScreenID());
  190. model.setValue("/root/hidden/barcdprntsinfo/prntsetupinfo", node.xml, true);
  191. if(count > 0) {
  192. model.setValue("/root/hidden/barcdprntsinfo/flag", "1");
  193. } else {
  194. model.setValue("/root/hidden/barcdprntsinfo/flag", "0");
  195. }
  196. copyNodeType("/root/send/prntsetup","/root/hidden/barcdprntsinfo");
  197. if (!submit("TXLLC90101")) {
  198. messageBox("바코드프린터 설정에", "E009");
  199. }
  200. model.copyNode(opener.root.main.barcdprntsetup.prntsetupinfo.setupinfo, root.hidden.setupinfo);
  201. window.close();
  202. }
  203. //오토라벨시 TCP/IP 장비 설정
  204. function fChangAutoYN(){
  205. if(model.getValue("/root/hidden/setupinfo/comm03/autoyn") == "N") {
  206. rdo_abcd.visible = true;
  207. rdo_13.visible = false;
  208. } else {
  209. rdo_abcd.visible = false;
  210. rdo_13.visible = true;
  211. }
  212. }
  213. ]]>
  214. </script>
  215. </xhtml:head>
  216. <xhtml:body pagewidth="360" pageheight="340" guideline="1,1194;" style="font-family:굴림체; margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
  217. <group id="group2" style="left:0px; top:270px; width:311px; height:27px; ">
  218. <button id="btn_cnfm" class="btn4_letter5" style="left:159px; top:5px; width:92px; height:22px; ">
  219. <caption>Auto 저장</caption>
  220. <script type="javascript" ev:event="DOMActivate">
  221. <![CDATA[
  222. model.makeNode("/root/hidden/setupinfo/auto");
  223. copyNodeType("/root/hidden/setupinfo/auto", "/root/hidden/setupinfo");
  224. model.removeNodeset("/root/hidden/setupinfo/auto/genr");
  225. model.removeNodeset("/root/hidden/setupinfo/auto/auto");
  226. fSetbarcdprt();
  227. ]]>
  228. </script>
  229. </button>
  230. <button id="btn_cancle" class="btn4_letter2" style="left:254px; top:5px; width:56px; height:22px; ">
  231. <caption>취소</caption>
  232. <script type="javascript" ev:event="DOMActivate">
  233. <![CDATA[
  234. fSetbarcdprt();
  235. ]]>
  236. </script>
  237. </button>
  238. <line id="line2" class="line_6" style="x1:0px; y1:0px; x2:311px; y2:0px; "/>
  239. <button id="button1" class="btn4_letter4" style="left:76px; top:5px; width:80px; height:22px; ">
  240. <caption>일반저장</caption>
  241. <script type="javascript" ev:event="DOMActivate">
  242. <![CDATA[
  243. model.makeNode("/root/hidden/setupinfo/genr");
  244. copyNodeType("/root/hidden/setupinfo/genr", "/root/hidden/setupinfo");
  245. model.removeNodeset("/root/hidden/setupinfo/genr/genr");
  246. model.removeNodeset("/root/hidden/setupinfo/genr/auto");
  247. fSetbarcdprt();
  248. ]]>
  249. </script>
  250. </button>
  251. </group>
  252. <group id="group1" style="left:0px; top:0px; width:310px; height:270px; ">
  253. <group id="grp_comm01" style="left:0px; top:150px; width:310px; height:120px; ">
  254. <caption id="caption5" class="cell_1" style="left:0px; top:0px; width:100px; height:23px; ">설정정보</caption>
  255. <line id="line6" class="line_3" style="x1:0px; y1:22px; x2:310px; y2:22px; "/>
  256. <input id="ipt_setupval01" ref="/root/hidden/setupinfo/comm01/setupval" style="left:103px; top:1px; width:207px; height:19px; "/>
  257. </group>
  258. <group id="grp_comm02" style="left:0px; top:150px; width:310px; height:120px; ">
  259. <line id="line12" class="line_2" style="x1:0px; y1:47px; x2:310px; y2:47px; "/>
  260. <caption id="caption10" class="cell_1" style="left:0px; top:25px; width:100px; height:23px; ">Data bit</caption>
  261. <line id="line13" class="line_2" style="x1:0px; y1:71px; x2:310px; y2:71px; "/>
  262. <caption id="caption11" class="cell_1" style="left:0px; top:49px; width:100px; height:23px; ">Stop Bit</caption>
  263. <line id="line14" class="line_2" style="x1:0px; y1:95px; x2:310px; y2:95px; "/>
  264. <caption id="caption12" class="cell_1" style="left:0px; top:73px; width:100px; height:23px; ">Baud Rate</caption>
  265. <caption id="caption13" class="cell_1" style="left:0px; top:97px; width:100px; height:23px; ">Parity</caption>
  266. <select1 id="cmb_stopbit" ref="/root/hidden/setupinfo/comm02/stopbit" class="combo_default" appearance="minimal" style="left:103px; top:50px; width:207px; height:19px; ">
  267. <choices>
  268. <item>
  269. <label>1 bit</label>
  270. <value>1</value>
  271. </item>
  272. <item>
  273. <label>2 bit</label>
  274. <value>2</value>
  275. </item>
  276. </choices>
  277. </select1>
  278. <select1 id="cmb_parity" ref="/root/hidden/setupinfo/comm02/parity" class="combo_default" appearance="minimal" style="left:103px; top:98px; width:207px; height:19px; ">
  279. <choices>
  280. <item>
  281. <label>None</label>
  282. <value>n</value>
  283. </item>
  284. <item>
  285. <label>Even</label>
  286. <value>e</value>
  287. </item>
  288. <item>
  289. <label>Odd</label>
  290. <value>o</value>
  291. </item>
  292. </choices>
  293. </select1>
  294. <select1 id="cmb_databit" ref="/root/hidden/setupinfo/comm02/databit" class="combo_default" appearance="minimal" style="left:103px; top:27px; width:207px; height:19px; ">
  295. <choices>
  296. <item>
  297. <label>7 bit</label>
  298. <value>7</value>
  299. </item>
  300. <item>
  301. <label>8 bit</label>
  302. <value>8</value>
  303. </item>
  304. </choices>
  305. </select1>
  306. <line id="line16" class="line_2" style="x1:0px; y1:23px; x2:310px; y2:23px; "/>
  307. <caption id="caption14" class="cell_1" style="left:0px; top:1px; width:100px; height:23px; ">COM Port</caption>
  308. <select1 id="cmb_comport" ref="/root/hidden/setupinfo/comm02/comm" class="combo_default" appearance="minimal" style="left:103px; top:3px; width:207px; height:19px; ">
  309. <choices>
  310. <item>
  311. <label>COM1</label>
  312. <value>1</value>
  313. </item>
  314. <item>
  315. <label>COM2</label>
  316. <value>2</value>
  317. </item>
  318. <item>
  319. <label>COM3</label>
  320. <value>3</value>
  321. </item>
  322. <item>
  323. <label>COM4</label>
  324. <value>4</value>
  325. </item>
  326. <item>
  327. <label>COM5</label>
  328. <value>5</value>
  329. </item>
  330. <item>
  331. <label>COM6</label>
  332. <value>6</value>
  333. </item>
  334. <item>
  335. <label>COM7</label>
  336. <value>7</value>
  337. </item>
  338. </choices>
  339. </select1>
  340. <line id="line15" class="line_3" style="x1:0px; y1:119px; x2:310px; y2:119px; "/>
  341. <input id="ipt_raudrate" ref="/root/hidden/setupinfo/comm02/baudrate" style="left:103px; top:75px; width:207px; height:19px; "/>
  342. </group>
  343. <group id="grp_comm03" style="left:0px; top:150px; width:310px; height:120px; ">
  344. <caption id="caption6" class="cell_1" style="left:0px; top:0px; width:100px; height:23px; ">IP Address</caption>
  345. <line id="line7" class="line_2" style="x1:0px; y1:22px; x2:310px; y2:22px; "/>
  346. <input id="ipt_setupval03" ref="/root/hidden/setupinfo/comm03/setupval" style="left:103px; top:1px; width:207px; height:19px; "/>
  347. <select1 id="radio1" ref="/root/hidden/setupinfo/comm03/autoyn" appearance="full" vcellspacing="10" overflow="visible" style="left:5px; top:50px; width:50px; height:55px; border-style:none; ">
  348. <choices>
  349. <item>
  350. <label>고정</label>
  351. <value>N</value>
  352. </item>
  353. <item>
  354. <label>자동</label>
  355. <value>Y</value>
  356. </item>
  357. </choices>
  358. <script type="javascript" ev:event="xforms-value-changed">
  359. <![CDATA[
  360. fChangAutoYN();
  361. ]]>
  362. </script>
  363. </select1>
  364. <select1 id="rdo_13" ref="/root/hidden/setupinfo/comm03/eqmtcd" appearance="full" vcellspacing="5" overflow="visible" style="left:70px; top:50px; width:80px; height:45px; border-style:none; ">
  365. <choices>
  366. <itemset nodeset="/root/init/LB0006">
  367. <label ref="nm"/>
  368. <value ref="cd"/>
  369. </itemset>
  370. </choices>
  371. </select1>
  372. <select1 id="rdo_abcd" ref="/root/hidden/setupinfo/comm03/eqmtcd" appearance="full" cellspacing="10" cols="2" vcellspacing="5" overflow="visible" style="left:70px; top:50px; width:80px; height:45px; border-style:none; ">
  373. <choices>
  374. <itemset nodeset="/root/init/LB0007">
  375. <label ref="nm"/>
  376. <value ref="cd"/>
  377. </itemset>
  378. </choices>
  379. </select1>
  380. <caption id="caption15" class="cell_1" style="left:0px; top:23px; width:100px; height:23px; ">대기자 IP</caption>
  381. <input id="input3" ref="/root/hidden/setupinfo/comm03/daegiip" style="left:103px; top:24px; width:207px; height:19px; "/>
  382. <line id="line9" class="line_3" style="x1:0px; y1:45px; x2:310px; y2:45px; "/>
  383. </group>
  384. <line id="line1" class="line_1" style="x1:0px; y1:26px; x2:310; y2:26px; "/>
  385. <line id="line4" class="line_2" style="x1:0px; y1:53px; x2:310px; y2:53px; "/>
  386. <caption id="caption1" class="tit_2" style="left:5px; top:11px; width:126px; height:14px; ">바코드프린터 설정</caption>
  387. <caption id="caption3" class="cell_1" style="left:0px; top:31px; width:100px; height:23px; ">프린터종류</caption>
  388. <caption id="caption4" class="cell_1" style="left:0px; top:55px; width:100px; height:23px; ">통신유형</caption>
  389. <select1 id="rdo_commkind" ref="/root/hidden/setupinfo/commkind" appearance="full" cellspacing="25" cols="3" overflow="visible" style="left:103px; top:56px; width:207px; height:20px; border-style:none; ">
  390. <choices>
  391. <item>
  392. <label>PRT</label>
  393. <value>01</value>
  394. </item>
  395. <item>
  396. <label>COM</label>
  397. <value>02</value>
  398. </item>
  399. <item>
  400. <label>TCP/IP</label>
  401. <value>03</value>
  402. </item>
  403. </choices>
  404. <script type="javascript" ev:event="xforms-select">
  405. <![CDATA[
  406. fCommKind_Select();
  407. ]]>
  408. </script>
  409. </select1>
  410. <select1 id="cmb_prntkind" ref="/root/hidden/setupinfo/prntkind" class="combo_default" appearance="minimal" style="left:103px; top:32px; width:207px; height:19px; ">
  411. <choices>
  412. <item>
  413. <label>없음</label>
  414. <value>0</value>
  415. </item>
  416. <item>
  417. <label>Zebra</label>
  418. <value>1</value>
  419. </item>
  420. <item>
  421. <label>Zebra(한글내장형)</label>
  422. <value>5</value>
  423. </item>
  424. <item>
  425. <label>SATO</label>
  426. <value>2</value>
  427. </item>
  428. <item>
  429. <label>SATO(CT400)</label>
  430. <value>6</value>
  431. </item>
  432. <item>
  433. <label>SATO(old)</label>
  434. <value>7</value>
  435. </item>
  436. <item>
  437. <label>Auto labeler(Ginus)</label>
  438. <value>3</value>
  439. </item>
  440. <item>
  441. <label>Auto labeler(Robo)</label>
  442. <value>4</value>
  443. </item>
  444. <item>
  445. <label>B472</label>
  446. <value>8</value>
  447. </item>
  448. <item>
  449. <label>Zebra(300dpi)</label>
  450. <value>9</value>
  451. </item>
  452. <item>
  453. <label>Zebra(200dpi)</label>
  454. <value>11</value>
  455. </item>
  456. <item>
  457. <label>Zebra(EPL)</label>
  458. <value>10</value>
  459. </item>
  460. </choices>
  461. <script type="javascript" ev:event="xforms-value-changed">
  462. <![CDATA[
  463. fCommKind_Select();
  464. ]]>
  465. </script>
  466. </select1>
  467. <caption id="caption2" class="tit_2" style="left:5px; top:131px; width:95px; height:13px; ">설정정보</caption>
  468. <line id="line5" class="line_1" style="x1:0px; y1:146px; x2:310px; y2:146px; "/>
  469. <line id="line3" class="line_3" style="x1:0px; y1:77px; x2:310px; y2:77px; "/>
  470. <caption id="caption7" class="tit_2" style="left:0px; top:85px; width:95px; height:14px; ">여백</caption>
  471. <line id="line8" class="line_1" style="x1:0px; y1:100px; x2:310px; y2:100px; "/>
  472. <caption id="caption8" class="cell_1" style="left:0px; top:105px; width:60px; height:23px; ">LEFT</caption>
  473. <input id="input1" ref="/root/hidden/setupinfo/blank/left" style="left:63px; top:107px; width:72px; height:19px; "/>
  474. <input id="input2" ref="/root/hidden/setupinfo/blank/top" style="left:216px; top:107px; width:72px; height:19px; "/>
  475. <caption id="caption9" class="cell_1" style="left:153px; top:105px; width:60px; height:23px; ">TOP</caption>
  476. </group>
  477. <caption id="cap_b472" visibility="hidden" style="left:90px; top:80px; width:60px; height:20px; color:#000000; ">용지size</caption>
  478. <select1 id="rdo_b472" ref="/root/hidden/setupinfo/blank/b472size" visibility="hidden" appearance="full" cellspacing="14" cols="2" overflow="visible" style="left:150px; top:81px; width:155px; height:20px; border-style:none; ">
  479. <choices>
  480. <item>
  481. <label>3.5 X 5.5</label>
  482. <value>1</value>
  483. </item>
  484. <item>
  485. <label>3.2 X 6.3</label>
  486. <value>2</value>
  487. </item>
  488. </choices>
  489. </select1>
  490. </xhtml:body>
  491. </xhtml:html>