first commit
BIN
01_OFF.png
Normal file
|
After Width: | Height: | Size: 93 KiB |
BIN
02_OFF.png
Normal file
|
After Width: | Height: | Size: 92 KiB |
BIN
03_OFF.png
Normal file
|
After Width: | Height: | Size: 92 KiB |
BIN
04_OFF.png
Normal file
|
After Width: | Height: | Size: 93 KiB |
BIN
05_OFF.png
Normal file
|
After Width: | Height: | Size: 92 KiB |
BIN
06_OFF.png
Normal file
|
After Width: | Height: | Size: 92 KiB |
BIN
07_OFF.png
Normal file
|
After Width: | Height: | Size: 93 KiB |
BIN
08_OFF.png
Normal file
|
After Width: | Height: | Size: 92 KiB |
BIN
09_OFF.png
Normal file
|
After Width: | Height: | Size: 92 KiB |
BIN
10_OFF.png
Normal file
|
After Width: | Height: | Size: 93 KiB |
BIN
11_OFF.png
Normal file
|
After Width: | Height: | Size: 314 KiB |
BIN
12_OFF.png
Normal file
|
After Width: | Height: | Size: 314 KiB |
BIN
13_OFF.png
Normal file
|
After Width: | Height: | Size: 314 KiB |
BIN
14_OFF.png
Normal file
|
After Width: | Height: | Size: 314 KiB |
BIN
15_OFF.png
Normal file
|
After Width: | Height: | Size: 314 KiB |
BIN
16_OFF.png
Normal file
|
After Width: | Height: | Size: 313 KiB |
BIN
17_OFF.png
Normal file
|
After Width: | Height: | Size: 315 KiB |
BIN
18_OFF.png
Normal file
|
After Width: | Height: | Size: 313 KiB |
BIN
19_OFF.png
Normal file
|
After Width: | Height: | Size: 313 KiB |
BIN
2024-11-28_1136.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
2024-11-28_1142.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
20_OFF.png
Normal file
|
After Width: | Height: | Size: 312 KiB |
618
31_0x1F.lua
Normal file
@ -0,0 +1,618 @@
|
|||||||
|
uart_free_protocol = 1 -- 设置全局变量uart_free_protocol,使用自由串口协议
|
||||||
|
|
||||||
|
-- 开锁指令数组(按地址1-5和锁编号1-12顺序)
|
||||||
|
openlock = {
|
||||||
|
-- 0x01地址
|
||||||
|
[0] = {[0] = 0xA5,0xA5,0x00,0x01,0x00,0x04,0x00,0x01,0x01,0x05}, -- 01锁
|
||||||
|
[1] = {[0] = 0xA5,0xA5,0x00,0x01,0x00,0x04,0x00,0x01,0x02,0x06}, -- 02锁
|
||||||
|
[2] = {[0] = 0xA5,0xA5,0x00,0x01,0x00,0x04,0x00,0x01,0x03,0x07}, -- 03锁
|
||||||
|
[3] = {[0] = 0xA5,0xA5,0x00,0x01,0x00,0x04,0x00,0x01,0x04,0x00}, -- 04锁
|
||||||
|
[4] = {[0] = 0xA5,0xA5,0x00,0x01,0x00,0x04,0x00,0x01,0x05,0x01}, -- 05锁
|
||||||
|
[5] = {[0] = 0xA5,0xA5,0x00,0x01,0x00,0x04,0x00,0x01,0x06,0x02}, -- 06锁
|
||||||
|
[6] = {[0] = 0xA5,0xA5,0x00,0x01,0x00,0x04,0x00,0x01,0x07,0x03}, -- 07锁
|
||||||
|
[7] = {[0] = 0xA5,0xA5,0x00,0x01,0x00,0x04,0x00,0x01,0x08,0x0C}, -- 08锁
|
||||||
|
[8] = {[0] = 0xA5,0xA5,0x00,0x01,0x00,0x04,0x00,0x01,0x09,0x0D}, -- 09锁
|
||||||
|
[9] = {[0] = 0xA5,0xA5,0x00,0x01,0x00,0x04,0x00,0x01,0x0A,0x0E}, -- 10锁
|
||||||
|
[10] = {[0] = 0xA5,0xA5,0x00,0x01,0x00,0x04,0x00,0x01,0x0B,0x0F}, -- 11锁
|
||||||
|
[11] = {[0] = 0xA5,0xA5,0x00,0x01,0x00,0x04,0x00,0x01,0x0C,0x08}, -- 12锁
|
||||||
|
|
||||||
|
-- 0x02地址
|
||||||
|
[12] = {[0] = 0xA5,0xA5,0x00,0x02,0x00,0x04,0x00,0x01,0x01,0x06}, -- 13锁
|
||||||
|
[13] = {[0] = 0xA5,0xA5,0x00,0x02,0x00,0x04,0x00,0x01,0x02,0x05}, -- 14锁
|
||||||
|
[14] = {[0] = 0xA5,0xA5,0x00,0x02,0x00,0x04,0x00,0x01,0x03,0x04}, -- 15锁
|
||||||
|
[15] = {[0] = 0xA5,0xA5,0x00,0x02,0x00,0x04,0x00,0x01,0x04,0x03}, -- 16锁
|
||||||
|
[16] = {[0] = 0xA5,0xA5,0x00,0x02,0x00,0x04,0x00,0x01,0x05,0x02}, -- 17锁
|
||||||
|
[17] = {[0] = 0xA5,0xA5,0x00,0x02,0x00,0x04,0x00,0x01,0x06,0x01}, -- 18锁
|
||||||
|
[18] = {[0] = 0xA5,0xA5,0x00,0x02,0x00,0x04,0x00,0x01,0x07,0x00}, -- 19锁
|
||||||
|
[19] = {[0] = 0xA5,0xA5,0x00,0x02,0x00,0x04,0x00,0x01,0x08,0x0F}, -- 20锁
|
||||||
|
[20] = {[0] = 0xA5,0xA5,0x00,0x02,0x00,0x04,0x00,0x01,0x09,0x0E}, -- 21锁
|
||||||
|
[21] = {[0] = 0xA5,0xA5,0x00,0x02,0x00,0x04,0x00,0x01,0x0A,0x0D}, -- 22锁
|
||||||
|
[22] = {[0] = 0xA5,0xA5,0x00,0x02,0x00,0x04,0x00,0x01,0x0B,0x0C}, -- 23锁
|
||||||
|
[23] = {[0] = 0xA5,0xA5,0x00,0x02,0x00,0x04,0x00,0x01,0x0C,0x0B}, -- 24锁
|
||||||
|
|
||||||
|
-- 0x03地址
|
||||||
|
[24] = {[0] = 0xA5,0xA5,0x00,0x03,0x00,0x04,0x00,0x01,0x01,0x07}, -- 25锁
|
||||||
|
[25] = {[0] = 0xA5,0xA5,0x00,0x03,0x00,0x04,0x00,0x01,0x02,0x04}, -- 26锁
|
||||||
|
[26] = {[0] = 0xA5,0xA5,0x00,0x03,0x00,0x04,0x00,0x01,0x03,0x05}, -- 27锁
|
||||||
|
[27] = {[0] = 0xA5,0xA5,0x00,0x03,0x00,0x04,0x00,0x01,0x04,0x02}, -- 28锁
|
||||||
|
[28] = {[0] = 0xA5,0xA5,0x00,0x03,0x00,0x04,0x00,0x01,0x05,0x03}, -- 29锁
|
||||||
|
[29] = {[0] = 0xA5,0xA5,0x00,0x03,0x00,0x04,0x00,0x01,0x06,0x00}, -- 30锁
|
||||||
|
[30] = {[0] = 0xA5,0xA5,0x00,0x03,0x00,0x04,0x00,0x01,0x07,0x01}, -- 31锁
|
||||||
|
[31] = {[0] = 0xA5,0xA5,0x00,0x03,0x00,0x04,0x00,0x01,0x08,0x0E}, -- 32锁
|
||||||
|
[32] = {[0] = 0xA5,0xA5,0x00,0x03,0x00,0x04,0x00,0x01,0x09,0x0F}, -- 33锁
|
||||||
|
[33] = {[0] = 0xA5,0xA5,0x00,0x03,0x00,0x04,0x00,0x01,0x0A,0x0C}, -- 34锁
|
||||||
|
[34] = {[0] = 0xA5,0xA5,0x00,0x03,0x00,0x04,0x00,0x01,0x0B,0x0D}, -- 35锁
|
||||||
|
[35] = {[0] = 0xA5,0xA5,0x00,0x03,0x00,0x04,0x00,0x01,0x0C,0x0A}, -- 36锁
|
||||||
|
|
||||||
|
-- 0x04地址
|
||||||
|
[36] = {[0] = 0xA5,0xA5,0x00,0x04,0x00,0x04,0x00,0x01,0x01,0x00}, -- 37锁
|
||||||
|
[37] = {[0] = 0xA5,0xA5,0x00,0x04,0x00,0x04,0x00,0x01,0x02,0x03}, -- 38锁
|
||||||
|
[38] = {[0] = 0xA5,0xA5,0x00,0x04,0x00,0x04,0x00,0x01,0x03,0x02}, -- 39锁
|
||||||
|
[39] = {[0] = 0xA5,0xA5,0x00,0x04,0x00,0x04,0x00,0x01,0x04,0x05}, -- 40锁
|
||||||
|
[40] = {[0] = 0xA5,0xA5,0x00,0x04,0x00,0x04,0x00,0x01,0x05,0x04}, -- 41锁
|
||||||
|
[41] = {[0] = 0xA5,0xA5,0x00,0x04,0x00,0x04,0x00,0x01,0x06,0x07}, -- 42锁
|
||||||
|
[42] = {[0] = 0xA5,0xA5,0x00,0x04,0x00,0x04,0x00,0x01,0x07,0x06}, -- 43锁
|
||||||
|
[43] = {[0] = 0xA5,0xA5,0x00,0x04,0x00,0x04,0x00,0x01,0x08,0x09}, -- 44锁
|
||||||
|
[44] = {[0] = 0xA5,0xA5,0x00,0x04,0x00,0x04,0x00,0x01,0x09,0x08}, -- 45锁
|
||||||
|
[45] = {[0] = 0xA5,0xA5,0x00,0x04,0x00,0x04,0x00,0x01,0x0A,0x0B}, -- 46锁
|
||||||
|
[46] = {[0] = 0xA5,0xA5,0x00,0x04,0x00,0x04,0x00,0x01,0x0B,0x0A}, -- 47锁
|
||||||
|
[47] = {[0] = 0xA5,0xA5,0x00,0x04,0x00,0x04,0x00,0x01,0x0C,0x0D}, -- 48锁
|
||||||
|
|
||||||
|
-- 0x05地址
|
||||||
|
[48] = {[0] = 0xA5,0xA5,0x00,0x05,0x00,0x04,0x00,0x01,0x01,0x01}, -- 49锁
|
||||||
|
[49] = {[0] = 0xA5,0xA5,0x00,0x05,0x00,0x04,0x00,0x01,0x02,0x02}, -- 50锁
|
||||||
|
[50] = {[0] = 0xA5,0xA5,0x00,0x05,0x00,0x04,0x00,0x01,0x03,0x03}, -- 51锁
|
||||||
|
[51] = {[0] = 0xA5,0xA5,0x00,0x05,0x00,0x04,0x00,0x01,0x04,0x04}, -- 52锁
|
||||||
|
[52] = {[0] = 0xA5,0xA5,0x00,0x05,0x00,0x04,0x00,0x01,0x05,0x05}, -- 53锁
|
||||||
|
[53] = {[0] = 0xA5,0xA5,0x00,0x05,0x00,0x04,0x00,0x01,0x06,0x06}, -- 54锁
|
||||||
|
[54] = {[0] = 0xA5,0xA5,0x00,0x05,0x00,0x04,0x00,0x01,0x07,0x07}, -- 55锁
|
||||||
|
[55] = {[0] = 0xA5,0xA5,0x00,0x05,0x00,0x04,0x00,0x01,0x08,0x08}, -- 56锁
|
||||||
|
[56] = {[0] = 0xA5,0xA5,0x00,0x05,0x00,0x04,0x00,0x01,0x09,0x09}, -- 57锁
|
||||||
|
[57] = {[0] = 0xA5,0xA5,0x00,0x05,0x00,0x04,0x00,0x01,0x0A,0x0A}, -- 58锁
|
||||||
|
[58] = {[0] = 0xA5,0xA5,0x00,0x05,0x00,0x04,0x00,0x01,0x0B,0x0B}, -- 59锁
|
||||||
|
[59] = {[0] = 0xA5,0xA5,0x00,0x05,0x00,0x04,0x00,0x01,0x0C,0x0C} -- 60锁
|
||||||
|
}
|
||||||
|
|
||||||
|
-- 一键全开指令数组(按地址1-5顺序)
|
||||||
|
openAlllock = {
|
||||||
|
[0] = {[0] = 0xA5,0xA5,0x00,0x01,0x00,0x05,0x00,0x00,0x04}, -- 0x01地址
|
||||||
|
[1] = {[0] = 0xA5,0xA5,0x00,0x02,0x00,0x05,0x00,0x00,0x07}, -- 0x02地址
|
||||||
|
[2] = {[0] = 0xA5,0xA5,0x00,0x03,0x00,0x05,0x00,0x00,0x06}, -- 0x03地址
|
||||||
|
[3] = {[0] = 0xA5,0xA5,0x00,0x04,0x00,0x05,0x00,0x00,0x01}, -- 0x04地址
|
||||||
|
[4] = {[0] = 0xA5,0xA5,0x00,0x05,0x00,0x05,0x00,0x00,0x00} -- 0x05地址
|
||||||
|
}
|
||||||
|
|
||||||
|
-- 读取所有通道状态指令数组(按地址1-5顺序)
|
||||||
|
readLockState = {
|
||||||
|
[0] = {[0] = 0xA5,0xA5,0x00,0x01,0x00,0x0A,0x00,0x00,0x0B}, -- 0x01地址
|
||||||
|
[1] = {[0] = 0xA5,0xA5,0x00,0x02,0x00,0x0A,0x00,0x00,0x08}, -- 0x02地址
|
||||||
|
[2] = {[0] = 0xA5,0xA5,0x00,0x03,0x00,0x0A,0x00,0x00,0x09}, -- 0x03地址
|
||||||
|
[3] = {[0] = 0xA5,0xA5,0x00,0x04,0x00,0x0A,0x00,0x00,0x0E}, -- 0x04地址
|
||||||
|
[4] = {[0] = 0xA5,0xA5,0x00,0x05,0x00,0x0A,0x00,0x00,0x0F} -- 0x05地址
|
||||||
|
}
|
||||||
|
|
||||||
|
sendID = 0 -- 全局发送ID
|
||||||
|
sendFlag = 0 -- 全局发送状态,设置优先级 0-查询状态 1-发送开锁
|
||||||
|
|
||||||
|
-- 系统加载LUA脚本文件之后,立即调用此回调函数,通常用于执行初始化操作,仅执行一次。
|
||||||
|
-- on_timer(timer_id)函数是LUA定时器中断函数,timer_id值范围为0-31。
|
||||||
|
function on_init()
|
||||||
|
start_timer(1, 200, 0, 0)
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 接收查询所有通道状态指令,改变状态
|
||||||
|
function on_uart_recv_data(packet, bytelen)
|
||||||
|
|
||||||
|
-- 第3个字节packet[2]为锁控板地址,第9个字节packet[8 + i]为所有锁状态(一个锁控板有12把锁)
|
||||||
|
if packet[0] == 0xA5 and packet[1] == 0xA5 and packet[2] ~= 0x00 and packet[3] == 0x00 and packet[5] == 0x0A and packet[6] == 0x00 and packet[7] == 0x0C then
|
||||||
|
|
||||||
|
-- 采用遍历赋值,待验证
|
||||||
|
-- local screenId = 0
|
||||||
|
-- if packet[2] == 1 then
|
||||||
|
-- screenId = 0
|
||||||
|
-- elseif packet[2] == 2 then
|
||||||
|
-- screenId = 1
|
||||||
|
-- elseif packet[2] == 3 then
|
||||||
|
-- screenId = 2
|
||||||
|
-- elseif packet[2] == 4 then
|
||||||
|
-- screenId = 3
|
||||||
|
-- elseif packet[2] == 5 then
|
||||||
|
-- screenId = 4
|
||||||
|
-- end
|
||||||
|
|
||||||
|
-- for i = 0, 11 do
|
||||||
|
-- if packet[8 + i] == 0 then
|
||||||
|
-- set_value(screenId, i + 1, 1)
|
||||||
|
-- else
|
||||||
|
-- set_value(screenId, i + 1, 0)
|
||||||
|
-- end
|
||||||
|
-- end
|
||||||
|
|
||||||
|
if packet[2] == 1 then -- 0x01地址
|
||||||
|
if packet[8] == 0 then
|
||||||
|
set_value(0, 1, 1)
|
||||||
|
else
|
||||||
|
set_value(0, 1, 0)
|
||||||
|
end
|
||||||
|
if packet[9] == 0 then
|
||||||
|
set_value(0, 2, 1)
|
||||||
|
else
|
||||||
|
set_value(0, 2, 0)
|
||||||
|
end
|
||||||
|
if packet[10] == 0 then
|
||||||
|
set_value(0, 3, 1)
|
||||||
|
else
|
||||||
|
set_value(0, 3, 0)
|
||||||
|
end
|
||||||
|
if packet[11] == 0 then
|
||||||
|
set_value(0, 4, 1)
|
||||||
|
else
|
||||||
|
set_value(0, 4, 0)
|
||||||
|
end
|
||||||
|
if packet[12] == 0 then
|
||||||
|
set_value(0, 5, 1)
|
||||||
|
else
|
||||||
|
set_value(0, 5, 0)
|
||||||
|
end
|
||||||
|
if packet[13] == 0 then
|
||||||
|
set_value(0, 6, 1)
|
||||||
|
else
|
||||||
|
set_value(0, 6, 0)
|
||||||
|
end
|
||||||
|
if packet[14] == 0 then
|
||||||
|
set_value(0, 7, 1)
|
||||||
|
else
|
||||||
|
set_value(0, 7, 0)
|
||||||
|
end
|
||||||
|
if packet[15] == 0 then
|
||||||
|
set_value(0, 8, 1)
|
||||||
|
else
|
||||||
|
set_value(0, 8, 0)
|
||||||
|
end
|
||||||
|
if packet[16] == 0 then
|
||||||
|
set_value(0, 9, 1)
|
||||||
|
else
|
||||||
|
set_value(0, 9, 0)
|
||||||
|
end
|
||||||
|
if packet[17] == 0 then
|
||||||
|
set_value(0, 10, 1)
|
||||||
|
else
|
||||||
|
set_value(0, 10, 0)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
if packet[2] == 2 then -- 0x02地址
|
||||||
|
if packet[8] == 0 then
|
||||||
|
set_value(1, 1, 1)
|
||||||
|
else
|
||||||
|
set_value(1, 1, 0)
|
||||||
|
end
|
||||||
|
if packet[9] == 0 then
|
||||||
|
set_value(1, 2, 1)
|
||||||
|
else
|
||||||
|
set_value(1, 2, 0)
|
||||||
|
end
|
||||||
|
if packet[10] == 0 then
|
||||||
|
set_value(1, 3, 1)
|
||||||
|
else
|
||||||
|
set_value(1, 3, 0)
|
||||||
|
end
|
||||||
|
if packet[11] == 0 then
|
||||||
|
set_value(1, 4, 1)
|
||||||
|
else
|
||||||
|
set_value(1, 4, 0)
|
||||||
|
end
|
||||||
|
if packet[12] == 0 then
|
||||||
|
set_value(1, 5, 1)
|
||||||
|
else
|
||||||
|
set_value(1, 5, 0)
|
||||||
|
end
|
||||||
|
if packet[13] == 0 then
|
||||||
|
set_value(1, 6, 1)
|
||||||
|
else
|
||||||
|
set_value(1, 6, 0)
|
||||||
|
end
|
||||||
|
if packet[14] == 0 then
|
||||||
|
set_value(1, 7, 1)
|
||||||
|
else
|
||||||
|
set_value(1, 7, 0)
|
||||||
|
end
|
||||||
|
if packet[15] == 0 then
|
||||||
|
set_value(1, 8, 1)
|
||||||
|
else
|
||||||
|
set_value(1, 8, 0)
|
||||||
|
end
|
||||||
|
if packet[16] == 0 then
|
||||||
|
set_value(1, 9, 1)
|
||||||
|
else
|
||||||
|
set_value(1, 9, 0)
|
||||||
|
end
|
||||||
|
if packet[17] == 0 then
|
||||||
|
set_value(1, 10, 1)
|
||||||
|
else
|
||||||
|
set_value(1, 10, 0)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
if packet[2] == 3 then -- 0x03地址
|
||||||
|
if packet[8] == 0 then
|
||||||
|
set_value(2, 1, 1)
|
||||||
|
else
|
||||||
|
set_value(2, 1, 0)
|
||||||
|
end
|
||||||
|
if packet[9] == 0 then
|
||||||
|
set_value(2, 2, 1)
|
||||||
|
else
|
||||||
|
set_value(2, 2, 0)
|
||||||
|
end
|
||||||
|
if packet[10] == 0 then
|
||||||
|
set_value(2, 3, 1)
|
||||||
|
else
|
||||||
|
set_value(2, 3, 0)
|
||||||
|
end
|
||||||
|
if packet[11] == 0 then
|
||||||
|
set_value(2, 4, 1)
|
||||||
|
else
|
||||||
|
set_value(2, 4, 0)
|
||||||
|
end
|
||||||
|
if packet[12] == 0 then
|
||||||
|
set_value(2, 5, 1)
|
||||||
|
else
|
||||||
|
set_value(2, 5, 0)
|
||||||
|
end
|
||||||
|
if packet[13] == 0 then
|
||||||
|
set_value(2, 6, 1)
|
||||||
|
else
|
||||||
|
set_value(2, 6, 0)
|
||||||
|
end
|
||||||
|
if packet[14] == 0 then
|
||||||
|
set_value(2, 7, 1)
|
||||||
|
else
|
||||||
|
set_value(2, 7, 0)
|
||||||
|
end
|
||||||
|
if packet[15] == 0 then
|
||||||
|
set_value(2, 8, 1)
|
||||||
|
else
|
||||||
|
set_value(2, 8, 0)
|
||||||
|
end
|
||||||
|
if packet[16] == 0 then
|
||||||
|
set_value(2, 9, 1)
|
||||||
|
else
|
||||||
|
set_value(2, 9, 0)
|
||||||
|
end
|
||||||
|
if packet[17] == 0 then
|
||||||
|
set_value(2, 10, 1)
|
||||||
|
else
|
||||||
|
set_value(2, 10, 0)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
if packet[2] == 4 then -- 0x04地址
|
||||||
|
if packet[8] == 0 then
|
||||||
|
set_value(3, 1, 1)
|
||||||
|
else
|
||||||
|
set_value(3, 1, 0)
|
||||||
|
end
|
||||||
|
if packet[9] == 0 then
|
||||||
|
set_value(3, 2, 1)
|
||||||
|
else
|
||||||
|
set_value(3, 2, 0)
|
||||||
|
end
|
||||||
|
if packet[10] == 0 then
|
||||||
|
set_value(3, 3, 1)
|
||||||
|
else
|
||||||
|
set_value(3, 3, 0)
|
||||||
|
end
|
||||||
|
if packet[11] == 0 then
|
||||||
|
set_value(3, 4, 1)
|
||||||
|
else
|
||||||
|
set_value(3, 4, 0)
|
||||||
|
end
|
||||||
|
if packet[12] == 0 then
|
||||||
|
set_value(3, 5, 1)
|
||||||
|
else
|
||||||
|
set_value(3, 5, 0)
|
||||||
|
end
|
||||||
|
if packet[13] == 0 then
|
||||||
|
set_value(3, 6, 1)
|
||||||
|
else
|
||||||
|
set_value(3, 6, 0)
|
||||||
|
end
|
||||||
|
if packet[14] == 0 then
|
||||||
|
set_value(3, 7, 1)
|
||||||
|
else
|
||||||
|
set_value(3, 7, 0)
|
||||||
|
end
|
||||||
|
if packet[15] == 0 then
|
||||||
|
set_value(3, 8, 1)
|
||||||
|
else
|
||||||
|
set_value(3, 8, 0)
|
||||||
|
end
|
||||||
|
if packet[16] == 0 then
|
||||||
|
set_value(3, 9, 1)
|
||||||
|
else
|
||||||
|
set_value(3, 9, 0)
|
||||||
|
end
|
||||||
|
if packet[17] == 0 then
|
||||||
|
set_value(3, 10, 1)
|
||||||
|
else
|
||||||
|
set_value(3, 10, 0)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
if packet[2] == 5 then -- 0x05地址
|
||||||
|
if packet[8] == 0 then
|
||||||
|
set_value(4, 1, 1)
|
||||||
|
else
|
||||||
|
set_value(4, 1, 0)
|
||||||
|
end
|
||||||
|
if packet[9] == 0 then
|
||||||
|
set_value(4, 2, 1)
|
||||||
|
else
|
||||||
|
set_value(4, 2, 0)
|
||||||
|
end
|
||||||
|
if packet[10] == 0 then
|
||||||
|
set_value(4, 3, 1)
|
||||||
|
else
|
||||||
|
set_value(4, 3, 0)
|
||||||
|
end
|
||||||
|
if packet[11] == 0 then
|
||||||
|
set_value(4, 4, 1)
|
||||||
|
else
|
||||||
|
set_value(4, 4, 0)
|
||||||
|
end
|
||||||
|
if packet[12] == 0 then
|
||||||
|
set_value(4, 5, 1)
|
||||||
|
else
|
||||||
|
set_value(4, 5, 0)
|
||||||
|
end
|
||||||
|
if packet[13] == 0 then
|
||||||
|
set_value(4, 6, 1)
|
||||||
|
else
|
||||||
|
set_value(4, 6, 0)
|
||||||
|
end
|
||||||
|
if packet[14] == 0 then
|
||||||
|
set_value(4, 7, 1)
|
||||||
|
else
|
||||||
|
set_value(4, 7, 0)
|
||||||
|
end
|
||||||
|
if packet[15] == 0 then
|
||||||
|
set_value(4, 8, 1)
|
||||||
|
else
|
||||||
|
set_value(4, 8, 0)
|
||||||
|
end
|
||||||
|
if packet[16] == 0 then
|
||||||
|
set_value(4, 9, 1)
|
||||||
|
else
|
||||||
|
set_value(4, 9, 0)
|
||||||
|
end
|
||||||
|
if packet[17] == 0 then
|
||||||
|
set_value(4, 10, 1)
|
||||||
|
else
|
||||||
|
set_value(4, 10, 0)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
end
|
||||||
|
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 用户触摸修改控件后,执行此回调函数.点击按钮控件,修改文本控件、修改滑动条、滑动选择都会触发此事件。
|
||||||
|
-- screen 画面ID
|
||||||
|
-- control 控件ID
|
||||||
|
-- value 控件值
|
||||||
|
function on_control_notify(screen, control, value)
|
||||||
|
-- 按钮点击事件开锁,后期考虑采用一定的规律定制计算公式,如sendID = (screen * 12) + (control - 11)
|
||||||
|
if screen == 0 and control == 11 and value == 1 then -- 画面0, 0x01地址
|
||||||
|
sendID = 0
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 0 and control == 12 and value == 1 then
|
||||||
|
sendID = 1
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 0 and control == 13 and value == 1 then
|
||||||
|
sendID = 2
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 0 and control == 14 and value == 1 then
|
||||||
|
sendID = 3
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 0 and control == 15 and value == 1 then
|
||||||
|
sendID = 4
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 0 and control == 16 and value == 1 then
|
||||||
|
sendID = 5
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 0 and control == 17 and value == 1 then
|
||||||
|
sendID = 6
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 0 and control == 18 and value == 1 then
|
||||||
|
sendID = 7
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 0 and control == 19 and value == 1 then
|
||||||
|
sendID = 8
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 0 and control == 20 and value == 1 then
|
||||||
|
sendID = 9
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 1 and control == 11 and value == 1 then -- 画面1,0x02地址
|
||||||
|
sendID = 12
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 1 and control == 12 and value == 1 then
|
||||||
|
sendID = 13
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 1 and control == 13 and value == 1 then
|
||||||
|
sendID = 14
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 1 and control == 14 and value == 1 then
|
||||||
|
sendID = 15
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 1 and control == 15 and value == 1 then
|
||||||
|
sendID = 16
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 1 and control == 16 and value == 1 then
|
||||||
|
sendID = 17
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 1 and control == 17 and value == 1 then
|
||||||
|
sendID = 18
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 1 and control == 18 and value == 1 then
|
||||||
|
sendID = 19
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 1 and control == 19 and value == 1 then
|
||||||
|
sendID = 20
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 1 and control == 20 and value == 1 then
|
||||||
|
sendID = 21
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 2 and control == 11 and value == 1 then -- 画面2,0x03地址
|
||||||
|
sendID = 24
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 2 and control == 12 and value == 1 then
|
||||||
|
sendID = 25
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 2 and control == 13 and value == 1 then
|
||||||
|
sendID = 26
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 2 and control == 14 and value == 1 then
|
||||||
|
sendID = 27
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 2 and control == 15 and value == 1 then
|
||||||
|
sendID = 28
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 2 and control == 16 and value == 1 then
|
||||||
|
sendID = 29
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 2 and control == 17 and value == 1 then
|
||||||
|
sendID = 30
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 2 and control == 18 and value == 1 then
|
||||||
|
sendID = 31
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 2 and control == 19 and value == 1 then
|
||||||
|
sendID = 32
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 2 and control == 20 and value == 1 then
|
||||||
|
sendID = 33
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 3 and control == 11 and value == 1 then -- 画面3,0x04地址
|
||||||
|
sendID = 36
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 3 and control == 12 and value == 1 then
|
||||||
|
sendID = 37
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 3 and control == 13 and value == 1 then
|
||||||
|
sendID = 38
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 3 and control == 14 and value == 1 then
|
||||||
|
sendID = 39
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 3 and control == 15 and value == 1 then
|
||||||
|
sendID = 40
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 3 and control == 16 and value == 1 then
|
||||||
|
sendID = 41
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 3 and control == 17 and value == 1 then
|
||||||
|
sendID = 42
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 3 and control == 18 and value == 1 then
|
||||||
|
sendID = 43
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 3 and control == 19 and value == 1 then
|
||||||
|
sendID = 44
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 3 and control == 20 and value == 1 then
|
||||||
|
sendID = 45
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 4 and control == 11 and value == 1 then -- 画面4,0x05地址
|
||||||
|
sendID = 48
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 4 and control == 12 and value == 1 then
|
||||||
|
sendID = 49
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 4 and control == 13 and value == 1 then
|
||||||
|
sendID = 50
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 4 and control == 14 and value == 1 then
|
||||||
|
sendID = 51
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 4 and control == 15 and value == 1 then
|
||||||
|
sendID = 52
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 4 and control == 16 and value == 1 then
|
||||||
|
sendID = 53
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 4 and control == 17 and value == 1 then
|
||||||
|
sendID = 54
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 4 and control == 18 and value == 1 then
|
||||||
|
sendID = 55
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 4 and control == 19 and value == 1 then
|
||||||
|
sendID = 56
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 4 and control == 20 and value == 1 then
|
||||||
|
sendID = 57
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 0 and control == 100 and value == 1 then -- 一键全开,控件ID统一为100
|
||||||
|
sendID = 100
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 1 and control == 100 and value == 1 then
|
||||||
|
sendID = 200
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 2 and control == 100 and value == 1 then
|
||||||
|
sendID = 300
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 3 and control == 100 and value == 1 then
|
||||||
|
sendID = 400
|
||||||
|
sendFlag = 1
|
||||||
|
elseif screen == 4 and control == 100 and value == 1 then
|
||||||
|
sendID = 500
|
||||||
|
sendFlag = 1
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 系统每隔1秒钟会自动调用此回调函数。
|
||||||
|
function on_systick()
|
||||||
|
|
||||||
|
end
|
||||||
|
|
||||||
|
-- 当画面切换时,执行此回调函数,screen为切换后的画面ID。
|
||||||
|
function on_screen_change(screen)
|
||||||
|
|
||||||
|
end
|
||||||
|
|
||||||
|
-- LUA定时器中断函数,timer_id值范围为0-31。
|
||||||
|
-- 单独使用该函数不生效,该函数触发回调需要配合 start_timer(timer_id, timeout, countdown, repeatNum) ,来开启定时器,定时器溢出超时了,才会触发on_timer(timer_id)。
|
||||||
|
function on_timer(timer_id)
|
||||||
|
|
||||||
|
if sendFlag == 1 then
|
||||||
|
sendFlag = 0 -- 发送开锁的优先级更高
|
||||||
|
if sendID == 100 then
|
||||||
|
uart_send_data(openAlllock[0]) -- 0x01地址全开
|
||||||
|
elseif sendID == 200 then
|
||||||
|
uart_send_data(openAlllock[1]) -- 0x02地址全开
|
||||||
|
elseif sendID == 300 then
|
||||||
|
uart_send_data(openAlllock[2]) -- 0x03地址全开
|
||||||
|
elseif sendID == 400 then
|
||||||
|
uart_send_data(openAlllock[3]) -- 0x04地址全开
|
||||||
|
elseif sendID == 500 then
|
||||||
|
uart_send_data(openAlllock[4]) -- 0x05地址全开
|
||||||
|
else
|
||||||
|
uart_send_data(openlock[sendID]) -- 根据sendId获取对应的openlock数组开锁指令发送
|
||||||
|
end
|
||||||
|
else -- 读取锁控板所有通道状态, 根据当前画面ID获取对应的查询所有锁状态的指令发送
|
||||||
|
local currentScreenId = get_current_screen()
|
||||||
|
if currentScreenId == 0 then
|
||||||
|
uart_send_data(readLockState[0])
|
||||||
|
elseif currentScreenId == 1 then
|
||||||
|
uart_send_data(readLockState[1])
|
||||||
|
elseif currentScreenId == 2 then
|
||||||
|
uart_send_data(readLockState[2])
|
||||||
|
elseif currentScreenId == 3 then
|
||||||
|
uart_send_data(readLockState[3])
|
||||||
|
else
|
||||||
|
uart_send_data(readLockState[4])
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
end
|
||||||
12
Button-Project.cfprj
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<CF-Design Name="Button-Project" ScreenWidth="1024" ScreenHeight="600" DeviceType="5" StratScreen="0" ScreenRotate="0" LockSetting="1" Baud="7" TouchScreen="1" CRC="0" SliderSwitchPic="0" SlidingRange="0" SliderStartPicID="65535" SliderEndPicID ="65535" Bee="2" AutoBackLight="0" StanByTime="10" ActivateBrightness="52" StandbyBrightness="20" BackLightInform="0" m_nBackLight="52" TouchInform="0" SwitchScreenInform="0" ButtonEventInform="2" CmdProtocolType="0" ModbusSlaveAddr="1" UserDefinedShortKeyEn="0" UserDefinedShortKeyPhoID="65535" UserDefinedBigKeyEn="0" UserDefinedBigKeyPhoID="65535" netMode="0" SSIDName="SHT" PWD="Sht83185587" NetService="0" ServiceIP="192.168.1.62" Port="5050" NetCmd="1" PollingDelay="10" ResponseTimeOut="100" ConiueReading="64" ReadMethod="1" OptimizeReading="0" SaveSetting="0" >
|
||||||
|
<Pages>
|
||||||
|
<Page RelativePath="Pic0.tft" PageNumber="0"/>
|
||||||
|
<Page RelativePath="Pic1.tft" PageNumber="1"/>
|
||||||
|
<Page RelativePath="Pic2.tft" PageNumber="2"/>
|
||||||
|
<Page RelativePath="Pic3.tft" PageNumber="3"/>
|
||||||
|
<Page RelativePath="Pic4.tft" PageNumber="4"/>
|
||||||
|
</Pages>
|
||||||
|
<Images/>
|
||||||
|
<Waves/>
|
||||||
|
</CF-Design>
|
||||||
BIN
OFF/01_OFF.png
Normal file
|
After Width: | Height: | Size: 312 KiB |
BIN
OFF/02_OFF.png
Normal file
|
After Width: | Height: | Size: 312 KiB |
BIN
OFF/03_OFF.png
Normal file
|
After Width: | Height: | Size: 311 KiB |
BIN
OFF/04_OFF.png
Normal file
|
After Width: | Height: | Size: 312 KiB |
BIN
OFF/05_OFF.png
Normal file
|
After Width: | Height: | Size: 311 KiB |
BIN
OFF/06_OFF.png
Normal file
|
After Width: | Height: | Size: 311 KiB |
BIN
OFF/07_OFF.png
Normal file
|
After Width: | Height: | Size: 313 KiB |
BIN
OFF/08_OFF.png
Normal file
|
After Width: | Height: | Size: 311 KiB |
BIN
OFF/09_OFF.png
Normal file
|
After Width: | Height: | Size: 311 KiB |
BIN
OFF/10_OFF.png
Normal file
|
After Width: | Height: | Size: 313 KiB |
BIN
OFF/11_OFF.png
Normal file
|
After Width: | Height: | Size: 314 KiB |
BIN
OFF/12_OFF.png
Normal file
|
After Width: | Height: | Size: 314 KiB |
BIN
OFF/13_OFF.png
Normal file
|
After Width: | Height: | Size: 314 KiB |
BIN
OFF/14_OFF.png
Normal file
|
After Width: | Height: | Size: 314 KiB |
BIN
OFF/15_OFF.png
Normal file
|
After Width: | Height: | Size: 314 KiB |
BIN
OFF/16_OFF.png
Normal file
|
After Width: | Height: | Size: 313 KiB |
BIN
OFF/17_OFF.png
Normal file
|
After Width: | Height: | Size: 315 KiB |
BIN
OFF/18_OFF.png
Normal file
|
After Width: | Height: | Size: 313 KiB |
BIN
OFF/19_OFF.png
Normal file
|
After Width: | Height: | Size: 313 KiB |
BIN
OFF/20_OFF.png
Normal file
|
After Width: | Height: | Size: 312 KiB |
28
Pic0.tft
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
<DrawPage name="Pic0.tft" bk_transparent="0" bk_color="9;0;63" bk_image="" is_bk_image_free_size="0" bk_image_xOffset="50" bk_image_yOffset="50" bk_image_width="800" bk_image_height="600">
|
||||||
|
<item name="按钮控件" id="1" type="button" xOffset="120" yOffset="200" width="150" height="150" touch_rect="0" event_message="0" up_image="0" is_up="1" x_up="130" y_up="130" down_image="0" is_down="1" x_down="130" y_down="130" use="1" inti_status="1" handle_style="1" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="1" char="13" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="01_off.png" UpImg="01_on.png" IsOutPic="1" />
|
||||||
|
<item name="按钮控件" id="2" type="button" xOffset="300" yOffset="200" width="150" height="150" touch_rect="0" event_message="0" up_image="0" is_up="1" x_up="290" y_up="130" down_image="0" is_down="1" x_down="230" y_down="130" use="1" inti_status="1" handle_style="1" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="02_off.png" UpImg="02_on.png" IsOutPic="1" />
|
||||||
|
<item name="按钮控件" id="3" type="button" xOffset="480" yOffset="200" width="150" height="150" touch_rect="0" event_message="0" up_image="0" is_up="1" x_up="425" y_up="138" down_image="0" is_down="1" x_down="380" y_down="138" use="1" inti_status="1" handle_style="1" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="03_off.png" UpImg="03_on.png" IsOutPic="1" />
|
||||||
|
<item name="按钮控件" id="4" type="button" xOffset="660" yOffset="200" width="150" height="150" touch_rect="0" event_message="0" up_image="0" is_up="1" x_up="599" y_up="132" down_image="0" is_down="1" x_down="530" y_down="132" use="1" inti_status="1" handle_style="1" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="04_off.png" UpImg="04_on.png" IsOutPic="1" />
|
||||||
|
<item name="按钮控件" id="5" type="button" xOffset="840" yOffset="200" width="150" height="150" touch_rect="0" event_message="0" up_image="0" is_up="1" x_up="128" y_up="282" down_image="0" is_down="1" x_down="680" y_down="282" use="1" inti_status="1" handle_style="1" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="05_off.png" UpImg="05_on.png" IsOutPic="1" />
|
||||||
|
<item name="按钮控件" id="6" type="button" xOffset="120" yOffset="370" width="150" height="150" touch_rect="0" event_message="0" up_image="0" is_up="1" x_up="272" y_up="278" down_image="0" is_down="1" x_down="80" y_down="278" use="1" inti_status="1" handle_style="1" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="06_off.png" UpImg="06_on.png" IsOutPic="1" />
|
||||||
|
<item name="按钮控件" id="7" type="button" xOffset="300" yOffset="370" width="150" height="150" touch_rect="0" event_message="0" up_image="0" is_up="1" x_up="456" y_up="278" down_image="0" is_down="1" x_down="230" y_down="278" use="1" inti_status="1" handle_style="1" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="07_off.png" UpImg="07_on.png" IsOutPic="1" />
|
||||||
|
<item name="按钮控件" id="8" type="button" xOffset="480" yOffset="370" width="150" height="150" touch_rect="0" event_message="0" up_image="0" is_up="1" x_up="601" y_up="277" down_image="0" is_down="1" x_down="380" y_down="277" use="1" inti_status="1" handle_style="1" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="08_off.png" UpImg="08_on.png" IsOutPic="1" />
|
||||||
|
<item name="按钮控件" id="9" type="button" xOffset="660" yOffset="370" width="150" height="150" touch_rect="0" event_message="0" up_image="0" is_up="1" x_up="522" y_up="296" down_image="0" is_down="1" x_down="530" y_down="296" use="1" inti_status="1" handle_style="1" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="09_off.png" UpImg="09_on.png" IsOutPic="1" />
|
||||||
|
<item name="按钮控件" id="10" type="button" xOffset="840" yOffset="370" width="150" height="150" touch_rect="0" event_message="0" up_image="0" is_up="1" x_up="685" y_up="296" down_image="0" is_down="1" x_down="680" y_down="296" use="1" inti_status="1" handle_style="1" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="10_off.png" UpImg="10_on.png" IsOutPic="1" />
|
||||||
|
<item name="按钮控件" id="11" type="button" xOffset="120" yOffset="200" width="150" height="150" touch_rect="1" event_message="0" up_image="65535" is_up="1" x_up="80" y_up="130" down_image="65535" is_down="1" x_down="80" y_down="130" use="1" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="按钮控件" id="12" type="button" xOffset="300" yOffset="200" width="150" height="150" touch_rect="1" event_message="0" up_image="65535" is_up="1" x_up="234" y_up="129" down_image="65535" is_down="1" x_down="234" y_down="129" use="1" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="按钮控件" id="13" type="button" xOffset="480" yOffset="200" width="150" height="150" touch_rect="1" event_message="0" up_image="65535" is_up="1" x_up="380" y_up="130" down_image="65535" is_down="1" x_down="380" y_down="130" use="1" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="按钮控件" id="14" type="button" xOffset="660" yOffset="200" width="150" height="150" touch_rect="1" event_message="0" up_image="65535" is_up="1" x_up="530" y_up="130" down_image="65535" is_down="1" x_down="530" y_down="130" use="1" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="按钮控件" id="15" type="button" xOffset="840" yOffset="200" width="150" height="150" touch_rect="1" event_message="0" up_image="65535" is_up="1" x_up="245" y_up="145" down_image="65535" is_down="1" x_down="245" y_down="145" use="1" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="按钮控件" id="16" type="button" xOffset="120" yOffset="370" width="150" height="150" touch_rect="1" event_message="0" up_image="65535" is_up="1" x_up="234" y_up="129" down_image="65535" is_down="1" x_down="234" y_down="129" use="1" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="按钮控件" id="17" type="button" xOffset="300" yOffset="370" width="150" height="150" touch_rect="1" event_message="0" up_image="65535" is_up="1" x_up="235" y_up="288" down_image="65535" is_down="1" x_down="235" y_down="288" use="1" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="按钮控件" id="18" type="button" xOffset="480" yOffset="370" width="150" height="150" touch_rect="1" event_message="0" up_image="65535" is_up="1" x_up="381" y_up="291" down_image="65535" is_down="1" x_down="381" y_down="291" use="1" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="按钮控件" id="19" type="button" xOffset="660" yOffset="370" width="150" height="150" touch_rect="1" event_message="0" up_image="65535" is_up="1" x_up="530" y_up="290" down_image="65535" is_down="1" x_down="530" y_down="290" use="1" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="按钮控件" id="20" type="button" xOffset="840" yOffset="370" width="150" height="150" touch_rect="1" event_message="0" up_image="65535" is_up="1" x_up="680" y_up="290" down_image="65535" is_down="1" x_down="680" y_down="290" use="1" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="标签" id="150" type="label" xOffset="450" yOffset="110" width="200" height="60" Language_num="1" m_u8TextHoriAlign="1" m_strInitText[0]="格口信息1" m_strInitText[1]="" m_strInitText[2]="" m_strInitText[3]="" m_strInitText[4]="" m_strInitText[5]="" m_strInitText[6]="" m_strInitText[7]="" m_strInitText[8]="" m_strInitText[9]="" m_bUserDefFontEN="0" m_u8AsciiFontID_basic="0" m_u8GBKFontID_basic="0" m_u8GB2312FontID_basic="0" m_u8AsciiFontID_custom="0" m_u8GBKFontID_custom="0" m_u8GB2312FontID_custom="0" m_u8UNICODEFontID_custom="0" m_u8AsciiFontSize_basic="0" m_u8GBKFontSize_basic="0" m_u8GB2312FontSize_basic="1" m_u8AsciiFontSize_custom="0" m_u8GBKFontSize_custom="0" m_u8GB2312FontSize_custom="12" m_u8UNICODEFontSize_custom="0" m_u8FontType="2" b_displayBkGround="0" m_u32TextForeColor="16777215" m_u32TextBackColor="65535" address="ffff" />
|
||||||
|
<item name="标签" id="21" type="label" xOffset="310" yOffset="570" width="130" height="45" Language_num="1" m_u8TextHoriAlign="1" m_strInitText[0]="上一页" m_strInitText[1]="" m_strInitText[2]="" m_strInitText[3]="" m_strInitText[4]="" m_strInitText[5]="" m_strInitText[6]="" m_strInitText[7]="" m_strInitText[8]="" m_strInitText[9]="" m_bUserDefFontEN="0" m_u8AsciiFontID_basic="0" m_u8GBKFontID_basic="0" m_u8GB2312FontID_basic="0" m_u8AsciiFontID_custom="0" m_u8GBKFontID_custom="0" m_u8GB2312FontID_custom="0" m_u8UNICODEFontID_custom="0" m_u8AsciiFontSize_basic="0" m_u8GBKFontSize_basic="0" m_u8GB2312FontSize_basic="0" m_u8AsciiFontSize_custom="0" m_u8GBKFontSize_custom="0" m_u8GB2312FontSize_custom="0" m_u8UNICODEFontSize_custom="0" m_u8FontType="2" b_displayBkGround="1" m_u32TextForeColor="16777215" m_u32TextBackColor="6304313" address="ffff" />
|
||||||
|
<item name="标签" id="22" type="label" xOffset="490" yOffset="570" width="130" height="45" Language_num="1" m_u8TextHoriAlign="1" m_strInitText[0]="下一页" m_strInitText[1]="" m_strInitText[2]="" m_strInitText[3]="" m_strInitText[4]="" m_strInitText[5]="" m_strInitText[6]="" m_strInitText[7]="" m_strInitText[8]="" m_strInitText[9]="" m_bUserDefFontEN="0" m_u8AsciiFontID_basic="0" m_u8GBKFontID_basic="0" m_u8GB2312FontID_basic="0" m_u8AsciiFontID_custom="0" m_u8GBKFontID_custom="0" m_u8GB2312FontID_custom="0" m_u8UNICODEFontID_custom="0" m_u8AsciiFontSize_basic="0" m_u8GBKFontSize_basic="0" m_u8GB2312FontSize_basic="0" m_u8AsciiFontSize_custom="0" m_u8GBKFontSize_custom="0" m_u8GB2312FontSize_custom="0" m_u8UNICODEFontSize_custom="0" m_u8FontType="2" b_displayBkGround="1" m_u32TextForeColor="16777215" m_u32TextBackColor="6304313" address="ffff" />
|
||||||
|
<item name="标签" id="23" type="label" xOffset="670" yOffset="570" width="130" height="45" Language_num="1" m_u8TextHoriAlign="1" m_strInitText[0]="一键全开" m_strInitText[1]="" m_strInitText[2]="" m_strInitText[3]="" m_strInitText[4]="" m_strInitText[5]="" m_strInitText[6]="" m_strInitText[7]="" m_strInitText[8]="" m_strInitText[9]="" m_bUserDefFontEN="0" m_u8AsciiFontID_basic="0" m_u8GBKFontID_basic="0" m_u8GB2312FontID_basic="0" m_u8AsciiFontID_custom="0" m_u8GBKFontID_custom="0" m_u8GB2312FontID_custom="0" m_u8UNICODEFontID_custom="0" m_u8AsciiFontSize_basic="0" m_u8GBKFontSize_basic="0" m_u8GB2312FontSize_basic="0" m_u8AsciiFontSize_custom="0" m_u8GBKFontSize_custom="0" m_u8GB2312FontSize_custom="0" m_u8UNICODEFontSize_custom="0" m_u8FontType="2" b_displayBkGround="1" m_u32TextForeColor="16777215" m_u32TextBackColor="10338304" address="ffff" />
|
||||||
|
<item name="按钮控件" id="24" type="button" xOffset="490" yOffset="570" width="135" height="50" touch_rect="0" event_message="0" up_image="65535" is_up="1" x_up="490" y_up="570" down_image="65535" is_down="1" x_down="490" y_down="570" use="0" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="1" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="按钮控件" id="100" type="button" xOffset="669" yOffset="570" width="135" height="50" touch_rect="0" event_message="0" up_image="65535" is_up="1" x_up="669" y_up="570" down_image="65535" is_down="1" x_down="669" y_down="570" use="1" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="1" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
</DrawPage>
|
||||||
29
Pic1.tft
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
<DrawPage name="Pic1.tft" bk_transparent="0" bk_color="9;0;63" bk_image="" is_bk_image_free_size="0" bk_image_xOffset="50" bk_image_yOffset="50" bk_image_width="800" bk_image_height="480">
|
||||||
|
<item name="按钮控件" id="1" type="button" xOffset="120" yOffset="200" width="150" height="150" touch_rect="0" event_message="0" up_image="0" is_up="1" x_up="130" y_up="130" down_image="0" is_down="1" x_down="130" y_down="130" use="1" inti_status="1" handle_style="1" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="1" char="13" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="01_off.png" UpImg="01_on.png" IsOutPic="1" />
|
||||||
|
<item name="按钮控件" id="2" type="button" xOffset="300" yOffset="200" width="150" height="150" touch_rect="0" event_message="0" up_image="0" is_up="1" x_up="290" y_up="130" down_image="0" is_down="1" x_down="290" y_down="130" use="1" inti_status="1" handle_style="1" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="02_off.png" UpImg="02_on.png" IsOutPic="1" />
|
||||||
|
<item name="按钮控件" id="3" type="button" xOffset="480" yOffset="200" width="150" height="150" touch_rect="0" event_message="0" up_image="0" is_up="1" x_up="425" y_up="138" down_image="0" is_down="1" x_down="425" y_down="138" use="1" inti_status="1" handle_style="1" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="03_off.png" UpImg="03_on.png" IsOutPic="1" />
|
||||||
|
<item name="按钮控件" id="4" type="button" xOffset="660" yOffset="200" width="150" height="150" touch_rect="0" event_message="0" up_image="0" is_up="1" x_up="599" y_up="132" down_image="0" is_down="1" x_down="599" y_down="132" use="1" inti_status="1" handle_style="1" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="04_off.png" UpImg="04_on.png" IsOutPic="1" />
|
||||||
|
<item name="按钮控件" id="5" type="button" xOffset="840" yOffset="200" width="150" height="150" touch_rect="0" event_message="0" up_image="0" is_up="1" x_up="128" y_up="282" down_image="0" is_down="1" x_down="128" y_down="282" use="1" inti_status="1" handle_style="1" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="05_off.png" UpImg="05_on.png" IsOutPic="1" />
|
||||||
|
<item name="按钮控件" id="6" type="button" xOffset="120" yOffset="370" width="150" height="150" touch_rect="0" event_message="0" up_image="0" is_up="1" x_up="272" y_up="278" down_image="0" is_down="1" x_down="272" y_down="278" use="1" inti_status="1" handle_style="1" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="06_off.png" UpImg="06_on.png" IsOutPic="1" />
|
||||||
|
<item name="按钮控件" id="7" type="button" xOffset="300" yOffset="370" width="150" height="150" touch_rect="0" event_message="0" up_image="0" is_up="1" x_up="456" y_up="278" down_image="0" is_down="1" x_down="456" y_down="278" use="1" inti_status="1" handle_style="1" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="07_off.png" UpImg="07_on.png" IsOutPic="1" />
|
||||||
|
<item name="按钮控件" id="8" type="button" xOffset="480" yOffset="370" width="150" height="150" touch_rect="0" event_message="0" up_image="0" is_up="1" x_up="601" y_up="277" down_image="0" is_down="1" x_down="601" y_down="277" use="1" inti_status="1" handle_style="1" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="08_off.png" UpImg="08_on.png" IsOutPic="1" />
|
||||||
|
<item name="按钮控件" id="9" type="button" xOffset="660" yOffset="370" width="150" height="150" touch_rect="0" event_message="0" up_image="0" is_up="1" x_up="522" y_up="296" down_image="0" is_down="1" x_down="522" y_down="296" use="1" inti_status="1" handle_style="1" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="09_off.png" UpImg="09_on.png" IsOutPic="1" />
|
||||||
|
<item name="按钮控件" id="10" type="button" xOffset="840" yOffset="370" width="150" height="150" touch_rect="0" event_message="0" up_image="0" is_up="1" x_up="685" y_up="296" down_image="0" is_down="1" x_down="685" y_down="296" use="1" inti_status="1" handle_style="1" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="10_off.png" UpImg="10_on.png" IsOutPic="1" />
|
||||||
|
<item name="按钮控件" id="11" type="button" xOffset="120" yOffset="200" width="150" height="150" touch_rect="1" event_message="0" up_image="65535" is_up="1" x_up="184" y_up="415" down_image="65535" is_down="1" x_down="184" y_down="415" use="1" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="按钮控件" id="12" type="button" xOffset="300" yOffset="200" width="150" height="150" touch_rect="1" event_message="0" up_image="65535" is_up="1" x_up="230" y_up="130" down_image="65535" is_down="1" x_down="230" y_down="130" use="1" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="按钮控件" id="13" type="button" xOffset="480" yOffset="200" width="150" height="150" touch_rect="1" event_message="0" up_image="65535" is_up="1" x_up="380" y_up="130" down_image="65535" is_down="1" x_down="380" y_down="130" use="1" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="按钮控件" id="14" type="button" xOffset="660" yOffset="200" width="150" height="150" touch_rect="1" event_message="0" up_image="65535" is_up="1" x_up="530" y_up="130" down_image="65535" is_down="1" x_down="530" y_down="130" use="1" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="按钮控件" id="15" type="button" xOffset="840" yOffset="200" width="150" height="150" touch_rect="1" event_message="0" up_image="65535" is_up="1" x_up="680" y_up="130" down_image="65535" is_down="1" x_down="680" y_down="130" use="1" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="按钮控件" id="16" type="button" xOffset="120" yOffset="370" width="150" height="150" touch_rect="1" event_message="0" up_image="65535" is_up="1" x_up="80" y_up="290" down_image="65535" is_down="1" x_down="80" y_down="290" use="1" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="按钮控件" id="17" type="button" xOffset="300" yOffset="370" width="150" height="150" touch_rect="1" event_message="0" up_image="65535" is_up="1" x_up="230" y_up="290" down_image="65535" is_down="1" x_down="230" y_down="290" use="1" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="按钮控件" id="18" type="button" xOffset="480" yOffset="370" width="150" height="150" touch_rect="1" event_message="0" up_image="65535" is_up="1" x_up="380" y_up="290" down_image="65535" is_down="1" x_down="380" y_down="290" use="1" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="按钮控件" id="19" type="button" xOffset="660" yOffset="370" width="150" height="150" touch_rect="1" event_message="0" up_image="65535" is_up="1" x_up="530" y_up="290" down_image="65535" is_down="1" x_down="530" y_down="290" use="1" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="按钮控件" id="20" type="button" xOffset="840" yOffset="370" width="150" height="150" touch_rect="1" event_message="0" up_image="65535" is_up="1" x_up="680" y_up="290" down_image="65535" is_down="1" x_down="680" y_down="290" use="1" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="标签" id="150" type="label" xOffset="450" yOffset="110" width="200" height="60" Language_num="1" m_u8TextHoriAlign="1" m_strInitText[0]="格口信息2" m_strInitText[1]="" m_strInitText[2]="" m_strInitText[3]="" m_strInitText[4]="" m_strInitText[5]="" m_strInitText[6]="" m_strInitText[7]="" m_strInitText[8]="" m_strInitText[9]="" m_bUserDefFontEN="0" m_u8AsciiFontID_basic="0" m_u8GBKFontID_basic="0" m_u8GB2312FontID_basic="0" m_u8AsciiFontID_custom="0" m_u8GBKFontID_custom="0" m_u8GB2312FontID_custom="0" m_u8UNICODEFontID_custom="0" m_u8AsciiFontSize_basic="0" m_u8GBKFontSize_basic="0" m_u8GB2312FontSize_basic="1" m_u8AsciiFontSize_custom="0" m_u8GBKFontSize_custom="0" m_u8GB2312FontSize_custom="0" m_u8UNICODEFontSize_custom="0" m_u8FontType="2" b_displayBkGround="0" m_u32TextForeColor="16777215" m_u32TextBackColor="65535" address="ffff" />
|
||||||
|
<item name="标签" id="21" type="label" xOffset="310" yOffset="570" width="130" height="45" Language_num="1" m_u8TextHoriAlign="1" m_strInitText[0]="上一页" m_strInitText[1]="" m_strInitText[2]="" m_strInitText[3]="" m_strInitText[4]="" m_strInitText[5]="" m_strInitText[6]="" m_strInitText[7]="" m_strInitText[8]="" m_strInitText[9]="" m_bUserDefFontEN="0" m_u8AsciiFontID_basic="0" m_u8GBKFontID_basic="0" m_u8GB2312FontID_basic="0" m_u8AsciiFontID_custom="0" m_u8GBKFontID_custom="0" m_u8GB2312FontID_custom="0" m_u8UNICODEFontID_custom="0" m_u8AsciiFontSize_basic="0" m_u8GBKFontSize_basic="0" m_u8GB2312FontSize_basic="0" m_u8AsciiFontSize_custom="0" m_u8GBKFontSize_custom="0" m_u8GB2312FontSize_custom="0" m_u8UNICODEFontSize_custom="0" m_u8FontType="2" b_displayBkGround="1" m_u32TextForeColor="16777215" m_u32TextBackColor="6304313" address="ffff" />
|
||||||
|
<item name="标签" id="22" type="label" xOffset="490" yOffset="570" width="130" height="45" Language_num="1" m_u8TextHoriAlign="1" m_strInitText[0]="下一页" m_strInitText[1]="" m_strInitText[2]="" m_strInitText[3]="" m_strInitText[4]="" m_strInitText[5]="" m_strInitText[6]="" m_strInitText[7]="" m_strInitText[8]="" m_strInitText[9]="" m_bUserDefFontEN="0" m_u8AsciiFontID_basic="0" m_u8GBKFontID_basic="0" m_u8GB2312FontID_basic="0" m_u8AsciiFontID_custom="0" m_u8GBKFontID_custom="0" m_u8GB2312FontID_custom="0" m_u8UNICODEFontID_custom="0" m_u8AsciiFontSize_basic="0" m_u8GBKFontSize_basic="0" m_u8GB2312FontSize_basic="0" m_u8AsciiFontSize_custom="0" m_u8GBKFontSize_custom="0" m_u8GB2312FontSize_custom="0" m_u8UNICODEFontSize_custom="0" m_u8FontType="2" b_displayBkGround="1" m_u32TextForeColor="16777215" m_u32TextBackColor="6304313" address="ffff" />
|
||||||
|
<item name="标签" id="23" type="label" xOffset="670" yOffset="570" width="130" height="45" Language_num="1" m_u8TextHoriAlign="1" m_strInitText[0]="一键全开" m_strInitText[1]="" m_strInitText[2]="" m_strInitText[3]="" m_strInitText[4]="" m_strInitText[5]="" m_strInitText[6]="" m_strInitText[7]="" m_strInitText[8]="" m_strInitText[9]="" m_bUserDefFontEN="0" m_u8AsciiFontID_basic="0" m_u8GBKFontID_basic="0" m_u8GB2312FontID_basic="0" m_u8AsciiFontID_custom="0" m_u8GBKFontID_custom="0" m_u8GB2312FontID_custom="0" m_u8UNICODEFontID_custom="0" m_u8AsciiFontSize_basic="0" m_u8GBKFontSize_basic="0" m_u8GB2312FontSize_basic="0" m_u8AsciiFontSize_custom="0" m_u8GBKFontSize_custom="0" m_u8GB2312FontSize_custom="0" m_u8UNICODEFontSize_custom="0" m_u8FontType="2" b_displayBkGround="1" m_u32TextForeColor="16777215" m_u32TextBackColor="10338304" address="ffff" />
|
||||||
|
<item name="按钮控件" id="24" type="button" xOffset="310" yOffset="570" width="130" height="50" touch_rect="0" event_message="0" up_image="65535" is_up="1" x_up="254" y_up="473" down_image="65535" is_down="1" x_down="254" y_down="473" use="0" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="0" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="按钮控件" id="100" type="button" xOffset="671" yOffset="570" width="130" height="50" touch_rect="0" event_message="0" up_image="65535" is_up="1" x_up="671" y_up="570" down_image="65535" is_down="1" x_down="671" y_down="570" use="1" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="2" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="按钮控件" id="25" type="button" xOffset="490" yOffset="570" width="130" height="50" touch_rect="0" event_message="0" up_image="65535" is_up="1" x_up="492" y_up="572" down_image="65535" is_down="1" x_down="492" y_down="572" use="0" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="2" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
</DrawPage>
|
||||||
29
Pic2.tft
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
<DrawPage name="Pic2.tft" bk_transparent="0" bk_color="9;0;63" bk_image="" is_bk_image_free_size="0" bk_image_xOffset="50" bk_image_yOffset="50" bk_image_width="1024" bk_image_height="600">
|
||||||
|
<item name="按钮控件" id="1" type="button" xOffset="120" yOffset="200" width="150" height="150" touch_rect="0" event_message="0" up_image="0" is_up="1" x_up="133" y_up="168" down_image="0" is_down="1" x_down="133" y_down="168" use="1" inti_status="1" handle_style="1" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="01_off.png" UpImg="01_on.png" IsOutPic="1" />
|
||||||
|
<item name="按钮控件" id="2" type="button" xOffset="300" yOffset="200" width="150" height="150" touch_rect="0" event_message="0" up_image="0" is_up="1" x_up="133" y_up="168" down_image="0" is_down="1" x_down="133" y_down="168" use="1" inti_status="1" handle_style="1" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="02_off.png" UpImg="02_on.png" IsOutPic="1" />
|
||||||
|
<item name="按钮控件" id="3" type="button" xOffset="480" yOffset="200" width="150" height="150" touch_rect="0" event_message="0" up_image="0" is_up="1" x_up="133" y_up="168" down_image="0" is_down="1" x_down="133" y_down="168" use="1" inti_status="1" handle_style="1" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="03_off.png" UpImg="03_on.png" IsOutPic="1" />
|
||||||
|
<item name="按钮控件" id="4" type="button" xOffset="660" yOffset="200" width="150" height="150" touch_rect="0" event_message="0" up_image="0" is_up="1" x_up="133" y_up="168" down_image="0" is_down="1" x_down="133" y_down="168" use="1" inti_status="1" handle_style="1" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="04_off.png" UpImg="04_on.png" IsOutPic="1" />
|
||||||
|
<item name="按钮控件" id="5" type="button" xOffset="840" yOffset="200" width="150" height="150" touch_rect="0" event_message="0" up_image="0" is_up="1" x_up="133" y_up="168" down_image="0" is_down="1" x_down="133" y_down="168" use="1" inti_status="1" handle_style="1" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="05_off.png" UpImg="05_on.png" IsOutPic="1" />
|
||||||
|
<item name="按钮控件" id="6" type="button" xOffset="120" yOffset="370" width="150" height="150" touch_rect="0" event_message="0" up_image="0" is_up="1" x_up="133" y_up="168" down_image="0" is_down="1" x_down="133" y_down="168" use="1" inti_status="1" handle_style="1" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="06_off.png" UpImg="06_on.png" IsOutPic="1" />
|
||||||
|
<item name="按钮控件" id="7" type="button" xOffset="300" yOffset="370" width="150" height="150" touch_rect="0" event_message="0" up_image="0" is_up="1" x_up="133" y_up="168" down_image="0" is_down="1" x_down="133" y_down="168" use="1" inti_status="1" handle_style="1" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="07_off.png" UpImg="07_on.png" IsOutPic="1" />
|
||||||
|
<item name="按钮控件" id="8" type="button" xOffset="480" yOffset="370" width="150" height="150" touch_rect="0" event_message="0" up_image="0" is_up="1" x_up="133" y_up="168" down_image="0" is_down="1" x_down="133" y_down="168" use="1" inti_status="1" handle_style="1" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="08_off.png" UpImg="08_on.png" IsOutPic="1" />
|
||||||
|
<item name="按钮控件" id="9" type="button" xOffset="660" yOffset="370" width="150" height="150" touch_rect="0" event_message="0" up_image="0" is_up="1" x_up="133" y_up="168" down_image="0" is_down="1" x_down="133" y_down="168" use="1" inti_status="1" handle_style="1" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="09_off.png" UpImg="09_on.png" IsOutPic="1" />
|
||||||
|
<item name="按钮控件" id="10" type="button" xOffset="840" yOffset="370" width="150" height="150" touch_rect="0" event_message="0" up_image="0" is_up="1" x_up="133" y_up="168" down_image="0" is_down="1" x_down="133" y_down="168" use="1" inti_status="1" handle_style="1" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="10_off.png" UpImg="10_on.png" IsOutPic="1" />
|
||||||
|
<item name="按钮控件" id="11" type="button" xOffset="120" yOffset="200" width="150" height="150" touch_rect="1" event_message="0" up_image="65535" is_up="1" x_up="101" y_up="165" down_image="65535" is_down="1" x_down="101" y_down="165" use="1" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="按钮控件" id="12" type="button" xOffset="300" yOffset="200" width="150" height="150" touch_rect="1" event_message="0" up_image="65535" is_up="1" x_up="252" y_up="168" down_image="65535" is_down="1" x_down="252" y_down="168" use="1" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="按钮控件" id="13" type="button" xOffset="480" yOffset="200" width="150" height="150" touch_rect="1" event_message="0" up_image="65535" is_up="1" x_up="395" y_up="172" down_image="65535" is_down="1" x_down="395" y_down="172" use="1" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="按钮控件" id="14" type="button" xOffset="660" yOffset="200" width="150" height="150" touch_rect="1" event_message="0" up_image="65535" is_up="1" x_up="666" y_up="202" down_image="65535" is_down="1" x_down="666" y_down="202" use="1" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="按钮控件" id="15" type="button" xOffset="840" yOffset="200" width="150" height="150" touch_rect="1" event_message="0" up_image="65535" is_up="1" x_up="820" y_up="202" down_image="65535" is_down="1" x_down="820" y_down="202" use="1" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="按钮控件" id="16" type="button" xOffset="120" yOffset="370" width="150" height="150" touch_rect="1" event_message="0" up_image="65535" is_up="1" x_up="142" y_up="427" down_image="65535" is_down="1" x_down="142" y_down="427" use="1" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="按钮控件" id="17" type="button" xOffset="300" yOffset="370" width="150" height="150" touch_rect="1" event_message="0" up_image="65535" is_up="1" x_up="297" y_up="463" down_image="65535" is_down="1" x_down="297" y_down="463" use="1" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="按钮控件" id="18" type="button" xOffset="480" yOffset="370" width="150" height="150" touch_rect="1" event_message="0" up_image="65535" is_up="1" x_up="461" y_up="425" down_image="65535" is_down="1" x_down="461" y_down="425" use="1" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="按钮控件" id="19" type="button" xOffset="660" yOffset="370" width="150" height="150" touch_rect="1" event_message="0" up_image="65535" is_up="1" x_up="648" y_up="436" down_image="65535" is_down="1" x_down="648" y_down="436" use="1" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="按钮控件" id="20" type="button" xOffset="840" yOffset="370" width="150" height="150" touch_rect="1" event_message="0" up_image="65535" is_up="1" x_up="823" y_up="446" down_image="65535" is_down="1" x_down="823" y_down="446" use="1" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="标签" id="150" type="label" xOffset="450" yOffset="110" width="200" height="60" Language_num="1" m_u8TextHoriAlign="1" m_strInitText[0]="格口信息3" m_strInitText[1]="" m_strInitText[2]="" m_strInitText[3]="" m_strInitText[4]="" m_strInitText[5]="" m_strInitText[6]="" m_strInitText[7]="" m_strInitText[8]="" m_strInitText[9]="" m_bUserDefFontEN="0" m_u8AsciiFontID_basic="0" m_u8GBKFontID_basic="0" m_u8GB2312FontID_basic="0" m_u8AsciiFontID_custom="0" m_u8GBKFontID_custom="0" m_u8GB2312FontID_custom="0" m_u8UNICODEFontID_custom="0" m_u8AsciiFontSize_basic="0" m_u8GBKFontSize_basic="0" m_u8GB2312FontSize_basic="1" m_u8AsciiFontSize_custom="0" m_u8GBKFontSize_custom="0" m_u8GB2312FontSize_custom="0" m_u8UNICODEFontSize_custom="0" m_u8FontType="2" b_displayBkGround="0" m_u32TextForeColor="16777215" m_u32TextBackColor="65535" address="ffff" />
|
||||||
|
<item name="标签" id="21" type="label" xOffset="490" yOffset="570" width="130" height="45" Language_num="1" m_u8TextHoriAlign="1" m_strInitText[0]="下一页" m_strInitText[1]="" m_strInitText[2]="" m_strInitText[3]="" m_strInitText[4]="" m_strInitText[5]="" m_strInitText[6]="" m_strInitText[7]="" m_strInitText[8]="" m_strInitText[9]="" m_bUserDefFontEN="0" m_u8AsciiFontID_basic="0" m_u8GBKFontID_basic="0" m_u8GB2312FontID_basic="0" m_u8AsciiFontID_custom="0" m_u8GBKFontID_custom="0" m_u8GB2312FontID_custom="0" m_u8UNICODEFontID_custom="0" m_u8AsciiFontSize_basic="0" m_u8GBKFontSize_basic="0" m_u8GB2312FontSize_basic="0" m_u8AsciiFontSize_custom="0" m_u8GBKFontSize_custom="0" m_u8GB2312FontSize_custom="0" m_u8UNICODEFontSize_custom="0" m_u8FontType="2" b_displayBkGround="1" m_u32TextForeColor="16777215" m_u32TextBackColor="6304313" address="ffff" />
|
||||||
|
<item name="标签" id="22" type="label" xOffset="310" yOffset="570" width="130" height="45" Language_num="1" m_u8TextHoriAlign="1" m_strInitText[0]="上一页" m_strInitText[1]="" m_strInitText[2]="" m_strInitText[3]="" m_strInitText[4]="" m_strInitText[5]="" m_strInitText[6]="" m_strInitText[7]="" m_strInitText[8]="" m_strInitText[9]="" m_bUserDefFontEN="0" m_u8AsciiFontID_basic="0" m_u8GBKFontID_basic="0" m_u8GB2312FontID_basic="0" m_u8AsciiFontID_custom="0" m_u8GBKFontID_custom="0" m_u8GB2312FontID_custom="0" m_u8UNICODEFontID_custom="0" m_u8AsciiFontSize_basic="0" m_u8GBKFontSize_basic="0" m_u8GB2312FontSize_basic="0" m_u8AsciiFontSize_custom="0" m_u8GBKFontSize_custom="0" m_u8GB2312FontSize_custom="0" m_u8UNICODEFontSize_custom="0" m_u8FontType="2" b_displayBkGround="1" m_u32TextForeColor="16777215" m_u32TextBackColor="6304313" address="ffff" />
|
||||||
|
<item name="按钮控件" id="24" type="button" xOffset="310" yOffset="570" width="130" height="50" touch_rect="0" event_message="0" up_image="65535" is_up="1" x_up="257" y_up="475" down_image="65535" is_down="1" x_down="257" y_down="475" use="0" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="1" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="按钮控件" id="25" type="button" xOffset="491" yOffset="570" width="130" height="50" touch_rect="0" event_message="0" up_image="65535" is_up="1" x_up="491" y_up="570" down_image="65535" is_down="1" x_down="491" y_down="570" use="0" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="3" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="标签" id="23" type="label" xOffset="670" yOffset="570" width="130" height="45" Language_num="1" m_u8TextHoriAlign="1" m_strInitText[0]="一键全开" m_strInitText[1]="" m_strInitText[2]="" m_strInitText[3]="" m_strInitText[4]="" m_strInitText[5]="" m_strInitText[6]="" m_strInitText[7]="" m_strInitText[8]="" m_strInitText[9]="" m_bUserDefFontEN="0" m_u8AsciiFontID_basic="0" m_u8GBKFontID_basic="0" m_u8GB2312FontID_basic="0" m_u8AsciiFontID_custom="0" m_u8GBKFontID_custom="0" m_u8GB2312FontID_custom="0" m_u8UNICODEFontID_custom="0" m_u8AsciiFontSize_basic="0" m_u8GBKFontSize_basic="0" m_u8GB2312FontSize_basic="0" m_u8AsciiFontSize_custom="0" m_u8GBKFontSize_custom="0" m_u8GB2312FontSize_custom="0" m_u8UNICODEFontSize_custom="0" m_u8FontType="2" b_displayBkGround="1" m_u32TextForeColor="16777215" m_u32TextBackColor="10338304" address="ffff" />
|
||||||
|
<item name="按钮控件" id="100" type="button" xOffset="670" yOffset="570" width="130" height="50" touch_rect="0" event_message="0" up_image="65535" is_up="1" x_up="670" y_up="570" down_image="65535" is_down="1" x_down="670" y_down="570" use="1" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="1" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
</DrawPage>
|
||||||
29
Pic3.tft
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
<DrawPage name="Pic3.tft" bk_transparent="0" bk_color="9;0;63" bk_image="" is_bk_image_free_size="0" bk_image_xOffset="50" bk_image_yOffset="50" bk_image_width="1024" bk_image_height="600">
|
||||||
|
<item name="按钮控件" id="1" type="button" xOffset="120" yOffset="200" width="150" height="150" touch_rect="0" event_message="0" up_image="0" is_up="1" x_up="117" y_up="160" down_image="0" is_down="1" x_down="117" y_down="160" use="1" inti_status="1" handle_style="1" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="01_off.png" UpImg="01_on.png" IsOutPic="1" />
|
||||||
|
<item name="按钮控件" id="2" type="button" xOffset="300" yOffset="200" width="150" height="150" touch_rect="0" event_message="0" up_image="0" is_up="1" x_up="117" y_up="160" down_image="0" is_down="1" x_down="117" y_down="160" use="1" inti_status="1" handle_style="1" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="02_off.png" UpImg="02_on.png" IsOutPic="1" />
|
||||||
|
<item name="按钮控件" id="3" type="button" xOffset="480" yOffset="200" width="150" height="150" touch_rect="0" event_message="0" up_image="0" is_up="1" x_up="117" y_up="160" down_image="0" is_down="1" x_down="117" y_down="160" use="1" inti_status="1" handle_style="1" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="03_off.png" UpImg="03_on.png" IsOutPic="1" />
|
||||||
|
<item name="按钮控件" id="4" type="button" xOffset="660" yOffset="200" width="150" height="150" touch_rect="0" event_message="0" up_image="0" is_up="1" x_up="117" y_up="160" down_image="0" is_down="1" x_down="117" y_down="160" use="1" inti_status="1" handle_style="1" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="04_off.png" UpImg="04_on.png" IsOutPic="1" />
|
||||||
|
<item name="按钮控件" id="5" type="button" xOffset="840" yOffset="200" width="150" height="150" touch_rect="0" event_message="0" up_image="0" is_up="1" x_up="117" y_up="160" down_image="0" is_down="1" x_down="117" y_down="160" use="1" inti_status="1" handle_style="1" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="05_off.png" UpImg="05_on.png" IsOutPic="1" />
|
||||||
|
<item name="按钮控件" id="6" type="button" xOffset="120" yOffset="370" width="150" height="150" touch_rect="0" event_message="0" up_image="0" is_up="1" x_up="117" y_up="160" down_image="0" is_down="1" x_down="117" y_down="160" use="1" inti_status="1" handle_style="1" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="06_off.png" UpImg="06_on.png" IsOutPic="1" />
|
||||||
|
<item name="按钮控件" id="7" type="button" xOffset="300" yOffset="370" width="150" height="150" touch_rect="0" event_message="0" up_image="0" is_up="1" x_up="117" y_up="160" down_image="0" is_down="1" x_down="117" y_down="160" use="1" inti_status="1" handle_style="1" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="07_off.png" UpImg="07_on.png" IsOutPic="1" />
|
||||||
|
<item name="按钮控件" id="8" type="button" xOffset="480" yOffset="370" width="150" height="150" touch_rect="0" event_message="0" up_image="0" is_up="1" x_up="117" y_up="160" down_image="0" is_down="1" x_down="117" y_down="160" use="1" inti_status="1" handle_style="1" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="08_off.png" UpImg="08_on.png" IsOutPic="1" />
|
||||||
|
<item name="按钮控件" id="9" type="button" xOffset="660" yOffset="370" width="150" height="150" touch_rect="0" event_message="0" up_image="0" is_up="1" x_up="117" y_up="160" down_image="0" is_down="1" x_down="117" y_down="160" use="1" inti_status="1" handle_style="1" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="09_off.png" UpImg="09_on.png" IsOutPic="1" />
|
||||||
|
<item name="按钮控件" id="10" type="button" xOffset="840" yOffset="370" width="150" height="150" touch_rect="0" event_message="0" up_image="0" is_up="1" x_up="117" y_up="160" down_image="0" is_down="1" x_down="117" y_down="160" use="1" inti_status="1" handle_style="1" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="10_off.png" UpImg="10_on.png" IsOutPic="1" />
|
||||||
|
<item name="按钮控件" id="11" type="button" xOffset="120" yOffset="200" width="150" height="150" touch_rect="1" event_message="0" up_image="65535" is_up="1" x_up="98" y_up="165" down_image="65535" is_down="1" x_down="98" y_down="165" use="1" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="按钮控件" id="12" type="button" xOffset="300" yOffset="200" width="150" height="150" touch_rect="1" event_message="0" up_image="65535" is_up="1" x_up="287" y_up="208" down_image="65535" is_down="1" x_down="287" y_down="208" use="1" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="按钮控件" id="13" type="button" xOffset="480" yOffset="200" width="150" height="150" touch_rect="1" event_message="0" up_image="65535" is_up="1" x_up="460" y_up="203" down_image="65535" is_down="1" x_down="460" y_down="203" use="1" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="按钮控件" id="14" type="button" xOffset="660" yOffset="200" width="150" height="150" touch_rect="1" event_message="0" up_image="65535" is_up="1" x_up="652" y_up="180" down_image="65535" is_down="1" x_down="652" y_down="180" use="1" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="按钮控件" id="15" type="button" xOffset="840" yOffset="200" width="150" height="150" touch_rect="1" event_message="0" up_image="65535" is_up="1" x_up="851" y_up="197" down_image="65535" is_down="1" x_down="851" y_down="197" use="1" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="按钮控件" id="16" type="button" xOffset="120" yOffset="370" width="150" height="150" touch_rect="1" event_message="0" up_image="65535" is_up="1" x_up="125" y_up="406" down_image="65535" is_down="1" x_down="125" y_down="406" use="1" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="按钮控件" id="17" type="button" xOffset="300" yOffset="370" width="150" height="150" touch_rect="1" event_message="0" up_image="65535" is_up="1" x_up="277" y_up="396" down_image="65535" is_down="1" x_down="277" y_down="396" use="1" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="按钮控件" id="18" type="button" xOffset="480" yOffset="370" width="150" height="150" touch_rect="1" event_message="0" up_image="65535" is_up="1" x_up="487" y_up="391" down_image="65535" is_down="1" x_down="487" y_down="391" use="1" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="按钮控件" id="19" type="button" xOffset="660" yOffset="370" width="150" height="150" touch_rect="1" event_message="0" up_image="65535" is_up="1" x_up="654" y_up="381" down_image="65535" is_down="1" x_down="654" y_down="381" use="1" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="按钮控件" id="20" type="button" xOffset="840" yOffset="370" width="150" height="150" touch_rect="1" event_message="0" up_image="65535" is_up="1" x_up="857" y_up="400" down_image="65535" is_down="1" x_down="857" y_down="400" use="1" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="标签" id="150" type="label" xOffset="450" yOffset="110" width="200" height="60" Language_num="1" m_u8TextHoriAlign="1" m_strInitText[0]="格口信息4" m_strInitText[1]="" m_strInitText[2]="" m_strInitText[3]="" m_strInitText[4]="" m_strInitText[5]="" m_strInitText[6]="" m_strInitText[7]="" m_strInitText[8]="" m_strInitText[9]="" m_bUserDefFontEN="0" m_u8AsciiFontID_basic="0" m_u8GBKFontID_basic="0" m_u8GB2312FontID_basic="0" m_u8AsciiFontID_custom="0" m_u8GBKFontID_custom="0" m_u8GB2312FontID_custom="0" m_u8UNICODEFontID_custom="0" m_u8AsciiFontSize_basic="0" m_u8GBKFontSize_basic="0" m_u8GB2312FontSize_basic="1" m_u8AsciiFontSize_custom="0" m_u8GBKFontSize_custom="0" m_u8GB2312FontSize_custom="0" m_u8UNICODEFontSize_custom="0" m_u8FontType="2" b_displayBkGround="0" m_u32TextForeColor="16777215" m_u32TextBackColor="65535" address="ffff" />
|
||||||
|
<item name="标签" id="21" type="label" xOffset="310" yOffset="570" width="130" height="45" Language_num="1" m_u8TextHoriAlign="1" m_strInitText[0]="上一页" m_strInitText[1]="" m_strInitText[2]="" m_strInitText[3]="" m_strInitText[4]="" m_strInitText[5]="" m_strInitText[6]="" m_strInitText[7]="" m_strInitText[8]="" m_strInitText[9]="" m_bUserDefFontEN="0" m_u8AsciiFontID_basic="0" m_u8GBKFontID_basic="0" m_u8GB2312FontID_basic="0" m_u8AsciiFontID_custom="0" m_u8GBKFontID_custom="0" m_u8GB2312FontID_custom="0" m_u8UNICODEFontID_custom="0" m_u8AsciiFontSize_basic="0" m_u8GBKFontSize_basic="0" m_u8GB2312FontSize_basic="0" m_u8AsciiFontSize_custom="0" m_u8GBKFontSize_custom="0" m_u8GB2312FontSize_custom="0" m_u8UNICODEFontSize_custom="0" m_u8FontType="2" b_displayBkGround="1" m_u32TextForeColor="16777215" m_u32TextBackColor="6304313" address="ffff" />
|
||||||
|
<item name="标签" id="22" type="label" xOffset="670" yOffset="570" width="130" height="45" Language_num="1" m_u8TextHoriAlign="1" m_strInitText[0]="一键全开" m_strInitText[1]="" m_strInitText[2]="" m_strInitText[3]="" m_strInitText[4]="" m_strInitText[5]="" m_strInitText[6]="" m_strInitText[7]="" m_strInitText[8]="" m_strInitText[9]="" m_bUserDefFontEN="0" m_u8AsciiFontID_basic="0" m_u8GBKFontID_basic="0" m_u8GB2312FontID_basic="0" m_u8AsciiFontID_custom="0" m_u8GBKFontID_custom="0" m_u8GB2312FontID_custom="0" m_u8UNICODEFontID_custom="0" m_u8AsciiFontSize_basic="0" m_u8GBKFontSize_basic="0" m_u8GB2312FontSize_basic="0" m_u8AsciiFontSize_custom="0" m_u8GBKFontSize_custom="0" m_u8GB2312FontSize_custom="0" m_u8UNICODEFontSize_custom="0" m_u8FontType="2" b_displayBkGround="1" m_u32TextForeColor="16777215" m_u32TextBackColor="10338304" address="ffff" />
|
||||||
|
<item name="标签" id="23" type="label" xOffset="490" yOffset="570" width="130" height="45" Language_num="1" m_u8TextHoriAlign="1" m_strInitText[0]="下一页" m_strInitText[1]="" m_strInitText[2]="" m_strInitText[3]="" m_strInitText[4]="" m_strInitText[5]="" m_strInitText[6]="" m_strInitText[7]="" m_strInitText[8]="" m_strInitText[9]="" m_bUserDefFontEN="0" m_u8AsciiFontID_basic="0" m_u8GBKFontID_basic="0" m_u8GB2312FontID_basic="0" m_u8AsciiFontID_custom="0" m_u8GBKFontID_custom="0" m_u8GB2312FontID_custom="0" m_u8UNICODEFontID_custom="0" m_u8AsciiFontSize_basic="0" m_u8GBKFontSize_basic="0" m_u8GB2312FontSize_basic="0" m_u8AsciiFontSize_custom="0" m_u8GBKFontSize_custom="0" m_u8GB2312FontSize_custom="0" m_u8UNICODEFontSize_custom="0" m_u8FontType="2" b_displayBkGround="1" m_u32TextForeColor="16777215" m_u32TextBackColor="6304313" address="ffff" />
|
||||||
|
<item name="按钮控件" id="24" type="button" xOffset="310" yOffset="570" width="130" height="50" touch_rect="0" event_message="0" up_image="65535" is_up="1" x_up="299" y_up="569" down_image="65535" is_down="1" x_down="299" y_down="569" use="0" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="2" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="按钮控件" id="25" type="button" xOffset="490" yOffset="570" width="130" height="50" touch_rect="1" event_message="1" up_image="65535" is_up="1" x_up="490" y_up="570" down_image="65535" is_down="1" x_down="490" y_down="570" use="0" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="4" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="按钮控件" id="100" type="button" xOffset="670" yOffset="570" width="130" height="50" touch_rect="1" event_message="1" up_image="65535" is_up="1" x_up="649" y_up="577" down_image="65535" is_down="1" x_down="649" y_down="577" use="0" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
</DrawPage>
|
||||||
28
Pic4.tft
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
<DrawPage name="Pic4.tft" bk_transparent="0" bk_color="9;0;63" bk_image="" is_bk_image_free_size="0" bk_image_xOffset="50" bk_image_yOffset="50" bk_image_width="1024" bk_image_height="600">
|
||||||
|
<item name="按钮控件" id="9" type="button" xOffset="660" yOffset="370" width="150" height="150" touch_rect="0" event_message="0" up_image="0" is_up="1" x_up="162" y_up="187" down_image="0" is_down="1" x_down="162" y_down="187" use="1" inti_status="1" handle_style="1" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="09_off.png" UpImg="09_on.png" IsOutPic="1" />
|
||||||
|
<item name="按钮控件" id="6" type="button" xOffset="120" yOffset="370" width="150" height="150" touch_rect="0" event_message="0" up_image="0" is_up="1" x_up="162" y_up="187" down_image="0" is_down="1" x_down="162" y_down="187" use="1" inti_status="1" handle_style="1" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="06_off.png" UpImg="06_on.png" IsOutPic="1" />
|
||||||
|
<item name="标签" id="150" type="label" xOffset="450" yOffset="110" width="200" height="60" Language_num="1" m_u8TextHoriAlign="1" m_strInitText[0]="格口信息5" m_strInitText[1]="" m_strInitText[2]="" m_strInitText[3]="" m_strInitText[4]="" m_strInitText[5]="" m_strInitText[6]="" m_strInitText[7]="" m_strInitText[8]="" m_strInitText[9]="" m_bUserDefFontEN="0" m_u8AsciiFontID_basic="0" m_u8GBKFontID_basic="0" m_u8GB2312FontID_basic="0" m_u8AsciiFontID_custom="0" m_u8GBKFontID_custom="0" m_u8GB2312FontID_custom="0" m_u8UNICODEFontID_custom="0" m_u8AsciiFontSize_basic="0" m_u8GBKFontSize_basic="0" m_u8GB2312FontSize_basic="1" m_u8AsciiFontSize_custom="0" m_u8GBKFontSize_custom="0" m_u8GB2312FontSize_custom="0" m_u8UNICODEFontSize_custom="0" m_u8FontType="2" b_displayBkGround="0" m_u32TextForeColor="16777215" m_u32TextBackColor="65535" address="ffff" />
|
||||||
|
<item name="按钮控件" id="1" type="button" xOffset="120" yOffset="200" width="150" height="150" touch_rect="0" event_message="0" up_image="0" is_up="1" x_up="162" y_up="187" down_image="0" is_down="1" x_down="162" y_down="187" use="1" inti_status="1" handle_style="1" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="01_off.png" UpImg="01_on.png" IsOutPic="1" />
|
||||||
|
<item name="按钮控件" id="2" type="button" xOffset="300" yOffset="200" width="150" height="150" touch_rect="0" event_message="0" up_image="0" is_up="1" x_up="162" y_up="187" down_image="0" is_down="1" x_down="162" y_down="187" use="1" inti_status="1" handle_style="1" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="02_off.png" UpImg="02_on.png" IsOutPic="1" />
|
||||||
|
<item name="按钮控件" id="3" type="button" xOffset="480" yOffset="200" width="150" height="150" touch_rect="0" event_message="0" up_image="0" is_up="1" x_up="162" y_up="187" down_image="0" is_down="1" x_down="162" y_down="187" use="1" inti_status="1" handle_style="1" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="03_off.png" UpImg="03_on.png" IsOutPic="1" />
|
||||||
|
<item name="按钮控件" id="4" type="button" xOffset="660" yOffset="200" width="150" height="150" touch_rect="0" event_message="0" up_image="0" is_up="1" x_up="162" y_up="187" down_image="0" is_down="1" x_down="162" y_down="187" use="1" inti_status="1" handle_style="1" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="04_off.png" UpImg="04_on.png" IsOutPic="1" />
|
||||||
|
<item name="按钮控件" id="5" type="button" xOffset="840" yOffset="200" width="150" height="150" touch_rect="0" event_message="0" up_image="0" is_up="1" x_up="162" y_up="187" down_image="0" is_down="1" x_down="162" y_down="187" use="1" inti_status="1" handle_style="1" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="05_off.png" UpImg="05_on.png" IsOutPic="1" />
|
||||||
|
<item name="按钮控件" id="7" type="button" xOffset="300" yOffset="370" width="150" height="150" touch_rect="0" event_message="0" up_image="0" is_up="1" x_up="162" y_up="187" down_image="0" is_down="1" x_down="162" y_down="187" use="1" inti_status="1" handle_style="1" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="07_off.png" UpImg="07_on.png" IsOutPic="1" />
|
||||||
|
<item name="按钮控件" id="8" type="button" xOffset="480" yOffset="370" width="150" height="150" touch_rect="0" event_message="0" up_image="0" is_up="1" x_up="162" y_up="187" down_image="0" is_down="1" x_down="162" y_down="187" use="1" inti_status="1" handle_style="1" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="08_off.png" UpImg="08_on.png" IsOutPic="1" />
|
||||||
|
<item name="按钮控件" id="10" type="button" xOffset="840" yOffset="370" width="150" height="150" touch_rect="0" event_message="0" up_image="0" is_up="1" x_up="162" y_up="187" down_image="0" is_down="1" x_down="162" y_down="187" use="1" inti_status="1" handle_style="1" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="10_off.png" UpImg="10_on.png" IsOutPic="1" />
|
||||||
|
<item name="按钮控件" id="11" type="button" xOffset="120" yOffset="200" width="150" height="150" touch_rect="0" event_message="0" up_image="65535" is_up="1" x_up="90" y_up="144" down_image="65535" is_down="1" x_down="90" y_down="144" use="1" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="按钮控件" id="12" type="button" xOffset="300" yOffset="200" width="150" height="150" touch_rect="0" event_message="0" up_image="65535" is_up="1" x_up="293" y_up="207" down_image="65535" is_down="1" x_down="293" y_down="207" use="1" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="按钮控件" id="13" type="button" xOffset="480" yOffset="200" width="150" height="150" touch_rect="0" event_message="0" up_image="65535" is_up="1" x_up="480" y_up="200" down_image="65535" is_down="1" x_down="480" y_down="200" use="1" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="按钮控件" id="14" type="button" xOffset="660" yOffset="200" width="150" height="150" touch_rect="0" event_message="0" up_image="65535" is_up="1" x_up="660" y_up="200" down_image="65535" is_down="1" x_down="660" y_down="200" use="1" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="按钮控件" id="15" type="button" xOffset="840" yOffset="200" width="150" height="150" touch_rect="0" event_message="0" up_image="65535" is_up="1" x_up="840" y_up="200" down_image="65535" is_down="1" x_down="840" y_down="200" use="1" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="按钮控件" id="16" type="button" xOffset="120" yOffset="370" width="150" height="150" touch_rect="0" event_message="0" up_image="65535" is_up="1" x_up="120" y_up="370" down_image="65535" is_down="1" x_down="120" y_down="370" use="1" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="按钮控件" id="17" type="button" xOffset="300" yOffset="370" width="150" height="150" touch_rect="0" event_message="0" up_image="65535" is_up="1" x_up="300" y_up="370" down_image="65535" is_down="1" x_down="300" y_down="370" use="1" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="按钮控件" id="18" type="button" xOffset="480" yOffset="370" width="150" height="150" touch_rect="0" event_message="0" up_image="65535" is_up="1" x_up="480" y_up="370" down_image="65535" is_down="1" x_down="480" y_down="370" use="1" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="按钮控件" id="19" type="button" xOffset="660" yOffset="370" width="150" height="150" touch_rect="0" event_message="0" up_image="65535" is_up="1" x_up="659" y_up="370" down_image="65535" is_down="1" x_down="659" y_down="370" use="1" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="按钮控件" id="20" type="button" xOffset="840" yOffset="370" width="150" height="150" touch_rect="0" event_message="0" up_image="65535" is_up="1" x_up="840" y_up="370" down_image="65535" is_down="1" x_down="840" y_down="370" use="1" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="标签" id="21" type="label" xOffset="310" yOffset="570" width="130" height="45" Language_num="1" m_u8TextHoriAlign="1" m_strInitText[0]="上一页" m_strInitText[1]="" m_strInitText[2]="" m_strInitText[3]="" m_strInitText[4]="" m_strInitText[5]="" m_strInitText[6]="" m_strInitText[7]="" m_strInitText[8]="" m_strInitText[9]="" m_bUserDefFontEN="0" m_u8AsciiFontID_basic="0" m_u8GBKFontID_basic="0" m_u8GB2312FontID_basic="0" m_u8AsciiFontID_custom="0" m_u8GBKFontID_custom="0" m_u8GB2312FontID_custom="0" m_u8UNICODEFontID_custom="0" m_u8AsciiFontSize_basic="0" m_u8GBKFontSize_basic="0" m_u8GB2312FontSize_basic="0" m_u8AsciiFontSize_custom="0" m_u8GBKFontSize_custom="0" m_u8GB2312FontSize_custom="0" m_u8UNICODEFontSize_custom="0" m_u8FontType="2" b_displayBkGround="1" m_u32TextForeColor="16777215" m_u32TextBackColor="6304313" address="ffff" />
|
||||||
|
<item name="标签" id="22" type="label" xOffset="490" yOffset="570" width="130" height="45" Language_num="1" m_u8TextHoriAlign="1" m_strInitText[0]="下一页" m_strInitText[1]="" m_strInitText[2]="" m_strInitText[3]="" m_strInitText[4]="" m_strInitText[5]="" m_strInitText[6]="" m_strInitText[7]="" m_strInitText[8]="" m_strInitText[9]="" m_bUserDefFontEN="0" m_u8AsciiFontID_basic="0" m_u8GBKFontID_basic="0" m_u8GB2312FontID_basic="0" m_u8AsciiFontID_custom="0" m_u8GBKFontID_custom="0" m_u8GB2312FontID_custom="0" m_u8UNICODEFontID_custom="0" m_u8AsciiFontSize_basic="0" m_u8GBKFontSize_basic="0" m_u8GB2312FontSize_basic="0" m_u8AsciiFontSize_custom="0" m_u8GBKFontSize_custom="0" m_u8GB2312FontSize_custom="0" m_u8UNICODEFontSize_custom="0" m_u8FontType="2" b_displayBkGround="1" m_u32TextForeColor="16777215" m_u32TextBackColor="6304313" address="ffff" />
|
||||||
|
<item name="按钮控件" id="23" type="button" xOffset="310" yOffset="570" width="130" height="50" touch_rect="0" event_message="0" up_image="65535" is_up="1" x_up="310" y_up="570" down_image="65535" is_down="1" x_down="310" y_down="570" use="0" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="3" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
<item name="标签" id="24" type="label" xOffset="670" yOffset="570" width="130" height="45" Language_num="1" m_u8TextHoriAlign="1" m_strInitText[0]="一键全开" m_strInitText[1]="" m_strInitText[2]="" m_strInitText[3]="" m_strInitText[4]="" m_strInitText[5]="" m_strInitText[6]="" m_strInitText[7]="" m_strInitText[8]="" m_strInitText[9]="" m_bUserDefFontEN="0" m_u8AsciiFontID_basic="0" m_u8GBKFontID_basic="0" m_u8GB2312FontID_basic="0" m_u8AsciiFontID_custom="0" m_u8GBKFontID_custom="0" m_u8GB2312FontID_custom="0" m_u8UNICODEFontID_custom="0" m_u8AsciiFontSize_basic="0" m_u8GBKFontSize_basic="0" m_u8GB2312FontSize_basic="0" m_u8AsciiFontSize_custom="0" m_u8GBKFontSize_custom="0" m_u8GB2312FontSize_custom="0" m_u8UNICODEFontSize_custom="0" m_u8FontType="2" b_displayBkGround="1" m_u32TextForeColor="16777215" m_u32TextBackColor="10338304" address="ffff" />
|
||||||
|
<item name="按钮控件" id="100" type="button" xOffset="670" yOffset="570" width="130" height="50" touch_rect="1" event_message="1" up_image="65535" is_up="1" x_up="817" y_up="572" down_image="65535" is_down="1" x_down="817" y_down="572" use="0" inti_status="0" handle_style="0" in_up_command="" in_down_command="" out_up_command="" out_down_command="" time="10" aim_screen="65535" char_style="0" char="0" DigPhoID="65535" DigControlID="65535" u16MenuID="0" u16MenuControlID="0" address="ffff" DownImg="" UpImg="" IsOutPic="0" />
|
||||||
|
</DrawPage>
|
||||||
BIN
PictureTemp/0_Pic.bmp
Normal file
|
After Width: | Height: | Size: 1.8 MiB |
BIN
PictureTemp/1_Pic.bmp
Normal file
|
After Width: | Height: | Size: 1.8 MiB |
BIN
PictureTemp/2_Pic.bmp
Normal file
|
After Width: | Height: | Size: 1.8 MiB |
BIN
PictureTemp/3000_Pic.bmp
Normal file
|
After Width: | Height: | Size: 88 KiB |
BIN
PictureTemp/3001_Pic.bmp
Normal file
|
After Width: | Height: | Size: 88 KiB |
BIN
PictureTemp/3002_Pic.bmp
Normal file
|
After Width: | Height: | Size: 88 KiB |
BIN
PictureTemp/3003_Pic.bmp
Normal file
|
After Width: | Height: | Size: 88 KiB |
BIN
PictureTemp/3004_Pic.bmp
Normal file
|
After Width: | Height: | Size: 88 KiB |
BIN
PictureTemp/3005_Pic.bmp
Normal file
|
After Width: | Height: | Size: 88 KiB |
BIN
PictureTemp/3006_Pic.bmp
Normal file
|
After Width: | Height: | Size: 88 KiB |
BIN
PictureTemp/3007_Pic.bmp
Normal file
|
After Width: | Height: | Size: 88 KiB |
BIN
PictureTemp/3008_Pic.bmp
Normal file
|
After Width: | Height: | Size: 88 KiB |
BIN
PictureTemp/3009_Pic.bmp
Normal file
|
After Width: | Height: | Size: 88 KiB |
BIN
PictureTemp/3010_Pic.bmp
Normal file
|
After Width: | Height: | Size: 88 KiB |
BIN
PictureTemp/3011_Pic.bmp
Normal file
|
After Width: | Height: | Size: 88 KiB |
BIN
PictureTemp/3012_Pic.bmp
Normal file
|
After Width: | Height: | Size: 88 KiB |
BIN
PictureTemp/3013_Pic.bmp
Normal file
|
After Width: | Height: | Size: 88 KiB |
BIN
PictureTemp/3014_Pic.bmp
Normal file
|
After Width: | Height: | Size: 88 KiB |
BIN
PictureTemp/3015_Pic.bmp
Normal file
|
After Width: | Height: | Size: 88 KiB |
BIN
PictureTemp/3016_Pic.bmp
Normal file
|
After Width: | Height: | Size: 88 KiB |