TCBondWnd.ui 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>TCBondWndClass</class>
  4. <widget class="QWidget" name="TCBondWndClass">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>507</width>
  10. <height>951</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>TCBondWnd</string>
  15. </property>
  16. <widget class="QWidget" name="layoutWidget">
  17. <property name="geometry">
  18. <rect>
  19. <x>10</x>
  20. <y>10</y>
  21. <width>461</width>
  22. <height>940</height>
  23. </rect>
  24. </property>
  25. <layout class="QVBoxLayout" name="verticalLayout">
  26. <item>
  27. <layout class="QHBoxLayout" name="horizontalLayout">
  28. <item>
  29. <spacer name="horizontalSpacer_25">
  30. <property name="orientation">
  31. <enum>Qt::Horizontal</enum>
  32. </property>
  33. <property name="sizeHint" stdset="0">
  34. <size>
  35. <width>40</width>
  36. <height>20</height>
  37. </size>
  38. </property>
  39. </spacer>
  40. </item>
  41. <item>
  42. <widget class="QLabel" name="label">
  43. <property name="text">
  44. <string extracomment="固晶温度:">Bond Temperature</string>
  45. </property>
  46. </widget>
  47. </item>
  48. <item>
  49. <widget class="QComboBox" name="tempComboBox">
  50. <item>
  51. <property name="text">
  52. <string>1</string>
  53. </property>
  54. </item>
  55. <item>
  56. <property name="text">
  57. <string>2</string>
  58. </property>
  59. </item>
  60. <item>
  61. <property name="text">
  62. <string>3</string>
  63. </property>
  64. </item>
  65. </widget>
  66. </item>
  67. <item>
  68. <spacer name="horizontalSpacer_26">
  69. <property name="orientation">
  70. <enum>Qt::Horizontal</enum>
  71. </property>
  72. <property name="sizeHint" stdset="0">
  73. <size>
  74. <width>40</width>
  75. <height>20</height>
  76. </size>
  77. </property>
  78. </spacer>
  79. </item>
  80. </layout>
  81. </item>
  82. <item>
  83. <widget class="QGroupBox" name="groupBox">
  84. <property name="minimumSize">
  85. <size>
  86. <width>0</width>
  87. <height>500</height>
  88. </size>
  89. </property>
  90. <property name="title">
  91. <string/>
  92. </property>
  93. <widget class="QWidget" name="layoutWidget_2">
  94. <property name="geometry">
  95. <rect>
  96. <x>0</x>
  97. <y>0</y>
  98. <width>461</width>
  99. <height>511</height>
  100. </rect>
  101. </property>
  102. <layout class="QVBoxLayout" name="verticalLayout_2">
  103. <item>
  104. <layout class="QHBoxLayout" name="horizontalLayout_2">
  105. <property name="spacing">
  106. <number>6</number>
  107. </property>
  108. <item>
  109. <spacer name="horizontalSpacer">
  110. <property name="orientation">
  111. <enum>Qt::Horizontal</enum>
  112. </property>
  113. <property name="sizeHint" stdset="0">
  114. <size>
  115. <width>40</width>
  116. <height>20</height>
  117. </size>
  118. </property>
  119. </spacer>
  120. </item>
  121. <item>
  122. <widget class="QLabel" name="label_2">
  123. <property name="minimumSize">
  124. <size>
  125. <width>120</width>
  126. <height>0</height>
  127. </size>
  128. </property>
  129. <property name="text">
  130. <string extracomment="列表内序号">Serial Number</string>
  131. </property>
  132. </widget>
  133. </item>
  134. <item>
  135. <widget class="QLineEdit" name="lineEdit"/>
  136. </item>
  137. <item>
  138. <spacer name="horizontalSpacer_2">
  139. <property name="orientation">
  140. <enum>Qt::Horizontal</enum>
  141. </property>
  142. <property name="sizeHint" stdset="0">
  143. <size>
  144. <width>40</width>
  145. <height>20</height>
  146. </size>
  147. </property>
  148. </spacer>
  149. </item>
  150. </layout>
  151. </item>
  152. <item>
  153. <layout class="QHBoxLayout" name="horizontalLayout_3">
  154. <item>
  155. <spacer name="horizontalSpacer_3">
  156. <property name="orientation">
  157. <enum>Qt::Horizontal</enum>
  158. </property>
  159. <property name="sizeHint" stdset="0">
  160. <size>
  161. <width>40</width>
  162. <height>20</height>
  163. </size>
  164. </property>
  165. </spacer>
  166. </item>
  167. <item>
  168. <widget class="QLabel" name="label_3">
  169. <property name="minimumSize">
  170. <size>
  171. <width>120</width>
  172. <height>0</height>
  173. </size>
  174. </property>
  175. <property name="text">
  176. <string extracomment="固晶头温度">Head Temperature</string>
  177. </property>
  178. </widget>
  179. </item>
  180. <item>
  181. <widget class="QLineEdit" name="lineEdit_2"/>
  182. </item>
  183. <item>
  184. <spacer name="horizontalSpacer_14">
  185. <property name="orientation">
  186. <enum>Qt::Horizontal</enum>
  187. </property>
  188. <property name="sizeHint" stdset="0">
  189. <size>
  190. <width>40</width>
  191. <height>20</height>
  192. </size>
  193. </property>
  194. </spacer>
  195. </item>
  196. </layout>
  197. </item>
  198. <item>
  199. <layout class="QHBoxLayout" name="horizontalLayout_4">
  200. <item>
  201. <spacer name="horizontalSpacer_4">
  202. <property name="orientation">
  203. <enum>Qt::Horizontal</enum>
  204. </property>
  205. <property name="sizeHint" stdset="0">
  206. <size>
  207. <width>40</width>
  208. <height>20</height>
  209. </size>
  210. </property>
  211. </spacer>
  212. </item>
  213. <item>
  214. <widget class="QLabel" name="label_4">
  215. <property name="minimumSize">
  216. <size>
  217. <width>120</width>
  218. <height>0</height>
  219. </size>
  220. </property>
  221. <property name="text">
  222. <string extracomment="固晶头温度">HeadLimit Up</string>
  223. </property>
  224. </widget>
  225. </item>
  226. <item>
  227. <widget class="QLineEdit" name="lineEdit_3"/>
  228. </item>
  229. <item>
  230. <spacer name="horizontalSpacer_15">
  231. <property name="orientation">
  232. <enum>Qt::Horizontal</enum>
  233. </property>
  234. <property name="sizeHint" stdset="0">
  235. <size>
  236. <width>40</width>
  237. <height>20</height>
  238. </size>
  239. </property>
  240. </spacer>
  241. </item>
  242. </layout>
  243. </item>
  244. <item>
  245. <layout class="QHBoxLayout" name="horizontalLayout_7">
  246. <item>
  247. <spacer name="horizontalSpacer_5">
  248. <property name="orientation">
  249. <enum>Qt::Horizontal</enum>
  250. </property>
  251. <property name="sizeHint" stdset="0">
  252. <size>
  253. <width>40</width>
  254. <height>20</height>
  255. </size>
  256. </property>
  257. </spacer>
  258. </item>
  259. <item>
  260. <widget class="QLabel" name="label_7">
  261. <property name="minimumSize">
  262. <size>
  263. <width>120</width>
  264. <height>0</height>
  265. </size>
  266. </property>
  267. <property name="text">
  268. <string extracomment="固晶头温度">HeadLimit Down</string>
  269. </property>
  270. </widget>
  271. </item>
  272. <item>
  273. <widget class="QLineEdit" name="lineEdit_6"/>
  274. </item>
  275. <item>
  276. <spacer name="horizontalSpacer_16">
  277. <property name="orientation">
  278. <enum>Qt::Horizontal</enum>
  279. </property>
  280. <property name="sizeHint" stdset="0">
  281. <size>
  282. <width>40</width>
  283. <height>20</height>
  284. </size>
  285. </property>
  286. </spacer>
  287. </item>
  288. </layout>
  289. </item>
  290. <item>
  291. <widget class="QWidget" name="line" native="true">
  292. <property name="minimumSize">
  293. <size>
  294. <width>0</width>
  295. <height>1</height>
  296. </size>
  297. </property>
  298. <layout class="QHBoxLayout" name="horizontalLayout_8">
  299. <property name="spacing">
  300. <number>0</number>
  301. </property>
  302. <property name="leftMargin">
  303. <number>0</number>
  304. </property>
  305. <property name="topMargin">
  306. <number>0</number>
  307. </property>
  308. <property name="rightMargin">
  309. <number>0</number>
  310. </property>
  311. <property name="bottomMargin">
  312. <number>0</number>
  313. </property>
  314. <item>
  315. <spacer name="verticalSpacer_2">
  316. <property name="orientation">
  317. <enum>Qt::Vertical</enum>
  318. </property>
  319. <property name="sizeType">
  320. <enum>QSizePolicy::Fixed</enum>
  321. </property>
  322. <property name="sizeHint" stdset="0">
  323. <size>
  324. <width>20</width>
  325. <height>37</height>
  326. </size>
  327. </property>
  328. </spacer>
  329. </item>
  330. </layout>
  331. </widget>
  332. </item>
  333. <item>
  334. <layout class="QHBoxLayout" name="horizontalLayout_9">
  335. <item>
  336. <spacer name="horizontalSpacer_7">
  337. <property name="orientation">
  338. <enum>Qt::Horizontal</enum>
  339. </property>
  340. <property name="sizeHint" stdset="0">
  341. <size>
  342. <width>40</width>
  343. <height>20</height>
  344. </size>
  345. </property>
  346. </spacer>
  347. </item>
  348. <item>
  349. <widget class="QLabel" name="label_9">
  350. <property name="minimumSize">
  351. <size>
  352. <width>120</width>
  353. <height>0</height>
  354. </size>
  355. </property>
  356. <property name="text">
  357. <string extracomment="固晶头温度">Table Temperature</string>
  358. </property>
  359. </widget>
  360. </item>
  361. <item>
  362. <widget class="QLineEdit" name="lineEdit_8"/>
  363. </item>
  364. <item>
  365. <spacer name="horizontalSpacer_18">
  366. <property name="orientation">
  367. <enum>Qt::Horizontal</enum>
  368. </property>
  369. <property name="sizeHint" stdset="0">
  370. <size>
  371. <width>40</width>
  372. <height>20</height>
  373. </size>
  374. </property>
  375. </spacer>
  376. </item>
  377. </layout>
  378. </item>
  379. <item>
  380. <layout class="QHBoxLayout" name="horizontalLayout_10">
  381. <item>
  382. <spacer name="horizontalSpacer_8">
  383. <property name="orientation">
  384. <enum>Qt::Horizontal</enum>
  385. </property>
  386. <property name="sizeHint" stdset="0">
  387. <size>
  388. <width>40</width>
  389. <height>20</height>
  390. </size>
  391. </property>
  392. </spacer>
  393. </item>
  394. <item>
  395. <widget class="QLabel" name="label_10">
  396. <property name="minimumSize">
  397. <size>
  398. <width>120</width>
  399. <height>0</height>
  400. </size>
  401. </property>
  402. <property name="text">
  403. <string extracomment="固晶头温度">TableLimit Up</string>
  404. </property>
  405. </widget>
  406. </item>
  407. <item>
  408. <widget class="QLineEdit" name="lineEdit_9"/>
  409. </item>
  410. <item>
  411. <spacer name="horizontalSpacer_19">
  412. <property name="orientation">
  413. <enum>Qt::Horizontal</enum>
  414. </property>
  415. <property name="sizeHint" stdset="0">
  416. <size>
  417. <width>40</width>
  418. <height>20</height>
  419. </size>
  420. </property>
  421. </spacer>
  422. </item>
  423. </layout>
  424. </item>
  425. <item>
  426. <layout class="QHBoxLayout" name="horizontalLayout_11">
  427. <item>
  428. <spacer name="horizontalSpacer_9">
  429. <property name="orientation">
  430. <enum>Qt::Horizontal</enum>
  431. </property>
  432. <property name="sizeHint" stdset="0">
  433. <size>
  434. <width>40</width>
  435. <height>20</height>
  436. </size>
  437. </property>
  438. </spacer>
  439. </item>
  440. <item>
  441. <widget class="QLabel" name="label_11">
  442. <property name="minimumSize">
  443. <size>
  444. <width>120</width>
  445. <height>0</height>
  446. </size>
  447. </property>
  448. <property name="text">
  449. <string extracomment="固晶头温度">TableLimit Down</string>
  450. </property>
  451. </widget>
  452. </item>
  453. <item>
  454. <widget class="QLineEdit" name="lineEdit_10"/>
  455. </item>
  456. <item>
  457. <spacer name="horizontalSpacer_20">
  458. <property name="orientation">
  459. <enum>Qt::Horizontal</enum>
  460. </property>
  461. <property name="sizeHint" stdset="0">
  462. <size>
  463. <width>40</width>
  464. <height>20</height>
  465. </size>
  466. </property>
  467. </spacer>
  468. </item>
  469. </layout>
  470. </item>
  471. <item>
  472. <layout class="QHBoxLayout" name="horizontalLayout_12">
  473. <item>
  474. <spacer name="verticalSpacer_3">
  475. <property name="orientation">
  476. <enum>Qt::Vertical</enum>
  477. </property>
  478. <property name="sizeType">
  479. <enum>QSizePolicy::Fixed</enum>
  480. </property>
  481. <property name="sizeHint" stdset="0">
  482. <size>
  483. <width>20</width>
  484. <height>24</height>
  485. </size>
  486. </property>
  487. </spacer>
  488. </item>
  489. </layout>
  490. </item>
  491. <item>
  492. <layout class="QHBoxLayout" name="horizontalLayout_13">
  493. <item>
  494. <spacer name="horizontalSpacer_11">
  495. <property name="orientation">
  496. <enum>Qt::Horizontal</enum>
  497. </property>
  498. <property name="sizeHint" stdset="0">
  499. <size>
  500. <width>40</width>
  501. <height>20</height>
  502. </size>
  503. </property>
  504. </spacer>
  505. </item>
  506. <item>
  507. <widget class="QLabel" name="label_13">
  508. <property name="minimumSize">
  509. <size>
  510. <width>120</width>
  511. <height>0</height>
  512. </size>
  513. </property>
  514. <property name="text">
  515. <string extracomment="固晶头温度">Ultra Mode</string>
  516. </property>
  517. </widget>
  518. </item>
  519. <item>
  520. <widget class="QLineEdit" name="lineEdit_12"/>
  521. </item>
  522. <item>
  523. <spacer name="horizontalSpacer_22">
  524. <property name="orientation">
  525. <enum>Qt::Horizontal</enum>
  526. </property>
  527. <property name="sizeHint" stdset="0">
  528. <size>
  529. <width>40</width>
  530. <height>20</height>
  531. </size>
  532. </property>
  533. </spacer>
  534. </item>
  535. </layout>
  536. </item>
  537. <item>
  538. <layout class="QHBoxLayout" name="horizontalLayout_14">
  539. <item>
  540. <spacer name="horizontalSpacer_12">
  541. <property name="orientation">
  542. <enum>Qt::Horizontal</enum>
  543. </property>
  544. <property name="sizeHint" stdset="0">
  545. <size>
  546. <width>40</width>
  547. <height>20</height>
  548. </size>
  549. </property>
  550. </spacer>
  551. </item>
  552. <item>
  553. <widget class="QLabel" name="label_14">
  554. <property name="minimumSize">
  555. <size>
  556. <width>120</width>
  557. <height>0</height>
  558. </size>
  559. </property>
  560. <property name="text">
  561. <string extracomment="固晶头温度">Vol Full Scale</string>
  562. </property>
  563. </widget>
  564. </item>
  565. <item>
  566. <widget class="QLineEdit" name="lineEdit_13"/>
  567. </item>
  568. <item>
  569. <spacer name="horizontalSpacer_23">
  570. <property name="orientation">
  571. <enum>Qt::Horizontal</enum>
  572. </property>
  573. <property name="sizeHint" stdset="0">
  574. <size>
  575. <width>40</width>
  576. <height>20</height>
  577. </size>
  578. </property>
  579. </spacer>
  580. </item>
  581. </layout>
  582. </item>
  583. <item>
  584. <layout class="QHBoxLayout" name="horizontalLayout_18">
  585. <item>
  586. <spacer name="horizontalSpacer_21">
  587. <property name="orientation">
  588. <enum>Qt::Horizontal</enum>
  589. </property>
  590. <property name="sizeHint" stdset="0">
  591. <size>
  592. <width>40</width>
  593. <height>20</height>
  594. </size>
  595. </property>
  596. </spacer>
  597. </item>
  598. <item>
  599. <widget class="QLabel" name="label_18">
  600. <property name="minimumSize">
  601. <size>
  602. <width>120</width>
  603. <height>0</height>
  604. </size>
  605. </property>
  606. <property name="text">
  607. <string extracomment="固晶头温度">Pow Full Scale</string>
  608. </property>
  609. </widget>
  610. </item>
  611. <item>
  612. <widget class="QLineEdit" name="lineEdit_17"/>
  613. </item>
  614. <item>
  615. <spacer name="horizontalSpacer_28">
  616. <property name="orientation">
  617. <enum>Qt::Horizontal</enum>
  618. </property>
  619. <property name="sizeHint" stdset="0">
  620. <size>
  621. <width>40</width>
  622. <height>20</height>
  623. </size>
  624. </property>
  625. </spacer>
  626. </item>
  627. </layout>
  628. </item>
  629. <item>
  630. <layout class="QHBoxLayout" name="horizontalLayout_16">
  631. <item>
  632. <spacer name="horizontalSpacer_13">
  633. <property name="orientation">
  634. <enum>Qt::Horizontal</enum>
  635. </property>
  636. <property name="sizeHint" stdset="0">
  637. <size>
  638. <width>40</width>
  639. <height>20</height>
  640. </size>
  641. </property>
  642. </spacer>
  643. </item>
  644. <item>
  645. <widget class="QLabel" name="label_16">
  646. <property name="minimumSize">
  647. <size>
  648. <width>120</width>
  649. <height>0</height>
  650. </size>
  651. </property>
  652. <property name="text">
  653. <string extracomment="固晶头温度">Cur Full Scale</string>
  654. </property>
  655. </widget>
  656. </item>
  657. <item>
  658. <widget class="QLineEdit" name="lineEdit_15"/>
  659. </item>
  660. <item>
  661. <spacer name="horizontalSpacer_24">
  662. <property name="orientation">
  663. <enum>Qt::Horizontal</enum>
  664. </property>
  665. <property name="sizeHint" stdset="0">
  666. <size>
  667. <width>40</width>
  668. <height>20</height>
  669. </size>
  670. </property>
  671. </spacer>
  672. </item>
  673. </layout>
  674. </item>
  675. <item>
  676. <layout class="QHBoxLayout" name="horizontalLayout_19">
  677. <item>
  678. <widget class="QLabel" name="label_19">
  679. <property name="minimumSize">
  680. <size>
  681. <width>120</width>
  682. <height>0</height>
  683. </size>
  684. </property>
  685. <property name="text">
  686. <string extracomment="固晶头温度">Find Force</string>
  687. </property>
  688. </widget>
  689. </item>
  690. <item>
  691. <widget class="QRadioButton" name="radioButton">
  692. <property name="text">
  693. <string>Find Force</string>
  694. </property>
  695. </widget>
  696. </item>
  697. <item>
  698. <spacer name="horizontalSpacer_30">
  699. <property name="orientation">
  700. <enum>Qt::Horizontal</enum>
  701. </property>
  702. <property name="sizeHint" stdset="0">
  703. <size>
  704. <width>40</width>
  705. <height>20</height>
  706. </size>
  707. </property>
  708. </spacer>
  709. </item>
  710. </layout>
  711. </item>
  712. <item>
  713. <layout class="QHBoxLayout" name="horizontalLayout_20">
  714. <item>
  715. <spacer name="horizontalSpacer_31">
  716. <property name="orientation">
  717. <enum>Qt::Horizontal</enum>
  718. </property>
  719. <property name="sizeHint" stdset="0">
  720. <size>
  721. <width>40</width>
  722. <height>20</height>
  723. </size>
  724. </property>
  725. </spacer>
  726. </item>
  727. <item>
  728. <widget class="QLabel" name="label_20">
  729. <property name="minimumSize">
  730. <size>
  731. <width>120</width>
  732. <height>0</height>
  733. </size>
  734. </property>
  735. <property name="text">
  736. <string extracomment="固晶头温度">Bond Force</string>
  737. </property>
  738. </widget>
  739. </item>
  740. <item>
  741. <widget class="QLineEdit" name="lineEdit_19"/>
  742. </item>
  743. <item>
  744. <spacer name="horizontalSpacer_32">
  745. <property name="orientation">
  746. <enum>Qt::Horizontal</enum>
  747. </property>
  748. <property name="sizeHint" stdset="0">
  749. <size>
  750. <width>40</width>
  751. <height>20</height>
  752. </size>
  753. </property>
  754. </spacer>
  755. </item>
  756. </layout>
  757. </item>
  758. <item>
  759. <layout class="QHBoxLayout" name="horizontalLayout_21">
  760. <item>
  761. <spacer name="horizontalSpacer_33">
  762. <property name="orientation">
  763. <enum>Qt::Horizontal</enum>
  764. </property>
  765. <property name="sizeHint" stdset="0">
  766. <size>
  767. <width>40</width>
  768. <height>20</height>
  769. </size>
  770. </property>
  771. </spacer>
  772. </item>
  773. <item>
  774. <widget class="QLabel" name="label_21">
  775. <property name="minimumSize">
  776. <size>
  777. <width>120</width>
  778. <height>0</height>
  779. </size>
  780. </property>
  781. <property name="text">
  782. <string extracomment="固晶头温度">Bond Lev</string>
  783. </property>
  784. </widget>
  785. </item>
  786. <item>
  787. <widget class="QLineEdit" name="lineEdit_20"/>
  788. </item>
  789. <item>
  790. <spacer name="horizontalSpacer_34">
  791. <property name="orientation">
  792. <enum>Qt::Horizontal</enum>
  793. </property>
  794. <property name="sizeHint" stdset="0">
  795. <size>
  796. <width>40</width>
  797. <height>20</height>
  798. </size>
  799. </property>
  800. </spacer>
  801. </item>
  802. </layout>
  803. </item>
  804. <item>
  805. <layout class="QHBoxLayout" name="horizontalLayout_22">
  806. <item>
  807. <spacer name="horizontalSpacer_35">
  808. <property name="orientation">
  809. <enum>Qt::Horizontal</enum>
  810. </property>
  811. <property name="sizeHint" stdset="0">
  812. <size>
  813. <width>40</width>
  814. <height>20</height>
  815. </size>
  816. </property>
  817. </spacer>
  818. </item>
  819. <item>
  820. <widget class="QLabel" name="label_22">
  821. <property name="minimumSize">
  822. <size>
  823. <width>120</width>
  824. <height>0</height>
  825. </size>
  826. </property>
  827. <property name="text">
  828. <string extracomment="固晶头温度">Head Vacuum Off</string>
  829. </property>
  830. </widget>
  831. </item>
  832. <item>
  833. <widget class="QLineEdit" name="lineEdit_21"/>
  834. </item>
  835. <item>
  836. <spacer name="horizontalSpacer_36">
  837. <property name="orientation">
  838. <enum>Qt::Horizontal</enum>
  839. </property>
  840. <property name="sizeHint" stdset="0">
  841. <size>
  842. <width>40</width>
  843. <height>20</height>
  844. </size>
  845. </property>
  846. </spacer>
  847. </item>
  848. </layout>
  849. </item>
  850. <item>
  851. <layout class="QHBoxLayout" name="horizontalLayout_23">
  852. <item>
  853. <spacer name="horizontalSpacer_37">
  854. <property name="orientation">
  855. <enum>Qt::Horizontal</enum>
  856. </property>
  857. <property name="sizeHint" stdset="0">
  858. <size>
  859. <width>40</width>
  860. <height>20</height>
  861. </size>
  862. </property>
  863. </spacer>
  864. </item>
  865. <item>
  866. <widget class="QLabel" name="label_23">
  867. <property name="minimumSize">
  868. <size>
  869. <width>120</width>
  870. <height>0</height>
  871. </size>
  872. </property>
  873. <property name="text">
  874. <string extracomment="固晶头温度">Table Vacuum Off</string>
  875. </property>
  876. </widget>
  877. </item>
  878. <item>
  879. <widget class="QLineEdit" name="lineEdit_22"/>
  880. </item>
  881. <item>
  882. <spacer name="horizontalSpacer_38">
  883. <property name="orientation">
  884. <enum>Qt::Horizontal</enum>
  885. </property>
  886. <property name="sizeHint" stdset="0">
  887. <size>
  888. <width>40</width>
  889. <height>20</height>
  890. </size>
  891. </property>
  892. </spacer>
  893. </item>
  894. </layout>
  895. </item>
  896. <item>
  897. <layout class="QHBoxLayout" name="horizontalLayout_24">
  898. <item>
  899. <spacer name="horizontalSpacer_39">
  900. <property name="orientation">
  901. <enum>Qt::Horizontal</enum>
  902. </property>
  903. <property name="sizeHint" stdset="0">
  904. <size>
  905. <width>40</width>
  906. <height>20</height>
  907. </size>
  908. </property>
  909. </spacer>
  910. </item>
  911. <item>
  912. <widget class="QLabel" name="label_24">
  913. <property name="minimumSize">
  914. <size>
  915. <width>120</width>
  916. <height>0</height>
  917. </size>
  918. </property>
  919. <property name="text">
  920. <string extracomment="固晶头温度">Bond Delay</string>
  921. </property>
  922. </widget>
  923. </item>
  924. <item>
  925. <widget class="QLineEdit" name="lineEdit_23"/>
  926. </item>
  927. <item>
  928. <spacer name="horizontalSpacer_40">
  929. <property name="orientation">
  930. <enum>Qt::Horizontal</enum>
  931. </property>
  932. <property name="sizeHint" stdset="0">
  933. <size>
  934. <width>40</width>
  935. <height>20</height>
  936. </size>
  937. </property>
  938. </spacer>
  939. </item>
  940. </layout>
  941. </item>
  942. </layout>
  943. </widget>
  944. </widget>
  945. </item>
  946. <item>
  947. <spacer name="verticalSpacer">
  948. <property name="orientation">
  949. <enum>Qt::Vertical</enum>
  950. </property>
  951. <property name="sizeType">
  952. <enum>QSizePolicy::Fixed</enum>
  953. </property>
  954. <property name="sizeHint" stdset="0">
  955. <size>
  956. <width>20</width>
  957. <height>373</height>
  958. </size>
  959. </property>
  960. </spacer>
  961. </item>
  962. </layout>
  963. </widget>
  964. </widget>
  965. <layoutdefault spacing="6" margin="11"/>
  966. <resources/>
  967. <connections/>
  968. </ui>