ui_dialogbindsystem.h 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'dialogbindsystem.ui'
  3. **
  4. ** Created: Mon Apr 22 11:53:23 2019
  5. ** by: Qt User Interface Compiler version 4.8.4
  6. **
  7. ** WARNING! All changes made in this file will be lost when recompiling UI file!
  8. ********************************************************************************/
  9. #ifndef UI_DIALOGBINDSYSTEM_H
  10. #define UI_DIALOGBINDSYSTEM_H
  11. #include <QtCore/QVariant>
  12. #include <QtGui/QAction>
  13. #include <QtGui/QApplication>
  14. #include <QtGui/QButtonGroup>
  15. #include <QtGui/QDialog>
  16. #include <QtGui/QDialogButtonBox>
  17. #include <QtGui/QGridLayout>
  18. #include <QtGui/QHBoxLayout>
  19. #include <QtGui/QHeaderView>
  20. #include <QtGui/QLabel>
  21. #include <QtGui/QLineEdit>
  22. #include <QtGui/QPushButton>
  23. #include <QtGui/QSpacerItem>
  24. #include <QtGui/QTabWidget>
  25. #include <QtGui/QVBoxLayout>
  26. #include <QtGui/QWidget>
  27. QT_BEGIN_NAMESPACE
  28. class Ui_DialogBindSystem
  29. {
  30. public:
  31. QVBoxLayout *verticalLayout_2;
  32. QTabWidget *tabWidget;
  33. QWidget *tab;
  34. QGridLayout *gridLayout;
  35. QPushButton *pushButtonRegService;
  36. QSpacerItem *verticalSpacer_2;
  37. QSpacerItem *verticalSpacer_3;
  38. QSpacerItem *horizontalSpacer_2;
  39. QSpacerItem *horizontalSpacer_3;
  40. QWidget *tab_2;
  41. QVBoxLayout *verticalLayout;
  42. QHBoxLayout *horizontalLayout;
  43. QLabel *label;
  44. QLineEdit *lineEditUserID;
  45. QHBoxLayout *horizontalLayout_2;
  46. QLabel *label_2;
  47. QLineEdit *lineEditUserPwd;
  48. QHBoxLayout *horizontalLayout_3;
  49. QLabel *label_3;
  50. QLineEdit *lineEditValidateCode;
  51. QLabel *labelCode;
  52. QHBoxLayout *horizontalLayout_4;
  53. QSpacerItem *horizontalSpacer;
  54. QPushButton *pushButtonBindService;
  55. QSpacerItem *verticalSpacer;
  56. QDialogButtonBox *buttonBox;
  57. void setupUi(QDialog *DialogBindSystem)
  58. {
  59. if (DialogBindSystem->objectName().isEmpty())
  60. DialogBindSystem->setObjectName(QString::fromUtf8("DialogBindSystem"));
  61. DialogBindSystem->resize(291, 209);
  62. verticalLayout_2 = new QVBoxLayout(DialogBindSystem);
  63. verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
  64. tabWidget = new QTabWidget(DialogBindSystem);
  65. tabWidget->setObjectName(QString::fromUtf8("tabWidget"));
  66. tab = new QWidget();
  67. tab->setObjectName(QString::fromUtf8("tab"));
  68. gridLayout = new QGridLayout(tab);
  69. gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
  70. pushButtonRegService = new QPushButton(tab);
  71. pushButtonRegService->setObjectName(QString::fromUtf8("pushButtonRegService"));
  72. gridLayout->addWidget(pushButtonRegService, 1, 1, 1, 1);
  73. verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
  74. gridLayout->addItem(verticalSpacer_2, 0, 1, 1, 1);
  75. verticalSpacer_3 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
  76. gridLayout->addItem(verticalSpacer_3, 2, 1, 1, 1);
  77. horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  78. gridLayout->addItem(horizontalSpacer_2, 1, 0, 1, 1);
  79. horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  80. gridLayout->addItem(horizontalSpacer_3, 1, 2, 1, 1);
  81. tabWidget->addTab(tab, QString());
  82. tab_2 = new QWidget();
  83. tab_2->setObjectName(QString::fromUtf8("tab_2"));
  84. verticalLayout = new QVBoxLayout(tab_2);
  85. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  86. horizontalLayout = new QHBoxLayout();
  87. horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
  88. label = new QLabel(tab_2);
  89. label->setObjectName(QString::fromUtf8("label"));
  90. horizontalLayout->addWidget(label);
  91. lineEditUserID = new QLineEdit(tab_2);
  92. lineEditUserID->setObjectName(QString::fromUtf8("lineEditUserID"));
  93. horizontalLayout->addWidget(lineEditUserID);
  94. verticalLayout->addLayout(horizontalLayout);
  95. horizontalLayout_2 = new QHBoxLayout();
  96. horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
  97. label_2 = new QLabel(tab_2);
  98. label_2->setObjectName(QString::fromUtf8("label_2"));
  99. horizontalLayout_2->addWidget(label_2);
  100. lineEditUserPwd = new QLineEdit(tab_2);
  101. lineEditUserPwd->setObjectName(QString::fromUtf8("lineEditUserPwd"));
  102. lineEditUserPwd->setEchoMode(QLineEdit::Password);
  103. horizontalLayout_2->addWidget(lineEditUserPwd);
  104. verticalLayout->addLayout(horizontalLayout_2);
  105. horizontalLayout_3 = new QHBoxLayout();
  106. horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
  107. label_3 = new QLabel(tab_2);
  108. label_3->setObjectName(QString::fromUtf8("label_3"));
  109. horizontalLayout_3->addWidget(label_3);
  110. lineEditValidateCode = new QLineEdit(tab_2);
  111. lineEditValidateCode->setObjectName(QString::fromUtf8("lineEditValidateCode"));
  112. horizontalLayout_3->addWidget(lineEditValidateCode);
  113. labelCode = new QLabel(tab_2);
  114. labelCode->setObjectName(QString::fromUtf8("labelCode"));
  115. QFont font;
  116. font.setFamily(QString::fromUtf8("Arial Black"));
  117. font.setPointSize(12);
  118. font.setBold(true);
  119. font.setWeight(75);
  120. labelCode->setFont(font);
  121. horizontalLayout_3->addWidget(labelCode);
  122. verticalLayout->addLayout(horizontalLayout_3);
  123. horizontalLayout_4 = new QHBoxLayout();
  124. horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4"));
  125. horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  126. horizontalLayout_4->addItem(horizontalSpacer);
  127. pushButtonBindService = new QPushButton(tab_2);
  128. pushButtonBindService->setObjectName(QString::fromUtf8("pushButtonBindService"));
  129. horizontalLayout_4->addWidget(pushButtonBindService);
  130. verticalLayout->addLayout(horizontalLayout_4);
  131. verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
  132. verticalLayout->addItem(verticalSpacer);
  133. tabWidget->addTab(tab_2, QString());
  134. verticalLayout_2->addWidget(tabWidget);
  135. buttonBox = new QDialogButtonBox(DialogBindSystem);
  136. buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
  137. buttonBox->setOrientation(Qt::Horizontal);
  138. buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
  139. verticalLayout_2->addWidget(buttonBox);
  140. retranslateUi(DialogBindSystem);
  141. QObject::connect(buttonBox, SIGNAL(accepted()), DialogBindSystem, SLOT(accept()));
  142. QObject::connect(buttonBox, SIGNAL(rejected()), DialogBindSystem, SLOT(reject()));
  143. tabWidget->setCurrentIndex(1);
  144. QMetaObject::connectSlotsByName(DialogBindSystem);
  145. } // setupUi
  146. void retranslateUi(QDialog *DialogBindSystem)
  147. {
  148. DialogBindSystem->setWindowTitle(QApplication::translate("DialogBindSystem", "\345\274\200\351\200\232\346\234\215\345\212\241", 0, QApplication::UnicodeUTF8));
  149. pushButtonRegService->setText(QApplication::translate("DialogBindSystem", "\347\253\213\345\215\263\345\274\200\351\200\232\346\226\260\346\234\215\345\212\241", 0, QApplication::UnicodeUTF8));
  150. tabWidget->setTabText(tabWidget->indexOf(tab), QApplication::translate("DialogBindSystem", "\345\274\200\351\200\232\346\226\260\346\234\215\345\212\241", 0, QApplication::UnicodeUTF8));
  151. label->setText(QApplication::translate("DialogBindSystem", "\345\276\205\347\273\221\345\256\232\347\232\204\347\263\273\347\273\237\350\264\246\345\217\267\357\274\232", 0, QApplication::UnicodeUTF8));
  152. label_2->setText(QApplication::translate("DialogBindSystem", "\345\276\205\347\273\221\345\256\232\347\232\204\347\263\273\347\273\237\345\257\206\347\240\201\357\274\232", 0, QApplication::UnicodeUTF8));
  153. label_3->setText(QApplication::translate("DialogBindSystem", " \351\252\214\350\257\201\347\240\201\357\274\232", 0, QApplication::UnicodeUTF8));
  154. labelCode->setText(QApplication::translate("DialogBindSystem", "TextLabel", 0, QApplication::UnicodeUTF8));
  155. pushButtonBindService->setText(QApplication::translate("DialogBindSystem", "\347\273\221\345\256\232\346\234\215\345\212\241", 0, QApplication::UnicodeUTF8));
  156. tabWidget->setTabText(tabWidget->indexOf(tab_2), QApplication::translate("DialogBindSystem", "\345\267\262\346\234\211\347\263\273\347\273\237\350\264\246\345\217\267", 0, QApplication::UnicodeUTF8));
  157. } // retranslateUi
  158. };
  159. namespace Ui {
  160. class DialogBindSystem: public Ui_DialogBindSystem {};
  161. } // namespace Ui
  162. QT_END_NAMESPACE
  163. #endif // UI_DIALOGBINDSYSTEM_H