|
#NoTrayIcon
#RequireAdmin
#region AutoIt3Wrapper
#AutoIt3Wrapper_Run_Before=MyInclude\Md5.au3
#AutoIt3Wrapper_Run_Before=MyInclude\ATool.dll /a
#AutoIt3Wrapper_Icon=MyInclude\img\icon.ico
#AutoIt3Wrapper_UseX64=N
#AutoIt3Wrapper_OutFile=LuoBoU_201309.exe
#AutoIt3Wrapper_OutFile_Type=exe
#AutoIt3Wrapper_Compression=4
#AutoIt3Wrapper_UseUPX=N
#AutoIt3Wrapper_Res_Comment=
#AutoIt3Wrapper_Res_Description=萝卜家园U盘启动制作工具
#AutoIt3Wrapper_Res_FileVersion=6.13.09.01
#AutoIt3Wrapper_Res_FileVersion_AutoIncrement=N
#AutoIt3Wrapper_Res_LegalCopyright=Copyright (C) 2010-2012 luobou.com
#AutoIt3Wrapper_Change2CUI=N
#AutoIt3Wrapper_Res_Field=CompanyName|开源萝卜
#AutoIt3Wrapper_Res_Field=ProductName|萝卜家园U盘启动制作工具
#AutoIt3Wrapper_Res_Field=LegalTrademarks|本程序开源,免费共享版
#AutoIt3Wrapper_Res_Field=OriginalFilename|LuoBoU.exe
#endregion AutoIt3Wrapper
GLOBAL $BUILD = "Www.LuoBoU.CoM"
#Author(作者): 本程序开源,无版权纠纷
#Email(邮箱): QQ2504284012@QQ.COM
#QQ/TM: 2504284012 U盘开源群182862291
#Statement(声明):本程序为免费共享版,程序内所引用的软件版权归该软件所有,使用本程序,本作者不承担任何法律责任,为感谢微软,GHOST,UltraISO,fbinst,PCSim,ONEKEY等软件厂商的付出,本程序开源。
#include <ButtonConstants.au3>
#include <ComboConstants.au3>
#include <GUIConstantsEx.au3>
#include <ProgressConstants.au3>
#include <StaticConstants.au3>
#include <GuiListView.au3>
#include <GDIPlus.au3>
#include <APIConstants.au3>
#include <WinAPIEx.au3>
#include <GuiMenu.au3>
OPT("MustDeclareVars", 1)
OPT("TrayOnEventMode", 1)
OPT("GUIOnEventMode", 1)
OPT("TrayMenuMode", 1)
TRAYSETONEVENT(-7, "_Tray")
LOCAL $G_SZVERSION = "UD_Scrip_LBO"
IF WINEXISTS($G_SZVERSION) THEN
AUTOITWINSETTITLE($G_SZVERSION & "_")
SLEEP(300)
================================================
;更多请加入U盘开源群182862291
============================
这就是开源????????????? |
|