[@say]
;--自定义对话框模式
    #if
    #act
    goto @ini
    #say
    ;--触发器名称 与 列表名称 需要保持一致
    <circleList:<$str(s$itemList)>:循环列表id,1,1,1:25,25:1,3,400,1:0/@循环列表id>\
    <text:勾选查看:50:450/@查看>

[@ini]
    #act
    mov s$itemList (<itemModel:3,7|3,3,3:-1,-1:100,100>)
    inc s$itemList (<itemIndex:1,7>
    inc s$itemList <img:beibao_daojukuang001:0:0:0:1:100:100>
    inc s$itemList <itemShow:11:0:0:0:7>
    inc s$itemList <img:ui_alpha0:0:0>
    inc s$itemList <img:ui_alpha0:0:0/@item>)
    inc s$itemList (<itemIndex:2,7>
    inc s$itemList <img:beibao_daojukuang001:0:0:0:1:100:100>
    inc s$itemList <itemShow:11:0:0:0:7>
    inc s$itemList <img:ui_alpha0:0:0>
    inc s$itemList <img:ui_alpha0:0:0/@item>)
    inc s$itemList (<itemIndex:3,7>
    inc s$itemList <img:beibao_daojukuang001:0:0:0:1:100:100>
    inc s$itemList <itemShow:11:0:0:0:7>
    inc s$itemList <img:ui_alpha0:0:0>
    inc s$itemList <img:ui_alpha0:0:0/@item>)
    inc s$itemList (<itemIndex:4,7>
    inc s$itemList <img:beibao_daojukuang001:0:0:0:1:100:100>
    inc s$itemList <itemShow:11:0:0:0:7>
    inc s$itemList <img:ui_alpha0:0:0>
    inc s$itemList <img:ui_alpha0:0:0/@item>)
    inc s$itemList (<itemIndex:5,7>
    inc s$itemList <img:beibao_daojukuang001:0:0:0:1:100:100>
    inc s$itemList <itemShow:11:0:0:0:7>
    inc s$itemList <img:ui_alpha0:0:0>
    inc s$itemList <img:ui_alpha0:0:0/@item>)
    inc s$itemList (<itemIndex:6,7>
    inc s$itemList <img:beibao_daojukuang001:0:0:0:1:100:100>
    inc s$itemList <itemShow:11:0:0:0:7>
    inc s$itemList <img:ui_alpha0:0:0>
    inc s$itemList <img:ui_alpha0:0:0/@item>)
    inc s$itemList (<itemIndex:7,7>
    inc s$itemList <img:beibao_daojukuang001:0:0:0:1:100:100>
    inc s$itemList <itemShow:11:0:0:0:7>
    inc s$itemList <img:ui_alpha0:0:0>
    inc s$itemList <img:ui_alpha0:0:0/@item>)
    inc s$itemList (<itemIndex:8,7>
    inc s$itemList <img:beibao_daojukuang001:0:0:0:1:100:100>
    inc s$itemList <itemShow:11:0:0:0:7>
    inc s$itemList <img:ui_alpha0:0:0>
    inc s$itemList <img:ui_alpha0:0:0/@item>)
    inc s$itemList (<itemIndex:9,3>
    inc s$itemList <img:beibao_daojukuang001:0:0:0:1:100:100>
    inc s$itemList <img:ui_alpha0:0:0>
    inc s$itemList <img:ui_alpha0:0:0>
    inc s$itemList <img:ui_alpha0:0:0>)

    tbl_create_player tb_pItem状态 关键字 状态值
    tbl_add tb_pItem状态 item1 0
    tbl_add tb_pItem状态 item2 0
    tbl_add tb_pItem状态 item3 0
    tbl_add tb_pItem状态 item4 0
    tbl_add tb_pItem状态 item5 0
    tbl_add tb_pItem状态 item6 0
    tbl_add tb_pItem状态 item7 0
    tbl_add tb_pItem状态 item8 0

    mov L$列表状态 [0,0,0,0,0,0,0,0,0]

[@刷新]
    #if
    #act
    mov n$item状态 <$tbl(tb_pItem状态,item<$str(n$idx)>,状态值)>
    
    #if
    equal n$item状态 0
    #act
    mov s$itemList (<itemIndex:<$str(n$idx)>>
    inc s$itemList <img:beibao_daojukuang001:0:0:0:1:100:100>
    inc s$itemList <itemShow:11:0:0:0:7>
    inc s$itemList <img:settings_mark:0:0>
    inc s$itemList <img:ui_alpha0:0:0/@item>)
    mov n$item状态 1
    mov L$列表状态[<$str(n$idx)>] 1
    mov <$tbl(tb_pItem状态,item<$str(n$idx)>,状态值)> 1
    print 选中格子_<$str(n$idx)>
    #elseAct
    mov s$itemList (<itemIndex:<$str(n$idx)>>
    inc s$itemList <img:beibao_daojukuang001:0:0:0:1:100:100>
    inc s$itemList <itemShow:11:0:0:0:7>
    inc s$itemList <img:ui_alpha0:0:0>
    inc s$itemList <img:ui_alpha0:0:0/@item>)
    mov n$item状态 0
    mov L$列表状态[<$str(n$idx)>] 0
    mov <$tbl(tb_pItem状态,item<$str(n$idx)>,状态值)> 0
    print 取消选中格子_<$str(n$idx)>
    
    #if
    #act
    tbl_save tb_pItem状态
    refreshItem 循环列表id <$str(n$idx)> s$itemList 0

[@item]
    #if
    #act
    mov n$idx <$hideParams1>
    goto @刷新

[@查看]
    #act
    print <$str(L$列表状态)>
    print_tbl tb_pItem状态