formhistory.ui 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>FormHistory</class>
  4. <widget class="QWidget" name="FormHistory">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>887</width>
  10. <height>556</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout_2">
  17. <item>
  18. <widget class="QWidget" name="widgetTip" native="true">
  19. <property name="sizePolicy">
  20. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  21. <horstretch>0</horstretch>
  22. <verstretch>0</verstretch>
  23. </sizepolicy>
  24. </property>
  25. <property name="minimumSize">
  26. <size>
  27. <width>0</width>
  28. <height>30</height>
  29. </size>
  30. </property>
  31. <property name="maximumSize">
  32. <size>
  33. <width>16777215</width>
  34. <height>30</height>
  35. </size>
  36. </property>
  37. <layout class="QHBoxLayout" name="horizontalLayout">
  38. <property name="spacing">
  39. <number>0</number>
  40. </property>
  41. <property name="leftMargin">
  42. <number>5</number>
  43. </property>
  44. <property name="topMargin">
  45. <number>0</number>
  46. </property>
  47. <property name="rightMargin">
  48. <number>0</number>
  49. </property>
  50. <property name="bottomMargin">
  51. <number>0</number>
  52. </property>
  53. <item>
  54. <widget class="QLabel" name="labelStateImage">
  55. <property name="sizePolicy">
  56. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  57. <horstretch>0</horstretch>
  58. <verstretch>0</verstretch>
  59. </sizepolicy>
  60. </property>
  61. <property name="minimumSize">
  62. <size>
  63. <width>16</width>
  64. <height>16</height>
  65. </size>
  66. </property>
  67. <property name="maximumSize">
  68. <size>
  69. <width>16</width>
  70. <height>16</height>
  71. </size>
  72. </property>
  73. <property name="text">
  74. <string>TextLabel</string>
  75. </property>
  76. </widget>
  77. </item>
  78. <item>
  79. <widget class="QLabel" name="labelTip">
  80. <property name="text">
  81. <string>请登录后再继续</string>
  82. </property>
  83. </widget>
  84. </item>
  85. <item>
  86. <widget class="QPushButton" name="pushButtonLogin">
  87. <property name="cursor">
  88. <cursorShape>PointingHandCursor</cursorShape>
  89. </property>
  90. <property name="text">
  91. <string>登录</string>
  92. </property>
  93. </widget>
  94. </item>
  95. <item>
  96. <widget class="QLabel" name="labelTip2">
  97. <property name="text">
  98. <string>TextLabel</string>
  99. </property>
  100. </widget>
  101. </item>
  102. <item>
  103. <spacer name="horizontalSpacer_2">
  104. <property name="orientation">
  105. <enum>Qt::Horizontal</enum>
  106. </property>
  107. <property name="sizeHint" stdset="0">
  108. <size>
  109. <width>40</width>
  110. <height>20</height>
  111. </size>
  112. </property>
  113. </spacer>
  114. </item>
  115. <item>
  116. <widget class="QWidget" name="widgetAccountInfo" native="true">
  117. <layout class="QHBoxLayout" name="horizontalLayout_2">
  118. <property name="spacing">
  119. <number>0</number>
  120. </property>
  121. <property name="leftMargin">
  122. <number>0</number>
  123. </property>
  124. <property name="topMargin">
  125. <number>0</number>
  126. </property>
  127. <property name="rightMargin">
  128. <number>9</number>
  129. </property>
  130. <property name="bottomMargin">
  131. <number>0</number>
  132. </property>
  133. <item>
  134. <widget class="QLabel" name="label_7">
  135. <property name="text">
  136. <string>当日已检测/还可检测:</string>
  137. </property>
  138. </widget>
  139. </item>
  140. <item>
  141. <widget class="QLabel" name="labelChecked">
  142. <property name="sizePolicy">
  143. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  144. <horstretch>0</horstretch>
  145. <verstretch>0</verstretch>
  146. </sizepolicy>
  147. </property>
  148. <property name="minimumSize">
  149. <size>
  150. <width>100</width>
  151. <height>0</height>
  152. </size>
  153. </property>
  154. <property name="maximumSize">
  155. <size>
  156. <width>100</width>
  157. <height>16777215</height>
  158. </size>
  159. </property>
  160. <property name="text">
  161. <string/>
  162. </property>
  163. </widget>
  164. </item>
  165. <item>
  166. <widget class="QLabel" name="label_9">
  167. <property name="text">
  168. <string>本月已下载/还可下载:</string>
  169. </property>
  170. </widget>
  171. </item>
  172. <item>
  173. <widget class="QLabel" name="labelDownloaded">
  174. <property name="minimumSize">
  175. <size>
  176. <width>100</width>
  177. <height>0</height>
  178. </size>
  179. </property>
  180. <property name="maximumSize">
  181. <size>
  182. <width>100</width>
  183. <height>16777215</height>
  184. </size>
  185. </property>
  186. <property name="text">
  187. <string/>
  188. </property>
  189. </widget>
  190. </item>
  191. <item>
  192. <widget class="QLabel" name="label_8">
  193. <property name="text">
  194. <string>[</string>
  195. </property>
  196. <property name="alignment">
  197. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  198. </property>
  199. </widget>
  200. </item>
  201. <item>
  202. <widget class="QPushButton" name="pushButtonCharge">
  203. <property name="cursor">
  204. <cursorShape>PointingHandCursor</cursorShape>
  205. </property>
  206. <property name="text">
  207. <string>充值</string>
  208. </property>
  209. </widget>
  210. </item>
  211. <item>
  212. <widget class="QLabel" name="label_10">
  213. <property name="text">
  214. <string>]</string>
  215. </property>
  216. </widget>
  217. </item>
  218. <item>
  219. <widget class="QLabel" name="label_12">
  220. <property name="text">
  221. <string>[</string>
  222. </property>
  223. </widget>
  224. </item>
  225. <item>
  226. <widget class="QPushButton" name="pushButtonRefreshUserState">
  227. <property name="cursor">
  228. <cursorShape>PointingHandCursor</cursorShape>
  229. </property>
  230. <property name="text">
  231. <string>刷新</string>
  232. </property>
  233. </widget>
  234. </item>
  235. <item>
  236. <widget class="QLabel" name="label_13">
  237. <property name="text">
  238. <string>]</string>
  239. </property>
  240. </widget>
  241. </item>
  242. </layout>
  243. </widget>
  244. </item>
  245. </layout>
  246. </widget>
  247. </item>
  248. <item>
  249. <widget class="QTabWidget" name="tabWidget">
  250. <property name="currentIndex">
  251. <number>1</number>
  252. </property>
  253. <widget class="QWidget" name="tab_3">
  254. <attribute name="title">
  255. <string>上传数据</string>
  256. </attribute>
  257. <layout class="QVBoxLayout" name="verticalLayout">
  258. <item>
  259. <layout class="QHBoxLayout" name="horizontalLayout_3">
  260. <item>
  261. <widget class="QPushButton" name="pushButtonNew">
  262. <property name="text">
  263. <string>选择文件...</string>
  264. </property>
  265. </widget>
  266. </item>
  267. <item>
  268. <spacer name="horizontalSpacer_3">
  269. <property name="orientation">
  270. <enum>Qt::Horizontal</enum>
  271. </property>
  272. <property name="sizeHint" stdset="0">
  273. <size>
  274. <width>40</width>
  275. <height>20</height>
  276. </size>
  277. </property>
  278. </spacer>
  279. </item>
  280. </layout>
  281. </item>
  282. <item>
  283. <widget class="QTableWidget" name="tableWidgetUpload"/>
  284. </item>
  285. </layout>
  286. </widget>
  287. <widget class="QWidget" name="tab">
  288. <attribute name="title">
  289. <string>下载检测结果</string>
  290. </attribute>
  291. <layout class="QVBoxLayout" name="verticalLayout_3">
  292. <item>
  293. <layout class="QHBoxLayout" name="horizontalLayout_8">
  294. <item>
  295. <spacer name="horizontalSpacer">
  296. <property name="orientation">
  297. <enum>Qt::Horizontal</enum>
  298. </property>
  299. <property name="sizeHint" stdset="0">
  300. <size>
  301. <width>40</width>
  302. <height>20</height>
  303. </size>
  304. </property>
  305. </spacer>
  306. </item>
  307. <item>
  308. <widget class="QPushButton" name="pushButtonQueryAll">
  309. <property name="cursor">
  310. <cursorShape>PointingHandCursor</cursorShape>
  311. </property>
  312. <property name="text">
  313. <string>全部</string>
  314. </property>
  315. </widget>
  316. </item>
  317. <item>
  318. <widget class="QPushButton" name="pushButtonQueryUnDown">
  319. <property name="cursor">
  320. <cursorShape>PointingHandCursor</cursorShape>
  321. </property>
  322. <property name="text">
  323. <string>未下载</string>
  324. </property>
  325. </widget>
  326. </item>
  327. <item>
  328. <widget class="QPushButton" name="pushButtonQueryDown">
  329. <property name="cursor">
  330. <cursorShape>PointingHandCursor</cursorShape>
  331. </property>
  332. <property name="text">
  333. <string>已下载</string>
  334. </property>
  335. </widget>
  336. </item>
  337. </layout>
  338. </item>
  339. <item>
  340. <widget class="QTableWidget" name="tableWidget"/>
  341. </item>
  342. <item>
  343. <widget class="QGroupBox" name="groupBox_5">
  344. <property name="sizePolicy">
  345. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  346. <horstretch>0</horstretch>
  347. <verstretch>0</verstretch>
  348. </sizepolicy>
  349. </property>
  350. <property name="minimumSize">
  351. <size>
  352. <width>0</width>
  353. <height>150</height>
  354. </size>
  355. </property>
  356. <property name="maximumSize">
  357. <size>
  358. <width>16777215</width>
  359. <height>150</height>
  360. </size>
  361. </property>
  362. <property name="title">
  363. <string>检测对比</string>
  364. </property>
  365. <layout class="QVBoxLayout" name="verticalLayout_7">
  366. <property name="spacing">
  367. <number>0</number>
  368. </property>
  369. <property name="margin">
  370. <number>0</number>
  371. </property>
  372. <item>
  373. <layout class="QHBoxLayout" name="horizontalLayout_40">
  374. <property name="margin">
  375. <number>6</number>
  376. </property>
  377. <item>
  378. <layout class="QVBoxLayout" name="verticalLayout_11" stretch="0,0">
  379. <property name="leftMargin">
  380. <number>0</number>
  381. </property>
  382. <property name="topMargin">
  383. <number>6</number>
  384. </property>
  385. <property name="rightMargin">
  386. <number>6</number>
  387. </property>
  388. <property name="bottomMargin">
  389. <number>6</number>
  390. </property>
  391. <item>
  392. <layout class="QHBoxLayout" name="horizontalLayout_27">
  393. <item>
  394. <widget class="QLabel" name="label_3">
  395. <property name="sizePolicy">
  396. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  397. <horstretch>0</horstretch>
  398. <verstretch>0</verstretch>
  399. </sizepolicy>
  400. </property>
  401. <property name="minimumSize">
  402. <size>
  403. <width>60</width>
  404. <height>0</height>
  405. </size>
  406. </property>
  407. <property name="maximumSize">
  408. <size>
  409. <width>60</width>
  410. <height>16777215</height>
  411. </size>
  412. </property>
  413. <property name="text">
  414. <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
  415. &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
  416. p, li { white-space: pre-wrap; }
  417. &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'SimSun'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
  418. &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;实号快检:&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  419. </property>
  420. </widget>
  421. </item>
  422. <item>
  423. <widget class="QWidget" name="widgetQuicikCheck" native="true">
  424. <property name="sizePolicy">
  425. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  426. <horstretch>0</horstretch>
  427. <verstretch>0</verstretch>
  428. </sizepolicy>
  429. </property>
  430. <property name="minimumSize">
  431. <size>
  432. <width>500</width>
  433. <height>20</height>
  434. </size>
  435. </property>
  436. <property name="maximumSize">
  437. <size>
  438. <width>500</width>
  439. <height>20</height>
  440. </size>
  441. </property>
  442. <layout class="QHBoxLayout" name="horizontalLayout_28">
  443. <property name="spacing">
  444. <number>0</number>
  445. </property>
  446. <property name="margin">
  447. <number>0</number>
  448. </property>
  449. <item>
  450. <widget class="QLabel" name="labelBarShiHao">
  451. <property name="sizePolicy">
  452. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  453. <horstretch>0</horstretch>
  454. <verstretch>0</verstretch>
  455. </sizepolicy>
  456. </property>
  457. <property name="text">
  458. <string>实号比例</string>
  459. </property>
  460. </widget>
  461. </item>
  462. <item>
  463. <widget class="QLabel" name="labelBarWeizhi">
  464. <property name="sizePolicy">
  465. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  466. <horstretch>0</horstretch>
  467. <verstretch>0</verstretch>
  468. </sizepolicy>
  469. </property>
  470. <property name="text">
  471. <string>未知比例</string>
  472. </property>
  473. </widget>
  474. </item>
  475. <item>
  476. <spacer name="horizontalSpacer_14">
  477. <property name="orientation">
  478. <enum>Qt::Horizontal</enum>
  479. </property>
  480. <property name="sizeHint" stdset="0">
  481. <size>
  482. <width>40</width>
  483. <height>20</height>
  484. </size>
  485. </property>
  486. </spacer>
  487. </item>
  488. </layout>
  489. </widget>
  490. </item>
  491. </layout>
  492. </item>
  493. <item>
  494. <layout class="QHBoxLayout" name="horizontalLayout_33">
  495. <property name="spacing">
  496. <number>0</number>
  497. </property>
  498. <item>
  499. <widget class="QLabel" name="label_6">
  500. <property name="sizePolicy">
  501. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  502. <horstretch>0</horstretch>
  503. <verstretch>0</verstretch>
  504. </sizepolicy>
  505. </property>
  506. <property name="minimumSize">
  507. <size>
  508. <width>60</width>
  509. <height>0</height>
  510. </size>
  511. </property>
  512. <property name="maximumSize">
  513. <size>
  514. <width>60</width>
  515. <height>16777215</height>
  516. </size>
  517. </property>
  518. <property name="text">
  519. <string/>
  520. </property>
  521. </widget>
  522. </item>
  523. <item>
  524. <widget class="QWidget" name="widget_2" native="true">
  525. <layout class="QHBoxLayout" name="horizontalLayout_34">
  526. <property name="spacing">
  527. <number>6</number>
  528. </property>
  529. <property name="margin">
  530. <number>0</number>
  531. </property>
  532. <item>
  533. <widget class="QLabel" name="labelSampleShiHao">
  534. <property name="sizePolicy">
  535. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  536. <horstretch>0</horstretch>
  537. <verstretch>0</verstretch>
  538. </sizepolicy>
  539. </property>
  540. <property name="minimumSize">
  541. <size>
  542. <width>10</width>
  543. <height>20</height>
  544. </size>
  545. </property>
  546. <property name="maximumSize">
  547. <size>
  548. <width>10</width>
  549. <height>20</height>
  550. </size>
  551. </property>
  552. <property name="text">
  553. <string>实号</string>
  554. </property>
  555. </widget>
  556. </item>
  557. <item>
  558. <widget class="QLabel" name="labelValidNum">
  559. <property name="sizePolicy">
  560. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  561. <horstretch>0</horstretch>
  562. <verstretch>0</verstretch>
  563. </sizepolicy>
  564. </property>
  565. <property name="minimumSize">
  566. <size>
  567. <width>120</width>
  568. <height>0</height>
  569. </size>
  570. </property>
  571. <property name="maximumSize">
  572. <size>
  573. <width>120</width>
  574. <height>16777215</height>
  575. </size>
  576. </property>
  577. <property name="text">
  578. <string>实号</string>
  579. </property>
  580. </widget>
  581. </item>
  582. <item>
  583. <widget class="QLabel" name="labelSampleWeizhi">
  584. <property name="sizePolicy">
  585. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  586. <horstretch>0</horstretch>
  587. <verstretch>0</verstretch>
  588. </sizepolicy>
  589. </property>
  590. <property name="minimumSize">
  591. <size>
  592. <width>10</width>
  593. <height>20</height>
  594. </size>
  595. </property>
  596. <property name="maximumSize">
  597. <size>
  598. <width>10</width>
  599. <height>20</height>
  600. </size>
  601. </property>
  602. <property name="text">
  603. <string>未知</string>
  604. </property>
  605. </widget>
  606. </item>
  607. <item>
  608. <widget class="QLabel" name="labelInvalidNum">
  609. <property name="text">
  610. <string>未知</string>
  611. </property>
  612. </widget>
  613. </item>
  614. <item>
  615. <spacer name="horizontalSpacer_18">
  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. </widget>
  629. </item>
  630. </layout>
  631. </item>
  632. </layout>
  633. </item>
  634. <item>
  635. <spacer name="horizontalSpacer_11">
  636. <property name="orientation">
  637. <enum>Qt::Horizontal</enum>
  638. </property>
  639. <property name="sizeHint" stdset="0">
  640. <size>
  641. <width>40</width>
  642. <height>20</height>
  643. </size>
  644. </property>
  645. </spacer>
  646. </item>
  647. <item>
  648. <layout class="QVBoxLayout" name="verticalLayout_12" stretch="0,0">
  649. <property name="margin">
  650. <number>6</number>
  651. </property>
  652. <item>
  653. <widget class="QPushButton" name="pushButtonDownload">
  654. <property name="sizePolicy">
  655. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  656. <horstretch>0</horstretch>
  657. <verstretch>0</verstretch>
  658. </sizepolicy>
  659. </property>
  660. <property name="minimumSize">
  661. <size>
  662. <width>110</width>
  663. <height>50</height>
  664. </size>
  665. </property>
  666. <property name="maximumSize">
  667. <size>
  668. <width>110</width>
  669. <height>50</height>
  670. </size>
  671. </property>
  672. <property name="text">
  673. <string>下载实号
  674. 快检结果</string>
  675. </property>
  676. </widget>
  677. </item>
  678. <item>
  679. <spacer name="verticalSpacer">
  680. <property name="orientation">
  681. <enum>Qt::Vertical</enum>
  682. </property>
  683. <property name="sizeHint" stdset="0">
  684. <size>
  685. <width>20</width>
  686. <height>40</height>
  687. </size>
  688. </property>
  689. </spacer>
  690. </item>
  691. </layout>
  692. </item>
  693. </layout>
  694. </item>
  695. <item>
  696. <widget class="QLabel" name="labelSplitLine">
  697. <property name="sizePolicy">
  698. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  699. <horstretch>0</horstretch>
  700. <verstretch>0</verstretch>
  701. </sizepolicy>
  702. </property>
  703. <property name="text">
  704. <string/>
  705. </property>
  706. </widget>
  707. </item>
  708. <item>
  709. <layout class="QHBoxLayout" name="horizontalLayout_41" stretch="0,0,0">
  710. <property name="margin">
  711. <number>6</number>
  712. </property>
  713. <item>
  714. <layout class="QVBoxLayout" name="verticalLayout_10">
  715. <property name="leftMargin">
  716. <number>0</number>
  717. </property>
  718. <property name="topMargin">
  719. <number>6</number>
  720. </property>
  721. <property name="rightMargin">
  722. <number>6</number>
  723. </property>
  724. <property name="bottomMargin">
  725. <number>6</number>
  726. </property>
  727. <item>
  728. <layout class="QHBoxLayout" name="horizontalLayout_29">
  729. <property name="rightMargin">
  730. <number>0</number>
  731. </property>
  732. <item>
  733. <widget class="QLabel" name="label_4">
  734. <property name="sizePolicy">
  735. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  736. <horstretch>0</horstretch>
  737. <verstretch>0</verstretch>
  738. </sizepolicy>
  739. </property>
  740. <property name="minimumSize">
  741. <size>
  742. <width>60</width>
  743. <height>0</height>
  744. </size>
  745. </property>
  746. <property name="maximumSize">
  747. <size>
  748. <width>60</width>
  749. <height>16777215</height>
  750. </size>
  751. </property>
  752. <property name="text">
  753. <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
  754. &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
  755. p, li { white-space: pre-wrap; }
  756. &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'SimSun'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
  757. &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;标准检测:&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  758. </property>
  759. </widget>
  760. </item>
  761. <item>
  762. <widget class="QWidget" name="widgetExactCheck" native="true">
  763. <property name="sizePolicy">
  764. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  765. <horstretch>0</horstretch>
  766. <verstretch>0</verstretch>
  767. </sizepolicy>
  768. </property>
  769. <property name="minimumSize">
  770. <size>
  771. <width>500</width>
  772. <height>14</height>
  773. </size>
  774. </property>
  775. <property name="maximumSize">
  776. <size>
  777. <width>500</width>
  778. <height>14</height>
  779. </size>
  780. </property>
  781. <layout class="QHBoxLayout" name="horizontalLayout_30">
  782. <property name="spacing">
  783. <number>0</number>
  784. </property>
  785. <property name="margin">
  786. <number>0</number>
  787. </property>
  788. <item>
  789. <widget class="QLabel" name="labelBarShiHao2">
  790. <property name="sizePolicy">
  791. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  792. <horstretch>0</horstretch>
  793. <verstretch>0</verstretch>
  794. </sizepolicy>
  795. </property>
  796. <property name="text">
  797. <string/>
  798. </property>
  799. </widget>
  800. </item>
  801. <item>
  802. <widget class="QLabel" name="labelBarKong">
  803. <property name="sizePolicy">
  804. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  805. <horstretch>0</horstretch>
  806. <verstretch>0</verstretch>
  807. </sizepolicy>
  808. </property>
  809. <property name="text">
  810. <string/>
  811. </property>
  812. </widget>
  813. </item>
  814. <item>
  815. <widget class="QLabel" name="labelBarTing">
  816. <property name="sizePolicy">
  817. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  818. <horstretch>0</horstretch>
  819. <verstretch>0</verstretch>
  820. </sizepolicy>
  821. </property>
  822. <property name="text">
  823. <string/>
  824. </property>
  825. </widget>
  826. </item>
  827. <item>
  828. <widget class="QLabel" name="labelBarGuan">
  829. <property name="sizePolicy">
  830. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  831. <horstretch>0</horstretch>
  832. <verstretch>0</verstretch>
  833. </sizepolicy>
  834. </property>
  835. <property name="text">
  836. <string/>
  837. </property>
  838. </widget>
  839. </item>
  840. <item>
  841. <spacer name="horizontalSpacer_16">
  842. <property name="orientation">
  843. <enum>Qt::Horizontal</enum>
  844. </property>
  845. <property name="sizeHint" stdset="0">
  846. <size>
  847. <width>40</width>
  848. <height>20</height>
  849. </size>
  850. </property>
  851. </spacer>
  852. </item>
  853. </layout>
  854. </widget>
  855. </item>
  856. </layout>
  857. </item>
  858. <item>
  859. <layout class="QHBoxLayout" name="horizontalLayout_31">
  860. <property name="spacing">
  861. <number>0</number>
  862. </property>
  863. <item>
  864. <widget class="QLabel" name="label_5">
  865. <property name="sizePolicy">
  866. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  867. <horstretch>0</horstretch>
  868. <verstretch>0</verstretch>
  869. </sizepolicy>
  870. </property>
  871. <property name="minimumSize">
  872. <size>
  873. <width>60</width>
  874. <height>0</height>
  875. </size>
  876. </property>
  877. <property name="maximumSize">
  878. <size>
  879. <width>60</width>
  880. <height>16777215</height>
  881. </size>
  882. </property>
  883. <property name="text">
  884. <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
  885. &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
  886. p, li { white-space: pre-wrap; }
  887. &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'SimSun'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
  888. &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; color:#818181;&quot;&gt;(预测)&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  889. </property>
  890. <property name="alignment">
  891. <set>Qt::AlignCenter</set>
  892. </property>
  893. </widget>
  894. </item>
  895. <item>
  896. <widget class="QWidget" name="widget" native="true">
  897. <property name="sizePolicy">
  898. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  899. <horstretch>0</horstretch>
  900. <verstretch>0</verstretch>
  901. </sizepolicy>
  902. </property>
  903. <property name="minimumSize">
  904. <size>
  905. <width>500</width>
  906. <height>0</height>
  907. </size>
  908. </property>
  909. <property name="maximumSize">
  910. <size>
  911. <width>500</width>
  912. <height>16777215</height>
  913. </size>
  914. </property>
  915. <layout class="QHBoxLayout" name="horizontalLayout_32">
  916. <property name="spacing">
  917. <number>6</number>
  918. </property>
  919. <property name="margin">
  920. <number>0</number>
  921. </property>
  922. <item>
  923. <widget class="QLabel" name="labelSampleShiHao2">
  924. <property name="sizePolicy">
  925. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  926. <horstretch>0</horstretch>
  927. <verstretch>0</verstretch>
  928. </sizepolicy>
  929. </property>
  930. <property name="minimumSize">
  931. <size>
  932. <width>10</width>
  933. <height>20</height>
  934. </size>
  935. </property>
  936. <property name="maximumSize">
  937. <size>
  938. <width>10</width>
  939. <height>20</height>
  940. </size>
  941. </property>
  942. <property name="text">
  943. <string>实号</string>
  944. </property>
  945. <property name="alignment">
  946. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  947. </property>
  948. </widget>
  949. </item>
  950. <item>
  951. <widget class="QLabel" name="labelShiHao">
  952. <property name="sizePolicy">
  953. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  954. <horstretch>0</horstretch>
  955. <verstretch>0</verstretch>
  956. </sizepolicy>
  957. </property>
  958. <property name="minimumSize">
  959. <size>
  960. <width>120</width>
  961. <height>0</height>
  962. </size>
  963. </property>
  964. <property name="maximumSize">
  965. <size>
  966. <width>120</width>
  967. <height>16777215</height>
  968. </size>
  969. </property>
  970. <property name="text">
  971. <string>实号</string>
  972. </property>
  973. </widget>
  974. </item>
  975. <item>
  976. <widget class="QLabel" name="labelSampleKong">
  977. <property name="sizePolicy">
  978. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  979. <horstretch>0</horstretch>
  980. <verstretch>0</verstretch>
  981. </sizepolicy>
  982. </property>
  983. <property name="minimumSize">
  984. <size>
  985. <width>10</width>
  986. <height>20</height>
  987. </size>
  988. </property>
  989. <property name="maximumSize">
  990. <size>
  991. <width>10</width>
  992. <height>20</height>
  993. </size>
  994. </property>
  995. <property name="text">
  996. <string>空号</string>
  997. </property>
  998. <property name="alignment">
  999. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  1000. </property>
  1001. </widget>
  1002. </item>
  1003. <item>
  1004. <widget class="QLabel" name="labelKong">
  1005. <property name="text">
  1006. <string>空号</string>
  1007. </property>
  1008. </widget>
  1009. </item>
  1010. <item>
  1011. <widget class="QLabel" name="labelSampleTing">
  1012. <property name="sizePolicy">
  1013. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  1014. <horstretch>0</horstretch>
  1015. <verstretch>0</verstretch>
  1016. </sizepolicy>
  1017. </property>
  1018. <property name="minimumSize">
  1019. <size>
  1020. <width>10</width>
  1021. <height>20</height>
  1022. </size>
  1023. </property>
  1024. <property name="maximumSize">
  1025. <size>
  1026. <width>10</width>
  1027. <height>20</height>
  1028. </size>
  1029. </property>
  1030. <property name="text">
  1031. <string>停机</string>
  1032. </property>
  1033. <property name="alignment">
  1034. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  1035. </property>
  1036. </widget>
  1037. </item>
  1038. <item>
  1039. <widget class="QLabel" name="labelTing">
  1040. <property name="text">
  1041. <string>停机</string>
  1042. </property>
  1043. </widget>
  1044. </item>
  1045. <item>
  1046. <widget class="QLabel" name="labelSampleGuan">
  1047. <property name="sizePolicy">
  1048. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  1049. <horstretch>0</horstretch>
  1050. <verstretch>0</verstretch>
  1051. </sizepolicy>
  1052. </property>
  1053. <property name="minimumSize">
  1054. <size>
  1055. <width>10</width>
  1056. <height>20</height>
  1057. </size>
  1058. </property>
  1059. <property name="maximumSize">
  1060. <size>
  1061. <width>10</width>
  1062. <height>20</height>
  1063. </size>
  1064. </property>
  1065. <property name="text">
  1066. <string>关机</string>
  1067. </property>
  1068. <property name="alignment">
  1069. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  1070. </property>
  1071. </widget>
  1072. </item>
  1073. <item>
  1074. <widget class="QLabel" name="labelGuan">
  1075. <property name="text">
  1076. <string>关机</string>
  1077. </property>
  1078. </widget>
  1079. </item>
  1080. <item>
  1081. <spacer name="horizontalSpacer_19">
  1082. <property name="orientation">
  1083. <enum>Qt::Horizontal</enum>
  1084. </property>
  1085. <property name="sizeHint" stdset="0">
  1086. <size>
  1087. <width>40</width>
  1088. <height>20</height>
  1089. </size>
  1090. </property>
  1091. </spacer>
  1092. </item>
  1093. </layout>
  1094. </widget>
  1095. </item>
  1096. </layout>
  1097. </item>
  1098. </layout>
  1099. </item>
  1100. <item>
  1101. <spacer name="horizontalSpacer_15">
  1102. <property name="orientation">
  1103. <enum>Qt::Horizontal</enum>
  1104. </property>
  1105. <property name="sizeHint" stdset="0">
  1106. <size>
  1107. <width>40</width>
  1108. <height>20</height>
  1109. </size>
  1110. </property>
  1111. </spacer>
  1112. </item>
  1113. <item>
  1114. <layout class="QVBoxLayout" name="verticalLayout_13">
  1115. <property name="leftMargin">
  1116. <number>6</number>
  1117. </property>
  1118. <property name="topMargin">
  1119. <number>0</number>
  1120. </property>
  1121. <property name="rightMargin">
  1122. <number>6</number>
  1123. </property>
  1124. <property name="bottomMargin">
  1125. <number>0</number>
  1126. </property>
  1127. <item>
  1128. <widget class="QLabel" name="label_11">
  1129. <property name="text">
  1130. <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
  1131. &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
  1132. p, li { white-space: pre-wrap; }
  1133. &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'SimSun'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
  1134. &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; color:#878787;&quot;&gt;此结果为预测信息&lt;/span&gt;&lt;/p&gt;
  1135. &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; color:#878787;&quot;&gt;仅供参考,最终结&lt;/span&gt;&lt;/p&gt;
  1136. &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; color:#878787;&quot;&gt;果以实际检测为准&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  1137. </property>
  1138. <property name="alignment">
  1139. <set>Qt::AlignCenter</set>
  1140. </property>
  1141. </widget>
  1142. </item>
  1143. </layout>
  1144. </item>
  1145. </layout>
  1146. </item>
  1147. </layout>
  1148. </widget>
  1149. </item>
  1150. </layout>
  1151. </widget>
  1152. </widget>
  1153. </item>
  1154. </layout>
  1155. </widget>
  1156. <resources/>
  1157. <connections/>
  1158. </ui>