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',
|
2023-09-15 17:08:26 +00:00
|
|
|
share=Button(
|
|
|
|
file='./assets/share/assignment/claim/CLAIM.png',
|
|
|
|
area=(1034, 653, 1054, 673),
|
|
|
|
search=(920, 644, 1210, 683),
|
|
|
|
color=(106, 89, 56),
|
|
|
|
button=(1023, 644, 1135, 683),
|
2023-06-19 00:39:41 +00:00
|
|
|
),
|
|
|
|
)
|
|
|
|
CLOSE_REPORT = ButtonWrapper(
|
|
|
|
name='CLOSE_REPORT',
|
2023-09-15 17:08:26 +00:00
|
|
|
share=Button(
|
|
|
|
file='./assets/share/assignment/claim/CLOSE_REPORT.png',
|
|
|
|
area=(398, 598, 422, 622),
|
|
|
|
search=(290, 592, 579, 630),
|
|
|
|
color=(99, 93, 80),
|
|
|
|
button=(385, 592, 505, 630),
|
2023-06-19 00:39:41 +00:00
|
|
|
),
|
|
|
|
)
|
|
|
|
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',
|
2023-09-15 17:08:26 +00:00
|
|
|
share=Button(
|
|
|
|
file='./assets/share/assignment/claim/REDISPATCH.png',
|
|
|
|
area=(786, 598, 810, 622),
|
|
|
|
search=(700, 592, 987, 629),
|
|
|
|
color=(96, 90, 78),
|
|
|
|
button=(779, 592, 905, 629),
|
2023-06-19 00:39:41 +00:00
|
|
|
),
|
|
|
|
)
|