ui_oamsynctimer.h 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'oamsynctimer.ui'
  3. **
  4. ** Created by: Qt User Interface Compiler version 6.6.1
  5. **
  6. ** WARNING! All changes made in this file will be lost when recompiling UI file!
  7. ********************************************************************************/
  8. #ifndef UI_OAMSYNCTIMER_H
  9. #define UI_OAMSYNCTIMER_H
  10. #include <QtCore/QVariant>
  11. #include <QtWidgets/QApplication>
  12. #include <QtWidgets/QCheckBox>
  13. #include <QtWidgets/QComboBox>
  14. #include <QtWidgets/QDialog>
  15. #include <QtWidgets/QGridLayout>
  16. #include <QtWidgets/QGroupBox>
  17. #include <QtWidgets/QHBoxLayout>
  18. #include <QtWidgets/QLabel>
  19. #include <QtWidgets/QPushButton>
  20. #include <QtWidgets/QSpacerItem>
  21. #include <QtWidgets/QSpinBox>
  22. #include <QtWidgets/QTimeEdit>
  23. #include <QtWidgets/QVBoxLayout>
  24. QT_BEGIN_NAMESPACE
  25. class Ui_oamsynctimer
  26. {
  27. public:
  28. QGridLayout *gridLayout_3;
  29. QVBoxLayout *verticalLayout_3;
  30. QGroupBox *groupBox;
  31. QGridLayout *gridLayout_2;
  32. QVBoxLayout *verticalLayout;
  33. QGridLayout *gridLayout;
  34. QCheckBox *checkBoxTimerSwitch;
  35. QLabel *label;
  36. QComboBox *comboBoxTimerSwitch;
  37. QCheckBox *checkBoxTimerNum;
  38. QLabel *label_2;
  39. QSpinBox *spinBoxTimerNum;
  40. QCheckBox *checkBoxTimer1Start;
  41. QLabel *label_3;
  42. QTimeEdit *timeEdit1Start;
  43. QCheckBox *checkBoxTimer1Stop;
  44. QLabel *label_4;
  45. QTimeEdit *timeEdit1Stop;
  46. QCheckBox *checkBoxTimer2Start;
  47. QLabel *label_6;
  48. QTimeEdit *timeEdit2Start;
  49. QCheckBox *checkBoxTimer2Stop;
  50. QLabel *label_5;
  51. QTimeEdit *timeEdit2Stop;
  52. QHBoxLayout *horizontalLayout;
  53. QPushButton *pushButtonAllSel;
  54. QPushButton *pushButtonAllNoSel;
  55. QPushButton *pushButtonClear;
  56. QPushButton *pushButtonQuery;
  57. QPushButton *pushButtonConfig;
  58. QPushButton *pushButtonUpload;
  59. QVBoxLayout *verticalLayout_2;
  60. QLabel *label_22;
  61. QLabel *label_9;
  62. QLabel *label_14;
  63. QLabel *label_16;
  64. QLabel *label_15;
  65. QSpacerItem *horizontalSpacer_2;
  66. QSpacerItem *horizontalSpacer;
  67. QSpacerItem *verticalSpacer;
  68. QSpacerItem *verticalSpacer_2;
  69. void setupUi(QDialog *oamsynctimer)
  70. {
  71. if (oamsynctimer->objectName().isEmpty())
  72. oamsynctimer->setObjectName("oamsynctimer");
  73. oamsynctimer->resize(1024, 700);
  74. gridLayout_3 = new QGridLayout(oamsynctimer);
  75. gridLayout_3->setObjectName("gridLayout_3");
  76. verticalLayout_3 = new QVBoxLayout();
  77. verticalLayout_3->setSpacing(20);
  78. verticalLayout_3->setObjectName("verticalLayout_3");
  79. groupBox = new QGroupBox(oamsynctimer);
  80. groupBox->setObjectName("groupBox");
  81. gridLayout_2 = new QGridLayout(groupBox);
  82. gridLayout_2->setObjectName("gridLayout_2");
  83. verticalLayout = new QVBoxLayout();
  84. verticalLayout->setSpacing(20);
  85. verticalLayout->setObjectName("verticalLayout");
  86. gridLayout = new QGridLayout();
  87. gridLayout->setObjectName("gridLayout");
  88. gridLayout->setHorizontalSpacing(10);
  89. gridLayout->setVerticalSpacing(15);
  90. checkBoxTimerSwitch = new QCheckBox(groupBox);
  91. checkBoxTimerSwitch->setObjectName("checkBoxTimerSwitch");
  92. gridLayout->addWidget(checkBoxTimerSwitch, 0, 0, 1, 1);
  93. label = new QLabel(groupBox);
  94. label->setObjectName("label");
  95. gridLayout->addWidget(label, 0, 1, 1, 1);
  96. comboBoxTimerSwitch = new QComboBox(groupBox);
  97. comboBoxTimerSwitch->setObjectName("comboBoxTimerSwitch");
  98. comboBoxTimerSwitch->setMinimumSize(QSize(550, 0));
  99. gridLayout->addWidget(comboBoxTimerSwitch, 0, 2, 1, 1);
  100. checkBoxTimerNum = new QCheckBox(groupBox);
  101. checkBoxTimerNum->setObjectName("checkBoxTimerNum");
  102. gridLayout->addWidget(checkBoxTimerNum, 1, 0, 1, 1);
  103. label_2 = new QLabel(groupBox);
  104. label_2->setObjectName("label_2");
  105. gridLayout->addWidget(label_2, 1, 1, 1, 1);
  106. spinBoxTimerNum = new QSpinBox(groupBox);
  107. spinBoxTimerNum->setObjectName("spinBoxTimerNum");
  108. spinBoxTimerNum->setMinimumSize(QSize(550, 26));
  109. spinBoxTimerNum->setMinimum(1);
  110. spinBoxTimerNum->setMaximum(2);
  111. gridLayout->addWidget(spinBoxTimerNum, 1, 2, 1, 1);
  112. checkBoxTimer1Start = new QCheckBox(groupBox);
  113. checkBoxTimer1Start->setObjectName("checkBoxTimer1Start");
  114. gridLayout->addWidget(checkBoxTimer1Start, 2, 0, 1, 1);
  115. label_3 = new QLabel(groupBox);
  116. label_3->setObjectName("label_3");
  117. gridLayout->addWidget(label_3, 2, 1, 1, 1);
  118. timeEdit1Start = new QTimeEdit(groupBox);
  119. timeEdit1Start->setObjectName("timeEdit1Start");
  120. timeEdit1Start->setMinimumSize(QSize(550, 26));
  121. timeEdit1Start->setTime(QTime(15, 16, 17));
  122. gridLayout->addWidget(timeEdit1Start, 2, 2, 1, 1);
  123. checkBoxTimer1Stop = new QCheckBox(groupBox);
  124. checkBoxTimer1Stop->setObjectName("checkBoxTimer1Stop");
  125. gridLayout->addWidget(checkBoxTimer1Stop, 3, 0, 1, 1);
  126. label_4 = new QLabel(groupBox);
  127. label_4->setObjectName("label_4");
  128. gridLayout->addWidget(label_4, 3, 1, 1, 1);
  129. timeEdit1Stop = new QTimeEdit(groupBox);
  130. timeEdit1Stop->setObjectName("timeEdit1Stop");
  131. timeEdit1Stop->setMinimumSize(QSize(550, 26));
  132. timeEdit1Stop->setTime(QTime(15, 16, 17));
  133. gridLayout->addWidget(timeEdit1Stop, 3, 2, 1, 1);
  134. checkBoxTimer2Start = new QCheckBox(groupBox);
  135. checkBoxTimer2Start->setObjectName("checkBoxTimer2Start");
  136. gridLayout->addWidget(checkBoxTimer2Start, 4, 0, 1, 1);
  137. label_6 = new QLabel(groupBox);
  138. label_6->setObjectName("label_6");
  139. gridLayout->addWidget(label_6, 4, 1, 1, 1);
  140. timeEdit2Start = new QTimeEdit(groupBox);
  141. timeEdit2Start->setObjectName("timeEdit2Start");
  142. timeEdit2Start->setMinimumSize(QSize(550, 26));
  143. timeEdit2Start->setTime(QTime(15, 16, 17));
  144. gridLayout->addWidget(timeEdit2Start, 4, 2, 1, 1);
  145. checkBoxTimer2Stop = new QCheckBox(groupBox);
  146. checkBoxTimer2Stop->setObjectName("checkBoxTimer2Stop");
  147. gridLayout->addWidget(checkBoxTimer2Stop, 5, 0, 1, 1);
  148. label_5 = new QLabel(groupBox);
  149. label_5->setObjectName("label_5");
  150. gridLayout->addWidget(label_5, 5, 1, 1, 1);
  151. timeEdit2Stop = new QTimeEdit(groupBox);
  152. timeEdit2Stop->setObjectName("timeEdit2Stop");
  153. timeEdit2Stop->setMinimumSize(QSize(550, 26));
  154. timeEdit2Stop->setTime(QTime(15, 16, 17));
  155. gridLayout->addWidget(timeEdit2Stop, 5, 2, 1, 1);
  156. verticalLayout->addLayout(gridLayout);
  157. horizontalLayout = new QHBoxLayout();
  158. horizontalLayout->setObjectName("horizontalLayout");
  159. pushButtonAllSel = new QPushButton(groupBox);
  160. pushButtonAllSel->setObjectName("pushButtonAllSel");
  161. horizontalLayout->addWidget(pushButtonAllSel);
  162. pushButtonAllNoSel = new QPushButton(groupBox);
  163. pushButtonAllNoSel->setObjectName("pushButtonAllNoSel");
  164. horizontalLayout->addWidget(pushButtonAllNoSel);
  165. pushButtonClear = new QPushButton(groupBox);
  166. pushButtonClear->setObjectName("pushButtonClear");
  167. horizontalLayout->addWidget(pushButtonClear);
  168. pushButtonQuery = new QPushButton(groupBox);
  169. pushButtonQuery->setObjectName("pushButtonQuery");
  170. horizontalLayout->addWidget(pushButtonQuery);
  171. pushButtonConfig = new QPushButton(groupBox);
  172. pushButtonConfig->setObjectName("pushButtonConfig");
  173. horizontalLayout->addWidget(pushButtonConfig);
  174. pushButtonUpload = new QPushButton(groupBox);
  175. pushButtonUpload->setObjectName("pushButtonUpload");
  176. horizontalLayout->addWidget(pushButtonUpload);
  177. verticalLayout->addLayout(horizontalLayout);
  178. gridLayout_2->addLayout(verticalLayout, 0, 0, 1, 1);
  179. verticalLayout_3->addWidget(groupBox);
  180. verticalLayout_2 = new QVBoxLayout();
  181. verticalLayout_2->setObjectName("verticalLayout_2");
  182. label_22 = new QLabel(oamsynctimer);
  183. label_22->setObjectName("label_22");
  184. verticalLayout_2->addWidget(label_22);
  185. label_9 = new QLabel(oamsynctimer);
  186. label_9->setObjectName("label_9");
  187. verticalLayout_2->addWidget(label_9);
  188. label_14 = new QLabel(oamsynctimer);
  189. label_14->setObjectName("label_14");
  190. verticalLayout_2->addWidget(label_14);
  191. label_16 = new QLabel(oamsynctimer);
  192. label_16->setObjectName("label_16");
  193. verticalLayout_2->addWidget(label_16);
  194. label_15 = new QLabel(oamsynctimer);
  195. label_15->setObjectName("label_15");
  196. verticalLayout_2->addWidget(label_15);
  197. verticalLayout_3->addLayout(verticalLayout_2);
  198. gridLayout_3->addLayout(verticalLayout_3, 1, 1, 1, 1);
  199. horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  200. gridLayout_3->addItem(horizontalSpacer_2, 1, 0, 1, 1);
  201. horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  202. gridLayout_3->addItem(horizontalSpacer, 1, 2, 1, 1);
  203. verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
  204. gridLayout_3->addItem(verticalSpacer, 2, 1, 1, 1);
  205. verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
  206. gridLayout_3->addItem(verticalSpacer_2, 0, 1, 1, 1);
  207. retranslateUi(oamsynctimer);
  208. QMetaObject::connectSlotsByName(oamsynctimer);
  209. } // setupUi
  210. void retranslateUi(QDialog *oamsynctimer)
  211. {
  212. oamsynctimer->setWindowTitle(QCoreApplication::translate("oamsynctimer", "Dialog", nullptr));
  213. groupBox->setTitle(QString());
  214. checkBoxTimerSwitch->setText(QString());
  215. label->setText(QCoreApplication::translate("oamsynctimer", "\345\256\232\346\227\266\345\274\200\345\205\263", nullptr));
  216. checkBoxTimerNum->setText(QString());
  217. label_2->setText(QCoreApplication::translate("oamsynctimer", "\345\256\232\346\227\266\346\225\260\351\207\217", nullptr));
  218. checkBoxTimer1Start->setText(QString());
  219. label_3->setText(QCoreApplication::translate("oamsynctimer", "\345\256\232\346\227\2661\345\274\200\345\247\213", nullptr));
  220. timeEdit1Start->setDisplayFormat(QCoreApplication::translate("oamsynctimer", "HH:mm:ss", nullptr));
  221. checkBoxTimer1Stop->setText(QString());
  222. label_4->setText(QCoreApplication::translate("oamsynctimer", "\345\256\232\346\227\2661\345\201\234\346\255\242", nullptr));
  223. timeEdit1Stop->setDisplayFormat(QCoreApplication::translate("oamsynctimer", "HH:mm:ss", nullptr));
  224. checkBoxTimer2Start->setText(QString());
  225. label_6->setText(QCoreApplication::translate("oamsynctimer", "\345\256\232\346\227\2662\345\274\200\345\247\213", nullptr));
  226. timeEdit2Start->setDisplayFormat(QCoreApplication::translate("oamsynctimer", "HH:mm:ss", nullptr));
  227. checkBoxTimer2Stop->setText(QString());
  228. label_5->setText(QCoreApplication::translate("oamsynctimer", "\345\256\232\346\227\2662\345\201\234\346\255\242", nullptr));
  229. timeEdit2Stop->setDisplayFormat(QCoreApplication::translate("oamsynctimer", "HH:mm:ss", nullptr));
  230. pushButtonAllSel->setText(QCoreApplication::translate("oamsynctimer", "\345\205\250\351\200\211", nullptr));
  231. pushButtonAllNoSel->setText(QCoreApplication::translate("oamsynctimer", "\345\205\250\344\270\215\351\200\211", nullptr));
  232. pushButtonClear->setText(QCoreApplication::translate("oamsynctimer", "\346\270\205\347\251\272", nullptr));
  233. pushButtonQuery->setText(QCoreApplication::translate("oamsynctimer", "\346\237\245\350\257\242", nullptr));
  234. pushButtonConfig->setText(QCoreApplication::translate("oamsynctimer", "\350\256\276\347\275\256", nullptr));
  235. pushButtonUpload->setText(QCoreApplication::translate("oamsynctimer", "\344\270\212\344\274\240\346\225\260\346\215\256", nullptr));
  236. label_22->setText(QCoreApplication::translate("oamsynctimer", "\346\263\250\346\204\217\357\274\232", nullptr));
  237. label_9->setText(QCoreApplication::translate("oamsynctimer", "1\343\200\201\346\224\257\346\214\201\346\234\200\345\244\232\344\270\244\344\270\252\345\256\232\346\227\266\357\274\214\346\257\217\344\270\252\345\256\232\346\227\266\345\214\205\346\213\254\345\274\200\345\247\213\345\222\214\345\201\234\346\255\242\344\270\244\344\270\252\346\227\266\351\227\264\345\217\202\346\225\260", nullptr));
  238. label_14->setText(QCoreApplication::translate("oamsynctimer", "2\343\200\201\345\210\206\346\256\265\345\274\200\345\247\213\350\241\250\347\244\272\345\220\214\346\255\245\345\237\272\347\253\231\346\257\217\345\244\251\345\234\250\346\255\244\346\227\266\344\271\213\345\220\216\345\274\200\345\247\213\345\267\245\344\275\234 ", nullptr));
  239. label_16->setText(QCoreApplication::translate("oamsynctimer", "3\343\200\201\345\210\206\346\256\265\345\201\234\346\255\242\350\241\250\347\244\272\345\220\214\346\255\245\345\237\272\347\253\231\346\257\217\345\244\251\345\234\250\346\255\244\346\227\266\344\271\213\345\220\216\345\201\234\346\255\242\345\267\245\344\275\234 ", nullptr));
  240. label_15->setText(QCoreApplication::translate("oamsynctimer", "4\343\200\201\342\200\234\344\270\212\344\274\240\346\225\260\346\215\256\342\200\235\346\230\257\345\260\206\346\225\260\346\215\256\344\270\212\344\274\240\350\207\263\347\256\241\347\220\206\344\270\255\345\277\203", nullptr));
  241. } // retranslateUi
  242. };
  243. namespace Ui {
  244. class oamsynctimer: public Ui_oamsynctimer {};
  245. } // namespace Ui
  246. QT_END_NAMESPACE
  247. #endif // UI_OAMSYNCTIMER_H