#SingleInstance,force
Gui, Add, Picture, x92 y69 w170 h170 gaaa1, D:\Users\czims2\Desktop\数字1.png
Gui, Add, Picture, x322 y69 w160 h170 gaaa2, D:\Users\czims2\Desktop\数字7.png
Gui, Add, Picture, x322 y299 w160 h170 gaaa3, D:\Users\czims2\Desktop\数字8.png
;Gui, Add, Picture, x532 y519 w160 h170 gaaa3, D:\Users\czims2\Desktop\数字8.png
Gui, Add, ListView, x565 y70 r20 w100 gMyListView, Name|Size (KB)
Loop, %A_MyDocuments%\*.*
LV_Add("", A_LoopFileName, A_LoopFileSizeKB)
LV_ModifyCol() ; 根据内容自动调整每列的大小.
LV_ModifyCol(2, "Integer") ; 为了进行排序, 指出列 2 是整数.
; Generated using SmartGUI Creator for SciTE
Gui, Show, w1392 h713, Untitled GUI
return
aaa1:
;if (A_GuiEvent = DoubleClick)
{
run,D:\Program Files (x86)\Imagine\Imagine64.exe D:\Users\czims2\Desktop\数字1.png
;MsgBox, 576, 系统1, 系统1:介绍`n介绍1。。。。。。。。。。。。。`n介绍1。。。。。。。。。。。。。, 10
;ToolTip You double-clicked row
}
return
aaa2:
if (A_GuiEvent = DoubleClick)
{
MsgBox,,,2222222222222222,5
;ToolTip You double-clicked row
}
return
aaa3:
;if (A_GuiEvent = DoubleClick)
{
MsgBox,,,165665`n33333333333333333333`n,5
;ToolTip You double-clicked row
}
return
MyListView:
if A_GuiEvent = DoubleClick
{
LV_GetText(RowText, A_EventInfo) ; 从行的第一个字段中获取文本.
ToolTip You double-clicked row number %A_EventInfo%. Text: "%RowText%"
}
return
GuiClose:
ExitApp
暂无讨论,说说你的看法吧