tao_z
2022-03-09 23987d708d13fa157da7e76fb4d18293cb168038
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
# -*- coding: utf-8 -*-
 
################################################################################
# Form generated from reading UI file 'DataIdentifier.ui'
##
# Created by: Qt User Interface Compiler version 5.15.2
##
# WARNING! All changes made in this file will be lost when recompiling UI file!
################################################################################
 
from PySide2.QtCore import *
from PySide2.QtGui import *
from PySide2.QtWidgets import *
 
 
class Ui_Form(object):
    def setupUi(self, Form):
        if not Form.objectName():
            Form.setObjectName(u"Form")
        Form.resize(690, 365)
        self.verticalLayout_5 = QVBoxLayout(Form)
        self.verticalLayout_5.setObjectName(u"verticalLayout_5")
        self.groupBox = QGroupBox(Form)
        self.groupBox.setObjectName(u"groupBox")
        self.verticalLayout = QVBoxLayout(self.groupBox)
        self.verticalLayout.setObjectName(u"verticalLayout")
        self.horizontalLayout_2 = QHBoxLayout()
        self.horizontalLayout_2.setObjectName(u"horizontalLayout_2")
        self.SessionContrl_gbx = QGroupBox(self.groupBox)
        self.SessionContrl_gbx.setObjectName(u"SessionContrl_gbx")
        self.horizontalLayout_3 = QHBoxLayout(self.SessionContrl_gbx)
        self.horizontalLayout_3.setObjectName(u"horizontalLayout_3")
        self.comboBox = QComboBox(self.SessionContrl_gbx)
        self.comboBox.setObjectName(u"comboBox")
 
        self.horizontalLayout_3.addWidget(self.comboBox)
 
        self.horizontalLayout_2.addWidget(self.SessionContrl_gbx)
 
        self.SessionContrl_gbx_3 = QGroupBox(self.groupBox)
        self.SessionContrl_gbx_3.setObjectName(u"SessionContrl_gbx_3")
        self.verticalLayout_3 = QVBoxLayout(self.SessionContrl_gbx_3)
        self.verticalLayout_3.setObjectName(u"verticalLayout_3")
        self.comboBox_8 = QComboBox(self.SessionContrl_gbx_3)
        self.comboBox_8.setObjectName(u"comboBox_8")
 
        self.verticalLayout_3.addWidget(self.comboBox_8)
 
        self.horizontalLayout_2.addWidget(self.SessionContrl_gbx_3)
 
        self.SessionContrl_gbx_4 = QGroupBox(self.groupBox)
        self.SessionContrl_gbx_4.setObjectName(u"SessionContrl_gbx_4")
        self.verticalLayout_4 = QVBoxLayout(self.SessionContrl_gbx_4)
        self.verticalLayout_4.setObjectName(u"verticalLayout_4")
        self.comboBox_9 = QComboBox(self.SessionContrl_gbx_4)
        self.comboBox_9.setObjectName(u"comboBox_9")
 
        self.verticalLayout_4.addWidget(self.comboBox_9)
 
        self.horizontalLayout_2.addWidget(self.SessionContrl_gbx_4)
 
        self.SessionContrl_gbx_2 = QGroupBox(self.groupBox)
        self.SessionContrl_gbx_2.setObjectName(u"SessionContrl_gbx_2")
        self.verticalLayout_8 = QVBoxLayout(self.SessionContrl_gbx_2)
        self.verticalLayout_8.setObjectName(u"verticalLayout_8")
        self.comboBox_7 = QComboBox(self.SessionContrl_gbx_2)
        self.comboBox_7.setObjectName(u"comboBox_7")
 
        self.verticalLayout_8.addWidget(self.comboBox_7)
 
        self.horizontalLayout_2.addWidget(self.SessionContrl_gbx_2)
 
        self.SessionContrl_gbx_5 = QGroupBox(self.groupBox)
        self.SessionContrl_gbx_5.setObjectName(u"SessionContrl_gbx_5")
        self.horizontalLayout = QHBoxLayout(self.SessionContrl_gbx_5)
        self.horizontalLayout.setObjectName(u"horizontalLayout")
        self.radioButton = QRadioButton(self.SessionContrl_gbx_5)
        self.radioButton.setObjectName(u"radioButton")
 
        self.horizontalLayout.addWidget(self.radioButton)
 
        self.comboBox_10 = QComboBox(self.SessionContrl_gbx_5)
        self.comboBox_10.setObjectName(u"comboBox_10")
 
        self.horizontalLayout.addWidget(self.comboBox_10)
 
        self.horizontalLayout.setStretch(0, 1)
        self.horizontalLayout.setStretch(1, 5)
 
        self.horizontalLayout_2.addWidget(self.SessionContrl_gbx_5)
 
        self.horizontalLayout_2.setStretch(0, 1)
        self.horizontalLayout_2.setStretch(1, 1)
        self.horizontalLayout_2.setStretch(2, 1)
        self.horizontalLayout_2.setStretch(3, 1)
        self.horizontalLayout_2.setStretch(4, 1)
 
        self.verticalLayout.addLayout(self.horizontalLayout_2)
 
        self.groupBox_3 = QGroupBox(self.groupBox)
        self.groupBox_3.setObjectName(u"groupBox_3")
        self.verticalLayout_9 = QVBoxLayout(self.groupBox_3)
        self.verticalLayout_9.setObjectName(u"verticalLayout_9")
        self.horizontalLayout_8 = QHBoxLayout()
        self.horizontalLayout_8.setObjectName(u"horizontalLayout_8")
        self.label_2 = QLabel(self.groupBox_3)
        self.label_2.setObjectName(u"label_2")
        self.label_2.setAlignment(Qt.AlignCenter)
 
        self.horizontalLayout_8.addWidget(self.label_2)
 
        self.label_4 = QLabel(self.groupBox_3)
        self.label_4.setObjectName(u"label_4")
        self.label_4.setAlignment(Qt.AlignCenter)
 
        self.horizontalLayout_8.addWidget(self.label_4)
 
        self.label = QLabel(self.groupBox_3)
        self.label.setObjectName(u"label")
        self.label.setAlignment(Qt.AlignCenter)
 
        self.horizontalLayout_8.addWidget(self.label)
 
        self.label_5 = QLabel(self.groupBox_3)
        self.label_5.setObjectName(u"label_5")
 
        self.horizontalLayout_8.addWidget(self.label_5)
 
        self.horizontalLayout_8.setStretch(0, 1)
        self.horizontalLayout_8.setStretch(1, 4)
        self.horizontalLayout_8.setStretch(2, 2)
        self.horizontalLayout_8.setStretch(3, 2)
 
        self.verticalLayout_9.addLayout(self.horizontalLayout_8)
 
        self.horizontalLayout_7 = QHBoxLayout()
        self.horizontalLayout_7.setObjectName(u"horizontalLayout_7")
        self.comboBox_6 = QComboBox(self.groupBox_3)
        self.comboBox_6.setObjectName(u"comboBox_6")
 
        self.horizontalLayout_7.addWidget(self.comboBox_6)
 
        self.lineEdit = QLineEdit(self.groupBox_3)
        self.lineEdit.setObjectName(u"lineEdit")
 
        self.horizontalLayout_7.addWidget(self.lineEdit)
 
        self.lineEdit_2 = QLineEdit(self.groupBox_3)
        self.lineEdit_2.setObjectName(u"lineEdit_2")
 
        self.horizontalLayout_7.addWidget(self.lineEdit_2)
 
        self.pushButton_14 = QPushButton(self.groupBox_3)
        self.pushButton_14.setObjectName(u"pushButton_14")
 
        self.horizontalLayout_7.addWidget(self.pushButton_14)
 
        self.pushButton = QPushButton(self.groupBox_3)
        self.pushButton.setObjectName(u"pushButton")
 
        self.horizontalLayout_7.addWidget(self.pushButton)
 
        self.horizontalLayout_7.setStretch(0, 1)
        self.horizontalLayout_7.setStretch(1, 4)
        self.horizontalLayout_7.setStretch(2, 2)
        self.horizontalLayout_7.setStretch(3, 1)
        self.horizontalLayout_7.setStretch(4, 1)
 
        self.verticalLayout_9.addLayout(self.horizontalLayout_7)
 
        self.verticalLayout.addWidget(self.groupBox_3)
 
        self.gridLayout = QGridLayout()
        self.gridLayout.setObjectName(u"gridLayout")
        self.lineEdit_5 = QLineEdit(self.groupBox)
        self.lineEdit_5.setObjectName(u"lineEdit_5")
 
        self.gridLayout.addWidget(self.lineEdit_5, 1, 1, 1, 1)
 
        self.label_3 = QLabel(self.groupBox)
        self.label_3.setObjectName(u"label_3")
 
        self.gridLayout.addWidget(self.label_3, 0, 0, 1, 1)
 
        self.pushButton_20 = QPushButton(self.groupBox)
        self.pushButton_20.setObjectName(u"pushButton_20")
 
        self.gridLayout.addWidget(self.pushButton_20, 5, 5, 1, 1)
 
        self.label_8 = QLabel(self.groupBox)
        self.label_8.setObjectName(u"label_8")
 
        self.gridLayout.addWidget(self.label_8, 1, 3, 1, 1)
 
        self.lineEdit_4 = QLineEdit(self.groupBox)
        self.lineEdit_4.setObjectName(u"lineEdit_4")
 
        self.gridLayout.addWidget(self.lineEdit_4, 0, 4, 1, 1)
 
        self.pushButton_2 = QPushButton(self.groupBox)
        self.pushButton_2.setObjectName(u"pushButton_2")
        sizePolicy = QSizePolicy(QSizePolicy.Fixed, QSizePolicy.Fixed)
        sizePolicy.setHorizontalStretch(0)
        sizePolicy.setVerticalStretch(0)
        sizePolicy.setHeightForWidth(
            self.pushButton_2.sizePolicy().hasHeightForWidth())
        self.pushButton_2.setSizePolicy(sizePolicy)
        self.pushButton_2.setMinimumSize(QSize(45, 23))
 
        self.gridLayout.addWidget(self.pushButton_2, 0, 2, 1, 1)
 
        self.pushButton_23 = QPushButton(self.groupBox)
        self.pushButton_23.setObjectName(u"pushButton_23")
 
        self.gridLayout.addWidget(self.pushButton_23, 4, 2, 1, 1)
 
        self.lineEdit_7 = QLineEdit(self.groupBox)
        self.lineEdit_7.setObjectName(u"lineEdit_7")
 
        self.gridLayout.addWidget(self.lineEdit_7, 2, 1, 1, 1)
 
        self.lineEdit_3 = QLineEdit(self.groupBox)
        self.lineEdit_3.setObjectName(u"lineEdit_3")
 
        self.gridLayout.addWidget(self.lineEdit_3, 0, 1, 1, 1)
 
        self.pushButton_19 = QPushButton(self.groupBox)
        self.pushButton_19.setObjectName(u"pushButton_19")
 
        self.gridLayout.addWidget(self.pushButton_19, 3, 5, 1, 1)
 
        self.label_15 = QLabel(self.groupBox)
        self.label_15.setObjectName(u"label_15")
 
        self.gridLayout.addWidget(self.label_15, 4, 3, 1, 1)
 
        self.lineEdit_8 = QLineEdit(self.groupBox)
        self.lineEdit_8.setObjectName(u"lineEdit_8")
 
        self.gridLayout.addWidget(self.lineEdit_8, 2, 4, 1, 1)
 
        self.lineEdit_6 = QLineEdit(self.groupBox)
        self.lineEdit_6.setObjectName(u"lineEdit_6")
 
        self.gridLayout.addWidget(self.lineEdit_6, 1, 4, 1, 1)
 
        self.pushButton_6 = QPushButton(self.groupBox)
        self.pushButton_6.setObjectName(u"pushButton_6")
 
        self.gridLayout.addWidget(self.pushButton_6, 1, 2, 1, 1)
 
        self.lineEdit_9 = QLineEdit(self.groupBox)
        self.lineEdit_9.setObjectName(u"lineEdit_9")
 
        self.gridLayout.addWidget(self.lineEdit_9, 3, 1, 1, 1)
 
        self.pushButton_4 = QPushButton(self.groupBox)
        self.pushButton_4.setObjectName(u"pushButton_4")
 
        self.gridLayout.addWidget(self.pushButton_4, 0, 5, 1, 1)
 
        self.pushButton_15 = QPushButton(self.groupBox)
        self.pushButton_15.setObjectName(u"pushButton_15")
 
        self.gridLayout.addWidget(self.pushButton_15, 3, 2, 1, 1)
 
        self.lineEdit_13 = QLineEdit(self.groupBox)
        self.lineEdit_13.setObjectName(u"lineEdit_13")
 
        self.gridLayout.addWidget(self.lineEdit_13, 4, 1, 1, 1)
 
        self.label_14 = QLabel(self.groupBox)
        self.label_14.setObjectName(u"label_14")
 
        self.gridLayout.addWidget(self.label_14, 5, 3, 1, 1)
 
        self.lineEdit_14 = QLineEdit(self.groupBox)
        self.lineEdit_14.setObjectName(u"lineEdit_14")
 
        self.gridLayout.addWidget(self.lineEdit_14, 4, 4, 1, 1)
 
        self.label_12 = QLabel(self.groupBox)
        self.label_12.setObjectName(u"label_12")
 
        self.gridLayout.addWidget(self.label_12, 3, 0, 1, 1)
 
        self.label_11 = QLabel(self.groupBox)
        self.label_11.setObjectName(u"label_11")
 
        self.gridLayout.addWidget(self.label_11, 4, 0, 1, 1)
 
        self.label_13 = QLabel(self.groupBox)
        self.label_13.setObjectName(u"label_13")
 
        self.gridLayout.addWidget(self.label_13, 3, 3, 1, 1)
 
        self.lineEdit_10 = QLineEdit(self.groupBox)
        self.lineEdit_10.setObjectName(u"lineEdit_10")
 
        self.gridLayout.addWidget(self.lineEdit_10, 5, 1, 1, 1)
 
        self.pushButton_8 = QPushButton(self.groupBox)
        self.pushButton_8.setObjectName(u"pushButton_8")
 
        self.gridLayout.addWidget(self.pushButton_8, 1, 5, 1, 1)
 
        self.label_6 = QLabel(self.groupBox)
        self.label_6.setObjectName(u"label_6")
 
        self.gridLayout.addWidget(self.label_6, 0, 3, 1, 1)
 
        self.label_9 = QLabel(self.groupBox)
        self.label_9.setObjectName(u"label_9")
 
        self.gridLayout.addWidget(self.label_9, 2, 0, 1, 1)
 
        self.pushButton_10 = QPushButton(self.groupBox)
        self.pushButton_10.setObjectName(u"pushButton_10")
 
        self.gridLayout.addWidget(self.pushButton_10, 2, 2, 1, 1)
 
        self.label_16 = QLabel(self.groupBox)
        self.label_16.setObjectName(u"label_16")
 
        self.gridLayout.addWidget(self.label_16, 5, 0, 1, 1)
 
        self.pushButton_25 = QPushButton(self.groupBox)
        self.pushButton_25.setObjectName(u"pushButton_25")
 
        self.gridLayout.addWidget(self.pushButton_25, 4, 5, 1, 1)
 
        self.label_7 = QLabel(self.groupBox)
        self.label_7.setObjectName(u"label_7")
 
        self.gridLayout.addWidget(self.label_7, 1, 0, 1, 1)
 
        self.lineEdit_11 = QLineEdit(self.groupBox)
        self.lineEdit_11.setObjectName(u"lineEdit_11")
 
        self.gridLayout.addWidget(self.lineEdit_11, 3, 4, 1, 1)
 
        self.pushButton_16 = QPushButton(self.groupBox)
        self.pushButton_16.setObjectName(u"pushButton_16")
 
        self.gridLayout.addWidget(self.pushButton_16, 5, 2, 1, 1)
 
        self.label_10 = QLabel(self.groupBox)
        self.label_10.setObjectName(u"label_10")
 
        self.gridLayout.addWidget(self.label_10, 2, 3, 1, 1)
 
        self.pushButton_12 = QPushButton(self.groupBox)
        self.pushButton_12.setObjectName(u"pushButton_12")
 
        self.gridLayout.addWidget(self.pushButton_12, 2, 5, 1, 1)
 
        self.lineEdit_12 = QLineEdit(self.groupBox)
        self.lineEdit_12.setObjectName(u"lineEdit_12")
 
        self.gridLayout.addWidget(self.lineEdit_12, 5, 4, 1, 1)
 
        self.verticalLayout.addLayout(self.gridLayout)
 
        self.verticalLayout.setStretch(2, 6)
 
        self.verticalLayout_5.addWidget(self.groupBox)
 
        self.retranslateUi(Form)
 
        QMetaObject.connectSlotsByName(Form)
    # setupUi
 
    def retranslateUi(self, Form):
        Form.setWindowTitle(QCoreApplication.translate("Form", u"Form", None))
        self.groupBox.setTitle(QCoreApplication.translate(
            "Form", u"DataIdentifier", None))
        self.SessionContrl_gbx.setTitle(QCoreApplication.translate(
            "Form", u"SessionControl(0x10)", None))
        self.SessionContrl_gbx_3.setTitle(
            QCoreApplication.translate("Form", u" ECUReset(0x11)", None))
        self.SessionContrl_gbx_4.setTitle(
            QCoreApplication.translate("Form", u"CommControl(0x28)", None))
        self.SessionContrl_gbx_2.setTitle(
            QCoreApplication.translate("Form", u"ClearDiag(0x14)", None))
        self.SessionContrl_gbx_5.setTitle(
            QCoreApplication.translate("Form", u"TesterPresent(0x3E)", None))
        self.radioButton.setText("")
        self.groupBox_3.setTitle(QCoreApplication.translate(
            "Form", u"Read or Write", None))
        self.label_2.setText(QCoreApplication.translate("Form", u"DID", None))
        self.label_4.setText(QCoreApplication.translate(
            "Form", u"Description", None))
        self.label.setText(QCoreApplication.translate("Form", u"Value", None))
        self.label_5.setText("")
        self.pushButton_14.setText(
            QCoreApplication.translate("Form", u"Read", None))
        self.pushButton.setText(
            QCoreApplication.translate("Form", u"Write", None))
        self.label_3.setText(QCoreApplication.translate("Form", u"VIN", None))
        self.pushButton_20.setText(
            QCoreApplication.translate("Form", u"Read", None))
        self.label_8.setText(
            QCoreApplication.translate("Form", u"M SWVer.", None))
        self.pushButton_2.setText(
            QCoreApplication.translate("Form", u"Read", None))
        self.pushButton_23.setText(
            QCoreApplication.translate("Form", u"Read", None))
        self.pushButton_19.setText(
            QCoreApplication.translate("Form", u"Read", None))
        self.label_15.setText(
            QCoreApplication.translate("Form", u"SW Ver.", None))
        self.pushButton_6.setText(
            QCoreApplication.translate("Form", u"Read", None))
        self.pushButton_4.setText(
            QCoreApplication.translate("Form", u"Read", None))
        self.pushButton_15.setText(
            QCoreApplication.translate("Form", u"Read", None))
        self.label_14.setText(
            QCoreApplication.translate("Form", u"HW Ver.", None))
        self.label_12.setText(QCoreApplication.translate(
            "Form", u"DiagVersion.", None))
        self.label_11.setText(
            QCoreApplication.translate("Form", u"BootID", None))
        self.label_13.setText(
            QCoreApplication.translate("Form", u"ECU SN.", None))
        self.pushButton_8.setText(
            QCoreApplication.translate("Form", u"Read", None))
        self.label_6.setText(QCoreApplication.translate(
            "Form", u"DFLZM PN.", None))
        self.label_9.setText(QCoreApplication.translate(
            "Form", u"VehicleName", None))
        self.pushButton_10.setText(
            QCoreApplication.translate("Form", u"Read", None))
        self.label_16.setText(
            QCoreApplication.translate("Form", u"Session", None))
        self.pushButton_25.setText(
            QCoreApplication.translate("Form", u"Read", None))
        self.label_7.setText(QCoreApplication.translate(
            "Form", u"Manu Date", None))
        self.pushButton_16.setText(
            QCoreApplication.translate("Form", u"Read", None))
        self.label_10.setText(QCoreApplication.translate(
            "Form", u"SupplierID", None))
        self.pushButton_12.setText(
            QCoreApplication.translate("Form", u"Read", None))
    # retranslateUi