| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219 |
- /********************************************************************************
- ** Form generated from reading UI file 'dialogbindsystem.ui'
- **
- ** Created: Mon Apr 22 12:41:55 2019
- ** by: Qt User Interface Compiler version 4.8.4
- **
- ** WARNING! All changes made in this file will be lost when recompiling UI file!
- ********************************************************************************/
- #ifndef UI_DIALOGBINDSYSTEM_H
- #define UI_DIALOGBINDSYSTEM_H
- #include <QtCore/QVariant>
- #include <QtGui/QAction>
- #include <QtGui/QApplication>
- #include <QtGui/QButtonGroup>
- #include <QtGui/QDialog>
- #include <QtGui/QDialogButtonBox>
- #include <QtGui/QGridLayout>
- #include <QtGui/QHBoxLayout>
- #include <QtGui/QHeaderView>
- #include <QtGui/QLabel>
- #include <QtGui/QLineEdit>
- #include <QtGui/QPushButton>
- #include <QtGui/QSpacerItem>
- #include <QtGui/QTabWidget>
- #include <QtGui/QVBoxLayout>
- #include <QtGui/QWidget>
- QT_BEGIN_NAMESPACE
- class Ui_DialogBindSystem
- {
- public:
- QVBoxLayout *verticalLayout_2;
- QTabWidget *tabWidget;
- QWidget *tab;
- QGridLayout *gridLayout;
- QPushButton *pushButtonRegService;
- QSpacerItem *verticalSpacer_2;
- QSpacerItem *verticalSpacer_3;
- QSpacerItem *horizontalSpacer_2;
- QSpacerItem *horizontalSpacer_3;
- QWidget *tab_2;
- QVBoxLayout *verticalLayout;
- QHBoxLayout *horizontalLayout;
- QLabel *label;
- QLineEdit *lineEditUserID;
- QHBoxLayout *horizontalLayout_2;
- QLabel *label_2;
- QLineEdit *lineEditUserPwd;
- QHBoxLayout *horizontalLayout_3;
- QLabel *label_3;
- QLineEdit *lineEditValidateCode;
- QLabel *labelCode;
- QHBoxLayout *horizontalLayout_4;
- QSpacerItem *horizontalSpacer;
- QPushButton *pushButtonBindService;
- QSpacerItem *verticalSpacer;
- QDialogButtonBox *buttonBox;
- void setupUi(QDialog *DialogBindSystem)
- {
- if (DialogBindSystem->objectName().isEmpty())
- DialogBindSystem->setObjectName(QString::fromUtf8("DialogBindSystem"));
- DialogBindSystem->resize(291, 209);
- verticalLayout_2 = new QVBoxLayout(DialogBindSystem);
- verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
- tabWidget = new QTabWidget(DialogBindSystem);
- tabWidget->setObjectName(QString::fromUtf8("tabWidget"));
- tab = new QWidget();
- tab->setObjectName(QString::fromUtf8("tab"));
- gridLayout = new QGridLayout(tab);
- gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
- pushButtonRegService = new QPushButton(tab);
- pushButtonRegService->setObjectName(QString::fromUtf8("pushButtonRegService"));
- gridLayout->addWidget(pushButtonRegService, 1, 1, 1, 1);
- verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
- gridLayout->addItem(verticalSpacer_2, 0, 1, 1, 1);
- verticalSpacer_3 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
- gridLayout->addItem(verticalSpacer_3, 2, 1, 1, 1);
- horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
- gridLayout->addItem(horizontalSpacer_2, 1, 0, 1, 1);
- horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
- gridLayout->addItem(horizontalSpacer_3, 1, 2, 1, 1);
- tabWidget->addTab(tab, QString());
- tab_2 = new QWidget();
- tab_2->setObjectName(QString::fromUtf8("tab_2"));
- verticalLayout = new QVBoxLayout(tab_2);
- verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
- horizontalLayout = new QHBoxLayout();
- horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
- label = new QLabel(tab_2);
- label->setObjectName(QString::fromUtf8("label"));
- horizontalLayout->addWidget(label);
- lineEditUserID = new QLineEdit(tab_2);
- lineEditUserID->setObjectName(QString::fromUtf8("lineEditUserID"));
- horizontalLayout->addWidget(lineEditUserID);
- verticalLayout->addLayout(horizontalLayout);
- horizontalLayout_2 = new QHBoxLayout();
- horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
- label_2 = new QLabel(tab_2);
- label_2->setObjectName(QString::fromUtf8("label_2"));
- horizontalLayout_2->addWidget(label_2);
- lineEditUserPwd = new QLineEdit(tab_2);
- lineEditUserPwd->setObjectName(QString::fromUtf8("lineEditUserPwd"));
- lineEditUserPwd->setEchoMode(QLineEdit::Password);
- horizontalLayout_2->addWidget(lineEditUserPwd);
- verticalLayout->addLayout(horizontalLayout_2);
- horizontalLayout_3 = new QHBoxLayout();
- horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
- label_3 = new QLabel(tab_2);
- label_3->setObjectName(QString::fromUtf8("label_3"));
- horizontalLayout_3->addWidget(label_3);
- lineEditValidateCode = new QLineEdit(tab_2);
- lineEditValidateCode->setObjectName(QString::fromUtf8("lineEditValidateCode"));
- horizontalLayout_3->addWidget(lineEditValidateCode);
- labelCode = new QLabel(tab_2);
- labelCode->setObjectName(QString::fromUtf8("labelCode"));
- QFont font;
- font.setFamily(QString::fromUtf8("Arial Black"));
- font.setPointSize(12);
- font.setBold(true);
- font.setWeight(75);
- labelCode->setFont(font);
- horizontalLayout_3->addWidget(labelCode);
- verticalLayout->addLayout(horizontalLayout_3);
- horizontalLayout_4 = new QHBoxLayout();
- horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4"));
- horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
- horizontalLayout_4->addItem(horizontalSpacer);
- pushButtonBindService = new QPushButton(tab_2);
- pushButtonBindService->setObjectName(QString::fromUtf8("pushButtonBindService"));
- horizontalLayout_4->addWidget(pushButtonBindService);
- verticalLayout->addLayout(horizontalLayout_4);
- verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
- verticalLayout->addItem(verticalSpacer);
- tabWidget->addTab(tab_2, QString());
- verticalLayout_2->addWidget(tabWidget);
- buttonBox = new QDialogButtonBox(DialogBindSystem);
- buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
- buttonBox->setOrientation(Qt::Horizontal);
- buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
- verticalLayout_2->addWidget(buttonBox);
- retranslateUi(DialogBindSystem);
- QObject::connect(buttonBox, SIGNAL(accepted()), DialogBindSystem, SLOT(accept()));
- QObject::connect(buttonBox, SIGNAL(rejected()), DialogBindSystem, SLOT(reject()));
- tabWidget->setCurrentIndex(1);
- QMetaObject::connectSlotsByName(DialogBindSystem);
- } // setupUi
- void retranslateUi(QDialog *DialogBindSystem)
- {
- DialogBindSystem->setWindowTitle(QApplication::translate("DialogBindSystem", "\345\274\200\351\200\232\346\234\215\345\212\241", 0, QApplication::UnicodeUTF8));
- 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));
- 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));
- 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));
- 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));
- label_3->setText(QApplication::translate("DialogBindSystem", " \351\252\214\350\257\201\347\240\201\357\274\232", 0, QApplication::UnicodeUTF8));
- labelCode->setText(QApplication::translate("DialogBindSystem", "TextLabel", 0, QApplication::UnicodeUTF8));
- pushButtonBindService->setText(QApplication::translate("DialogBindSystem", "\347\273\221\345\256\232\346\234\215\345\212\241", 0, QApplication::UnicodeUTF8));
- 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));
- } // retranslateUi
- };
- namespace Ui {
- class DialogBindSystem: public Ui_DialogBindSystem {};
- } // namespace Ui
- QT_END_NAMESPACE
- #endif // UI_DIALOGBINDSYSTEM_H
|