| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146 |
- /********************************************************************************
- ** Form generated from reading UI file 'formnumbercheckuser.ui'
- **
- ** Created: Mon Apr 22 11:53:23 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_FORMNUMBERCHECKUSER_H
- #define UI_FORMNUMBERCHECKUSER_H
- #include <QtCore/QVariant>
- #include <QtGui/QAction>
- #include <QtGui/QApplication>
- #include <QtGui/QButtonGroup>
- #include <QtGui/QHBoxLayout>
- #include <QtGui/QHeaderView>
- #include <QtGui/QLabel>
- #include <QtGui/QLineEdit>
- #include <QtGui/QPushButton>
- #include <QtGui/QSpacerItem>
- #include <QtGui/QVBoxLayout>
- #include <QtGui/QWidget>
- QT_BEGIN_NAMESPACE
- class Ui_FormNumberCheckUser
- {
- public:
- QVBoxLayout *verticalLayout;
- QHBoxLayout *horizontalLayout;
- QLabel *label;
- QLineEdit *lineEdit;
- QHBoxLayout *horizontalLayout_2;
- QLabel *label_2;
- QLineEdit *lineEdit_2;
- QHBoxLayout *horizontalLayout_3;
- QLabel *label_4;
- QLineEdit *lineEdit_3;
- QLabel *label_3;
- QHBoxLayout *horizontalLayout_4;
- QSpacerItem *horizontalSpacer;
- QPushButton *pushButtonBind;
- QSpacerItem *verticalSpacer;
- void setupUi(QWidget *FormNumberCheckUser)
- {
- if (FormNumberCheckUser->objectName().isEmpty())
- FormNumberCheckUser->setObjectName(QString::fromUtf8("FormNumberCheckUser"));
- FormNumberCheckUser->resize(211, 237);
- verticalLayout = new QVBoxLayout(FormNumberCheckUser);
- verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
- horizontalLayout = new QHBoxLayout();
- horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
- label = new QLabel(FormNumberCheckUser);
- label->setObjectName(QString::fromUtf8("label"));
- horizontalLayout->addWidget(label);
- lineEdit = new QLineEdit(FormNumberCheckUser);
- lineEdit->setObjectName(QString::fromUtf8("lineEdit"));
- horizontalLayout->addWidget(lineEdit);
- verticalLayout->addLayout(horizontalLayout);
- horizontalLayout_2 = new QHBoxLayout();
- horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
- label_2 = new QLabel(FormNumberCheckUser);
- label_2->setObjectName(QString::fromUtf8("label_2"));
- horizontalLayout_2->addWidget(label_2);
- lineEdit_2 = new QLineEdit(FormNumberCheckUser);
- lineEdit_2->setObjectName(QString::fromUtf8("lineEdit_2"));
- horizontalLayout_2->addWidget(lineEdit_2);
- verticalLayout->addLayout(horizontalLayout_2);
- horizontalLayout_3 = new QHBoxLayout();
- horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
- label_4 = new QLabel(FormNumberCheckUser);
- label_4->setObjectName(QString::fromUtf8("label_4"));
- horizontalLayout_3->addWidget(label_4);
- lineEdit_3 = new QLineEdit(FormNumberCheckUser);
- lineEdit_3->setObjectName(QString::fromUtf8("lineEdit_3"));
- horizontalLayout_3->addWidget(lineEdit_3);
- label_3 = new QLabel(FormNumberCheckUser);
- label_3->setObjectName(QString::fromUtf8("label_3"));
- horizontalLayout_3->addWidget(label_3);
- 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);
- pushButtonBind = new QPushButton(FormNumberCheckUser);
- pushButtonBind->setObjectName(QString::fromUtf8("pushButtonBind"));
- horizontalLayout_4->addWidget(pushButtonBind);
- verticalLayout->addLayout(horizontalLayout_4);
- verticalSpacer = new QSpacerItem(20, 101, QSizePolicy::Minimum, QSizePolicy::Expanding);
- verticalLayout->addItem(verticalSpacer);
- retranslateUi(FormNumberCheckUser);
- QMetaObject::connectSlotsByName(FormNumberCheckUser);
- } // setupUi
- void retranslateUi(QWidget *FormNumberCheckUser)
- {
- FormNumberCheckUser->setWindowTitle(QApplication::translate("FormNumberCheckUser", "Form", 0, QApplication::UnicodeUTF8));
- label->setText(QApplication::translate("FormNumberCheckUser", "\347\224\250\346\210\267\345\220\215\357\274\232", 0, QApplication::UnicodeUTF8));
- label_2->setText(QApplication::translate("FormNumberCheckUser", "\345\257\206 \347\240\201\357\274\232", 0, QApplication::UnicodeUTF8));
- label_4->setText(QApplication::translate("FormNumberCheckUser", "\351\252\214\350\257\201\347\240\201\357\274\232", 0, QApplication::UnicodeUTF8));
- label_3->setText(QApplication::translate("FormNumberCheckUser", "TextLabel", 0, QApplication::UnicodeUTF8));
- pushButtonBind->setText(QApplication::translate("FormNumberCheckUser", "\350\264\246\345\217\267\347\273\221\345\256\232", 0, QApplication::UnicodeUTF8));
- } // retranslateUi
- };
- namespace Ui {
- class FormNumberCheckUser: public Ui_FormNumberCheckUser {};
- } // namespace Ui
- QT_END_NAMESPACE
- #endif // UI_FORMNUMBERCHECKUSER_H
|