ui_formnumbercheckuser.h 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'formnumbercheckuser.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_FORMNUMBERCHECKUSER_H
  10. #define UI_FORMNUMBERCHECKUSER_H
  11. #include <QtCore/QVariant>
  12. #include <QtGui/QAction>
  13. #include <QtGui/QApplication>
  14. #include <QtGui/QButtonGroup>
  15. #include <QtGui/QHBoxLayout>
  16. #include <QtGui/QHeaderView>
  17. #include <QtGui/QLabel>
  18. #include <QtGui/QLineEdit>
  19. #include <QtGui/QPushButton>
  20. #include <QtGui/QSpacerItem>
  21. #include <QtGui/QVBoxLayout>
  22. #include <QtGui/QWidget>
  23. QT_BEGIN_NAMESPACE
  24. class Ui_FormNumberCheckUser
  25. {
  26. public:
  27. QVBoxLayout *verticalLayout;
  28. QHBoxLayout *horizontalLayout;
  29. QLabel *label;
  30. QLineEdit *lineEdit;
  31. QHBoxLayout *horizontalLayout_2;
  32. QLabel *label_2;
  33. QLineEdit *lineEdit_2;
  34. QHBoxLayout *horizontalLayout_3;
  35. QLabel *label_4;
  36. QLineEdit *lineEdit_3;
  37. QLabel *label_3;
  38. QHBoxLayout *horizontalLayout_4;
  39. QSpacerItem *horizontalSpacer;
  40. QPushButton *pushButtonBind;
  41. QSpacerItem *verticalSpacer;
  42. void setupUi(QWidget *FormNumberCheckUser)
  43. {
  44. if (FormNumberCheckUser->objectName().isEmpty())
  45. FormNumberCheckUser->setObjectName(QString::fromUtf8("FormNumberCheckUser"));
  46. FormNumberCheckUser->resize(211, 237);
  47. verticalLayout = new QVBoxLayout(FormNumberCheckUser);
  48. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  49. horizontalLayout = new QHBoxLayout();
  50. horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
  51. label = new QLabel(FormNumberCheckUser);
  52. label->setObjectName(QString::fromUtf8("label"));
  53. horizontalLayout->addWidget(label);
  54. lineEdit = new QLineEdit(FormNumberCheckUser);
  55. lineEdit->setObjectName(QString::fromUtf8("lineEdit"));
  56. horizontalLayout->addWidget(lineEdit);
  57. verticalLayout->addLayout(horizontalLayout);
  58. horizontalLayout_2 = new QHBoxLayout();
  59. horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
  60. label_2 = new QLabel(FormNumberCheckUser);
  61. label_2->setObjectName(QString::fromUtf8("label_2"));
  62. horizontalLayout_2->addWidget(label_2);
  63. lineEdit_2 = new QLineEdit(FormNumberCheckUser);
  64. lineEdit_2->setObjectName(QString::fromUtf8("lineEdit_2"));
  65. horizontalLayout_2->addWidget(lineEdit_2);
  66. verticalLayout->addLayout(horizontalLayout_2);
  67. horizontalLayout_3 = new QHBoxLayout();
  68. horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
  69. label_4 = new QLabel(FormNumberCheckUser);
  70. label_4->setObjectName(QString::fromUtf8("label_4"));
  71. horizontalLayout_3->addWidget(label_4);
  72. lineEdit_3 = new QLineEdit(FormNumberCheckUser);
  73. lineEdit_3->setObjectName(QString::fromUtf8("lineEdit_3"));
  74. horizontalLayout_3->addWidget(lineEdit_3);
  75. label_3 = new QLabel(FormNumberCheckUser);
  76. label_3->setObjectName(QString::fromUtf8("label_3"));
  77. horizontalLayout_3->addWidget(label_3);
  78. verticalLayout->addLayout(horizontalLayout_3);
  79. horizontalLayout_4 = new QHBoxLayout();
  80. horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4"));
  81. horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  82. horizontalLayout_4->addItem(horizontalSpacer);
  83. pushButtonBind = new QPushButton(FormNumberCheckUser);
  84. pushButtonBind->setObjectName(QString::fromUtf8("pushButtonBind"));
  85. horizontalLayout_4->addWidget(pushButtonBind);
  86. verticalLayout->addLayout(horizontalLayout_4);
  87. verticalSpacer = new QSpacerItem(20, 101, QSizePolicy::Minimum, QSizePolicy::Expanding);
  88. verticalLayout->addItem(verticalSpacer);
  89. retranslateUi(FormNumberCheckUser);
  90. QMetaObject::connectSlotsByName(FormNumberCheckUser);
  91. } // setupUi
  92. void retranslateUi(QWidget *FormNumberCheckUser)
  93. {
  94. FormNumberCheckUser->setWindowTitle(QApplication::translate("FormNumberCheckUser", "Form", 0, QApplication::UnicodeUTF8));
  95. label->setText(QApplication::translate("FormNumberCheckUser", "\347\224\250\346\210\267\345\220\215\357\274\232", 0, QApplication::UnicodeUTF8));
  96. label_2->setText(QApplication::translate("FormNumberCheckUser", "\345\257\206 \347\240\201\357\274\232", 0, QApplication::UnicodeUTF8));
  97. label_4->setText(QApplication::translate("FormNumberCheckUser", "\351\252\214\350\257\201\347\240\201\357\274\232", 0, QApplication::UnicodeUTF8));
  98. label_3->setText(QApplication::translate("FormNumberCheckUser", "TextLabel", 0, QApplication::UnicodeUTF8));
  99. pushButtonBind->setText(QApplication::translate("FormNumberCheckUser", "\350\264\246\345\217\267\347\273\221\345\256\232", 0, QApplication::UnicodeUTF8));
  100. } // retranslateUi
  101. };
  102. namespace Ui {
  103. class FormNumberCheckUser: public Ui_FormNumberCheckUser {};
  104. } // namespace Ui
  105. QT_END_NAMESPACE
  106. #endif // UI_FORMNUMBERCHECKUSER_H