- 1、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
winxp 一键转移个人资料工具源码(Winxp key transfer personal data tool source code)
winxp 一键转移个人资料工具源码(Winxp key transfer personal data tool source code)
WinXP key transfer personal data tool source code
#Region
#AutoIt3Wrapper_icon=TransferData.ico
#AutoIt3Wrapper_Compression=4
#AutoIt3Wrapper_Res_Description=WinXP
#AutoIt3Wrapper_Res_LegalCopyright=K, Q production.
#AutoIt3Wrapper_Res_Field= product version |1.0.0.0
#AutoIt3Wrapper_Res_Field= product name | intelligent personal data transfer
#AutoIt3Wrapper_Res_Field=, |K, Q
#AutoIt3Wrapper_Res_Field= internal name |cALl MeKQ.
#AutoIt3Wrapper_Res_Fileversion=1.0.0.0
#AutoIt3Wrapper_Res_Field= source file name |TransferData.exe
#EndRegion
#include ButtonConstants.au3
#include EditConstants.au3
#include GUIConstantsEx.au3
#include StaticConstants.au3
#include WindowsConstants.au3
FileInstall (Migrate.cmd, @TempDir \Migrate.cmd, 1)
FileInstall (Reduction.cmd, @TempDir \Reduction.cmd, 1)
If @OSArch X86 And @OSVersion WIN_XP Then
MsgBox (0+16), error, please run this program under 32 bit WinXP
Exit
EndIf
Local $TheProcseeList = ProcessList (@ScriptName)
If $TheProcseeList[0][0] 1 Then
MsgBox (0+16), error, do not run this program many times
Exit
EndIf
$Gui = GUICreate (personal data smart transfer, For, XP), 270, 220, -1, -1)
GUISetBkColor (0xFFFFFF)
$Group = GUICtrlCreateGroup (current position), 15, 10, 240, 127)
$DeskTop = GUICtrlCreateLabel (desktop: 25, 36, 31, 17)
$DesktopDir = GUICtrlCreateInput (, 81, 32, 165, 21)
$Favorites = GUICtrlCreateLabel (favorites: 25, 70, 43, 17)
$FavoritesDir = GUICtrlCreateInput (, 81, 66, 165, 21)
$Personal = GUICtrlCreateLabel (my document:, 25, 104, 55, 17)
$PersonalDir = GUICtrlCreateInput (, 81, 100, 165, 21)
GUICtrlCreateGroup (, -99, -99, 1, 1)
$Note = GUICtrlCreateInput (D:\MyDoc, transfer address, user directory, restore address, 15, 150, 240, 21)
GUICtrlSetState (-1, $GUI_DISABLE)
$Move = GUICtrlCreateButton (transfer (M)), 95, 183, 75, 25)
$Rest = GUICtrlCreateButton (R), 180, 183, 75, 25)
GUISetState (@SW_SHOW)
GUICtrlSetData ($DesktopDir, @Deskt
您可能关注的文档
- gsm知识学习(GSM knowledge learning).doc
- gtk学习手记(GTK learning notes).doc
- gy-50-l3g4200d-51mcu(gy - 50 - l3g4200d - 51mcu).doc
- gsk980td说明书(GSK980TD manual).doc
- haccp在搅拌型酸奶生产中的应用_质量控制论文-by_gnksguybb(The application of HACCP -by_gnksguybb _ quality control in the production of yoghurt).doc
- haproxy 安装手记(Haproxy installation notes).doc
- hdu专题训练(HDU special training).doc
- hp110加墨水方法(Hp110 ink method).doc
- hp5000操作面板菜单中英文对照表(HP5000 operation panel menu in Chinese and English).doc
- hql 参数绑定 笔记(HQL parameter binding note).doc
- wjaksd(wjaksd).doc
- word2007出错(Word2007出错).doc
- word ppt txt转化(word和ppt txt转化).doc
- word_selection 对象(word_selection对象).doc
- word图片格式转换(Word picture format conversion).doc
- word学习技巧及应用(Word learning skills and Applications).doc
- word尾注实现毕业论文参考文献编号及加方括号方法(The graduation thesis reference number and add square brackets word endnote).doc
- word操作题(Word operation questions).doc
- word格式排版技巧(Word formatting techniques).doc
- word添加参考文献、尾注(Add word references, endnote).doc
文档评论(0)