ui_reporting.h 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'reporting.ui'
  3. **
  4. ** Created by: Qt User Interface Compiler version 5.12.10
  5. **
  6. ** WARNING! All changes made in this file will be lost when recompiling UI file!
  7. ********************************************************************************/
  8. #ifndef UI_REPORTING_H
  9. #define UI_REPORTING_H
  10. #include <QtCore/QVariant>
  11. #include <QtGui/QIcon>
  12. #include <QtWidgets/QAction>
  13. #include <QtWidgets/QApplication>
  14. #include <QtWidgets/QDateEdit>
  15. #include <QtWidgets/QLabel>
  16. #include <QtWidgets/QLineEdit>
  17. #include <QtWidgets/QPushButton>
  18. #include <QtWidgets/QScrollArea>
  19. #include <QtWidgets/QTextEdit>
  20. #include <QtWidgets/QWidget>
  21. QT_BEGIN_NAMESPACE
  22. class Ui_Reporting
  23. {
  24. public:
  25. QAction *saveAction;
  26. QAction *openAction;
  27. QScrollArea *scrollArea;
  28. QWidget *scrollAreaWidgetContents;
  29. QLabel *label;
  30. QLabel *label_2;
  31. QLineEdit *numberEdit;
  32. QLabel *label_3;
  33. QLabel *label_4;
  34. QLabel *label_5;
  35. QLineEdit *wtdwEdit;
  36. QLabel *label_6;
  37. QLineEdit *sjrEdit;
  38. QLabel *label_7;
  39. QDateEdit *slrqEdit;
  40. QLabel *label_8;
  41. QTextEdit *qkzyTextEdit;
  42. QLabel *label_9;
  43. QLabel *label_10;
  44. QTextEdit *jcTextEdit;
  45. QLabel *label_11;
  46. QTextEdit *ybTextEdit;
  47. QLabel *label_12;
  48. QLineEdit *jdyqEdit;
  49. QLabel *label_13;
  50. QDateEdit *jyksrqDateEdit;
  51. QLabel *label_14;
  52. QLineEdit *jyddEdit;
  53. QLabel *label_15;
  54. QLabel *label_16;
  55. QTextEdit *jyTextEdit;
  56. QLabel *label_17;
  57. QTextEdit *jcjyTextEdit;
  58. QLabel *label_18;
  59. QTextEdit *ybjyTextEdit;
  60. QLabel *label_19;
  61. QTextEdit *bdjyTextEdit;
  62. QLabel *label_20;
  63. QTextEdit *lzTextEdit;
  64. QLabel *label_21;
  65. QTextEdit *jdyjTextEdit;
  66. QLabel *label_22;
  67. QLineEdit *fjEdit;
  68. QLabel *label_23;
  69. QLineEdit *jdr1Edit;
  70. QLineEdit *jdr2Edit;
  71. QLabel *label_24;
  72. QLineEdit *sqqzrEdit;
  73. QDateEdit *rqDateEdit;
  74. QLabel *label_25;
  75. QLabel *label_26;
  76. QLineEdit *zp1Edit;
  77. QPushButton *zp1Button;
  78. QLabel *label_27;
  79. QLineEdit *zp2Edit;
  80. QPushButton *zp2Button;
  81. QLabel *label_28;
  82. QLineEdit *wzbh1Edit;
  83. QLabel *label_29;
  84. QLineEdit *zp3Edit;
  85. QPushButton *pushButton_3;
  86. QLabel *label_30;
  87. QLineEdit *wzbh2Edit;
  88. QLabel *label_31;
  89. QLineEdit *zp4Edit;
  90. QPushButton *zp4Button;
  91. void setupUi(QWidget *Reporting)
  92. {
  93. if (Reporting->objectName().isEmpty())
  94. Reporting->setObjectName(QString::fromUtf8("Reporting"));
  95. Reporting->resize(863, 1852);
  96. saveAction = new QAction(Reporting);
  97. saveAction->setObjectName(QString::fromUtf8("saveAction"));
  98. QIcon icon;
  99. icon.addFile(QString::fromUtf8(":/new/prefix1/images/save.png"), QSize(), QIcon::Normal, QIcon::Off);
  100. saveAction->setIcon(icon);
  101. openAction = new QAction(Reporting);
  102. openAction->setObjectName(QString::fromUtf8("openAction"));
  103. QIcon icon1;
  104. icon1.addFile(QString::fromUtf8(":/new/prefix1/images/open.ico"), QSize(), QIcon::Normal, QIcon::Off);
  105. openAction->setIcon(icon1);
  106. scrollArea = new QScrollArea(Reporting);
  107. scrollArea->setObjectName(QString::fromUtf8("scrollArea"));
  108. scrollArea->setGeometry(QRect(0, 0, 861, 1000));
  109. scrollArea->setWidgetResizable(false);
  110. scrollAreaWidgetContents = new QWidget();
  111. scrollAreaWidgetContents->setObjectName(QString::fromUtf8("scrollAreaWidgetContents"));
  112. scrollAreaWidgetContents->setGeometry(QRect(0, 0, 859, 1800));
  113. label = new QLabel(scrollAreaWidgetContents);
  114. label->setObjectName(QString::fromUtf8("label"));
  115. label->setGeometry(QRect(350, 10, 81, 20));
  116. label_2 = new QLabel(scrollAreaWidgetContents);
  117. label_2->setObjectName(QString::fromUtf8("label_2"));
  118. label_2->setGeometry(QRect(533, 50, 131, 20));
  119. numberEdit = new QLineEdit(scrollAreaWidgetContents);
  120. numberEdit->setObjectName(QString::fromUtf8("numberEdit"));
  121. numberEdit->setGeometry(QRect(670, 50, 113, 20));
  122. label_3 = new QLabel(scrollAreaWidgetContents);
  123. label_3->setObjectName(QString::fromUtf8("label_3"));
  124. label_3->setGeometry(QRect(790, 50, 31, 20));
  125. label_4 = new QLabel(scrollAreaWidgetContents);
  126. label_4->setObjectName(QString::fromUtf8("label_4"));
  127. label_4->setGeometry(QRect(10, 90, 54, 12));
  128. label_5 = new QLabel(scrollAreaWidgetContents);
  129. label_5->setObjectName(QString::fromUtf8("label_5"));
  130. label_5->setGeometry(QRect(30, 120, 101, 16));
  131. wtdwEdit = new QLineEdit(scrollAreaWidgetContents);
  132. wtdwEdit->setObjectName(QString::fromUtf8("wtdwEdit"));
  133. wtdwEdit->setGeometry(QRect(130, 120, 361, 20));
  134. label_6 = new QLabel(scrollAreaWidgetContents);
  135. label_6->setObjectName(QString::fromUtf8("label_6"));
  136. label_6->setGeometry(QRect(30, 160, 91, 20));
  137. sjrEdit = new QLineEdit(scrollAreaWidgetContents);
  138. sjrEdit->setObjectName(QString::fromUtf8("sjrEdit"));
  139. sjrEdit->setGeometry(QRect(130, 160, 361, 20));
  140. label_7 = new QLabel(scrollAreaWidgetContents);
  141. label_7->setObjectName(QString::fromUtf8("label_7"));
  142. label_7->setGeometry(QRect(30, 200, 91, 16));
  143. slrqEdit = new QDateEdit(scrollAreaWidgetContents);
  144. slrqEdit->setObjectName(QString::fromUtf8("slrqEdit"));
  145. slrqEdit->setGeometry(QRect(130, 200, 110, 22));
  146. slrqEdit->setDateTime(QDateTime(QDate(2020, 1, 1), QTime(0, 0, 0)));
  147. slrqEdit->setCalendarPopup(true);
  148. label_8 = new QLabel(scrollAreaWidgetContents);
  149. label_8->setObjectName(QString::fromUtf8("label_8"));
  150. label_8->setGeometry(QRect(30, 240, 161, 16));
  151. qkzyTextEdit = new QTextEdit(scrollAreaWidgetContents);
  152. qkzyTextEdit->setObjectName(QString::fromUtf8("qkzyTextEdit"));
  153. qkzyTextEdit->setGeometry(QRect(190, 240, 301, 81));
  154. label_9 = new QLabel(scrollAreaWidgetContents);
  155. label_9->setObjectName(QString::fromUtf8("label_9"));
  156. label_9->setGeometry(QRect(30, 350, 111, 16));
  157. label_10 = new QLabel(scrollAreaWidgetContents);
  158. label_10->setObjectName(QString::fromUtf8("label_10"));
  159. label_10->setGeometry(QRect(40, 390, 54, 12));
  160. jcTextEdit = new QTextEdit(scrollAreaWidgetContents);
  161. jcTextEdit->setObjectName(QString::fromUtf8("jcTextEdit"));
  162. jcTextEdit->setGeometry(QRect(90, 380, 381, 61));
  163. label_11 = new QLabel(scrollAreaWidgetContents);
  164. label_11->setObjectName(QString::fromUtf8("label_11"));
  165. label_11->setGeometry(QRect(40, 490, 54, 12));
  166. ybTextEdit = new QTextEdit(scrollAreaWidgetContents);
  167. ybTextEdit->setObjectName(QString::fromUtf8("ybTextEdit"));
  168. ybTextEdit->setGeometry(QRect(90, 470, 381, 61));
  169. label_12 = new QLabel(scrollAreaWidgetContents);
  170. label_12->setObjectName(QString::fromUtf8("label_12"));
  171. label_12->setGeometry(QRect(30, 570, 101, 16));
  172. jdyqEdit = new QLineEdit(scrollAreaWidgetContents);
  173. jdyqEdit->setObjectName(QString::fromUtf8("jdyqEdit"));
  174. jdyqEdit->setGeometry(QRect(140, 570, 331, 20));
  175. label_13 = new QLabel(scrollAreaWidgetContents);
  176. label_13->setObjectName(QString::fromUtf8("label_13"));
  177. label_13->setGeometry(QRect(30, 620, 121, 16));
  178. jyksrqDateEdit = new QDateEdit(scrollAreaWidgetContents);
  179. jyksrqDateEdit->setObjectName(QString::fromUtf8("jyksrqDateEdit"));
  180. jyksrqDateEdit->setGeometry(QRect(150, 620, 110, 22));
  181. jyksrqDateEdit->setDateTime(QDateTime(QDate(2020, 1, 1), QTime(0, 0, 0)));
  182. jyksrqDateEdit->setCalendarPopup(true);
  183. label_14 = new QLabel(scrollAreaWidgetContents);
  184. label_14->setObjectName(QString::fromUtf8("label_14"));
  185. label_14->setGeometry(QRect(30, 670, 101, 16));
  186. jyddEdit = new QLineEdit(scrollAreaWidgetContents);
  187. jyddEdit->setObjectName(QString::fromUtf8("jyddEdit"));
  188. jyddEdit->setGeometry(QRect(140, 670, 331, 20));
  189. label_15 = new QLabel(scrollAreaWidgetContents);
  190. label_15->setObjectName(QString::fromUtf8("label_15"));
  191. label_15->setGeometry(QRect(40, 710, 61, 16));
  192. label_16 = new QLabel(scrollAreaWidgetContents);
  193. label_16->setObjectName(QString::fromUtf8("label_16"));
  194. label_16->setGeometry(QRect(40, 730, 761, 31));
  195. label_16->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
  196. label_16->setWordWrap(true);
  197. jyTextEdit = new QTextEdit(scrollAreaWidgetContents);
  198. jyTextEdit->setObjectName(QString::fromUtf8("jyTextEdit"));
  199. jyTextEdit->setGeometry(QRect(40, 760, 701, 71));
  200. label_17 = new QLabel(scrollAreaWidgetContents);
  201. label_17->setObjectName(QString::fromUtf8("label_17"));
  202. label_17->setGeometry(QRect(40, 840, 71, 16));
  203. jcjyTextEdit = new QTextEdit(scrollAreaWidgetContents);
  204. jcjyTextEdit->setObjectName(QString::fromUtf8("jcjyTextEdit"));
  205. jcjyTextEdit->setGeometry(QRect(40, 860, 701, 71));
  206. label_18 = new QLabel(scrollAreaWidgetContents);
  207. label_18->setObjectName(QString::fromUtf8("label_18"));
  208. label_18->setGeometry(QRect(40, 940, 81, 16));
  209. ybjyTextEdit = new QTextEdit(scrollAreaWidgetContents);
  210. ybjyTextEdit->setObjectName(QString::fromUtf8("ybjyTextEdit"));
  211. ybjyTextEdit->setGeometry(QRect(40, 960, 701, 71));
  212. label_19 = new QLabel(scrollAreaWidgetContents);
  213. label_19->setObjectName(QString::fromUtf8("label_19"));
  214. label_19->setGeometry(QRect(40, 1040, 81, 16));
  215. bdjyTextEdit = new QTextEdit(scrollAreaWidgetContents);
  216. bdjyTextEdit->setObjectName(QString::fromUtf8("bdjyTextEdit"));
  217. bdjyTextEdit->setGeometry(QRect(40, 1060, 701, 71));
  218. label_20 = new QLabel(scrollAreaWidgetContents);
  219. label_20->setObjectName(QString::fromUtf8("label_20"));
  220. label_20->setGeometry(QRect(40, 1140, 61, 16));
  221. lzTextEdit = new QTextEdit(scrollAreaWidgetContents);
  222. lzTextEdit->setObjectName(QString::fromUtf8("lzTextEdit"));
  223. lzTextEdit->setGeometry(QRect(40, 1160, 701, 81));
  224. label_21 = new QLabel(scrollAreaWidgetContents);
  225. label_21->setObjectName(QString::fromUtf8("label_21"));
  226. label_21->setGeometry(QRect(40, 1250, 81, 16));
  227. jdyjTextEdit = new QTextEdit(scrollAreaWidgetContents);
  228. jdyjTextEdit->setObjectName(QString::fromUtf8("jdyjTextEdit"));
  229. jdyjTextEdit->setGeometry(QRect(40, 1270, 701, 51));
  230. label_22 = new QLabel(scrollAreaWidgetContents);
  231. label_22->setObjectName(QString::fromUtf8("label_22"));
  232. label_22->setGeometry(QRect(50, 1340, 51, 20));
  233. fjEdit = new QLineEdit(scrollAreaWidgetContents);
  234. fjEdit->setObjectName(QString::fromUtf8("fjEdit"));
  235. fjEdit->setGeometry(QRect(90, 1340, 431, 20));
  236. label_23 = new QLabel(scrollAreaWidgetContents);
  237. label_23->setObjectName(QString::fromUtf8("label_23"));
  238. label_23->setGeometry(QRect(73, 1380, 51, 20));
  239. jdr1Edit = new QLineEdit(scrollAreaWidgetContents);
  240. jdr1Edit->setObjectName(QString::fromUtf8("jdr1Edit"));
  241. jdr1Edit->setGeometry(QRect(120, 1380, 321, 20));
  242. jdr2Edit = new QLineEdit(scrollAreaWidgetContents);
  243. jdr2Edit->setObjectName(QString::fromUtf8("jdr2Edit"));
  244. jdr2Edit->setGeometry(QRect(120, 1410, 321, 20));
  245. label_24 = new QLabel(scrollAreaWidgetContents);
  246. label_24->setObjectName(QString::fromUtf8("label_24"));
  247. label_24->setGeometry(QRect(60, 1440, 71, 16));
  248. sqqzrEdit = new QLineEdit(scrollAreaWidgetContents);
  249. sqqzrEdit->setObjectName(QString::fromUtf8("sqqzrEdit"));
  250. sqqzrEdit->setGeometry(QRect(140, 1440, 301, 20));
  251. rqDateEdit = new QDateEdit(scrollAreaWidgetContents);
  252. rqDateEdit->setObjectName(QString::fromUtf8("rqDateEdit"));
  253. rqDateEdit->setGeometry(QRect(540, 1480, 131, 22));
  254. rqDateEdit->setDateTime(QDateTime(QDate(2020, 1, 1), QTime(0, 0, 0)));
  255. rqDateEdit->setCalendarPopup(true);
  256. label_25 = new QLabel(scrollAreaWidgetContents);
  257. label_25->setObjectName(QString::fromUtf8("label_25"));
  258. label_25->setGeometry(QRect(40, 1530, 54, 12));
  259. label_26 = new QLabel(scrollAreaWidgetContents);
  260. label_26->setObjectName(QString::fromUtf8("label_26"));
  261. label_26->setGeometry(QRect(40, 1560, 51, 16));
  262. zp1Edit = new QLineEdit(scrollAreaWidgetContents);
  263. zp1Edit->setObjectName(QString::fromUtf8("zp1Edit"));
  264. zp1Edit->setGeometry(QRect(90, 1560, 261, 20));
  265. zp1Button = new QPushButton(scrollAreaWidgetContents);
  266. zp1Button->setObjectName(QString::fromUtf8("zp1Button"));
  267. zp1Button->setGeometry(QRect(360, 1560, 75, 23));
  268. zp1Button->setLayoutDirection(Qt::LeftToRight);
  269. QIcon icon2;
  270. icon2.addFile(QString::fromUtf8(":/new/prefix1/images/select-file.ico"), QSize(), QIcon::Normal, QIcon::Off);
  271. zp1Button->setIcon(icon2);
  272. label_27 = new QLabel(scrollAreaWidgetContents);
  273. label_27->setObjectName(QString::fromUtf8("label_27"));
  274. label_27->setGeometry(QRect(40, 1600, 51, 20));
  275. zp2Edit = new QLineEdit(scrollAreaWidgetContents);
  276. zp2Edit->setObjectName(QString::fromUtf8("zp2Edit"));
  277. zp2Edit->setGeometry(QRect(90, 1600, 261, 20));
  278. zp2Button = new QPushButton(scrollAreaWidgetContents);
  279. zp2Button->setObjectName(QString::fromUtf8("zp2Button"));
  280. zp2Button->setGeometry(QRect(360, 1600, 75, 23));
  281. zp2Button->setIcon(icon2);
  282. label_28 = new QLabel(scrollAreaWidgetContents);
  283. label_28->setObjectName(QString::fromUtf8("label_28"));
  284. label_28->setGeometry(QRect(63, 1630, 51, 20));
  285. wzbh1Edit = new QLineEdit(scrollAreaWidgetContents);
  286. wzbh1Edit->setObjectName(QString::fromUtf8("wzbh1Edit"));
  287. wzbh1Edit->setGeometry(QRect(120, 1630, 231, 20));
  288. label_29 = new QLabel(scrollAreaWidgetContents);
  289. label_29->setObjectName(QString::fromUtf8("label_29"));
  290. label_29->setGeometry(QRect(40, 1670, 51, 16));
  291. zp3Edit = new QLineEdit(scrollAreaWidgetContents);
  292. zp3Edit->setObjectName(QString::fromUtf8("zp3Edit"));
  293. zp3Edit->setGeometry(QRect(90, 1670, 261, 20));
  294. pushButton_3 = new QPushButton(scrollAreaWidgetContents);
  295. pushButton_3->setObjectName(QString::fromUtf8("pushButton_3"));
  296. pushButton_3->setGeometry(QRect(360, 1670, 75, 23));
  297. pushButton_3->setIcon(icon2);
  298. label_30 = new QLabel(scrollAreaWidgetContents);
  299. label_30->setObjectName(QString::fromUtf8("label_30"));
  300. label_30->setGeometry(QRect(60, 1700, 51, 16));
  301. wzbh2Edit = new QLineEdit(scrollAreaWidgetContents);
  302. wzbh2Edit->setObjectName(QString::fromUtf8("wzbh2Edit"));
  303. wzbh2Edit->setGeometry(QRect(120, 1700, 231, 20));
  304. label_31 = new QLabel(scrollAreaWidgetContents);
  305. label_31->setObjectName(QString::fromUtf8("label_31"));
  306. label_31->setGeometry(QRect(40, 1730, 51, 16));
  307. zp4Edit = new QLineEdit(scrollAreaWidgetContents);
  308. zp4Edit->setObjectName(QString::fromUtf8("zp4Edit"));
  309. zp4Edit->setGeometry(QRect(90, 1730, 261, 20));
  310. zp4Button = new QPushButton(scrollAreaWidgetContents);
  311. zp4Button->setObjectName(QString::fromUtf8("zp4Button"));
  312. zp4Button->setGeometry(QRect(360, 1730, 75, 23));
  313. zp4Button->setIcon(icon2);
  314. scrollArea->setWidget(scrollAreaWidgetContents);
  315. retranslateUi(Reporting);
  316. QMetaObject::connectSlotsByName(Reporting);
  317. } // setupUi
  318. void retranslateUi(QWidget *Reporting)
  319. {
  320. Reporting->setWindowTitle(QApplication::translate("Reporting", "Form", nullptr));
  321. saveAction->setText(QApplication::translate("Reporting", "\347\224\237\346\210\220\346\212\245\345\221\212", nullptr));
  322. #ifndef QT_NO_TOOLTIP
  323. saveAction->setToolTip(QApplication::translate("Reporting", "\347\224\237\346\210\220\346\212\245\345\221\212", nullptr));
  324. #endif // QT_NO_TOOLTIP
  325. openAction->setText(QApplication::translate("Reporting", "\345\212\240\350\275\275\346\250\241\346\235\277", nullptr));
  326. #ifndef QT_NO_TOOLTIP
  327. openAction->setToolTip(QApplication::translate("Reporting", "\345\212\240\350\275\275\346\250\241\346\235\277", nullptr));
  328. #endif // QT_NO_TOOLTIP
  329. label->setText(QApplication::translate("Reporting", "\347\211\251\350\257\201\351\211\264\345\256\232\344\271\246", nullptr));
  330. label_2->setText(QApplication::translate("Reporting", "\350\213\217\345\205\254\345\247\221\347\211\251\351\211\264\357\274\210\347\227\225\346\243\200\357\274\211\345\255\227", nullptr));
  331. label_3->setText(QApplication::translate("Reporting", "\345\217\267", nullptr));
  332. label_4->setText(QApplication::translate("Reporting", "\344\270\200\343\200\201\347\273\252\350\256\272", nullptr));
  333. label_5->setText(QApplication::translate("Reporting", "\357\274\210\344\270\200\357\274\211\345\247\224\346\211\230\345\215\225\344\275\215\357\274\232", nullptr));
  334. label_6->setText(QApplication::translate("Reporting", "\357\274\210\344\272\214\357\274\211\351\200\201\346\243\200\344\272\272\357\274\232", nullptr));
  335. label_7->setText(QApplication::translate("Reporting", "\357\274\210\344\270\211\357\274\211\345\217\227\347\220\206\346\227\245\346\234\237\357\274\232", nullptr));
  336. slrqEdit->setDisplayFormat(QApplication::translate("Reporting", "yyyy/MM/dd", nullptr));
  337. label_8->setText(QApplication::translate("Reporting", "\357\274\210\345\233\233\357\274\211\346\241\210\357\274\210\344\272\213\357\274\211\344\273\266\346\203\205\345\206\265\346\221\230\350\246\201\357\274\232", nullptr));
  338. label_9->setText(QApplication::translate("Reporting", "\357\274\210\344\272\224\357\274\211\346\243\200\346\235\220\345\222\214\346\240\267\346\234\254\357\274\232", nullptr));
  339. label_10->setText(QApplication::translate("Reporting", "\346\243\200\346\235\220\357\274\232", nullptr));
  340. label_11->setText(QApplication::translate("Reporting", "\346\240\267\346\234\254\357\274\232", nullptr));
  341. label_12->setText(QApplication::translate("Reporting", "\357\274\210\345\205\255\357\274\211\351\211\264\345\256\232\350\246\201\346\261\202\357\274\232", nullptr));
  342. label_13->setText(QApplication::translate("Reporting", "\357\274\210\344\270\203\357\274\211\346\243\200\351\252\214\345\274\200\345\247\213\346\227\245\346\234\237\357\274\232", nullptr));
  343. jyksrqDateEdit->setDisplayFormat(QApplication::translate("Reporting", "yyyy/MM/dd", nullptr));
  344. label_14->setText(QApplication::translate("Reporting", "\357\274\210\345\205\253\357\274\211\346\243\200\351\252\214\345\234\260\347\202\271\357\274\232", nullptr));
  345. label_15->setText(QApplication::translate("Reporting", "\344\272\214\343\200\201\346\243\200\351\252\214", nullptr));
  346. label_16->setText(QApplication::translate("Reporting", "\346\234\254\346\254\241\346\243\200\351\252\214\344\276\235\346\215\256\343\200\212\345\205\254\345\256\211\346\234\272\345\205\263\351\211\264\345\256\232\350\247\204\345\210\231\343\200\213\357\274\210\345\205\254\351\200\232\345\255\227\343\200\2242017\343\200\2256\345\217\267\357\274\2112017\347\211\210\343\200\201\343\200\212\346\211\213\345\215\260\351\211\264\345\256\232\344\271\246\347\232\204\345\210\266\344\275\234\343\200\213GA/T 145-1996\343\200\201\343\200\212\346\211\213\345\215\260\351\211\264\345\256\232\347\250\213\345\272\217\343\200\213GA/T 724-2007\343\200\201\343\200\212\346\214\207\347\272\271\351\211\264\345\256\232\346\263\225\343\200\213\357\274\210IFSJS-23607-2016\357\274\211\350\277\233\350\241\214\343\200\202", nullptr));
  347. label_17->setText(QApplication::translate("Reporting", "1\343\200\201\346\243\200\346\235\220\346\243\200\351\252\214", nullptr));
  348. label_18->setText(QApplication::translate("Reporting", "2\343\200\201\346\240\267\346\234\254\346\243\200\351\252\214", nullptr));
  349. label_19->setText(QApplication::translate("Reporting", "3\343\200\201\346\257\224\345\257\271\346\243\200\351\252\214", nullptr));
  350. label_20->setText(QApplication::translate("Reporting", "\344\270\211\343\200\201\350\256\272\350\257\201", nullptr));
  351. label_21->setText(QApplication::translate("Reporting", "\345\233\233\343\200\201\351\211\264\345\256\232\346\204\217\350\247\201", nullptr));
  352. label_22->setText(QApplication::translate("Reporting", "\351\231\204\344\273\266\357\274\232", nullptr));
  353. label_23->setText(QApplication::translate("Reporting", "\351\211\264\345\256\232\344\272\272\357\274\232", nullptr));
  354. label_24->setText(QApplication::translate("Reporting", "\346\216\210\346\235\203\347\255\276\345\255\227\344\272\272\357\274\232", nullptr));
  355. rqDateEdit->setDisplayFormat(QApplication::translate("Reporting", "yyyy/MM/dd", nullptr));
  356. label_25->setText(QApplication::translate("Reporting", "\351\231\204\344\273\266\357\274\232", nullptr));
  357. label_26->setText(QApplication::translate("Reporting", "\347\205\247\347\211\207\344\270\200", nullptr));
  358. zp1Button->setText(QString());
  359. label_27->setText(QApplication::translate("Reporting", "\347\205\247\347\211\207\344\272\214", nullptr));
  360. zp2Button->setText(QString());
  361. label_28->setText(QApplication::translate("Reporting", "\347\211\251\350\257\201\347\274\226\345\217\267", nullptr));
  362. label_29->setText(QApplication::translate("Reporting", "\347\205\247\347\211\207\344\270\211", nullptr));
  363. pushButton_3->setText(QString());
  364. label_30->setText(QApplication::translate("Reporting", "\347\211\251\350\257\201\347\274\226\345\217\267", nullptr));
  365. label_31->setText(QApplication::translate("Reporting", "\347\205\247\347\211\207\345\233\233", nullptr));
  366. zp4Button->setText(QString());
  367. } // retranslateUi
  368. };
  369. namespace Ui {
  370. class Reporting: public Ui_Reporting {};
  371. } // namespace Ui
  372. QT_END_NAMESPACE
  373. #endif // UI_REPORTING_H