2025-04-30 10:48:55 +07:00
|
|
|
|
<Popup>
|
|
|
|
|
|
<Cache> "Enable" </Cache>
|
|
|
|
|
|
<Width> 1080 </Width>
|
|
|
|
|
|
<Height> 1920 </Height>
|
|
|
|
|
|
<Background> "0xeae6e1" </Background>
|
|
|
|
|
|
<Volume> SoundVolume </Volume>
|
|
|
|
|
|
<EventOpen>
|
|
|
|
|
|
|
|
|
|
|
|
SAVELOG "======================================= Help Center ================================"
|
|
|
|
|
|
|
|
|
|
|
|
RootLayoutVisible 3 "show"
|
2025-05-14 16:30:35 +07:00
|
|
|
|
RootLayoutVisible 15 "hide"
|
2025-04-30 10:48:55 +07:00
|
|
|
|
|
|
|
|
|
|
; helper
|
2025-05-14 16:30:35 +07:00
|
|
|
|
RootLayoutVisible 14 "show"
|
2025-04-30 10:48:55 +07:00
|
|
|
|
|
|
|
|
|
|
DEBUGVAR FromPaymentCash
|
|
|
|
|
|
DEBUGVAR FromSmoothieProcess
|
|
|
|
|
|
DEBUGVAR FromBrewingProcess
|
|
|
|
|
|
|
2025-05-09 16:17:33 +07:00
|
|
|
|
Var ChooseProblem = ""
|
|
|
|
|
|
|
2025-04-30 10:48:55 +07:00
|
|
|
|
Var show_btn_next_help = "Invisible"
|
|
|
|
|
|
|
|
|
|
|
|
Var Problem_Cash_State[0] = "Enable"
|
|
|
|
|
|
Var Problem_Cash_State[1] = "Enable"
|
|
|
|
|
|
Var Problem_Cash_State[2] = "Enable"
|
|
|
|
|
|
|
|
|
|
|
|
Var Problem_Brewing_State[0] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[1] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[2] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[3] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[4] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[5] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[6] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[7] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[8] = "Enable"
|
|
|
|
|
|
|
|
|
|
|
|
Var Problem_Process_State[0] = "Enable"
|
|
|
|
|
|
Var Problem_Process_State[1] = "Enable"
|
|
|
|
|
|
|
2025-05-13 15:52:20 +07:00
|
|
|
|
Var CurrHelpCenter = 1
|
|
|
|
|
|
|
2025-05-14 16:30:35 +07:00
|
|
|
|
Var TimeoutHelperProccess = 60
|
2025-04-30 10:48:55 +07:00
|
|
|
|
|
2025-04-30 15:39:36 +07:00
|
|
|
|
</EventOpen>
|
2025-04-30 10:48:55 +07:00
|
|
|
|
|
|
|
|
|
|
<Timeout> 1000 </Timeout>
|
|
|
|
|
|
<EventTimeout>
|
2025-05-14 11:07:21 +07:00
|
|
|
|
DEBUGVAR TimeoutHelperProccess
|
2025-04-30 10:48:55 +07:00
|
|
|
|
|
2025-05-14 16:30:35 +07:00
|
|
|
|
If TimeoutHelperProccess > 0 Then
|
|
|
|
|
|
Var TimeoutHelperProccess = TimeoutHelperProccess - 1
|
|
|
|
|
|
EndIf
|
|
|
|
|
|
|
|
|
|
|
|
If TimeoutHelperProccess = 0 Then
|
|
|
|
|
|
DEBUGVAR BaseOnPageBoard
|
2025-05-14 11:07:21 +07:00
|
|
|
|
SAVELOG "TimeoutHelperProccess"
|
2025-05-13 15:52:20 +07:00
|
|
|
|
Var CurrHelpCenter = 0
|
2025-05-06 16:25:42 +07:00
|
|
|
|
If BaseOnPageBoard = 1 Then
|
|
|
|
|
|
Var BaseOnPageBoard = 0
|
|
|
|
|
|
Var LanguageButtonEnable = "Enable"
|
|
|
|
|
|
Var ButtonLanguageCurrentXPosition = 990
|
|
|
|
|
|
Var ButtonLanguageCurrentYPosition = 608
|
|
|
|
|
|
Var ButtonLanguageListXPosition = 970
|
|
|
|
|
|
Var ButtonLanguageListYPosition = 590
|
|
|
|
|
|
OpenInst 3 "ROOT/taobin_project/xml/topview2.xml"
|
2025-05-14 16:30:35 +07:00
|
|
|
|
OpenInst 14 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/page_instance_empty.lxml"
|
2025-05-06 16:25:42 +07:00
|
|
|
|
Else
|
2025-05-14 16:30:35 +07:00
|
|
|
|
OpenInst 14 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/page_instance_empty.lxml"
|
2025-05-06 16:25:42 +07:00
|
|
|
|
EndIf
|
2025-04-30 10:48:55 +07:00
|
|
|
|
EndIf
|
|
|
|
|
|
|
|
|
|
|
|
Refresh
|
2025-04-30 15:39:36 +07:00
|
|
|
|
TimerReset
|
2025-04-30 10:48:55 +07:00
|
|
|
|
</EventTimeout>
|
|
|
|
|
|
|
|
|
|
|
|
<EventLanguageOnChange>
|
|
|
|
|
|
DEBUGVAR LanguageShow
|
|
|
|
|
|
|
|
|
|
|
|
;inter-image
|
|
|
|
|
|
If LanguageShow = "ENG" Then
|
|
|
|
|
|
|
|
|
|
|
|
EndIf
|
|
|
|
|
|
|
|
|
|
|
|
If LanguageShow = "THAI" Then
|
|
|
|
|
|
|
|
|
|
|
|
EndIf
|
|
|
|
|
|
|
|
|
|
|
|
If LanguageShow = "MYANMAR" Then
|
|
|
|
|
|
|
|
|
|
|
|
EndIf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If LanguageShow = "MSC" Then
|
|
|
|
|
|
|
|
|
|
|
|
EndIf
|
|
|
|
|
|
|
2025-05-14 16:30:35 +07:00
|
|
|
|
Var ButtonLanguageCurrentXPosition = 1000
|
|
|
|
|
|
Var ButtonLanguageCurrentYPosition = 458 - 18
|
2025-04-30 15:39:36 +07:00
|
|
|
|
|
|
|
|
|
|
Var ButtonLanguageListXPosition = 990
|
|
|
|
|
|
Var ButtonLanguageListYPosition = 450 - 38
|
2025-05-02 14:49:51 +07:00
|
|
|
|
If FromPaymentCash = "Enable" Then
|
|
|
|
|
|
Var LanguageButtonEnable = "Invisible"
|
|
|
|
|
|
Else
|
|
|
|
|
|
Var LanguageButtonEnable = "Enable"
|
|
|
|
|
|
EndIf
|
2025-04-30 10:48:55 +07:00
|
|
|
|
OpenInst 3 "ROOT/taobin_project/xml/topview2.xml"
|
|
|
|
|
|
|
|
|
|
|
|
RefreshAll
|
|
|
|
|
|
</EventLanguageOnChange>
|
|
|
|
|
|
|
2025-05-07 16:05:26 +07:00
|
|
|
|
;include="ROOT/taobin_project/inc/video.inc"
|
|
|
|
|
|
|
2025-04-30 10:48:55 +07:00
|
|
|
|
|
|
|
|
|
|
; back
|
|
|
|
|
|
<Button>
|
|
|
|
|
|
<X> 19 </X>
|
|
|
|
|
|
<Y> 420 </Y>
|
|
|
|
|
|
<Filename> "ROOT/taobin_project/image/page2/bn_back_arrow.png" </Filename>
|
|
|
|
|
|
<FilenamePress> "ROOT/taobin_project/image/page2/bn_back_arrow.png" </FilenamePress>
|
|
|
|
|
|
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
|
|
|
|
|
<Volume> SoundVolume </Volume>
|
|
|
|
|
|
<EventClick>
|
|
|
|
|
|
|
2025-05-13 15:52:20 +07:00
|
|
|
|
Var CurrHelpCenter = 0
|
2025-05-09 16:17:33 +07:00
|
|
|
|
If BaseOnPageBoard = 1 Then
|
|
|
|
|
|
Var BaseOnPageBoard = 0
|
|
|
|
|
|
Var LanguageButtonEnable = "Enable"
|
|
|
|
|
|
Var ButtonLanguageCurrentXPosition = 990
|
|
|
|
|
|
Var ButtonLanguageCurrentYPosition = 608
|
|
|
|
|
|
Var ButtonLanguageListXPosition = 970
|
|
|
|
|
|
Var ButtonLanguageListYPosition = 590
|
|
|
|
|
|
OpenInst 3 "ROOT/taobin_project/xml/topview2.xml"
|
2025-05-14 16:30:35 +07:00
|
|
|
|
OpenInst 14 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/page_instance_empty.lxml"
|
2025-05-09 16:17:33 +07:00
|
|
|
|
Else
|
2025-05-14 16:30:35 +07:00
|
|
|
|
OpenInst 14 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/page_instance_empty.lxml"
|
2025-05-09 16:17:33 +07:00
|
|
|
|
EndIf
|
|
|
|
|
|
|
2025-04-30 10:48:55 +07:00
|
|
|
|
</EventClick>
|
|
|
|
|
|
</Button>
|
|
|
|
|
|
|
|
|
|
|
|
<Text>
|
|
|
|
|
|
<X> 300 </X>
|
|
|
|
|
|
<Y> 420 </Y>
|
|
|
|
|
|
<Width> 500 </Width>
|
|
|
|
|
|
<Height> 72 </Height>
|
|
|
|
|
|
<Language>
|
|
|
|
|
|
<ID> 002300 </ID>
|
|
|
|
|
|
</Language>
|
|
|
|
|
|
</Text>
|
|
|
|
|
|
|
|
|
|
|
|
<Text>
|
|
|
|
|
|
<X> 115 </X>
|
|
|
|
|
|
<Y> 550 </Y>
|
|
|
|
|
|
<Width> 500 </Width>
|
|
|
|
|
|
<Height> 46 </Height>
|
|
|
|
|
|
<Language>
|
|
|
|
|
|
<ID> 002299 </ID>
|
|
|
|
|
|
</Language>
|
|
|
|
|
|
</Text>
|
|
|
|
|
|
|
|
|
|
|
|
<FrameScroll>
|
|
|
|
|
|
<X> 110 </X>
|
|
|
|
|
|
<Y> 620 </Y>
|
|
|
|
|
|
<Width> 1080 </Width>
|
|
|
|
|
|
<Height> 1080 </Height>
|
|
|
|
|
|
<ScrollHeight> 1080 </ScrollHeight>
|
|
|
|
|
|
<Scroll> "Vertical" </Scroll>
|
|
|
|
|
|
<Column> 1 </Column>
|
|
|
|
|
|
|
|
|
|
|
|
<Block>
|
|
|
|
|
|
<State> "Enable" </State>
|
|
|
|
|
|
<Width> 1080 </Width>
|
|
|
|
|
|
<Height> "auto" </Height>
|
|
|
|
|
|
<MarginTop> 20 </MarginTop>
|
|
|
|
|
|
|
|
|
|
|
|
<ListView1>
|
|
|
|
|
|
<Width> 986 </Width>
|
|
|
|
|
|
<Height> "auto" </Height>
|
|
|
|
|
|
<Align> "vertical"</Align>
|
|
|
|
|
|
<State> "Enable" </State>
|
|
|
|
|
|
|
|
|
|
|
|
;for FromPaymentCash
|
|
|
|
|
|
<Row1>
|
|
|
|
|
|
<Width> 986 </Width>
|
|
|
|
|
|
<Height> "auto" </Height>
|
|
|
|
|
|
<State> FromPaymentCash </State>
|
|
|
|
|
|
|
|
|
|
|
|
<Button>
|
|
|
|
|
|
<X> 0 </X>
|
|
|
|
|
|
<Y> 0 </Y>
|
|
|
|
|
|
<State> Problem_Cash_State[0] </State>
|
|
|
|
|
|
<Filename> "ROOT/taobin_project/image/page_help_center/cb_uncheck_problem.png" </Filename>
|
|
|
|
|
|
<FilenamePress> "ROOT/taobin_project/image/page_help_center/cb_checked_problem.png" </FilenamePress>
|
|
|
|
|
|
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
|
|
|
|
|
<Volume> SoundVolume </Volume>
|
|
|
|
|
|
<EventClick>
|
|
|
|
|
|
|
|
|
|
|
|
Var Problem_Cash_State[0] = "PressForever"
|
|
|
|
|
|
Var Problem_Cash_State[1] = "Enable"
|
|
|
|
|
|
Var Problem_Cash_State[2] = "Enable"
|
|
|
|
|
|
|
|
|
|
|
|
Var show_btn_next_help = "Enable"
|
2025-05-09 16:17:33 +07:00
|
|
|
|
|
|
|
|
|
|
Var ChooseProblem = "Inserted money, amount unchanged"
|
2025-04-30 10:48:55 +07:00
|
|
|
|
|
|
|
|
|
|
Refresh
|
|
|
|
|
|
</EventClick>
|
|
|
|
|
|
</Button>
|
|
|
|
|
|
|
|
|
|
|
|
<Button>
|
|
|
|
|
|
<X> 0 </X>
|
|
|
|
|
|
<Y> 100 </Y>
|
|
|
|
|
|
<State> Problem_Cash_State[1] </State>
|
|
|
|
|
|
<Filename> "ROOT/taobin_project/image/page_help_center/cb_uncheck_problem.png" </Filename>
|
|
|
|
|
|
<FilenamePress> "ROOT/taobin_project/image/page_help_center/cb_checked_problem.png" </FilenamePress>
|
|
|
|
|
|
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
|
|
|
|
|
<Volume> SoundVolume </Volume>
|
|
|
|
|
|
<EventClick>
|
|
|
|
|
|
|
|
|
|
|
|
Var Problem_Cash_State[0] = "Enable"
|
|
|
|
|
|
Var Problem_Cash_State[1] = "PressForever"
|
|
|
|
|
|
Var Problem_Cash_State[2] = "Enable"
|
|
|
|
|
|
|
|
|
|
|
|
Var show_btn_next_help = "Enable"
|
|
|
|
|
|
|
2025-05-09 16:17:33 +07:00
|
|
|
|
Var ChooseProblem = "Bill was rejected by the machine"
|
|
|
|
|
|
|
2025-04-30 10:48:55 +07:00
|
|
|
|
Refresh
|
|
|
|
|
|
</EventClick>
|
|
|
|
|
|
</Button>
|
|
|
|
|
|
|
|
|
|
|
|
<Button>
|
|
|
|
|
|
<X> 0 </X>
|
|
|
|
|
|
<Y> 200 </Y>
|
|
|
|
|
|
<State> Problem_Cash_State[2] </State>
|
|
|
|
|
|
<Filename> "ROOT/taobin_project/image/page_help_center/cb_uncheck_problem.png" </Filename>
|
|
|
|
|
|
<FilenamePress> "ROOT/taobin_project/image/page_help_center/cb_checked_problem.png" </FilenamePress>
|
|
|
|
|
|
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
|
|
|
|
|
<Volume> SoundVolume </Volume>
|
|
|
|
|
|
<EventClick>
|
|
|
|
|
|
|
|
|
|
|
|
Var Problem_Cash_State[0] = "Enable"
|
|
|
|
|
|
Var Problem_Cash_State[1] = "Enable"
|
|
|
|
|
|
Var Problem_Cash_State[2] = "PressForever"
|
|
|
|
|
|
|
|
|
|
|
|
Var show_btn_next_help = "Enable"
|
|
|
|
|
|
|
2025-05-09 16:17:33 +07:00
|
|
|
|
Var ChooseProblem = "Other"
|
|
|
|
|
|
|
2025-04-30 10:48:55 +07:00
|
|
|
|
Refresh
|
|
|
|
|
|
</EventClick>
|
|
|
|
|
|
</Button>
|
|
|
|
|
|
|
|
|
|
|
|
<Text>
|
|
|
|
|
|
<X> 100 </X>
|
|
|
|
|
|
<Y> 0 </Y>
|
|
|
|
|
|
<Width> 500 </Width>
|
|
|
|
|
|
<Height> 75 </Height>
|
|
|
|
|
|
<State> Problem_Cash_State[0] </State>
|
|
|
|
|
|
<Language>
|
|
|
|
|
|
<ID> 002301 </ID>
|
|
|
|
|
|
</Language>
|
|
|
|
|
|
</Text>
|
|
|
|
|
|
|
|
|
|
|
|
<Text>
|
|
|
|
|
|
<X> 100 </X>
|
|
|
|
|
|
<Y> 100 </Y>
|
|
|
|
|
|
<Width> 500 </Width>
|
|
|
|
|
|
<Height> 75 </Height>
|
|
|
|
|
|
<State> Problem_Cash_State[1] </State>
|
|
|
|
|
|
<Language>
|
|
|
|
|
|
<ID> 002302 </ID>
|
|
|
|
|
|
</Language>
|
|
|
|
|
|
</Text>
|
|
|
|
|
|
|
|
|
|
|
|
<Text>
|
|
|
|
|
|
<X> 100 </X>
|
|
|
|
|
|
<Y> 200 </Y>
|
|
|
|
|
|
<Width> 500 </Width>
|
|
|
|
|
|
<Height> 75 </Height>
|
|
|
|
|
|
<State> Problem_Cash_State[2] </State>
|
|
|
|
|
|
<Language>
|
|
|
|
|
|
<ID> 002303 </ID>
|
|
|
|
|
|
</Language>
|
|
|
|
|
|
</Text>
|
|
|
|
|
|
|
|
|
|
|
|
</Row1>
|
|
|
|
|
|
|
|
|
|
|
|
; for FromBrewingProcess
|
|
|
|
|
|
<Row1>
|
|
|
|
|
|
<Width> 986 </Width>
|
|
|
|
|
|
<Height> "auto" </Height>
|
|
|
|
|
|
<State> FromBrewingProcess </State>
|
|
|
|
|
|
|
|
|
|
|
|
<Button>
|
|
|
|
|
|
<X> 0 </X>
|
|
|
|
|
|
<Y> 0 </Y>
|
|
|
|
|
|
<State> Problem_Brewing_State[0] </State>
|
|
|
|
|
|
<Filename> "ROOT/taobin_project/image/page_help_center/cb_uncheck_problem.png" </Filename>
|
|
|
|
|
|
<FilenamePress> "ROOT/taobin_project/image/page_help_center/cb_checked_problem.png" </FilenamePress>
|
|
|
|
|
|
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
|
|
|
|
|
<Volume> SoundVolume </Volume>
|
|
|
|
|
|
<EventClick>
|
|
|
|
|
|
|
|
|
|
|
|
Var Problem_Brewing_State[0] = "PressForever"
|
|
|
|
|
|
Var Problem_Brewing_State[1] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[2] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[3] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[4] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[5] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[6] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[7] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[8] = "Enable"
|
|
|
|
|
|
|
|
|
|
|
|
Var show_btn_next_help = "Enable"
|
2025-05-09 16:17:33 +07:00
|
|
|
|
|
|
|
|
|
|
Var ChooseProblem = "Found a foreign object"
|
2025-04-30 10:48:55 +07:00
|
|
|
|
|
|
|
|
|
|
Refresh
|
|
|
|
|
|
</EventClick>
|
|
|
|
|
|
</Button>
|
|
|
|
|
|
|
|
|
|
|
|
<Button>
|
|
|
|
|
|
<X> 0 </X>
|
|
|
|
|
|
<Y> 100 </Y>
|
|
|
|
|
|
<State> Problem_Brewing_State[1] </State>
|
|
|
|
|
|
<Filename> "ROOT/taobin_project/image/page_help_center/cb_uncheck_problem.png" </Filename>
|
|
|
|
|
|
<FilenamePress> "ROOT/taobin_project/image/page_help_center/cb_checked_problem.png" </FilenamePress>
|
|
|
|
|
|
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
|
|
|
|
|
<Volume> SoundVolume </Volume>
|
|
|
|
|
|
<EventClick>
|
|
|
|
|
|
|
|
|
|
|
|
Var Problem_Brewing_State[0] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[1] = "PressForever"
|
|
|
|
|
|
Var Problem_Brewing_State[2] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[3] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[4] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[5] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[6] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[7] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[8] = "Enable"
|
|
|
|
|
|
|
|
|
|
|
|
Var show_btn_next_help = "Enable"
|
2025-05-09 16:17:33 +07:00
|
|
|
|
|
|
|
|
|
|
Var ChooseProblem = "Some ingredients missing"
|
2025-04-30 10:48:55 +07:00
|
|
|
|
|
|
|
|
|
|
Refresh
|
|
|
|
|
|
</EventClick>
|
|
|
|
|
|
</Button>
|
|
|
|
|
|
|
|
|
|
|
|
<Button>
|
|
|
|
|
|
<X> 0 </X>
|
|
|
|
|
|
<Y> 200 </Y>
|
|
|
|
|
|
<State> Problem_Brewing_State[2] </State>
|
|
|
|
|
|
<Filename> "ROOT/taobin_project/image/page_help_center/cb_uncheck_problem.png" </Filename>
|
|
|
|
|
|
<FilenamePress> "ROOT/taobin_project/image/page_help_center/cb_checked_problem.png" </FilenamePress>
|
|
|
|
|
|
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
|
|
|
|
|
<Volume> SoundVolume </Volume>
|
|
|
|
|
|
<EventClick>
|
|
|
|
|
|
|
|
|
|
|
|
Var Problem_Brewing_State[0] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[1] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[2] = "PressForever"
|
|
|
|
|
|
Var Problem_Brewing_State[3] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[4] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[5] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[6] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[7] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[8] = "Enable"
|
|
|
|
|
|
|
|
|
|
|
|
Var show_btn_next_help = "Enable"
|
2025-05-09 16:17:33 +07:00
|
|
|
|
|
|
|
|
|
|
Var ChooseProblem = "Under-filled cup"
|
2025-04-30 10:48:55 +07:00
|
|
|
|
|
|
|
|
|
|
Refresh
|
|
|
|
|
|
</EventClick>
|
|
|
|
|
|
</Button>
|
|
|
|
|
|
|
|
|
|
|
|
<Button>
|
|
|
|
|
|
<X> 0 </X>
|
|
|
|
|
|
<Y> 300 </Y>
|
|
|
|
|
|
<State> Problem_Brewing_State[3] </State>
|
|
|
|
|
|
<Filename> "ROOT/taobin_project/image/page_help_center/cb_uncheck_problem.png" </Filename>
|
|
|
|
|
|
<FilenamePress> "ROOT/taobin_project/image/page_help_center/cb_checked_problem.png" </FilenamePress>
|
|
|
|
|
|
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
|
|
|
|
|
<Volume> SoundVolume </Volume>
|
|
|
|
|
|
<EventClick>
|
|
|
|
|
|
|
|
|
|
|
|
Var Problem_Brewing_State[0] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[1] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[2] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[3] = "PressForever"
|
|
|
|
|
|
Var Problem_Brewing_State[4] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[5] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[6] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[7] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[8] = "Enable"
|
|
|
|
|
|
|
|
|
|
|
|
Var show_btn_next_help = "Enable"
|
2025-05-09 16:17:33 +07:00
|
|
|
|
|
|
|
|
|
|
Var ChooseProblem = "Wrong item received"
|
2025-04-30 10:48:55 +07:00
|
|
|
|
|
|
|
|
|
|
Refresh
|
|
|
|
|
|
</EventClick>
|
|
|
|
|
|
</Button>
|
|
|
|
|
|
|
|
|
|
|
|
<Button>
|
|
|
|
|
|
<X> 0 </X>
|
|
|
|
|
|
<Y> 400 </Y>
|
|
|
|
|
|
<State> Problem_Brewing_State[4] </State>
|
|
|
|
|
|
<Filename> "ROOT/taobin_project/image/page_help_center/cb_uncheck_problem.png" </Filename>
|
|
|
|
|
|
<FilenamePress> "ROOT/taobin_project/image/page_help_center/cb_checked_problem.png" </FilenamePress>
|
|
|
|
|
|
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
|
|
|
|
|
<Volume> SoundVolume </Volume>
|
|
|
|
|
|
<EventClick>
|
|
|
|
|
|
|
|
|
|
|
|
Var Problem_Brewing_State[0] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[1] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[2] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[3] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[4] = "PressForever"
|
|
|
|
|
|
Var Problem_Brewing_State[5] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[6] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[7] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[8] = "Enable"
|
|
|
|
|
|
|
|
|
|
|
|
Var show_btn_next_help = "Enable"
|
2025-05-09 16:17:33 +07:00
|
|
|
|
|
|
|
|
|
|
Var ChooseProblem = "Drink wasn’t blended"
|
2025-04-30 10:48:55 +07:00
|
|
|
|
|
|
|
|
|
|
Refresh
|
|
|
|
|
|
</EventClick>
|
|
|
|
|
|
</Button>
|
|
|
|
|
|
|
|
|
|
|
|
<Button>
|
|
|
|
|
|
<X> 0 </X>
|
|
|
|
|
|
<Y> 500 </Y>
|
|
|
|
|
|
<State> Problem_Brewing_State[5] </State>
|
|
|
|
|
|
<Filename> "ROOT/taobin_project/image/page_help_center/cb_uncheck_problem.png" </Filename>
|
|
|
|
|
|
<FilenamePress> "ROOT/taobin_project/image/page_help_center/cb_checked_problem.png" </FilenamePress>
|
|
|
|
|
|
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
|
|
|
|
|
<Volume> SoundVolume </Volume>
|
|
|
|
|
|
<EventClick>
|
|
|
|
|
|
|
|
|
|
|
|
Var Problem_Brewing_State[0] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[1] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[2] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[3] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[4] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[5] = "PressForever"
|
|
|
|
|
|
Var Problem_Brewing_State[6] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[7] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[8] = "Enable"
|
|
|
|
|
|
|
|
|
|
|
|
Var show_btn_next_help = "Enable"
|
2025-05-09 16:17:33 +07:00
|
|
|
|
|
|
|
|
|
|
Var ChooseProblem = "Drink didn’t dissolve properly"
|
2025-04-30 10:48:55 +07:00
|
|
|
|
|
|
|
|
|
|
Refresh
|
|
|
|
|
|
</EventClick>
|
|
|
|
|
|
</Button>
|
|
|
|
|
|
|
|
|
|
|
|
<Button>
|
|
|
|
|
|
<X> 0 </X>
|
|
|
|
|
|
<Y> 600 </Y>
|
|
|
|
|
|
<State> Problem_Brewing_State[6] </State>
|
|
|
|
|
|
<Filename> "ROOT/taobin_project/image/page_help_center/cb_uncheck_problem.png" </Filename>
|
|
|
|
|
|
<FilenamePress> "ROOT/taobin_project/image/page_help_center/cb_checked_problem.png" </FilenamePress>
|
|
|
|
|
|
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
|
|
|
|
|
<Volume> SoundVolume </Volume>
|
|
|
|
|
|
<EventClick>
|
|
|
|
|
|
|
|
|
|
|
|
Var Problem_Brewing_State[0] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[1] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[2] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[3] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[4] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[5] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[6] = "PressForever"
|
|
|
|
|
|
Var Problem_Brewing_State[7] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[8] = "Enable"
|
|
|
|
|
|
|
|
|
|
|
|
Var show_btn_next_help = "Enable"
|
2025-05-09 16:17:33 +07:00
|
|
|
|
|
|
|
|
|
|
Var ChooseProblem = "Cup is messy/dirty"
|
2025-04-30 10:48:55 +07:00
|
|
|
|
|
|
|
|
|
|
Refresh
|
|
|
|
|
|
</EventClick>
|
|
|
|
|
|
</Button>
|
|
|
|
|
|
|
|
|
|
|
|
<Button>
|
|
|
|
|
|
<X> 0 </X>
|
|
|
|
|
|
<Y> 700 </Y>
|
|
|
|
|
|
<State> Problem_Brewing_State[7] </State>
|
|
|
|
|
|
<Filename> "ROOT/taobin_project/image/page_help_center/cb_uncheck_problem.png" </Filename>
|
|
|
|
|
|
<FilenamePress> "ROOT/taobin_project/image/page_help_center/cb_checked_problem.png" </FilenamePress>
|
|
|
|
|
|
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
|
|
|
|
|
<Volume> SoundVolume </Volume>
|
|
|
|
|
|
<EventClick>
|
|
|
|
|
|
|
|
|
|
|
|
Var Problem_Brewing_State[0] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[1] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[2] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[3] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[4] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[5] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[6] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[7] = "PressForever"
|
|
|
|
|
|
Var Problem_Brewing_State[8] = "Enable"
|
|
|
|
|
|
|
|
|
|
|
|
Var show_btn_next_help = "Enable"
|
2025-05-09 16:17:33 +07:00
|
|
|
|
|
|
|
|
|
|
Var ChooseProblem = "The cup tipped over / drink spilled"
|
2025-04-30 10:48:55 +07:00
|
|
|
|
|
|
|
|
|
|
Refresh
|
|
|
|
|
|
</EventClick>
|
|
|
|
|
|
</Button>
|
|
|
|
|
|
|
|
|
|
|
|
<Button>
|
|
|
|
|
|
<X> 0 </X>
|
|
|
|
|
|
<Y> 800 </Y>
|
|
|
|
|
|
<State> Problem_Brewing_State[8] </State>
|
|
|
|
|
|
<Filename> "ROOT/taobin_project/image/page_help_center/cb_uncheck_problem.png" </Filename>
|
|
|
|
|
|
<FilenamePress> "ROOT/taobin_project/image/page_help_center/cb_checked_problem.png" </FilenamePress>
|
|
|
|
|
|
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
|
|
|
|
|
<Volume> SoundVolume </Volume>
|
|
|
|
|
|
<EventClick>
|
|
|
|
|
|
|
|
|
|
|
|
Var Problem_Brewing_State[0] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[1] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[2] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[3] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[4] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[5] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[6] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[7] = "Enable"
|
|
|
|
|
|
Var Problem_Brewing_State[8] = "PressForever"
|
|
|
|
|
|
|
|
|
|
|
|
Var show_btn_next_help = "Enable"
|
2025-05-09 16:17:33 +07:00
|
|
|
|
|
|
|
|
|
|
Var ChooseProblem = "Other"
|
2025-04-30 10:48:55 +07:00
|
|
|
|
|
|
|
|
|
|
Refresh
|
|
|
|
|
|
</EventClick>
|
|
|
|
|
|
</Button>
|
|
|
|
|
|
|
|
|
|
|
|
<Text>
|
|
|
|
|
|
<X> 100 </X>
|
|
|
|
|
|
<Y> 0 </Y>
|
|
|
|
|
|
<Width> 500 </Width>
|
|
|
|
|
|
<Height> 75 </Height>
|
|
|
|
|
|
<State> Problem_Brewing_State[0] </State>
|
|
|
|
|
|
<Language>
|
|
|
|
|
|
<ID> 002304 </ID>
|
|
|
|
|
|
</Language>
|
|
|
|
|
|
</Text>
|
|
|
|
|
|
|
|
|
|
|
|
<Text>
|
|
|
|
|
|
<X> 100 </X>
|
|
|
|
|
|
<Y> 100 </Y>
|
|
|
|
|
|
<Width> 500 </Width>
|
|
|
|
|
|
<Height> 75 </Height>
|
|
|
|
|
|
<State> Problem_Brewing_State[1] </State>
|
|
|
|
|
|
<Language>
|
|
|
|
|
|
<ID> 002305 </ID>
|
|
|
|
|
|
</Language>
|
|
|
|
|
|
</Text>
|
|
|
|
|
|
|
|
|
|
|
|
<Text>
|
|
|
|
|
|
<X> 100 </X>
|
|
|
|
|
|
<Y> 200 </Y>
|
|
|
|
|
|
<Width> 500 </Width>
|
|
|
|
|
|
<Height> 75 </Height>
|
|
|
|
|
|
<State> Problem_Brewing_State[2] </State>
|
|
|
|
|
|
<Language>
|
|
|
|
|
|
<ID> 002306 </ID>
|
|
|
|
|
|
</Language>
|
|
|
|
|
|
</Text>
|
|
|
|
|
|
|
|
|
|
|
|
<Text>
|
|
|
|
|
|
<X> 100 </X>
|
|
|
|
|
|
<Y> 300 </Y>
|
|
|
|
|
|
<Width> 500 </Width>
|
|
|
|
|
|
<Height> 75 </Height>
|
|
|
|
|
|
<State> Problem_Brewing_State[3] </State>
|
|
|
|
|
|
<Language>
|
|
|
|
|
|
<ID> 002307 </ID>
|
|
|
|
|
|
</Language>
|
|
|
|
|
|
</Text>
|
|
|
|
|
|
|
|
|
|
|
|
<Text>
|
|
|
|
|
|
<X> 100 </X>
|
|
|
|
|
|
<Y> 400 </Y>
|
|
|
|
|
|
<Width> 500 </Width>
|
|
|
|
|
|
<Height> 75 </Height>
|
|
|
|
|
|
<State> Problem_Brewing_State[4] </State>
|
|
|
|
|
|
<Language>
|
|
|
|
|
|
<ID> 002308 </ID>
|
|
|
|
|
|
</Language>
|
|
|
|
|
|
</Text>
|
|
|
|
|
|
|
|
|
|
|
|
<Text>
|
|
|
|
|
|
<X> 100 </X>
|
|
|
|
|
|
<Y> 500 </Y>
|
|
|
|
|
|
<Width> 500 </Width>
|
|
|
|
|
|
<Height> 75 </Height>
|
|
|
|
|
|
<State> Problem_Brewing_State[5] </State>
|
|
|
|
|
|
<Language>
|
|
|
|
|
|
<ID> 002309 </ID>
|
|
|
|
|
|
</Language>
|
|
|
|
|
|
</Text>
|
|
|
|
|
|
|
|
|
|
|
|
<Text>
|
|
|
|
|
|
<X> 100 </X>
|
|
|
|
|
|
<Y> 600 </Y>
|
|
|
|
|
|
<Width> 500 </Width>
|
|
|
|
|
|
<Height> 75 </Height>
|
|
|
|
|
|
<State> Problem_Brewing_State[6] </State>
|
|
|
|
|
|
<Language>
|
|
|
|
|
|
<ID> 002310 </ID>
|
|
|
|
|
|
</Language>
|
|
|
|
|
|
</Text>
|
|
|
|
|
|
|
|
|
|
|
|
<Text>
|
|
|
|
|
|
<X> 100 </X>
|
|
|
|
|
|
<Y> 700 </Y>
|
|
|
|
|
|
<Width> 500 </Width>
|
|
|
|
|
|
<Height> 75 </Height>
|
|
|
|
|
|
<State> Problem_Brewing_State[7] </State>
|
|
|
|
|
|
<Language>
|
|
|
|
|
|
<ID> 002311 </ID>
|
|
|
|
|
|
</Language>
|
|
|
|
|
|
</Text>
|
|
|
|
|
|
|
|
|
|
|
|
<Text>
|
|
|
|
|
|
<X> 100 </X>
|
|
|
|
|
|
<Y> 800 </Y>
|
|
|
|
|
|
<Width> 500 </Width>
|
|
|
|
|
|
<Height> 75 </Height>
|
|
|
|
|
|
<State> Problem_Brewing_State[8] </State>
|
|
|
|
|
|
<Language>
|
|
|
|
|
|
<ID> 002303 </ID>
|
|
|
|
|
|
</Language>
|
|
|
|
|
|
</Text>
|
|
|
|
|
|
</Row1>
|
|
|
|
|
|
|
|
|
|
|
|
; FromSmoothieProcess
|
|
|
|
|
|
<Row1>
|
|
|
|
|
|
<Width> 986 </Width>
|
|
|
|
|
|
<Height> "auto" </Height>
|
|
|
|
|
|
<State> FromSmoothieProcess </State>
|
|
|
|
|
|
|
2025-05-09 16:17:33 +07:00
|
|
|
|
;<Button>
|
|
|
|
|
|
;<X> 0 </X>
|
|
|
|
|
|
;<Y> 0 </Y>
|
|
|
|
|
|
;<State> Problem_Process_State[0] </State>
|
|
|
|
|
|
;<Filename> "ROOT/taobin_project/image/page_help_center/cb_uncheck_problem.png" </Filename>
|
|
|
|
|
|
;<FilenamePress> "ROOT/taobin_project/image/page_help_center/cb_checked_problem.png" </FilenamePress>
|
|
|
|
|
|
;<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
|
|
|
|
|
;<Volume> SoundVolume </Volume>
|
|
|
|
|
|
;<EventClick>
|
2025-04-30 10:48:55 +07:00
|
|
|
|
|
2025-05-09 16:17:33 +07:00
|
|
|
|
;Var Problem_Process_State[0] = "PressForever"
|
|
|
|
|
|
;Var Problem_Process_State[1] = "Enable"
|
2025-04-30 10:48:55 +07:00
|
|
|
|
|
2025-05-09 16:17:33 +07:00
|
|
|
|
;Var show_btn_next_help = "Enable"
|
|
|
|
|
|
|
|
|
|
|
|
;Var ChooseProblem = "Item not received"
|
2025-04-30 10:48:55 +07:00
|
|
|
|
|
2025-05-09 16:17:33 +07:00
|
|
|
|
;Refresh
|
|
|
|
|
|
;</EventClick>
|
|
|
|
|
|
;</Button>
|
2025-04-30 10:48:55 +07:00
|
|
|
|
|
|
|
|
|
|
<Button>
|
|
|
|
|
|
<X> 0 </X>
|
2025-05-09 16:17:33 +07:00
|
|
|
|
<Y> 0 </Y>
|
2025-04-30 10:48:55 +07:00
|
|
|
|
<State> Problem_Process_State[1] </State>
|
|
|
|
|
|
<Filename> "ROOT/taobin_project/image/page_help_center/cb_uncheck_problem.png" </Filename>
|
|
|
|
|
|
<FilenamePress> "ROOT/taobin_project/image/page_help_center/cb_checked_problem.png" </FilenamePress>
|
|
|
|
|
|
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
|
|
|
|
|
<Volume> SoundVolume </Volume>
|
|
|
|
|
|
<EventClick>
|
|
|
|
|
|
|
|
|
|
|
|
Var Problem_Process_State[0] = "Enable"
|
|
|
|
|
|
Var Problem_Process_State[1] = "PressForever"
|
|
|
|
|
|
|
|
|
|
|
|
Var show_btn_next_help = "Enable"
|
|
|
|
|
|
|
2025-05-09 16:17:33 +07:00
|
|
|
|
Var ChooseProblem = "Other"
|
|
|
|
|
|
|
2025-04-30 10:48:55 +07:00
|
|
|
|
Refresh
|
|
|
|
|
|
</EventClick>
|
|
|
|
|
|
</Button>
|
|
|
|
|
|
|
2025-05-09 16:17:33 +07:00
|
|
|
|
;<Text>
|
|
|
|
|
|
;<X> 100 </X>
|
|
|
|
|
|
;<Y> 0 </Y>
|
|
|
|
|
|
;<Width> 500 </Width>
|
|
|
|
|
|
;<Height> 75 </Height>
|
|
|
|
|
|
;<State> Problem_Process_State[0] </State>
|
|
|
|
|
|
;<Language>
|
|
|
|
|
|
;<ID> 002312 </ID>
|
|
|
|
|
|
;</Language>
|
|
|
|
|
|
;</Text>
|
2025-04-30 10:48:55 +07:00
|
|
|
|
|
|
|
|
|
|
<Text>
|
|
|
|
|
|
<X> 100 </X>
|
2025-05-09 16:17:33 +07:00
|
|
|
|
<Y> 0 </Y>
|
2025-04-30 10:48:55 +07:00
|
|
|
|
<Width> 500 </Width>
|
|
|
|
|
|
<Height> 75 </Height>
|
|
|
|
|
|
<State> Problem_Process_State[1] </State>
|
|
|
|
|
|
<Language>
|
|
|
|
|
|
<ID> 002303 </ID>
|
|
|
|
|
|
</Language>
|
|
|
|
|
|
</Text>
|
|
|
|
|
|
|
|
|
|
|
|
</Row1>
|
|
|
|
|
|
|
|
|
|
|
|
</ListView1>
|
|
|
|
|
|
</Block>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</FrameScroll>
|
|
|
|
|
|
|
|
|
|
|
|
; next
|
|
|
|
|
|
<Button>
|
|
|
|
|
|
<X> 225 </X>
|
|
|
|
|
|
<Y> 1685 </Y>
|
|
|
|
|
|
<State> show_btn_next_help </State>
|
|
|
|
|
|
<Filename> "ROOT/taobin_project/image/page_help_center/bn_next_help.png" </Filename>
|
|
|
|
|
|
<FilenamePress> "ROOT/taobin_project/image/page_help_center/bp_next_help.png" </FilenamePress>
|
|
|
|
|
|
<FilenameDisable> "ROOT/taobin_project/image/page_help_center/bp_next_help.png" </FilenameDisable>
|
|
|
|
|
|
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
|
|
|
|
|
<Volume> SoundVolume </Volume>
|
|
|
|
|
|
|
|
|
|
|
|
<EventClick>
|
|
|
|
|
|
|
|
|
|
|
|
Var OpenFromXML = "ROOT/taobin_project/inter/tha/xml/page_help_center.lxml"
|
|
|
|
|
|
|
|
|
|
|
|
OpenInst 3 "ROOT/taobin_project/xml/topview2.xml"
|
|
|
|
|
|
|
|
|
|
|
|
Open "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/page_help_center_sending.lxml"
|
|
|
|
|
|
|
|
|
|
|
|
;Open "ROOT/taobin_project/inter/tha/xml/page_smoothie_suggest_and_process.xml"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</EventClick>
|
|
|
|
|
|
</Button>
|
|
|
|
|
|
<Text>
|
|
|
|
|
|
<X> 300 </X>
|
|
|
|
|
|
<Y> 1715 </Y>
|
|
|
|
|
|
<State> show_btn_next_help </State>
|
|
|
|
|
|
<Width> 500 </Width>
|
|
|
|
|
|
<Height> 75 </Height>
|
|
|
|
|
|
<Language>
|
|
|
|
|
|
<X> 0 </X>
|
|
|
|
|
|
<Y> 0 </Y>
|
|
|
|
|
|
<ID> 002350 </ID>
|
|
|
|
|
|
</Language>
|
|
|
|
|
|
</Text>
|
|
|
|
|
|
|
|
|
|
|
|
<EventUnitTest1>
|
|
|
|
|
|
|
|
|
|
|
|
</EventUnitTest1>
|
|
|
|
|
|
|
|
|
|
|
|
</Popup>
|