BondMatrixProgramPage.ui 38 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247
  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>484</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>0</x>
  20. <y>40</y>
  21. <width>431</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>429</width>
  40. <height>229</height>
  41. </rect>
  42. </property>
  43. <layout class="QVBoxLayout" name="verticalLayout_2">
  44. <item>
  45. <layout class="QVBoxLayout" name="verticalLayout_3"/>
  46. </item>
  47. </layout>
  48. </widget>
  49. </widget>
  50. <widget class="QFrame" name="frame">
  51. <property name="geometry">
  52. <rect>
  53. <x>0</x>
  54. <y>280</y>
  55. <width>0</width>
  56. <height>0</height>
  57. </rect>
  58. </property>
  59. <property name="frameShape">
  60. <enum>QFrame::StyledPanel</enum>
  61. </property>
  62. <property name="frameShadow">
  63. <enum>QFrame::Raised</enum>
  64. </property>
  65. </widget>
  66. <widget class="QFrame" name="frame_2">
  67. <property name="geometry">
  68. <rect>
  69. <x>0</x>
  70. <y>287</y>
  71. <width>0</width>
  72. <height>0</height>
  73. </rect>
  74. </property>
  75. <property name="frameShape">
  76. <enum>QFrame::StyledPanel</enum>
  77. </property>
  78. <property name="frameShadow">
  79. <enum>QFrame::Raised</enum>
  80. </property>
  81. </widget>
  82. <widget class="QScrollArea" name="scrollArea_3">
  83. <property name="geometry">
  84. <rect>
  85. <x>0</x>
  86. <y>310</y>
  87. <width>431</width>
  88. <height>631</height>
  89. </rect>
  90. </property>
  91. <property name="sizePolicy">
  92. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  93. <horstretch>0</horstretch>
  94. <verstretch>0</verstretch>
  95. </sizepolicy>
  96. </property>
  97. <property name="widgetResizable">
  98. <bool>true</bool>
  99. </property>
  100. <widget class="QWidget" name="scrollAreaWidgetParam">
  101. <property name="geometry">
  102. <rect>
  103. <x>-113</x>
  104. <y>-801</y>
  105. <width>521</width>
  106. <height>1409</height>
  107. </rect>
  108. </property>
  109. <layout class="QVBoxLayout" name="verticalLayout">
  110. <item>
  111. <layout class="QGridLayout" name="gridLayout_2">
  112. <property name="horizontalSpacing">
  113. <number>3</number>
  114. </property>
  115. <property name="verticalSpacing">
  116. <number>10</number>
  117. </property>
  118. <item row="43" column="0">
  119. <widget class="QLabel" name="label_37">
  120. <property name="text">
  121. <string>吹气延时(ms)</string>
  122. </property>
  123. </widget>
  124. </item>
  125. <item row="3" column="1" colspan="2">
  126. <widget class="QComboBox" name="comboBoxPickTempID"/>
  127. </item>
  128. <item row="38" column="1" colspan="2">
  129. <widget class="DoubleSpinBox" name="doubleSpinBoxBondPosZ">
  130. <property name="minimum">
  131. <double>-1000000000.000000000000000</double>
  132. </property>
  133. <property name="maximum">
  134. <double>1000000000.000000000000000</double>
  135. </property>
  136. </widget>
  137. </item>
  138. <item row="41" column="0">
  139. <widget class="QLabel" name="label_35">
  140. <property name="text">
  141. <string>阻塞/漏晶检测延时(ms)</string>
  142. </property>
  143. </widget>
  144. </item>
  145. <item row="3" column="4">
  146. <widget class="QPushButton" name="CreatParamPickTemp">
  147. <property name="sizePolicy">
  148. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  149. <horstretch>0</horstretch>
  150. <verstretch>0</verstretch>
  151. </sizepolicy>
  152. </property>
  153. <property name="text">
  154. <string>Create</string>
  155. </property>
  156. </widget>
  157. </item>
  158. <item row="5" column="3">
  159. <widget class="QPushButton" name="SetParamPreBond">
  160. <property name="sizePolicy">
  161. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  162. <horstretch>0</horstretch>
  163. <verstretch>0</verstretch>
  164. </sizepolicy>
  165. </property>
  166. <property name="text">
  167. <string>Modify</string>
  168. </property>
  169. </widget>
  170. </item>
  171. <item row="16" column="1">
  172. <widget class="QLabel" name="label_11">
  173. <property name="text">
  174. <string>取晶头取晶</string>
  175. </property>
  176. </widget>
  177. </item>
  178. <item row="16" column="3">
  179. <widget class="QLabel" name="label">
  180. <property name="text">
  181. <string>中转台取晶</string>
  182. </property>
  183. </widget>
  184. </item>
  185. <item row="28" column="3" colspan="2">
  186. <widget class="SpinBox" name="spinBoxPickVacDelay_2"/>
  187. </item>
  188. <item row="1" column="1">
  189. <widget class="QCheckBox" name="checkBoxIsCalib">
  190. <property name="text">
  191. <string>Open</string>
  192. </property>
  193. </widget>
  194. </item>
  195. <item row="31" column="2">
  196. <widget class="QComboBox" name="comboBoxCurrentPara_Place1">
  197. <property name="sizePolicy">
  198. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  199. <horstretch>0</horstretch>
  200. <verstretch>0</verstretch>
  201. </sizepolicy>
  202. </property>
  203. <property name="minimumSize">
  204. <size>
  205. <width>30</width>
  206. <height>0</height>
  207. </size>
  208. </property>
  209. </widget>
  210. </item>
  211. <item row="16" column="0">
  212. <widget class="QLabel" name="label_13">
  213. <property name="text">
  214. <string>取晶参数:</string>
  215. </property>
  216. </widget>
  217. </item>
  218. <item row="9" column="0">
  219. <widget class="QLabel" name="label_8">
  220. <property name="text">
  221. <string>中转台取晶模板ID</string>
  222. </property>
  223. </widget>
  224. </item>
  225. <item row="29" column="3" colspan="2">
  226. <widget class="SpinBox" name="spinBoxPickBlowDelay_2"/>
  227. </item>
  228. <item row="41" column="3" colspan="2">
  229. <widget class="SpinBox" name="spinBoxBondBlockCheckDelay_2"/>
  230. </item>
  231. <item row="42" column="0">
  232. <widget class="QLabel" name="label_36">
  233. <property name="text">
  234. <string>真空延时(ms)</string>
  235. </property>
  236. </widget>
  237. </item>
  238. <item row="22" column="1" colspan="2">
  239. <widget class="DoubleSpinBox" name="doubleSpinBoxPrePickZ">
  240. <property name="minimum">
  241. <double>-1000000000.000000000000000</double>
  242. </property>
  243. <property name="maximum">
  244. <double>1000000000.000000000000000</double>
  245. </property>
  246. </widget>
  247. </item>
  248. <item row="10" column="1" colspan="2">
  249. <widget class="SpinBox" name="spinBoxBondNozzleID"/>
  250. </item>
  251. <item row="11" column="0">
  252. <widget class="QLabel" name="label_10">
  253. <property name="text">
  254. <string>固晶点补偿X&amp;Y</string>
  255. </property>
  256. </widget>
  257. </item>
  258. <item row="34" column="3" colspan="2">
  259. <widget class="QCheckBox" name="checkBoxBondLoseCheck_2">
  260. <property name="text">
  261. <string>Open</string>
  262. </property>
  263. </widget>
  264. </item>
  265. <item row="19" column="3" colspan="2">
  266. <widget class="QCheckBox" name="checkBoxPickBlockCheck_2">
  267. <property name="text">
  268. <string>Open</string>
  269. </property>
  270. </widget>
  271. </item>
  272. <item row="24" column="0">
  273. <widget class="QLabel" name="label_75">
  274. <property name="text">
  275. <string>取晶高度(um)</string>
  276. </property>
  277. </widget>
  278. </item>
  279. <item row="25" column="3" colspan="2">
  280. <widget class="SpinBox" name="spinBoxPickGrabDelay_2"/>
  281. </item>
  282. <item row="35" column="0">
  283. <widget class="QLabel" name="label_28">
  284. <property name="text">
  285. <string>是否寻压</string>
  286. </property>
  287. </widget>
  288. </item>
  289. <item row="23" column="0">
  290. <widget class="QLabel" name="label_19">
  291. <property name="text">
  292. <string>取晶压力(g)</string>
  293. </property>
  294. </widget>
  295. </item>
  296. <item row="44" column="0" colspan="5">
  297. <widget class="QLabel" name="label_40">
  298. <property name="text">
  299. <string/>
  300. </property>
  301. </widget>
  302. </item>
  303. <item row="29" column="0">
  304. <widget class="QLabel" name="label_24">
  305. <property name="text">
  306. <string>吹气延时(ms)</string>
  307. </property>
  308. </widget>
  309. </item>
  310. <item row="11" column="3" colspan="2">
  311. <widget class="DoubleSpinBox" name="doubleSpinBoxBondOffsetY">
  312. <property name="sizePolicy">
  313. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  314. <horstretch>0</horstretch>
  315. <verstretch>0</verstretch>
  316. </sizepolicy>
  317. </property>
  318. <property name="minimum">
  319. <double>-1000000000.000000000000000</double>
  320. </property>
  321. <property name="maximum">
  322. <double>1000000000.000000000000000</double>
  323. </property>
  324. </widget>
  325. </item>
  326. <item row="6" column="0">
  327. <widget class="QLabel" name="label_5">
  328. <property name="text">
  329. <string>固后检测模板ID</string>
  330. </property>
  331. </widget>
  332. </item>
  333. <item row="5" column="4">
  334. <widget class="QPushButton" name="CreatParamPreBond">
  335. <property name="sizePolicy">
  336. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  337. <horstretch>0</horstretch>
  338. <verstretch>0</verstretch>
  339. </sizepolicy>
  340. </property>
  341. <property name="text">
  342. <string>Create</string>
  343. </property>
  344. </widget>
  345. </item>
  346. <item row="6" column="1" colspan="2">
  347. <widget class="QComboBox" name="comboBoxPostBondTemp"/>
  348. </item>
  349. <item row="26" column="1" colspan="2">
  350. <widget class="SpinBox" name="spinBox_PickDelay"/>
  351. </item>
  352. <item row="35" column="1" colspan="2">
  353. <widget class="QCheckBox" name="checkBoxBondFindForce">
  354. <property name="text">
  355. <string>Open</string>
  356. </property>
  357. </widget>
  358. </item>
  359. <item row="36" column="3" colspan="2">
  360. <widget class="DoubleSpinBox" name="doubleSpinBoxPreBondPosZ_2">
  361. <property name="minimum">
  362. <double>-1000000000.000000000000000</double>
  363. </property>
  364. <property name="maximum">
  365. <double>1000000000.000000000000000</double>
  366. </property>
  367. </widget>
  368. </item>
  369. <item row="31" column="1">
  370. <widget class="QLabel" name="label_18">
  371. <property name="text">
  372. <string>中转台固晶</string>
  373. </property>
  374. </widget>
  375. </item>
  376. <item row="23" column="3" colspan="2">
  377. <widget class="DoubleSpinBox" name="doubleSpinBoxPickForce_2">
  378. <property name="minimum">
  379. <double>-1000000000.000000000000000</double>
  380. </property>
  381. <property name="maximum">
  382. <double>1000000000.000000000000000</double>
  383. </property>
  384. </widget>
  385. </item>
  386. <item row="35" column="3" colspan="2">
  387. <widget class="QCheckBox" name="checkBoxBondFindForce_2">
  388. <property name="text">
  389. <string>Open</string>
  390. </property>
  391. </widget>
  392. </item>
  393. <item row="27" column="3" colspan="2">
  394. <widget class="SpinBox" name="spinBoxPickBlockCheckDelay_2"/>
  395. </item>
  396. <item row="43" column="3" colspan="2">
  397. <widget class="SpinBox" name="spinBoxBondBlowDelay_2"/>
  398. </item>
  399. <item row="7" column="0">
  400. <widget class="QLabel" name="label_6">
  401. <property name="text">
  402. <string>固晶对点模板ID</string>
  403. </property>
  404. </widget>
  405. </item>
  406. <item row="33" column="0">
  407. <widget class="QLabel" name="label_26">
  408. <property name="text">
  409. <string>阻塞检测</string>
  410. </property>
  411. </widget>
  412. </item>
  413. <item row="8" column="1" colspan="2">
  414. <widget class="QComboBox" name="comboBoxLookUpTemp"/>
  415. </item>
  416. <item row="33" column="1" colspan="2">
  417. <widget class="QCheckBox" name="checkBoxBondBlockCheck">
  418. <property name="text">
  419. <string>Open</string>
  420. </property>
  421. </widget>
  422. </item>
  423. <item row="0" column="1" colspan="2">
  424. <widget class="QComboBox" name="comboBoxDieSource">
  425. <item>
  426. <property name="text">
  427. <string>华夫盒</string>
  428. </property>
  429. </item>
  430. <item>
  431. <property name="text">
  432. <string>晶圆台</string>
  433. </property>
  434. </item>
  435. </widget>
  436. </item>
  437. <item row="13" column="0" colspan="5">
  438. <widget class="QLabel" name="label_30">
  439. <property name="text">
  440. <string/>
  441. </property>
  442. </widget>
  443. </item>
  444. <item row="40" column="1" colspan="2">
  445. <widget class="SpinBox" name="spinBoxBondDelay"/>
  446. </item>
  447. <item row="40" column="0">
  448. <widget class="QLabel" name="label_34">
  449. <property name="text">
  450. <string>固晶延时(ms)</string>
  451. </property>
  452. </widget>
  453. </item>
  454. <item row="10" column="0">
  455. <widget class="QLabel" name="label_9">
  456. <property name="text">
  457. <string>固晶吸嘴号</string>
  458. </property>
  459. </widget>
  460. </item>
  461. <item row="7" column="4">
  462. <widget class="QPushButton" name="CreatParamBond">
  463. <property name="sizePolicy">
  464. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  465. <horstretch>0</horstretch>
  466. <verstretch>0</verstretch>
  467. </sizepolicy>
  468. </property>
  469. <property name="text">
  470. <string>Create</string>
  471. </property>
  472. </widget>
  473. </item>
  474. <item row="21" column="3" colspan="2">
  475. <widget class="QCheckBox" name="checkBoxPickFindForceCheck_2">
  476. <property name="text">
  477. <string>Open</string>
  478. </property>
  479. </widget>
  480. </item>
  481. <item row="36" column="0">
  482. <widget class="QLabel" name="label_31">
  483. <property name="text">
  484. <string>预固晶高度(um)</string>
  485. </property>
  486. </widget>
  487. </item>
  488. <item row="6" column="4">
  489. <widget class="QPushButton" name="CreatParamPostBond">
  490. <property name="sizePolicy">
  491. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  492. <horstretch>0</horstretch>
  493. <verstretch>0</verstretch>
  494. </sizepolicy>
  495. </property>
  496. <property name="text">
  497. <string>Create</string>
  498. </property>
  499. </widget>
  500. </item>
  501. <item row="20" column="3" colspan="2">
  502. <widget class="QCheckBox" name="checkBoxPickLoseCheck_2">
  503. <property name="text">
  504. <string>Open</string>
  505. </property>
  506. </widget>
  507. </item>
  508. <item row="7" column="1" colspan="2">
  509. <widget class="QComboBox" name="comboBoxBondTemp"/>
  510. </item>
  511. <item row="24" column="1" colspan="2">
  512. <widget class="DoubleSpinBox" name="doubleSpinBoxPickPosZ">
  513. <property name="minimum">
  514. <double>-1000000000.000000000000000</double>
  515. </property>
  516. <property name="maximum">
  517. <double>1000000000.000000000000000</double>
  518. </property>
  519. </widget>
  520. </item>
  521. <item row="37" column="0">
  522. <widget class="QLabel" name="label_32">
  523. <property name="text">
  524. <string>固晶压力(g)</string>
  525. </property>
  526. </widget>
  527. </item>
  528. <item row="7" column="3">
  529. <widget class="QPushButton" name="SetParamBond">
  530. <property name="sizePolicy">
  531. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  532. <horstretch>0</horstretch>
  533. <verstretch>0</verstretch>
  534. </sizepolicy>
  535. </property>
  536. <property name="text">
  537. <string>Modify</string>
  538. </property>
  539. </widget>
  540. </item>
  541. <item row="5" column="0">
  542. <widget class="QLabel" name="label_4">
  543. <property name="text">
  544. <string>固前检测模板ID</string>
  545. </property>
  546. </widget>
  547. </item>
  548. <item row="34" column="0">
  549. <widget class="QLabel" name="label_27">
  550. <property name="text">
  551. <string>漏晶检测</string>
  552. </property>
  553. </widget>
  554. </item>
  555. <item row="39" column="3" colspan="2">
  556. <widget class="SpinBox" name="spinBoxBondGrabDelay_2"/>
  557. </item>
  558. <item row="26" column="3" colspan="2">
  559. <widget class="SpinBox" name="spinBox_PickDelay_2"/>
  560. </item>
  561. <item row="38" column="3" colspan="2">
  562. <widget class="DoubleSpinBox" name="doubleSpinBoxBondPosZ_2">
  563. <property name="minimum">
  564. <double>-1000000000.000000000000000</double>
  565. </property>
  566. <property name="maximum">
  567. <double>1000000000.000000000000000</double>
  568. </property>
  569. </widget>
  570. </item>
  571. <item row="20" column="1" colspan="2">
  572. <widget class="QCheckBox" name="checkBoxPickLoseCheck">
  573. <property name="text">
  574. <string>Open</string>
  575. </property>
  576. </widget>
  577. </item>
  578. <item row="26" column="0">
  579. <widget class="QLabel" name="label_21">
  580. <property name="text">
  581. <string>取晶延时(ms)</string>
  582. </property>
  583. </widget>
  584. </item>
  585. <item row="8" column="3">
  586. <widget class="QPushButton" name="SetParamLookUp">
  587. <property name="sizePolicy">
  588. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  589. <horstretch>0</horstretch>
  590. <verstretch>0</verstretch>
  591. </sizepolicy>
  592. </property>
  593. <property name="text">
  594. <string>Modify</string>
  595. </property>
  596. </widget>
  597. </item>
  598. <item row="11" column="1" colspan="2">
  599. <widget class="DoubleSpinBox" name="doubleSpinBoxBondOffsetX">
  600. <property name="minimum">
  601. <double>-1000000000.000000000000000</double>
  602. </property>
  603. <property name="maximum">
  604. <double>1000000000.000000000000000</double>
  605. </property>
  606. </widget>
  607. </item>
  608. <item row="4" column="1" colspan="2">
  609. <widget class="SpinBox" name="spinBoxPickNozzleID"/>
  610. </item>
  611. <item row="6" column="3">
  612. <widget class="QPushButton" name="SetParamPostBond">
  613. <property name="sizePolicy">
  614. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  615. <horstretch>0</horstretch>
  616. <verstretch>0</verstretch>
  617. </sizepolicy>
  618. </property>
  619. <property name="text">
  620. <string>Modify</string>
  621. </property>
  622. </widget>
  623. </item>
  624. <item row="23" column="1" colspan="2">
  625. <widget class="DoubleSpinBox" name="doubleSpinBoxPickForce">
  626. <property name="minimum">
  627. <double>-1000000000.000000000000000</double>
  628. </property>
  629. <property name="maximum">
  630. <double>1000000000.000000000000000</double>
  631. </property>
  632. </widget>
  633. </item>
  634. <item row="28" column="0">
  635. <widget class="QLabel" name="label_23">
  636. <property name="text">
  637. <string>真空延时(ms)</string>
  638. </property>
  639. </widget>
  640. </item>
  641. <item row="2" column="1" colspan="2">
  642. <widget class="DoubleSpinBox" name="spinBoxDieHeight">
  643. <property name="minimum">
  644. <double>-1000000000.000000000000000</double>
  645. </property>
  646. <property name="maximum">
  647. <double>1000000000.000000000000000</double>
  648. </property>
  649. </widget>
  650. </item>
  651. <item row="21" column="1" colspan="2">
  652. <widget class="QCheckBox" name="checkBoxPickFindForceCheck">
  653. <property name="text">
  654. <string>Open</string>
  655. </property>
  656. </widget>
  657. </item>
  658. <item row="39" column="0">
  659. <widget class="QLabel" name="label_33">
  660. <property name="text">
  661. <string>拍照延时(ms)</string>
  662. </property>
  663. </widget>
  664. </item>
  665. <item row="42" column="3" colspan="2">
  666. <widget class="SpinBox" name="spinBoxBondVacDelay_2"/>
  667. </item>
  668. <item row="22" column="3" colspan="2">
  669. <widget class="DoubleSpinBox" name="doubleSpinBoxPrePickZ_2">
  670. <property name="minimum">
  671. <double>-1000000000.000000000000000</double>
  672. </property>
  673. <property name="maximum">
  674. <double>1000000000.000000000000000</double>
  675. </property>
  676. </widget>
  677. </item>
  678. <item row="37" column="1" colspan="2">
  679. <widget class="DoubleSpinBox" name="doubleSpinBoxBondForce">
  680. <property name="minimum">
  681. <double>-1000000000.000000000000000</double>
  682. </property>
  683. <property name="maximum">
  684. <double>1000000000.000000000000000</double>
  685. </property>
  686. </widget>
  687. </item>
  688. <item row="16" column="4">
  689. <widget class="QComboBox" name="comboBoxCurrentPara_Pick2">
  690. <property name="sizePolicy">
  691. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  692. <horstretch>0</horstretch>
  693. <verstretch>0</verstretch>
  694. </sizepolicy>
  695. </property>
  696. <property name="minimumSize">
  697. <size>
  698. <width>30</width>
  699. <height>0</height>
  700. </size>
  701. </property>
  702. </widget>
  703. </item>
  704. <item row="0" column="0">
  705. <widget class="QLabel" name="label_3">
  706. <property name="text">
  707. <string>晶粒来源</string>
  708. </property>
  709. </widget>
  710. </item>
  711. <item row="29" column="1" colspan="2">
  712. <widget class="SpinBox" name="spinBoxPickBlowDelay"/>
  713. </item>
  714. <item row="41" column="1" colspan="2">
  715. <widget class="SpinBox" name="spinBoxBondBlockCheckDelay"/>
  716. </item>
  717. <item row="8" column="0">
  718. <widget class="QLabel" name="label_7">
  719. <property name="text">
  720. <string>上视对点模板ID</string>
  721. </property>
  722. </widget>
  723. </item>
  724. <item row="3" column="0">
  725. <widget class="QLabel" name="label_77">
  726. <property name="text">
  727. <string>取晶模板ID</string>
  728. </property>
  729. </widget>
  730. </item>
  731. <item row="28" column="1" colspan="2">
  732. <widget class="SpinBox" name="spinBoxPickVacDelay"/>
  733. </item>
  734. <item row="37" column="3" colspan="2">
  735. <widget class="DoubleSpinBox" name="doubleSpinBoxBondForce_2">
  736. <property name="minimum">
  737. <double>-1000000000.000000000000000</double>
  738. </property>
  739. <property name="maximum">
  740. <double>1000000000.000000000000000</double>
  741. </property>
  742. </widget>
  743. </item>
  744. <item row="40" column="3" colspan="2">
  745. <widget class="SpinBox" name="spinBoxBondDelay_2"/>
  746. </item>
  747. <item row="4" column="0">
  748. <widget class="QLabel" name="label_78">
  749. <property name="text">
  750. <string>取晶吸嘴号</string>
  751. </property>
  752. </widget>
  753. </item>
  754. <item row="33" column="3" colspan="2">
  755. <widget class="QCheckBox" name="checkBoxBondBlockCheck_2">
  756. <property name="text">
  757. <string>Open</string>
  758. </property>
  759. </widget>
  760. </item>
  761. <item row="24" column="3" colspan="2">
  762. <widget class="DoubleSpinBox" name="doubleSpinBoxPickPosZ_2">
  763. <property name="minimum">
  764. <double>-1000000000.000000000000000</double>
  765. </property>
  766. <property name="maximum">
  767. <double>1000000000.000000000000000</double>
  768. </property>
  769. </widget>
  770. </item>
  771. <item row="27" column="0">
  772. <widget class="QLabel" name="label_22">
  773. <property name="text">
  774. <string>阻塞/漏晶检测延时(ms)</string>
  775. </property>
  776. </widget>
  777. </item>
  778. <item row="2" column="0">
  779. <widget class="QLabel" name="label_79">
  780. <property name="text">
  781. <string>芯片高度</string>
  782. </property>
  783. </widget>
  784. </item>
  785. <item row="39" column="1" colspan="2">
  786. <widget class="SpinBox" name="spinBoxBondGrabDelay"/>
  787. </item>
  788. <item row="31" column="0">
  789. <widget class="QLabel" name="label_25">
  790. <property name="text">
  791. <string>固晶参数:</string>
  792. </property>
  793. </widget>
  794. </item>
  795. <item row="9" column="4">
  796. <widget class="QPushButton" name="CreatParamCalibPick">
  797. <property name="sizePolicy">
  798. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  799. <horstretch>0</horstretch>
  800. <verstretch>0</verstretch>
  801. </sizepolicy>
  802. </property>
  803. <property name="text">
  804. <string>Create</string>
  805. </property>
  806. </widget>
  807. </item>
  808. <item row="30" column="0" colspan="5">
  809. <widget class="QLabel" name="label_29">
  810. <property name="text">
  811. <string/>
  812. </property>
  813. </widget>
  814. </item>
  815. <item row="25" column="1" colspan="2">
  816. <widget class="SpinBox" name="spinBoxPickGrabDelay"/>
  817. </item>
  818. <item row="5" column="1" colspan="2">
  819. <widget class="QComboBox" name="comboBoxPreBondTemp"/>
  820. </item>
  821. <item row="16" column="2">
  822. <widget class="QComboBox" name="comboBoxCurrentPara_Pick1">
  823. <property name="sizePolicy">
  824. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  825. <horstretch>0</horstretch>
  826. <verstretch>0</verstretch>
  827. </sizepolicy>
  828. </property>
  829. <property name="minimumSize">
  830. <size>
  831. <width>30</width>
  832. <height>0</height>
  833. </size>
  834. </property>
  835. </widget>
  836. </item>
  837. <item row="22" column="0">
  838. <widget class="QLabel" name="label_17">
  839. <property name="text">
  840. <string>预拾取高度(um)</string>
  841. </property>
  842. </widget>
  843. </item>
  844. <item row="12" column="1" colspan="2">
  845. <widget class="DoubleSpinBox" name="doubleSpinBoxBondOffsetAngle">
  846. <property name="minimum">
  847. <double>-1000000000.000000000000000</double>
  848. </property>
  849. <property name="maximum">
  850. <double>1000000000.000000000000000</double>
  851. </property>
  852. </widget>
  853. </item>
  854. <item row="3" column="3">
  855. <widget class="QPushButton" name="SetParamPickTemp">
  856. <property name="sizePolicy">
  857. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  858. <horstretch>0</horstretch>
  859. <verstretch>0</verstretch>
  860. </sizepolicy>
  861. </property>
  862. <property name="text">
  863. <string>Modify</string>
  864. </property>
  865. </widget>
  866. </item>
  867. <item row="19" column="1" colspan="2">
  868. <widget class="QCheckBox" name="checkBoxPickBlockCheck">
  869. <property name="text">
  870. <string>Open</string>
  871. </property>
  872. </widget>
  873. </item>
  874. <item row="31" column="3">
  875. <widget class="QLabel" name="label_2">
  876. <property name="text">
  877. <string>固晶台固晶</string>
  878. </property>
  879. </widget>
  880. </item>
  881. <item row="12" column="0">
  882. <widget class="QLabel" name="label_12">
  883. <property name="text">
  884. <string>固晶点补偿角度</string>
  885. </property>
  886. </widget>
  887. </item>
  888. <item row="21" column="0">
  889. <widget class="QLabel" name="label_16">
  890. <property name="text">
  891. <string>是否寻压</string>
  892. </property>
  893. </widget>
  894. </item>
  895. <item row="43" column="1" colspan="2">
  896. <widget class="SpinBox" name="spinBoxBondBlowDelay"/>
  897. </item>
  898. <item row="1" column="0">
  899. <widget class="QLabel" name="label_76">
  900. <property name="text">
  901. <string>是否中转</string>
  902. </property>
  903. </widget>
  904. </item>
  905. <item row="36" column="1" colspan="2">
  906. <widget class="DoubleSpinBox" name="doubleSpinBoxPreBondPosZ">
  907. <property name="minimum">
  908. <double>-1000000000.000000000000000</double>
  909. </property>
  910. <property name="maximum">
  911. <double>1000000000.000000000000000</double>
  912. </property>
  913. </widget>
  914. </item>
  915. <item row="34" column="1" colspan="2">
  916. <widget class="QCheckBox" name="checkBoxBondLoseCheck">
  917. <property name="text">
  918. <string>Open</string>
  919. </property>
  920. </widget>
  921. </item>
  922. <item row="9" column="3">
  923. <widget class="QPushButton" name="SetParamCalibPick">
  924. <property name="sizePolicy">
  925. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  926. <horstretch>0</horstretch>
  927. <verstretch>0</verstretch>
  928. </sizepolicy>
  929. </property>
  930. <property name="text">
  931. <string>Modify</string>
  932. </property>
  933. </widget>
  934. </item>
  935. <item row="19" column="0">
  936. <widget class="QLabel" name="label_14">
  937. <property name="text">
  938. <string>阻塞检测</string>
  939. </property>
  940. </widget>
  941. </item>
  942. <item row="8" column="4">
  943. <widget class="QPushButton" name="CreatParamLookUp">
  944. <property name="sizePolicy">
  945. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  946. <horstretch>0</horstretch>
  947. <verstretch>0</verstretch>
  948. </sizepolicy>
  949. </property>
  950. <property name="text">
  951. <string>Create</string>
  952. </property>
  953. </widget>
  954. </item>
  955. <item row="25" column="0">
  956. <widget class="QLabel" name="label_20">
  957. <property name="text">
  958. <string>拍照延时(ms)</string>
  959. </property>
  960. </widget>
  961. </item>
  962. <item row="9" column="1" colspan="2">
  963. <widget class="QComboBox" name="comboBoxCalibPickTemp"/>
  964. </item>
  965. <item row="31" column="4">
  966. <widget class="QComboBox" name="comboBoxCurrentPara_Place2">
  967. <property name="sizePolicy">
  968. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  969. <horstretch>0</horstretch>
  970. <verstretch>0</verstretch>
  971. </sizepolicy>
  972. </property>
  973. <property name="minimumSize">
  974. <size>
  975. <width>30</width>
  976. <height>0</height>
  977. </size>
  978. </property>
  979. </widget>
  980. </item>
  981. <item row="20" column="0">
  982. <widget class="QLabel" name="label_15">
  983. <property name="text">
  984. <string>漏晶检测</string>
  985. </property>
  986. </widget>
  987. </item>
  988. <item row="38" column="0">
  989. <widget class="QLabel" name="label_38">
  990. <property name="text">
  991. <string>固晶高度(um)</string>
  992. </property>
  993. </widget>
  994. </item>
  995. <item row="42" column="1" colspan="2">
  996. <widget class="SpinBox" name="spinBoxBondVacDelay"/>
  997. </item>
  998. <item row="27" column="1" colspan="2">
  999. <widget class="SpinBox" name="spinBoxPickBlockCheckDelay"/>
  1000. </item>
  1001. <item row="17" column="2">
  1002. <widget class="QPushButton" name="pushButtonDeletePick1">
  1003. <property name="minimumSize">
  1004. <size>
  1005. <width>50</width>
  1006. <height>0</height>
  1007. </size>
  1008. </property>
  1009. <property name="text">
  1010. <string extracomment="删除参数">Delete</string>
  1011. </property>
  1012. </widget>
  1013. </item>
  1014. <item row="17" column="1">
  1015. <widget class="QPushButton" name="pushButtonSaveAsPick1">
  1016. <property name="minimumSize">
  1017. <size>
  1018. <width>50</width>
  1019. <height>0</height>
  1020. </size>
  1021. </property>
  1022. <property name="text">
  1023. <string extracomment="参数另存为">SaveAs</string>
  1024. </property>
  1025. </widget>
  1026. </item>
  1027. <item row="17" column="4">
  1028. <widget class="QPushButton" name="pushButtonDeletePick2">
  1029. <property name="minimumSize">
  1030. <size>
  1031. <width>50</width>
  1032. <height>0</height>
  1033. </size>
  1034. </property>
  1035. <property name="text">
  1036. <string extracomment="删除参数">Delete</string>
  1037. </property>
  1038. </widget>
  1039. </item>
  1040. <item row="17" column="3">
  1041. <widget class="QPushButton" name="pushButtonSaveAsPick2">
  1042. <property name="minimumSize">
  1043. <size>
  1044. <width>50</width>
  1045. <height>0</height>
  1046. </size>
  1047. </property>
  1048. <property name="text">
  1049. <string extracomment="参数另存为">SaveAs</string>
  1050. </property>
  1051. </widget>
  1052. </item>
  1053. <item row="32" column="4">
  1054. <widget class="QPushButton" name="pushButtonDeleteplace2">
  1055. <property name="minimumSize">
  1056. <size>
  1057. <width>50</width>
  1058. <height>0</height>
  1059. </size>
  1060. </property>
  1061. <property name="text">
  1062. <string extracomment="删除参数">Delete</string>
  1063. </property>
  1064. </widget>
  1065. </item>
  1066. <item row="32" column="3">
  1067. <widget class="QPushButton" name="pushButtonSaveAsPlace2">
  1068. <property name="minimumSize">
  1069. <size>
  1070. <width>50</width>
  1071. <height>0</height>
  1072. </size>
  1073. </property>
  1074. <property name="text">
  1075. <string extracomment="参数另存为">SaveAs</string>
  1076. </property>
  1077. </widget>
  1078. </item>
  1079. <item row="32" column="2">
  1080. <widget class="QPushButton" name="pushButtonDeleteplace1">
  1081. <property name="minimumSize">
  1082. <size>
  1083. <width>50</width>
  1084. <height>0</height>
  1085. </size>
  1086. </property>
  1087. <property name="text">
  1088. <string extracomment="删除参数">Delete</string>
  1089. </property>
  1090. </widget>
  1091. </item>
  1092. <item row="32" column="1">
  1093. <widget class="QPushButton" name="pushButtonSaveAsPlace1">
  1094. <property name="minimumSize">
  1095. <size>
  1096. <width>50</width>
  1097. <height>0</height>
  1098. </size>
  1099. </property>
  1100. <property name="text">
  1101. <string extracomment="参数另存为">SaveAs</string>
  1102. </property>
  1103. </widget>
  1104. </item>
  1105. </layout>
  1106. </item>
  1107. </layout>
  1108. </widget>
  1109. </widget>
  1110. <widget class="QWidget" name="layoutWidget">
  1111. <property name="geometry">
  1112. <rect>
  1113. <x>0</x>
  1114. <y>0</y>
  1115. <width>431</width>
  1116. <height>30</height>
  1117. </rect>
  1118. </property>
  1119. <layout class="QHBoxLayout" name="horizontalLayout">
  1120. <item>
  1121. <widget class="QComboBox" name="comboBoxCurrentMatrix"/>
  1122. </item>
  1123. <item>
  1124. <spacer name="horizontalSpacer">
  1125. <property name="orientation">
  1126. <enum>Qt::Horizontal</enum>
  1127. </property>
  1128. <property name="sizeHint" stdset="0">
  1129. <size>
  1130. <width>40</width>
  1131. <height>20</height>
  1132. </size>
  1133. </property>
  1134. </spacer>
  1135. </item>
  1136. <item>
  1137. <widget class="QPushButton" name="pushButtonAddOutMatrix">
  1138. <property name="minimumSize">
  1139. <size>
  1140. <width>150</width>
  1141. <height>0</height>
  1142. </size>
  1143. </property>
  1144. <property name="text">
  1145. <string extracomment="增加矩阵">AddMatrix</string>
  1146. </property>
  1147. </widget>
  1148. </item>
  1149. <item>
  1150. <widget class="QPushButton" name="pushButtonSave">
  1151. <property name="minimumSize">
  1152. <size>
  1153. <width>150</width>
  1154. <height>0</height>
  1155. </size>
  1156. </property>
  1157. <property name="text">
  1158. <string extracomment="保存矩阵">SaveMatrix</string>
  1159. </property>
  1160. </widget>
  1161. </item>
  1162. </layout>
  1163. </widget>
  1164. <widget class="QWidget" name="layoutWidget_2">
  1165. <property name="geometry">
  1166. <rect>
  1167. <x>0</x>
  1168. <y>280</y>
  1169. <width>431</width>
  1170. <height>30</height>
  1171. </rect>
  1172. </property>
  1173. <layout class="QHBoxLayout" name="horizontalLayout_2">
  1174. <item>
  1175. <widget class="QComboBox" name="comboBoxCurrentPara"/>
  1176. </item>
  1177. <item>
  1178. <spacer name="horizontalSpacer_2">
  1179. <property name="orientation">
  1180. <enum>Qt::Horizontal</enum>
  1181. </property>
  1182. <property name="sizeHint" stdset="0">
  1183. <size>
  1184. <width>40</width>
  1185. <height>20</height>
  1186. </size>
  1187. </property>
  1188. </spacer>
  1189. </item>
  1190. <item>
  1191. <widget class="QPushButton" name="pushButtonDeleteParam">
  1192. <property name="minimumSize">
  1193. <size>
  1194. <width>100</width>
  1195. <height>0</height>
  1196. </size>
  1197. </property>
  1198. <property name="text">
  1199. <string extracomment="删除参数">DeleteParam</string>
  1200. </property>
  1201. </widget>
  1202. </item>
  1203. <item>
  1204. <widget class="QPushButton" name="pushButtonSaveParaAs">
  1205. <property name="minimumSize">
  1206. <size>
  1207. <width>100</width>
  1208. <height>0</height>
  1209. </size>
  1210. </property>
  1211. <property name="text">
  1212. <string extracomment="参数另存为">SaveParamAs</string>
  1213. </property>
  1214. </widget>
  1215. </item>
  1216. <item>
  1217. <widget class="QPushButton" name="pushButtonSavePara">
  1218. <property name="minimumSize">
  1219. <size>
  1220. <width>100</width>
  1221. <height>0</height>
  1222. </size>
  1223. </property>
  1224. <property name="text">
  1225. <string extracomment="保存参数">SaveParam</string>
  1226. </property>
  1227. </widget>
  1228. </item>
  1229. </layout>
  1230. </widget>
  1231. </widget>
  1232. <layoutdefault spacing="6" margin="11"/>
  1233. <customwidgets>
  1234. <customwidget>
  1235. <class>SpinBox</class>
  1236. <extends>QSpinBox</extends>
  1237. <header>Src/RewriteControl/Controls/SpinBox.h</header>
  1238. </customwidget>
  1239. <customwidget>
  1240. <class>DoubleSpinBox</class>
  1241. <extends>QDoubleSpinBox</extends>
  1242. <header>Src/RewriteControl/Controls/doublespinbox.h</header>
  1243. </customwidget>
  1244. </customwidgets>
  1245. <resources/>
  1246. <connections/>
  1247. </ui>