123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281 |
- # -*- coding: utf-8 -*-
- # Form implementation generated from reading ui file 'VersionSet.ui'
- #
- # Created by: PyQt5 UI code generator 5.15.4
- #
- # WARNING: Any manual changes made to this file will be lost when pyuic5 is
- # run again. Do not edit this file unless you know what you are doing.
- from PyQt5 import QtCore, QtGui, QtWidgets
- class Ui_Form(object):
- def setupUi(self, Form):
- Form.setObjectName("Form")
- Form.resize(555, 637)
- font = QtGui.QFont()
- font.setPointSize(14)
- Form.setFont(font)
- self.gridLayout = QtWidgets.QGridLayout(Form)
- self.gridLayout.setObjectName("gridLayout")
- self.groupBox_6 = QtWidgets.QGroupBox(Form)
- self.groupBox_6.setObjectName("groupBox_6")
- self.horizontalLayout_9 = QtWidgets.QHBoxLayout(self.groupBox_6)
- self.horizontalLayout_9.setObjectName("horizontalLayout_9")
- self.label_8 = QtWidgets.QLabel(self.groupBox_6)
- font = QtGui.QFont()
- font.setPointSize(14)
- font.setBold(True)
- font.setWeight(75)
- self.label_8.setFont(font)
- self.label_8.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
- self.label_8.setObjectName("label_8")
- self.horizontalLayout_9.addWidget(self.label_8)
- self.capVoltage = QtWidgets.QComboBox(self.groupBox_6)
- self.capVoltage.setObjectName("capVoltage")
- self.horizontalLayout_9.addWidget(self.capVoltage)
- self.horizontalLayout_9.setStretch(1, 1)
- self.gridLayout.addWidget(self.groupBox_6, 2, 0, 1, 1)
- self.groupBox_3 = QtWidgets.QGroupBox(Form)
- self.groupBox_3.setObjectName("groupBox_3")
- self.horizontalLayout_3 = QtWidgets.QHBoxLayout(self.groupBox_3)
- self.horizontalLayout_3.setObjectName("horizontalLayout_3")
- self.label_6 = QtWidgets.QLabel(self.groupBox_3)
- font = QtGui.QFont()
- font.setPointSize(14)
- font.setBold(True)
- font.setWeight(75)
- self.label_6.setFont(font)
- self.label_6.setObjectName("label_6")
- self.horizontalLayout_3.addWidget(self.label_6)
- self.bridgeType = QtWidgets.QComboBox(self.groupBox_3)
- self.bridgeType.setObjectName("bridgeType")
- self.horizontalLayout_3.addWidget(self.bridgeType)
- self.label_7 = QtWidgets.QLabel(self.groupBox_3)
- font = QtGui.QFont()
- font.setPointSize(14)
- font.setBold(True)
- font.setWeight(75)
- self.label_7.setFont(font)
- self.label_7.setObjectName("label_7")
- self.horizontalLayout_3.addWidget(self.label_7)
- self.bridgeValue = QtWidgets.QComboBox(self.groupBox_3)
- self.bridgeValue.setObjectName("bridgeValue")
- self.horizontalLayout_3.addWidget(self.bridgeValue)
- self.horizontalLayout_3.setStretch(1, 1)
- self.horizontalLayout_3.setStretch(3, 1)
- self.gridLayout.addWidget(self.groupBox_3, 4, 0, 1, 1)
- self.groupBox_5 = QtWidgets.QGroupBox(Form)
- self.groupBox_5.setObjectName("groupBox_5")
- self.gridLayout_2 = QtWidgets.QGridLayout(self.groupBox_5)
- self.gridLayout_2.setObjectName("gridLayout_2")
- self.horizontalLayout_5 = QtWidgets.QHBoxLayout()
- self.horizontalLayout_5.setObjectName("horizontalLayout_5")
- self.label_15 = QtWidgets.QLabel(self.groupBox_5)
- font = QtGui.QFont()
- font.setPointSize(14)
- font.setBold(True)
- font.setWeight(75)
- self.label_15.setFont(font)
- self.label_15.setObjectName("label_15")
- self.horizontalLayout_5.addWidget(self.label_15)
- self.pcbVender = QtWidgets.QComboBox(self.groupBox_5)
- self.pcbVender.setObjectName("pcbVender")
- self.horizontalLayout_5.addWidget(self.pcbVender)
- self.label_12 = QtWidgets.QLabel(self.groupBox_5)
- font = QtGui.QFont()
- font.setPointSize(14)
- font.setBold(True)
- font.setWeight(75)
- self.label_12.setFont(font)
- self.label_12.setObjectName("label_12")
- self.horizontalLayout_5.addWidget(self.label_12)
- self.pcbVer = QtWidgets.QComboBox(self.groupBox_5)
- self.pcbVer.setObjectName("pcbVer")
- self.horizontalLayout_5.addWidget(self.pcbVer)
- self.horizontalLayout_5.setStretch(1, 1)
- self.horizontalLayout_5.setStretch(3, 1)
- self.gridLayout_2.addLayout(self.horizontalLayout_5, 0, 0, 1, 1)
- self.horizontalLayout_10 = QtWidgets.QHBoxLayout()
- self.horizontalLayout_10.setObjectName("horizontalLayout_10")
- self.label_13 = QtWidgets.QLabel(self.groupBox_5)
- font = QtGui.QFont()
- font.setPointSize(14)
- font.setBold(True)
- font.setWeight(75)
- self.label_13.setFont(font)
- self.label_13.setObjectName("label_13")
- self.horizontalLayout_10.addWidget(self.label_13)
- self.lineType = QtWidgets.QComboBox(self.groupBox_5)
- self.lineType.setObjectName("lineType")
- self.horizontalLayout_10.addWidget(self.lineType)
- self.horizontalLayout_10.setStretch(1, 1)
- self.gridLayout_2.addLayout(self.horizontalLayout_10, 1, 0, 1, 1)
- self.gridLayout.addWidget(self.groupBox_5, 5, 0, 1, 1)
- self.horizontalLayout_7 = QtWidgets.QHBoxLayout()
- self.horizontalLayout_7.setObjectName("horizontalLayout_7")
- self.label = QtWidgets.QLabel(Form)
- font = QtGui.QFont()
- font.setPointSize(14)
- font.setBold(True)
- font.setWeight(75)
- self.label.setFont(font)
- self.label.setObjectName("label")
- self.horizontalLayout_7.addWidget(self.label)
- self.versionCode = QtWidgets.QLabel(Form)
- self.versionCode.setObjectName("versionCode")
- self.horizontalLayout_7.addWidget(self.versionCode)
- self.commit = QtWidgets.QPushButton(Form)
- self.commit.setMinimumSize(QtCore.QSize(120, 35))
- font = QtGui.QFont()
- font.setPointSize(14)
- font.setBold(True)
- font.setWeight(75)
- self.commit.setFont(font)
- self.commit.setObjectName("commit")
- self.horizontalLayout_7.addWidget(self.commit)
- self.horizontalLayout_7.setStretch(1, 1)
- self.gridLayout.addLayout(self.horizontalLayout_7, 7, 0, 1, 1)
- self.groupBox = QtWidgets.QGroupBox(Form)
- self.groupBox.setObjectName("groupBox")
- self.horizontalLayout = QtWidgets.QHBoxLayout(self.groupBox)
- self.horizontalLayout.setObjectName("horizontalLayout")
- self.label_2 = QtWidgets.QLabel(self.groupBox)
- font = QtGui.QFont()
- font.setPointSize(14)
- font.setBold(True)
- font.setWeight(75)
- self.label_2.setFont(font)
- self.label_2.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
- self.label_2.setObjectName("label_2")
- self.horizontalLayout.addWidget(self.label_2)
- self.workCapValue = QtWidgets.QComboBox(self.groupBox)
- self.workCapValue.setObjectName("workCapValue")
- self.horizontalLayout.addWidget(self.workCapValue)
- self.label_14 = QtWidgets.QLabel(self.groupBox)
- font = QtGui.QFont()
- font.setPointSize(14)
- font.setBold(True)
- font.setWeight(75)
- self.label_14.setFont(font)
- self.label_14.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
- self.label_14.setObjectName("label_14")
- self.horizontalLayout.addWidget(self.label_14)
- self.workCapVender = QtWidgets.QComboBox(self.groupBox)
- self.workCapVender.setObjectName("workCapVender")
- self.horizontalLayout.addWidget(self.workCapVender)
- self.horizontalLayout.setStretch(1, 1)
- self.horizontalLayout.setStretch(3, 1)
- self.gridLayout.addWidget(self.groupBox, 0, 0, 1, 1)
- self.groupBox_4 = QtWidgets.QGroupBox(Form)
- self.groupBox_4.setObjectName("groupBox_4")
- self.horizontalLayout_4 = QtWidgets.QHBoxLayout(self.groupBox_4)
- self.horizontalLayout_4.setObjectName("horizontalLayout_4")
- self.label_9 = QtWidgets.QLabel(self.groupBox_4)
- font = QtGui.QFont()
- font.setPointSize(14)
- font.setBold(True)
- font.setWeight(75)
- self.label_9.setFont(font)
- self.label_9.setObjectName("label_9")
- self.horizontalLayout_4.addWidget(self.label_9)
- self.chipVer_1 = QtWidgets.QComboBox(self.groupBox_4)
- self.chipVer_1.setObjectName("chipVer_1")
- self.horizontalLayout_4.addWidget(self.chipVer_1)
- self.label_10 = QtWidgets.QLabel(self.groupBox_4)
- font = QtGui.QFont()
- font.setPointSize(14)
- font.setBold(True)
- font.setWeight(75)
- self.label_10.setFont(font)
- self.label_10.setObjectName("label_10")
- self.horizontalLayout_4.addWidget(self.label_10)
- self.chipVer_2 = QtWidgets.QComboBox(self.groupBox_4)
- self.chipVer_2.setObjectName("chipVer_2")
- self.horizontalLayout_4.addWidget(self.chipVer_2)
- self.horizontalLayout_4.setStretch(1, 1)
- self.horizontalLayout_4.setStretch(3, 1)
- self.gridLayout.addWidget(self.groupBox_4, 3, 0, 1, 1)
- self.groupBox_7 = QtWidgets.QGroupBox(Form)
- self.groupBox_7.setObjectName("groupBox_7")
- self.horizontalLayout_8 = QtWidgets.QHBoxLayout(self.groupBox_7)
- self.horizontalLayout_8.setObjectName("horizontalLayout_8")
- self.label_16 = QtWidgets.QLabel(self.groupBox_7)
- font = QtGui.QFont()
- font.setPointSize(14)
- font.setBold(True)
- font.setWeight(75)
- self.label_16.setFont(font)
- self.label_16.setObjectName("label_16")
- self.horizontalLayout_8.addWidget(self.label_16)
- self.productDate = QtWidgets.QDateEdit(self.groupBox_7)
- self.productDate.setMaximumDateTime(QtCore.QDateTime(QtCore.QDate(2029, 12, 31), QtCore.QTime(23, 59, 59)))
- self.productDate.setMinimumDate(QtCore.QDate(2023, 1, 1))
- self.productDate.setObjectName("productDate")
- self.horizontalLayout_8.addWidget(self.productDate)
- self.horizontalLayout_8.setStretch(1, 1)
- self.gridLayout.addWidget(self.groupBox_7, 6, 0, 1, 1)
- self.groupBox_2 = QtWidgets.QGroupBox(Form)
- self.groupBox_2.setObjectName("groupBox_2")
- self.horizontalLayout_2 = QtWidgets.QHBoxLayout(self.groupBox_2)
- self.horizontalLayout_2.setObjectName("horizontalLayout_2")
- self.label_3 = QtWidgets.QLabel(self.groupBox_2)
- font = QtGui.QFont()
- font.setPointSize(14)
- font.setBold(True)
- font.setWeight(75)
- self.label_3.setFont(font)
- self.label_3.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
- self.label_3.setObjectName("label_3")
- self.horizontalLayout_2.addWidget(self.label_3)
- self.blastCapValue = QtWidgets.QComboBox(self.groupBox_2)
- self.blastCapValue.setObjectName("blastCapValue")
- self.horizontalLayout_2.addWidget(self.blastCapValue)
- self.label_5 = QtWidgets.QLabel(self.groupBox_2)
- font = QtGui.QFont()
- font.setPointSize(14)
- font.setBold(True)
- font.setWeight(75)
- self.label_5.setFont(font)
- self.label_5.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
- self.label_5.setObjectName("label_5")
- self.horizontalLayout_2.addWidget(self.label_5)
- self.blastCapVender = QtWidgets.QComboBox(self.groupBox_2)
- self.blastCapVender.setObjectName("blastCapVender")
- self.horizontalLayout_2.addWidget(self.blastCapVender)
- self.horizontalLayout_2.setStretch(1, 1)
- self.horizontalLayout_2.setStretch(3, 1)
- self.gridLayout.addWidget(self.groupBox_2, 1, 0, 1, 1)
- self.retranslateUi(Form)
- QtCore.QMetaObject.connectSlotsByName(Form)
- def retranslateUi(self, Form):
- _translate = QtCore.QCoreApplication.translate
- Form.setWindowTitle(_translate("Form", "Form"))
- self.groupBox_6.setTitle(_translate("Form", "数字电容和起爆电容"))
- self.label_8.setText(_translate("Form", "耐压"))
- self.groupBox_3.setTitle(_translate("Form", "桥丝"))
- self.label_6.setText(_translate("Form", "引火件形式"))
- self.label_7.setText(_translate("Form", "桥丝规格"))
- self.groupBox_5.setTitle(_translate("Form", "PCB"))
- self.label_15.setText(_translate("Form", "PCB供应商"))
- self.label_12.setText(_translate("Form", "PCB版本流水号"))
- self.label_13.setText(_translate("Form", "脚线连接方式"))
- self.label.setText(_translate("Form", "版本代码:"))
- self.versionCode.setText(_translate("Form", "001122"))
- self.commit.setText(_translate("Form", "确定"))
- self.groupBox.setTitle(_translate("Form", "数字电容"))
- self.label_2.setText(_translate("Form", "容值"))
- self.label_14.setText(_translate("Form", "品牌"))
- self.groupBox_4.setTitle(_translate("Form", "芯片"))
- self.label_9.setText(_translate("Form", "芯片主版本"))
- self.label_10.setText(_translate("Form", "芯片次版本"))
- self.groupBox_7.setTitle(_translate("Form", "发料日期"))
- self.label_16.setText(_translate("Form", "发料日期"))
- self.productDate.setDisplayFormat(_translate("Form", "yyyy年M月d日"))
- self.groupBox_2.setTitle(_translate("Form", "起爆电容"))
- self.label_3.setText(_translate("Form", "容值"))
- self.label_5.setText(_translate("Form", "品牌"))
|