BondMatrixProgramPage.ui 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>BondMatrixProgramPageClass</class>
  4. <widget class="QWidget" name="BondMatrixProgramPageClass">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>442</width>
  10. <height>943</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>BondMatrixProgramPage</string>
  15. </property>
  16. <widget class="QScrollArea" name="scrollArea_2">
  17. <property name="geometry">
  18. <rect>
  19. <x>10</x>
  20. <y>60</y>
  21. <width>421</width>
  22. <height>231</height>
  23. </rect>
  24. </property>
  25. <property name="sizePolicy">
  26. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  27. <horstretch>0</horstretch>
  28. <verstretch>0</verstretch>
  29. </sizepolicy>
  30. </property>
  31. <property name="widgetResizable">
  32. <bool>true</bool>
  33. </property>
  34. <widget class="QWidget" name="scrollAreaWidgetMatrix">
  35. <property name="geometry">
  36. <rect>
  37. <x>0</x>
  38. <y>0</y>
  39. <width>402</width>
  40. <height>242</height>
  41. </rect>
  42. </property>
  43. <layout class="QVBoxLayout" name="verticalLayout_2">
  44. <item>
  45. <layout class="QGridLayout" name="gridLayout">
  46. <property name="spacing">
  47. <number>10</number>
  48. </property>
  49. <item row="5" column="1">
  50. <widget class="DoubleSpinBox" name="doubleSpinBoxRightTopX">
  51. <property name="minimum">
  52. <double>-1000000000.000000000000000</double>
  53. </property>
  54. <property name="maximum">
  55. <double>1000000000.000000000000000</double>
  56. </property>
  57. </widget>
  58. </item>
  59. <item row="6" column="2">
  60. <widget class="DoubleSpinBox" name="doubleSpinBoxRightButtomY">
  61. <property name="minimum">
  62. <double>-1000000000.000000000000000</double>
  63. </property>
  64. <property name="maximum">
  65. <double>1000000000.000000000000000</double>
  66. </property>
  67. </widget>
  68. </item>
  69. <item row="5" column="0">
  70. <widget class="QLabel" name="label_79">
  71. <property name="text">
  72. <string>右上角</string>
  73. </property>
  74. </widget>
  75. </item>
  76. <item row="5" column="2">
  77. <widget class="DoubleSpinBox" name="doubleSpinBoxRightTopY">
  78. <property name="minimum">
  79. <double>-1000000000.000000000000000</double>
  80. </property>
  81. <property name="maximum">
  82. <double>1000000000.000000000000000</double>
  83. </property>
  84. </widget>
  85. </item>
  86. <item row="4" column="1">
  87. <widget class="DoubleSpinBox" name="doubleSpinBoxLeftTopX">
  88. <property name="maximum">
  89. <double>1000000000.000000000000000</double>
  90. </property>
  91. </widget>
  92. </item>
  93. <item row="1" column="0">
  94. <widget class="QLabel" name="label">
  95. <property name="text">
  96. <string>行数</string>
  97. </property>
  98. </widget>
  99. </item>
  100. <item row="6" column="0">
  101. <widget class="QLabel" name="label_80">
  102. <property name="text">
  103. <string>右下角</string>
  104. </property>
  105. </widget>
  106. </item>
  107. <item row="6" column="1">
  108. <widget class="DoubleSpinBox" name="doubleSpinBoxRightButtomX">
  109. <property name="minimum">
  110. <double>-1000000000.000000000000000</double>
  111. </property>
  112. <property name="maximum">
  113. <double>1000000000.000000000000000</double>
  114. </property>
  115. </widget>
  116. </item>
  117. <item row="7" column="0">
  118. <widget class="QLabel" name="label_81">
  119. <property name="text">
  120. <string>不固晶点</string>
  121. </property>
  122. </widget>
  123. </item>
  124. <item row="4" column="2">
  125. <widget class="DoubleSpinBox" name="doubleSpinBoxLeftTopY">
  126. <property name="minimum">
  127. <double>-1000000000.000000000000000</double>
  128. </property>
  129. <property name="maximum">
  130. <double>1000000000.000000000000000</double>
  131. </property>
  132. </widget>
  133. </item>
  134. <item row="2" column="1">
  135. <widget class="SpinBox" name="spinBoxCol"/>
  136. </item>
  137. <item row="1" column="1">
  138. <widget class="SpinBox" name="spinBoxRow"/>
  139. </item>
  140. <item row="4" column="0">
  141. <widget class="QLabel" name="label_18">
  142. <property name="text">
  143. <string>左上角</string>
  144. </property>
  145. </widget>
  146. </item>
  147. <item row="7" column="1" colspan="2">
  148. <widget class="QLineEdit" name="lineEditNoBondPts"/>
  149. </item>
  150. <item row="2" column="0">
  151. <widget class="QLabel" name="label_2">
  152. <property name="text">
  153. <string>列数</string>
  154. </property>
  155. </widget>
  156. </item>
  157. <item row="0" column="0" colspan="3">
  158. <widget class="QLabel" name="label_82">
  159. <property name="text">
  160. <string>一维矩阵:</string>
  161. </property>
  162. </widget>
  163. </item>
  164. </layout>
  165. </item>
  166. </layout>
  167. </widget>
  168. </widget>
  169. <widget class="QFrame" name="frame">
  170. <property name="geometry">
  171. <rect>
  172. <x>10</x>
  173. <y>290</y>
  174. <width>0</width>
  175. <height>0</height>
  176. </rect>
  177. </property>
  178. <property name="frameShape">
  179. <enum>QFrame::StyledPanel</enum>
  180. </property>
  181. <property name="frameShadow">
  182. <enum>QFrame::Raised</enum>
  183. </property>
  184. </widget>
  185. <widget class="QFrame" name="frame_2">
  186. <property name="geometry">
  187. <rect>
  188. <x>10</x>
  189. <y>297</y>
  190. <width>0</width>
  191. <height>0</height>
  192. </rect>
  193. </property>
  194. <property name="frameShape">
  195. <enum>QFrame::StyledPanel</enum>
  196. </property>
  197. <property name="frameShadow">
  198. <enum>QFrame::Raised</enum>
  199. </property>
  200. </widget>
  201. <widget class="QScrollArea" name="scrollArea_3">
  202. <property name="geometry">
  203. <rect>
  204. <x>10</x>
  205. <y>320</y>
  206. <width>421</width>
  207. <height>611</height>
  208. </rect>
  209. </property>
  210. <property name="sizePolicy">
  211. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  212. <horstretch>0</horstretch>
  213. <verstretch>0</verstretch>
  214. </sizepolicy>
  215. </property>
  216. <property name="widgetResizable">
  217. <bool>true</bool>
  218. </property>
  219. <widget class="QWidget" name="scrollAreaWidgetParam">
  220. <property name="geometry">
  221. <rect>
  222. <x>0</x>
  223. <y>0</y>
  224. <width>398</width>
  225. <height>1282</height>
  226. </rect>
  227. </property>
  228. <layout class="QVBoxLayout" name="verticalLayout">
  229. <item>
  230. <layout class="QGridLayout" name="gridLayout_2">
  231. <property name="spacing">
  232. <number>10</number>
  233. </property>
  234. <item row="8" column="1">
  235. <widget class="SpinBox" name="spinBoxCalibPickTemp"/>
  236. </item>
  237. <item row="36" column="0">
  238. <widget class="QLabel" name="label_38">
  239. <property name="text">
  240. <string>固晶高度</string>
  241. </property>
  242. </widget>
  243. </item>
  244. <item row="35" column="1">
  245. <widget class="DoubleSpinBox" name="doubleSpinBoxBondForce">
  246. <property name="minimum">
  247. <double>-1000000000.000000000000000</double>
  248. </property>
  249. <property name="maximum">
  250. <double>1000000000.000000000000000</double>
  251. </property>
  252. </widget>
  253. </item>
  254. <item row="17" column="0">
  255. <widget class="QLabel" name="label_13">
  256. <property name="text">
  257. <string>取晶参数:</string>
  258. </property>
  259. </widget>
  260. </item>
  261. <item row="23" column="0">
  262. <widget class="QLabel" name="label_75">
  263. <property name="text">
  264. <string>取晶高度</string>
  265. </property>
  266. </widget>
  267. </item>
  268. <item row="9" column="1">
  269. <widget class="SpinBox" name="spinBoxBondNozzleID"/>
  270. </item>
  271. <item row="20" column="1">
  272. <widget class="QCheckBox" name="checkBoxPickFindForceCheck">
  273. <property name="text">
  274. <string>CheckBox</string>
  275. </property>
  276. </widget>
  277. </item>
  278. <item row="2" column="0">
  279. <widget class="QLabel" name="label_77">
  280. <property name="text">
  281. <string>取晶模板ID</string>
  282. </property>
  283. </widget>
  284. </item>
  285. <item row="31" column="1">
  286. <widget class="QCheckBox" name="checkBoxBondBlockCheck">
  287. <property name="text">
  288. <string>CheckBox</string>
  289. </property>
  290. </widget>
  291. </item>
  292. <item row="25" column="1">
  293. <widget class="SpinBox" name="spinBox_PickDelay"/>
  294. </item>
  295. <item row="3" column="1">
  296. <widget class="SpinBox" name="spinBoxPickNozzleID"/>
  297. </item>
  298. <item row="24" column="0">
  299. <widget class="QLabel" name="label_20">
  300. <property name="text">
  301. <string>拍照延时</string>
  302. </property>
  303. </widget>
  304. </item>
  305. <item row="33" column="1">
  306. <widget class="QCheckBox" name="checkBoxBondFindForce">
  307. <property name="text">
  308. <string>CheckBox</string>
  309. </property>
  310. </widget>
  311. </item>
  312. <item row="18" column="0">
  313. <widget class="QLabel" name="label_14">
  314. <property name="text">
  315. <string>阻塞检测</string>
  316. </property>
  317. </widget>
  318. </item>
  319. <item row="22" column="1">
  320. <widget class="DoubleSpinBox" name="doubleSpinBoxPickForce">
  321. <property name="minimum">
  322. <double>-1000000000.000000000000000</double>
  323. </property>
  324. <property name="maximum">
  325. <double>1000000000.000000000000000</double>
  326. </property>
  327. </widget>
  328. </item>
  329. <item row="11" column="0">
  330. <widget class="QLabel" name="label_11">
  331. <property name="text">
  332. <string>固晶点补偿Y</string>
  333. </property>
  334. </widget>
  335. </item>
  336. <item row="1" column="0">
  337. <widget class="QLabel" name="label_76">
  338. <property name="text">
  339. <string>是否中转</string>
  340. </property>
  341. </widget>
  342. </item>
  343. <item row="1" column="1">
  344. <widget class="QCheckBox" name="checkBoxIsCalib">
  345. <property name="text">
  346. <string>CheckBox</string>
  347. </property>
  348. </widget>
  349. </item>
  350. <item row="41" column="0">
  351. <widget class="QLabel" name="label_37">
  352. <property name="text">
  353. <string>吹气延时</string>
  354. </property>
  355. </widget>
  356. </item>
  357. <item row="34" column="0">
  358. <widget class="QLabel" name="label_31">
  359. <property name="text">
  360. <string>预固晶高度</string>
  361. </property>
  362. </widget>
  363. </item>
  364. <item row="24" column="1">
  365. <widget class="SpinBox" name="spinBoxPickGrabDelay"/>
  366. </item>
  367. <item row="25" column="0">
  368. <widget class="QLabel" name="label_21">
  369. <property name="text">
  370. <string>取晶延时</string>
  371. </property>
  372. </widget>
  373. </item>
  374. <item row="0" column="0">
  375. <widget class="QLabel" name="label_3">
  376. <property name="text">
  377. <string>晶粒来源</string>
  378. </property>
  379. </widget>
  380. </item>
  381. <item row="29" column="1">
  382. <widget class="QLabel" name="label_73">
  383. <property name="text">
  384. <string/>
  385. </property>
  386. </widget>
  387. </item>
  388. <item row="17" column="1">
  389. <widget class="QComboBox" name="comboBoxPickParamType">
  390. <item>
  391. <property name="text">
  392. <string>取晶头取晶</string>
  393. </property>
  394. </item>
  395. <item>
  396. <property name="text">
  397. <string>中转台取晶</string>
  398. </property>
  399. </item>
  400. </widget>
  401. </item>
  402. <item row="29" column="0">
  403. <widget class="QLabel" name="label_29">
  404. <property name="text">
  405. <string/>
  406. </property>
  407. </widget>
  408. </item>
  409. <item row="36" column="1">
  410. <widget class="DoubleSpinBox" name="doubleSpinBoxBondPosZ">
  411. <property name="minimum">
  412. <double>-1000000000.000000000000000</double>
  413. </property>
  414. <property name="maximum">
  415. <double>1000000000.000000000000000</double>
  416. </property>
  417. </widget>
  418. </item>
  419. <item row="39" column="1">
  420. <widget class="SpinBox" name="spinBoxBondBlockCheckDelay"/>
  421. </item>
  422. <item row="38" column="1">
  423. <widget class="SpinBox" name="spinBoxBondDelay"/>
  424. </item>
  425. <item row="34" column="1">
  426. <widget class="DoubleSpinBox" name="doubleSpinBoxPreBondPosZ">
  427. <property name="minimum">
  428. <double>-1000000000.000000000000000</double>
  429. </property>
  430. <property name="maximum">
  431. <double>1000000000.000000000000000</double>
  432. </property>
  433. </widget>
  434. </item>
  435. <item row="13" column="1">
  436. <widget class="QLabel" name="label_74">
  437. <property name="text">
  438. <string/>
  439. </property>
  440. </widget>
  441. </item>
  442. <item row="35" column="0">
  443. <widget class="QLabel" name="label_32">
  444. <property name="text">
  445. <string>固晶压力</string>
  446. </property>
  447. </widget>
  448. </item>
  449. <item row="41" column="1">
  450. <widget class="SpinBox" name="spinBoxBondBlowDelay"/>
  451. </item>
  452. <item row="27" column="1">
  453. <widget class="SpinBox" name="spinBoxPickVacDelay"/>
  454. </item>
  455. <item row="38" column="0">
  456. <widget class="QLabel" name="label_34">
  457. <property name="text">
  458. <string>固晶延时</string>
  459. </property>
  460. </widget>
  461. </item>
  462. <item row="7" column="0">
  463. <widget class="QLabel" name="label_7">
  464. <property name="text">
  465. <string>上视对点模板ID</string>
  466. </property>
  467. </widget>
  468. </item>
  469. <item row="23" column="1">
  470. <widget class="DoubleSpinBox" name="doubleSpinBoxPickPosZ">
  471. <property name="minimum">
  472. <double>-1000000000.000000000000000</double>
  473. </property>
  474. <property name="maximum">
  475. <double>1000000000.000000000000000</double>
  476. </property>
  477. </widget>
  478. </item>
  479. <item row="10" column="1">
  480. <widget class="DoubleSpinBox" name="doubleSpinBoxBondOffsetX">
  481. <property name="minimum">
  482. <double>-1000000000.000000000000000</double>
  483. </property>
  484. <property name="maximum">
  485. <double>1000000000.000000000000000</double>
  486. </property>
  487. </widget>
  488. </item>
  489. <item row="27" column="0">
  490. <widget class="QLabel" name="label_23">
  491. <property name="text">
  492. <string>真空延时</string>
  493. </property>
  494. </widget>
  495. </item>
  496. <item row="39" column="0">
  497. <widget class="QLabel" name="label_35">
  498. <property name="text">
  499. <string>阻塞/漏晶检测延时</string>
  500. </property>
  501. </widget>
  502. </item>
  503. <item row="13" column="0">
  504. <widget class="QLabel" name="label_30">
  505. <property name="text">
  506. <string/>
  507. </property>
  508. </widget>
  509. </item>
  510. <item row="8" column="0">
  511. <widget class="QLabel" name="label_8">
  512. <property name="text">
  513. <string>中转台取晶模板ID</string>
  514. </property>
  515. </widget>
  516. </item>
  517. <item row="12" column="0">
  518. <widget class="QLabel" name="label_12">
  519. <property name="text">
  520. <string>固晶点补偿角度</string>
  521. </property>
  522. </widget>
  523. </item>
  524. <item row="33" column="0">
  525. <widget class="QLabel" name="label_28">
  526. <property name="text">
  527. <string>是否寻压</string>
  528. </property>
  529. </widget>
  530. </item>
  531. <item row="6" column="0">
  532. <widget class="QLabel" name="label_6">
  533. <property name="text">
  534. <string>固晶对点模板ID</string>
  535. </property>
  536. </widget>
  537. </item>
  538. <item row="3" column="0">
  539. <widget class="QLabel" name="label_78">
  540. <property name="text">
  541. <string>取晶吸嘴号</string>
  542. </property>
  543. </widget>
  544. </item>
  545. <item row="26" column="1">
  546. <widget class="SpinBox" name="spinBoxPickBlockCheckDelay"/>
  547. </item>
  548. <item row="30" column="0">
  549. <widget class="QLabel" name="label_25">
  550. <property name="text">
  551. <string>固晶台固晶参数:</string>
  552. </property>
  553. </widget>
  554. </item>
  555. <item row="37" column="0">
  556. <widget class="QLabel" name="label_33">
  557. <property name="text">
  558. <string>拍照延时</string>
  559. </property>
  560. </widget>
  561. </item>
  562. <item row="28" column="0">
  563. <widget class="QLabel" name="label_24">
  564. <property name="text">
  565. <string>吹气延时</string>
  566. </property>
  567. </widget>
  568. </item>
  569. <item row="37" column="1">
  570. <widget class="SpinBox" name="spinBoxBondGrabDelay"/>
  571. </item>
  572. <item row="11" column="1">
  573. <widget class="DoubleSpinBox" name="doubleSpinBoxBondOffsetY">
  574. <property name="minimum">
  575. <double>-1000000000.000000000000000</double>
  576. </property>
  577. <property name="maximum">
  578. <double>1000000000.000000000000000</double>
  579. </property>
  580. </widget>
  581. </item>
  582. <item row="5" column="0">
  583. <widget class="QLabel" name="label_5">
  584. <property name="text">
  585. <string>固后检测模板ID</string>
  586. </property>
  587. </widget>
  588. </item>
  589. <item row="21" column="1">
  590. <widget class="DoubleSpinBox" name="doubleSpinBoxPrePickZ">
  591. <property name="minimum">
  592. <double>-1000000000.000000000000000</double>
  593. </property>
  594. <property name="maximum">
  595. <double>1000000000.000000000000000</double>
  596. </property>
  597. </widget>
  598. </item>
  599. <item row="22" column="0">
  600. <widget class="QLabel" name="label_19">
  601. <property name="text">
  602. <string>取晶压力</string>
  603. </property>
  604. </widget>
  605. </item>
  606. <item row="12" column="1">
  607. <widget class="DoubleSpinBox" name="doubleSpinBoxBondOffsetAngle">
  608. <property name="minimum">
  609. <double>-1000000000.000000000000000</double>
  610. </property>
  611. <property name="maximum">
  612. <double>1000000000.000000000000000</double>
  613. </property>
  614. </widget>
  615. </item>
  616. <item row="32" column="0">
  617. <widget class="QLabel" name="label_27">
  618. <property name="text">
  619. <string>漏晶检测</string>
  620. </property>
  621. </widget>
  622. </item>
  623. <item row="32" column="1">
  624. <widget class="QCheckBox" name="checkBoxBondLoseCheck">
  625. <property name="text">
  626. <string>CheckBox</string>
  627. </property>
  628. </widget>
  629. </item>
  630. <item row="4" column="0">
  631. <widget class="QLabel" name="label_4">
  632. <property name="text">
  633. <string>固前检测模板ID</string>
  634. </property>
  635. </widget>
  636. </item>
  637. <item row="21" column="0">
  638. <widget class="QLabel" name="label_17">
  639. <property name="text">
  640. <string>预拾取高度</string>
  641. </property>
  642. </widget>
  643. </item>
  644. <item row="6" column="1">
  645. <widget class="SpinBox" name="spinBoxBondTemp"/>
  646. </item>
  647. <item row="30" column="1">
  648. <widget class="QComboBox" name="comboBoxBondParamType">
  649. <item>
  650. <property name="text">
  651. <string>中转台放晶</string>
  652. </property>
  653. </item>
  654. <item>
  655. <property name="text">
  656. <string>固晶台固晶</string>
  657. </property>
  658. </item>
  659. </widget>
  660. </item>
  661. <item row="9" column="0">
  662. <widget class="QLabel" name="label_9">
  663. <property name="text">
  664. <string>固晶吸嘴号</string>
  665. </property>
  666. </widget>
  667. </item>
  668. <item row="40" column="1">
  669. <widget class="SpinBox" name="spinBoxBondVacDelay"/>
  670. </item>
  671. <item row="0" column="1">
  672. <widget class="QComboBox" name="comboBoxDieSource">
  673. <item>
  674. <property name="text">
  675. <string>华夫盒</string>
  676. </property>
  677. </item>
  678. <item>
  679. <property name="text">
  680. <string>晶圆台</string>
  681. </property>
  682. </item>
  683. </widget>
  684. </item>
  685. <item row="5" column="1">
  686. <widget class="SpinBox" name="spinBoxPostBondTemp"/>
  687. </item>
  688. <item row="26" column="0">
  689. <widget class="QLabel" name="label_22">
  690. <property name="text">
  691. <string>阻塞/漏晶检测延时</string>
  692. </property>
  693. </widget>
  694. </item>
  695. <item row="31" column="0">
  696. <widget class="QLabel" name="label_26">
  697. <property name="text">
  698. <string>阻塞检测</string>
  699. </property>
  700. </widget>
  701. </item>
  702. <item row="18" column="1">
  703. <widget class="QCheckBox" name="checkBoxPickBlockCheck">
  704. <property name="text">
  705. <string>CheckBox</string>
  706. </property>
  707. </widget>
  708. </item>
  709. <item row="28" column="1">
  710. <widget class="SpinBox" name="spinBoxPickBlowDelay"/>
  711. </item>
  712. <item row="20" column="0">
  713. <widget class="QLabel" name="label_16">
  714. <property name="text">
  715. <string>是否寻压</string>
  716. </property>
  717. </widget>
  718. </item>
  719. <item row="4" column="1">
  720. <widget class="SpinBox" name="spinBoxPreBondTemp"/>
  721. </item>
  722. <item row="40" column="0">
  723. <widget class="QLabel" name="label_36">
  724. <property name="text">
  725. <string>真空延时</string>
  726. </property>
  727. </widget>
  728. </item>
  729. <item row="7" column="1">
  730. <widget class="SpinBox" name="spinBoxLookUpTemp"/>
  731. </item>
  732. <item row="2" column="1">
  733. <widget class="SpinBox" name="spinBoxPickTempID"/>
  734. </item>
  735. <item row="10" column="0">
  736. <widget class="QLabel" name="label_10">
  737. <property name="text">
  738. <string>固晶点补偿X</string>
  739. </property>
  740. </widget>
  741. </item>
  742. <item row="19" column="1">
  743. <widget class="QCheckBox" name="checkBoxPickLoseCheck">
  744. <property name="text">
  745. <string>CheckBox</string>
  746. </property>
  747. </widget>
  748. </item>
  749. <item row="19" column="0">
  750. <widget class="QLabel" name="label_15">
  751. <property name="text">
  752. <string>漏晶检测</string>
  753. </property>
  754. </widget>
  755. </item>
  756. </layout>
  757. </item>
  758. </layout>
  759. </widget>
  760. </widget>
  761. <widget class="QFrame" name="frame_3">
  762. <property name="geometry">
  763. <rect>
  764. <x>10</x>
  765. <y>40</y>
  766. <width>431</width>
  767. <height>16</height>
  768. </rect>
  769. </property>
  770. <property name="frameShape">
  771. <enum>QFrame::StyledPanel</enum>
  772. </property>
  773. <property name="frameShadow">
  774. <enum>QFrame::Raised</enum>
  775. </property>
  776. </widget>
  777. <widget class="QWidget" name="layoutWidget">
  778. <property name="geometry">
  779. <rect>
  780. <x>10</x>
  781. <y>10</y>
  782. <width>421</width>
  783. <height>30</height>
  784. </rect>
  785. </property>
  786. <layout class="QHBoxLayout" name="horizontalLayout">
  787. <item>
  788. <spacer name="horizontalSpacer">
  789. <property name="orientation">
  790. <enum>Qt::Horizontal</enum>
  791. </property>
  792. <property name="sizeHint" stdset="0">
  793. <size>
  794. <width>40</width>
  795. <height>20</height>
  796. </size>
  797. </property>
  798. </spacer>
  799. </item>
  800. <item>
  801. <widget class="QPushButton" name="pushButtonSave">
  802. <property name="minimumSize">
  803. <size>
  804. <width>150</width>
  805. <height>0</height>
  806. </size>
  807. </property>
  808. <property name="text">
  809. <string>Save</string>
  810. </property>
  811. </widget>
  812. </item>
  813. </layout>
  814. </widget>
  815. <widget class="QFrame" name="frame_4">
  816. <property name="geometry">
  817. <rect>
  818. <x>10</x>
  819. <y>300</y>
  820. <width>431</width>
  821. <height>16</height>
  822. </rect>
  823. </property>
  824. <property name="frameShape">
  825. <enum>QFrame::StyledPanel</enum>
  826. </property>
  827. <property name="frameShadow">
  828. <enum>QFrame::Raised</enum>
  829. </property>
  830. </widget>
  831. </widget>
  832. <layoutdefault spacing="6" margin="11"/>
  833. <customwidgets>
  834. <customwidget>
  835. <class>SpinBox</class>
  836. <extends>QSpinBox</extends>
  837. <header>Src/RewriteControl/Controls/SpinBox.h</header>
  838. </customwidget>
  839. <customwidget>
  840. <class>DoubleSpinBox</class>
  841. <extends>QDoubleSpinBox</extends>
  842. <header>Src/RewriteControl/Controls/doublespinbox.h</header>
  843. </customwidget>
  844. </customwidgets>
  845. <resources/>
  846. <connections/>
  847. </ui>