2023-06-19 00:39:41 +00:00
|
|
|
from module.base.button import Button, ButtonWrapper
|
|
|
|
|
|
|
|
# This file was auto-generated, do not modify it manually. To generate:
|
|
|
|
# ``` python -m dev_tools.button_extract ```
|
|
|
|
|
|
|
|
CLAIM = ButtonWrapper(
|
|
|
|
name='CLAIM',
|
|
|
|
cn=Button(
|
|
|
|
file='./assets/cn/assignment/claim/CLAIM.png',
|
|
|
|
area=(1031, 652, 1101, 674),
|
|
|
|
search=(1011, 632, 1121, 694),
|
|
|
|
color=(169, 134, 66),
|
|
|
|
button=(920, 644, 1210, 683),
|
|
|
|
),
|
|
|
|
)
|
|
|
|
CLOSE_REPORT = ButtonWrapper(
|
|
|
|
name='CLOSE_REPORT',
|
|
|
|
cn=Button(
|
|
|
|
file='./assets/cn/assignment/claim/CLOSE_REPORT.png',
|
|
|
|
area=(397, 598, 472, 623),
|
|
|
|
search=(377, 578, 492, 643),
|
|
|
|
color=(159, 157, 153),
|
|
|
|
button=(290, 592, 579, 630),
|
|
|
|
),
|
|
|
|
)
|
|
|
|
OCR_ASSIGNMENT_REPORT_TIME = ButtonWrapper(
|
|
|
|
name='OCR_ASSIGNMENT_REPORT_TIME',
|
|
|
|
share=Button(
|
|
|
|
file='./assets/share/assignment/claim/OCR_ASSIGNMENT_REPORT_TIME.png',
|
2023-08-31 06:42:33 +00:00
|
|
|
area=(870, 222, 1002, 247),
|
|
|
|
search=(850, 202, 1022, 267),
|
|
|
|
color=(57, 57, 60),
|
|
|
|
button=(870, 222, 1002, 247),
|
2023-06-19 00:39:41 +00:00
|
|
|
),
|
|
|
|
)
|
|
|
|
REDISPATCH = ButtonWrapper(
|
|
|
|
name='REDISPATCH',
|
|
|
|
cn=Button(
|
|
|
|
file='./assets/cn/assignment/claim/REDISPATCH.png',
|
|
|
|
area=(784, 598, 901, 622),
|
|
|
|
search=(764, 578, 921, 642),
|
|
|
|
color=(158, 157, 155),
|
|
|
|
button=(700, 592, 987, 629),
|
|
|
|
),
|
|
|
|
)
|