ui_formnumcheck.h 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'formnumcheck.ui'
  3. **
  4. ** Created: Mon Apr 22 12:42:37 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_FORMNUMCHECK_H
  10. #define UI_FORMNUMCHECK_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/QTabWidget>
  18. #include <QtGui/QVBoxLayout>
  19. #include <QtGui/QWidget>
  20. QT_BEGIN_NAMESPACE
  21. class Ui_FormNumCheck
  22. {
  23. public:
  24. QHBoxLayout *horizontalLayout;
  25. QVBoxLayout *verticalLayoutBody;
  26. QHBoxLayout *horizontalLayoutAccount;
  27. QTabWidget *tabWidget;
  28. QWidget *tabUpload;
  29. QVBoxLayout *verticalLayoutUpload;
  30. QWidget *tabDownload;
  31. QVBoxLayout *verticalLayoutFinished;
  32. QWidget *tabFee;
  33. QVBoxLayout *verticalLayoutFee;
  34. QWidget *tabCharge;
  35. QVBoxLayout *verticalLayoutCharge;
  36. QVBoxLayout *verticalLayoutAd;
  37. void setupUi(QWidget *FormNumCheck)
  38. {
  39. if (FormNumCheck->objectName().isEmpty())
  40. FormNumCheck->setObjectName(QString::fromUtf8("FormNumCheck"));
  41. FormNumCheck->resize(612, 385);
  42. horizontalLayout = new QHBoxLayout(FormNumCheck);
  43. horizontalLayout->setSpacing(9);
  44. horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
  45. verticalLayoutBody = new QVBoxLayout();
  46. verticalLayoutBody->setSpacing(6);
  47. verticalLayoutBody->setObjectName(QString::fromUtf8("verticalLayoutBody"));
  48. verticalLayoutBody->setContentsMargins(-1, 0, -1, -1);
  49. horizontalLayoutAccount = new QHBoxLayout();
  50. horizontalLayoutAccount->setSpacing(0);
  51. horizontalLayoutAccount->setObjectName(QString::fromUtf8("horizontalLayoutAccount"));
  52. verticalLayoutBody->addLayout(horizontalLayoutAccount);
  53. tabWidget = new QTabWidget(FormNumCheck);
  54. tabWidget->setObjectName(QString::fromUtf8("tabWidget"));
  55. tabUpload = new QWidget();
  56. tabUpload->setObjectName(QString::fromUtf8("tabUpload"));
  57. verticalLayoutUpload = new QVBoxLayout(tabUpload);
  58. verticalLayoutUpload->setSpacing(0);
  59. verticalLayoutUpload->setContentsMargins(0, 0, 0, 0);
  60. verticalLayoutUpload->setObjectName(QString::fromUtf8("verticalLayoutUpload"));
  61. tabWidget->addTab(tabUpload, QString());
  62. tabDownload = new QWidget();
  63. tabDownload->setObjectName(QString::fromUtf8("tabDownload"));
  64. verticalLayoutFinished = new QVBoxLayout(tabDownload);
  65. verticalLayoutFinished->setSpacing(0);
  66. verticalLayoutFinished->setContentsMargins(0, 0, 0, 0);
  67. verticalLayoutFinished->setObjectName(QString::fromUtf8("verticalLayoutFinished"));
  68. tabWidget->addTab(tabDownload, QString());
  69. tabFee = new QWidget();
  70. tabFee->setObjectName(QString::fromUtf8("tabFee"));
  71. verticalLayoutFee = new QVBoxLayout(tabFee);
  72. verticalLayoutFee->setSpacing(0);
  73. verticalLayoutFee->setContentsMargins(0, 0, 0, 0);
  74. verticalLayoutFee->setObjectName(QString::fromUtf8("verticalLayoutFee"));
  75. tabWidget->addTab(tabFee, QString());
  76. tabCharge = new QWidget();
  77. tabCharge->setObjectName(QString::fromUtf8("tabCharge"));
  78. verticalLayoutCharge = new QVBoxLayout(tabCharge);
  79. verticalLayoutCharge->setSpacing(0);
  80. verticalLayoutCharge->setContentsMargins(0, 0, 0, 0);
  81. verticalLayoutCharge->setObjectName(QString::fromUtf8("verticalLayoutCharge"));
  82. tabWidget->addTab(tabCharge, QString());
  83. verticalLayoutBody->addWidget(tabWidget);
  84. horizontalLayout->addLayout(verticalLayoutBody);
  85. verticalLayoutAd = new QVBoxLayout();
  86. verticalLayoutAd->setSpacing(0);
  87. verticalLayoutAd->setObjectName(QString::fromUtf8("verticalLayoutAd"));
  88. horizontalLayout->addLayout(verticalLayoutAd);
  89. retranslateUi(FormNumCheck);
  90. tabWidget->setCurrentIndex(0);
  91. QMetaObject::connectSlotsByName(FormNumCheck);
  92. } // setupUi
  93. void retranslateUi(QWidget *FormNumCheck)
  94. {
  95. FormNumCheck->setWindowTitle(QApplication::translate("FormNumCheck", "Form", 0, QApplication::UnicodeUTF8));
  96. tabWidget->setTabText(tabWidget->indexOf(tabUpload), QApplication::translate("FormNumCheck", "\344\270\212\344\274\240\346\225\260\346\215\256", 0, QApplication::UnicodeUTF8));
  97. tabWidget->setTabText(tabWidget->indexOf(tabDownload), QApplication::translate("FormNumCheck", "\344\270\213\350\275\275\346\225\260\346\215\256", 0, QApplication::UnicodeUTF8));
  98. tabWidget->setTabText(tabWidget->indexOf(tabFee), QApplication::translate("FormNumCheck", "\350\264\271\347\224\250\346\237\245\350\257\242", 0, QApplication::UnicodeUTF8));
  99. tabWidget->setTabText(tabWidget->indexOf(tabCharge), QApplication::translate("FormNumCheck", "\345\205\205\345\200\274\346\237\245\350\257\242", 0, QApplication::UnicodeUTF8));
  100. } // retranslateUi
  101. };
  102. namespace Ui {
  103. class FormNumCheck: public Ui_FormNumCheck {};
  104. } // namespace Ui
  105. QT_END_NAMESPACE
  106. #endif // UI_FORMNUMCHECK_H