請選擇 進入手機版 | 繼續訪問電腦版

微剋多資訊

 找回密碼
 註冊

Sign in with google

Google帳號登入

搜索

該用戶從未簽到

升級   0%

發表於 2012-9-3 19:10 | 顯示全部樓層 |閱讀模式
本帖最後由 rictirse 於 2012-11-17 21:05 編輯

噹噹撰寫的 一件安裝版本 3.3.8.1:載點
AutoIt 3.3.8.1主程式:載點
AutoIt Script Editor(編輯器):載點


中文說明書




1.主程式安裝完
2.將SciTE4AutoIt3.zip解壓縮取代 %Program Files%AutoIt3SciTE 裡面全部資料
3.開啟%Program Files%AutoIt3SciTESciTE.exe
4.Options → Open Global Options File

貼上以下代碼後存檔
  1. # Global initialisation file for SciTE
  2. # For Linux, place in $prefix/share/scite
  3. # For Windows, place in same directory as SciTE.EXE (or Sc1.EXE)
  4. # Documentation at http://www.scintilla.org/SciTEDoc.html

  5. # Globals

  6. # Window sizes and visibility
  7. if PLAT_WIN
  8.         position.left=0
  9.         position.top=0
  10. if PLAT_GTK
  11.         position.left=5
  12.         position.top=22
  13. position.width=-1
  14. position.height=-1
  15. #position.maximize=1
  16. #position.tile=1
  17. #full.screen.hides.menu=1
  18. minimize.to.tray=0
  19. split.vertical=0
  20. #output.horizontal.size=200
  21. #output.vertical.size=60
  22. #output.initial.hide=1
  23. #horizontal.scrollbar=0
  24. #horizontal.scroll.width=10000
  25. horizontal.scroll.width.tracking=0

  26. #output.horizontal.scrollbar=0
  27. #output.horizontal.scroll.width=10000
  28. #output.horizontal.scroll.width.tracking=0
  29. #output.scroll=0
  30. #error.select.line=1
  31. #end.at.last.line=0
  32. tabbar.visible=1
  33. tabbar.hide.one=1
  34. tabbar.multiline=1
  35. toolbar.visible=1
  36. #toolbar.detachable=1
  37. #toolbar.usestockicons=1
  38. #menubar.detachable=1
  39. #undo.redo.lazy=1
  40. statusbar.visible=1
  41. fileselector.width=800
  42. fileselector.height=600
  43. #fileselector.show.hidden=1
  44. magnification=-1
  45. output.magnification=-1

  46. # Sizes and visibility in edit pane
  47. line.margin.visible=1
  48. line.margin.width=5
  49. margin.width=16
  50. fold.margin.width=16
  51. #fold.margin.colour=#FF0000
  52. #fold.margin.highlight.colour=#0000FF
  53. blank.margin.left=4
  54. #blank.margin.right=4
  55. buffered.draw=1
  56. #two.phase.draw=0
  57. use.palette=0

  58. # Element styles
  59. #view.eol=1
  60. #control.char.symbol=.
  61. caret.period=500
  62. view.whitespace=0
  63. view.indentation.whitespace=1
  64. view.indentation.guides=1
  65. view.indentation.examine=3
  66. highlight.indentation.guides=1
  67. #caret.fore=#FF0000
  68. #caret.additional.blinks=0
  69. #caret.width=2
  70. caret.line.back=#FFFED8
  71. #caret.line.back.alpha=63
  72. edge.column=200
  73. edge.mode=0
  74. edge.colour=#F9F9F9
  75. braces.check=1
  76. braces.sloppy=1
  77. selection.fore=#006000
  78. # DADADA used as background because it yields standard silver C0C0C0
  79. # on low colour displays and a reasonable light grey on higher bit depths
  80. if PLAT_WINNT
  81.         selection.alpha=50
  82.         selection.back=#F0A0A8

  83. if PLAT_GTK
  84.         selection.alpha=30
  85.         selection.back=#000000
  86. if PLAT_MAC
  87.         selection.alpha=32
  88.         selection.back=#000000
  89. #selection.additional.fore=#0000A0
  90. #selection.additional.back=#000080
  91. #selection.additional.alpha=20
  92. #selection.multiple=0
  93. #selection.additional.typing=0
  94. #virtual.space=3
  95. #rectangular.selection.modifier=4
  96. #whitespace.fore=#FF0000
  97. #whitespace.back=#FFF0F0
  98. #error.marker.fore=#0000A0
  99. #error.marker.back=#DADAFF
  100. #bookmark.fore=#808000
  101. #bookmark.back=#FFFFA0
  102. #bookmark.alpha=
  103. #find.mark=#0000FF
  104. #highlight.current.word=1
  105. #highlight.current.word.by.style=1
  106. #highlight.current.word.colour=#00D040
  107. #indicators.alpha=63
  108. #indicators.under=1
  109. #use.monospaced=1
  110. # Scripting
  111. ext.lua.startup.script=$(SciteDefaultHome)/Lua/SciTEStartup.lua
  112. ext.lua.auto.reload=1
  113. ext.lua.reset=1

  114. # Checking
  115. are.you.sure=1
  116. #are.you.sure.for.build=1
  117. #save.all.for.build=1
  118. #quit.on.close.last=1
  119. load.on.activate=1
  120. #save.on.deactivate=1
  121. #are.you.sure.on.reload=1
  122. reload.preserves.undo=1
  123. check.if.already.open=1
  124. #temp.files.sync.load=1
  125. default.file.ext=.au3
  126. source.default.extensions=.au3|.ini|.bat
  127. title.full.path=1
  128. title.show.buffers=1
  129. #pathbar.visible=1
  130. save.recent=1
  131. save.session=1
  132. session.bookmarks=1
  133. session.folds=1
  134. save.position=1
  135. open.dialog.in.file.directory=1
  136. #open.dialog.in.file.directory=1
  137. strip.trailing.spaces=1

  138. ensure.final.line.end=0
  139. ensure.consistent.line.ends=1
  140. #save.deletes.first=1
  141. #save.check.modified.time=1
  142. buffers=20
  143. buffers.zorder.switching=1
  144. #api.*.cxx=d:apiw.api
  145. #locale.properties=locale.de.properties
  146. #translation.missing=***
  147. read.only=0
  148. #max.file.size=1

  149. # Indentation
  150. tabsize=4
  151. indent.size=4
  152. use.tabs=1
  153. #indent.auto=1
  154. indent.automatic=1
  155. indent.opening=0
  156. indent.closing=0
  157. #tab.indents=0
  158. #backspace.unindents=0

  159. # Wrapping of long lines
  160. #wrap=1
  161. #wrap.style=2
  162. #cache.layout=3
  163. #output.wrap=1
  164. #output.cache.layout=3
  165. #wrap.visual.flags=3
  166. #wrap.visual.flags.location=3
  167. #wrap.indent.mode=1
  168. #wrap.visual.startindent=4

  169. # Folding
  170. # enable folding, and show lines below when collapsed.
  171. fold=1
  172. fold.compact=1
  173. fold.flags=16
  174. fold.symbols=3
  175. #fold.highlight=1
  176. #fold.highlight.colour=#00C0C0
  177. fold.on.open=0
  178. fold.comment=1
  179. fold.preprocessor=1

  180. # Find and Replace
  181. # Internal search always available with recursive capability so use in preference to external tool
  182. find.command=
  183. # findstr is available on recent versions of Windows including 2000
  184. if PLAT_WIN
  185.         find.command=findstr /n /s /I "$(find.what)" "$(find.files)"
  186. #find.input=$(find.what)
  187. #if PLAT_GTK
  188. #        find.command=grep --line-number "$(find.what)" $(find.files)
  189. find.files=*.au3
  190. #find.in.files.close.on.find=0
  191. #find.in.dot=1
  192. #find.in.binary=1
  193. #find.close.on.find=0

  194. #find.replace.matchcase=1
  195. #find.replace.escapes=1
  196. #find.replace.regexp=1
  197. #find.replace.regexp.posix=1
  198. #find.replace.wrap=0
  199. #find.replacewith.focus=0
  200. find.replace.advanced=1
  201. #find.use.strip=1
  202. #replace.use.strip=1
  203. #strip.button.height=24

  204. # Behaviour
  205. #eol.mode=LF
  206. #eol.auto=1
  207. clear.before.execute=1
  208. #vc.home.key=1
  209. #wrap.aware.home.end.keys=1
  210. autocompleteword.automatic=0
  211. autocomplete.choose.single=0
  212. caret.policy.xslop=1
  213. caret.policy.width=20
  214. caret.policy.xstrict=0
  215. caret.policy.xeven=0
  216. caret.policy.xjumps=0
  217. caret.policy.yslop=1
  218. caret.policy.lines=1
  219. caret.policy.ystrict=1
  220. caret.policy.yeven=1
  221. caret.policy.yjumps=0
  222. #visible.policy.strict=1
  223. #visible.policy.slop=1
  224. #visible.policy.lines=4
  225. time.commands=1
  226. #caret.sticky=1
  227. #properties.directory.enable=1

  228. # Status Bar
  229. statusbar.number=4
  230. statusbar.text.1=
  231. li=$(LineNumber) co=$(ColumnNumber) $(OverType) ($(EOLMode)) $(FileAttr)
  232. statusbar.text.2=
  233. $(BufferLength) chars in $(NbOfLines) lines. Sel: $(SelLength) chars.
  234. statusbar.text.3=
  235. Now is: Date=$(CurrentDate) Time=$(CurrentTime)
  236. statusbar.text.4=
  237. $(FileNameExt) : $(FileDate) - $(FileTime) | $(FileAttr)

  238. if PLAT_WIN
  239.         command.scite.help="file://$(SciteDefaultHome)Scite4AutoIt3.chm"
  240.         command.scite.help.shortcut=Ctrl+F1
  241.         command.scite.help.subsystem=2
  242. if PLAT_GTK
  243.         command.print.*=a2ps "$(FileNameExt)"
  244.         command.scite.help=netscape "file://$(SciteDefaultHome)/SciTEDoc.html"

  245. # Internationalisation
  246. # Japanese input code page 932 and ShiftJIS character set 128
  247. #code.page=932
  248. #character.set=128
  249. # Unicode
  250. #code.page=65001
  251. code.page=0
  252. #character.set=204
  253. # Required for Unicode to work on GTK+:
  254. #LC_CTYPE=en_US.UTF-8
  255. if PLAT_GTK
  256.         output.code.page=65001
  257. if PLAT_MAC
  258.         output.code.page=65001

  259. # Export
  260. #export.keep.ext=1
  261. export.html.wysiwyg=1
  262. #export.html.tabs=1
  263. #export.html.folding=1
  264. export.html.styleused=1
  265. #export.html.title.fullpath=1
  266. #export.rtf.tabs=1
  267. #export.rtf.font.face=Arial
  268. #export.rtf.font.size=9
  269. #export.rtf.tabsize=8
  270. #export.rtf.wysiwyg=0
  271. #export.tex.title.fullpath=1
  272. # Magnification (added to default screen font size)
  273. export.pdf.magnification=0
  274. # Font: Courier, Helvetica or Times (Courier line-wraps)
  275. export.pdf.font=Helvetica
  276. # Page size (in points): width, height
  277. # E.g. Letter 612,792; A4 595,842; maximum 14400,14400
  278. export.pdf.pagesize=595,842
  279. # Margins (in points): left, right, top, bottom
  280. export.pdf.margins=72,72,72,72
  281. export.xml.collapse.spaces=1
  282. export.xml.collapse.lines=1

  283. # Define values for use in the imported properties files
  284. chars.alpha=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
  285. chars.numeric=0123456789
  286. chars.accented=???濬鍍邇辭曩驚✽ルノ扙抏呠毞俀昵砏唦桍秪郠崞淴笭鱢恒篶櫊箒餹誴?
  287. # This is a better set for Russian:
  288. #chars.accented=濬鍍邇辭曩驚邪✽ルノ扙抏呠毞俀昵砏唦桍秪郠崞淴翊釬惉湀絟跅嫈毻稓?


  289. # The open.filter setting is only used on Windows where the file selector has a menu of filters to apply
  290. # to the types of files seen when opening.
  291. # There is a limit (possibly 256 characters) to the length of a filter,
  292. # so not all source extensions can be in this setting.
  293. source.files=*.asm;*.au3;*.bcx;*.c;*.cc;*.cpp;*.cxx;*.cs;*.h;*.hh;*.hxx;*.hpp;
  294. *.idl;*.odl;*.rc;*.rc2;*.dlg;*.def;
  295. *.vb;*.vbs;*.bas;*.frm;*.cls;*.ctl;
  296. *.java;*.js;*.py;*.pl;*.rb;*.cgi;*.lua;*.conf;
  297. make*;*.mak;
  298. *.properties;*.html;*.xml;*.iface;*.bat;*.e

  299. if PLAT_WIN
  300.         all.files=All Files (*.*)|*.*|
  301. if PLAT_GTK
  302.         all.files=All Files (*)|*|Hidden Files (.*)|.*|
  303. if PLAT_MAC
  304.         all.files=All Files (*.*)|*.*|
  305. open.filter=
  306. All Source|$(source.files)|
  307. $(all.files)
  308. $(filter.ada)
  309. $(filter.au3)
  310. $(filter.conf)
  311. $(filter.asm)
  312. $(filter.asn1)
  313. $(filter.ave)
  314. $(filter.baan)
  315. $(filter.bash)
  316. $(filter.caml)
  317. $(filter.cmake)
  318. $(filter.cpp)
  319. #$(filter.ch)
  320. $(filter.css)
  321. $(filter.d)
  322. $(filter.eiffel)
  323. $(filter.erlang)
  324. $(filter.fortran)
  325. $(filter.gap)
  326. #$(filter.hs)
  327. $(filter.idl)
  328. $(filter.inno)
  329. $(filter.java)
  330. $(filter.js)
  331. $(filter.kix)
  332. $(filter.lout)
  333. $(filter.lua)
  334. $(filter.matlab)
  335. $(filter.metapost)
  336. $(filter.mmixal)
  337. #$(filter.modula3)
  338. $(filter.nncrontab)
  339. $(filter.nsis)
  340. $(filter.opal)
  341. $(filter.pascal)
  342. $(filter.perl)
  343. $(filter.php)
  344. $(filter.pov)
  345. $(filter.powershell)

  346. $(filter.prg)
  347. $(filter.properties)
  348. $(filter.ps)
  349. $(filter.python)
  350. $(filter.r)
  351. $(filter.ruby)
  352. $(filter.sql)
  353. $(filter.specman)
  354. $(filter.tcl)
  355. $(filter.tex)
  356. $(filter.text)
  357. $(filter.txt2tags)
  358. $(filter.vb)
  359. $(filter.web)
  360. $(filter.yaml)
  361. $(filter.verilog)
  362. $(filter.vhdl)

  363. save.filter=$(filter.au3) $(open.filter)

  364. # Give symbolic names to the set of fonts used in the standard styles.
  365. if PLAT_WIN
  366.         font.base=font:Verdana,size:10,$(font.override)
  367.         font.small=font:Verdana,size:8,$(font.override)
  368.         font.comment=font:Comic Sans MS,size:9,$(font.override)
  369.         font.code.comment.box=$(font.comment),$(font.override)
  370.         font.code.comment.line=$(font.comment),$(font.override)
  371.         font.code.comment.doc=$(font.comment),$(font.override)
  372.         font.code.comment.nested=$(font.comment),$(font.override)
  373.         font.text=font:Times New Roman,size:11,$(font.override)
  374.         font.text.comment=font:Verdana,size:9,$(font.override)
  375.         font.embedded.base=font:Verdana,size:9,$(font.override)
  376.         font.embedded.comment=font:Comic Sans MS,size:8,$(font.override)
  377.         font.vbs=font:Lucida Sans Unicode,size:10,$(font.override)
  378.         font.monospace=font:Courier New,size:10
  379.         font.override=$(font.monospace)

  380. if PLAT_GTK
  381.         font.base=font:!Bitstream Vera Sans,size:9
  382.         font.small=font:!Bitstream Vera Sans,size:8
  383.         font.comment=font:!Bitstream Vera Serif,size:9
  384.         font.code.comment.box=$(font.comment)
  385.         font.code.comment.line=$(font.comment)
  386.         font.code.comment.doc=$(font.comment)
  387.         font.code.comment.nested=$(font.comment)
  388.         font.text=font:!Bitstream Charter,size:10
  389.         font.text.comment=font:!Serif,size:9
  390.         font.embedded.base=font:!Serif,size:9
  391.         font.embedded.comment=font:!Serif,size:9
  392.         font.monospace=font:!Bitstream Vera Sans Mono,size:9
  393.         font.vbs=font:!Bitstream Vera Sans Mono,size:9
  394. if PLAT_MAC
  395.         font.base=font:Verdana,size:12
  396.         font.small=font:Verdana,size:10
  397.         font.comment=font:Georgia,size:13
  398.         font.code.comment.box=$(font.comment)
  399.         font.code.comment.line=$(font.comment)
  400.         font.code.comment.doc=$(font.comment)
  401.         font.code.comment.nested=$(font.comment)
  402.         font.text=font:Times New Roman,size:13
  403.         font.text.comment=font:Verdana,size:11
  404.         font.embedded.base=font:Verdana,size:11

  405.         font.embedded.comment=font:Comic Sans MS,size:10
  406.         font.monospace=font:Courier New,size:12
  407.         font.vbs=font:Lucida Sans Unicode,size:12
  408. font.js=$(font.comment)

  409. # Old GTK+ font settings are faster but not antialiased
  410.         #~ font.base=font:lucidatypewriter,size:12
  411.         #~ font.small=font:lucidatypewriter,size:10
  412.         #~ font.comment=font:new century schoolbook,size:12
  413.         #~ font.code.comment.box=$(font.comment)
  414.         #~ font.code.comment.line=$(font.comment)
  415.         #~ font.code.comment.doc=$(font.comment)
  416.         #~ font.text=font:times,size:14
  417.         #~ font.text.comment=font:lucidatypewriter,size:10
  418.         #~ font.embedded.base=font:lucidatypewriter,size:12
  419.         #~ font.embedded.comment=font:lucidatypewriter,size:12
  420.         #~ font.monospace=font:courier,size:12
  421.         #~ font.vbs=font:new century schoolbook,size:12

  422. # Give symbolic names to the set of colours used in the standard styles.
  423. colour.code.comment.box=fore:#007F00
  424. colour.code.comment.line=fore:#007F00
  425. colour.code.comment.doc=fore:#3F703F
  426. colour.code.comment.nested=fore:#A0C0A0
  427. colour.text.comment=fore:#0000FF,back:#D0F0D0
  428. colour.other.comment=fore:#007F00
  429. colour.embedded.comment=back:#E0EEFF
  430. colour.embedded.js=back:#F0F0FF
  431. colour.notused=back:#FF0000


  432. colour.number=fore:#007F7F
  433. colour.keyword=fore:#00007F
  434. colour.string=fore:#7F007F
  435. colour.char=fore:#7F007F
  436. colour.operator=fore:#000000
  437. colour.preproc=fore:#7F7F00
  438. colour.error=fore:#FFFF00,back:#FF0000

  439. # Global default styles for all languages
  440. # Default
  441. style.*.32=$(font.base)
  442. # Line number
  443. style.*.33=back:#C0C0C0,$(font.base)
  444. # Brace highlight
  445. style.*.34=fore:#0000FF,bold
  446. # Brace incomplete highlight
  447. style.*.35=fore::#009933,bold
  448. # Control characters
  449. style.*.36=
  450. # Indentation guides
  451. style.*.37=fore:#C0C0C0,back:#FFFFFF

  452. # Printing - only works on Windows
  453. if PLAT_WIN
  454.         #print.colour.mode=1
  455.         print.magnification=-1
  456.         # Setup: left, right, top, bottom margins, in local units:
  457.         # hundredths of millimeters or thousandths of inches
  458.         print.margins=1500,1000,1000,1500
  459.         # Header/footer:
  460.         # && = &; &p = current page
  461.         # &f = file name; &F = full path
  462.         # &d = file date; &D = current date
  463.         # &t = file time; &T = full time
  464.         print.header.format=$(FileNameExt) -- Printed on $(CurrentDate), $(CurrentTime) -- Page $(CurrentPage)
  465.         print.footer.format=$(FilePath) -- File date: $(FileDate) -- File time: $(FileTime)
  466.         # Header/footer style

  467.         print.header.style=font:Arial,size:12,bold
  468.         print.footer.style=font:Arial Narrow,size:10,italics

  469. # Warnings - only works on Windows and needs to be pointed at files on machine
  470. #if PLAT_WIN
  471. #        warning.findwrapped=100,E:WindowsMediaSFXBoing.wav
  472. #        warning.notfound=0,Effect.wav
  473. #        warning.wrongfile=0,Glass.wav
  474. #        warning.executeok=0,Fanfare.wav
  475. #        warning.executeko=100,GlassBreak.wav
  476. #        warning.nootherbookmark=100,Boing2.wav

  477. # Define the Lexer menu,
  478. # Each item contains three parts: menu string | file extension | key
  479. # The only keys allowed currently are based on F-keys and alphabetic keys and look like
  480. # [Ctrl+][Shift+][Fn|a] such as F12 or Ctrl+Shift+D.
  481. # A '&' may be placed before a letter to be used as an accelerator. This does not work on GTK+.

  482. #~ keyText=Shift+F11
  483. #~ keyMake=Ctrl+Shift+F11
  484. #~ keyHTML=F12
  485. #~ keyXML=Shift+F12
  486. # On OS X, F11 is used by Expose, F12 by Dashbard
  487. if PLAT_MAC
  488.         keyText=Shift+F13
  489.         keyMake=Ctrl+Shift+F13
  490.         keyHTML=Ctrl+Shift+F14
  491.         keyXML=Shift+F14

  492. menu.language=
  493. #FreeBasic|bas||
  494. Text|txt|Shift+F11|
  495. #Ada|ads||
  496. AutoIt3|au3|Shift+F12|
  497. #Apache Confi&g|conf||
  498. #Assembler|asm||
  499. #ASN.1|asn1||
  500. #Avenue|ave||
  501. #Baan|bc||
  502. &Batch|bat||

  503. #Bullant|ant||
  504. #&C / C++|cpp||
  505. #CMake|cmake||
  506. #C&#|cs||
  507. #COBOL|cob||
  508. #Csound|orc||
  509. CSS|css||
  510. #D|d||
  511. &Difference|diff||
  512. #&Eiffel|e||
  513. #Erlang|erl||
  514. #&Errorlist|err||
  515. #FlagShip|prg||
  516. #&Fortran|f90||
  517. &Fortran|f90||
  518. #Gap|g||
  519. #Haskell|hs||
  520. H&ypertext|html|$(keyHTML)|
  521. #&InnoSetup|iss||
  522. #&Java|java||
  523. #Java&Script|js||
  524. #&Kix|kix||
  525. #Lisp|lisp||
  526. #Lot|lot||
  527. #Lout|lt||
  528. Lu&a|lua||
  529. #Matlab|m.matlab||
  530. #&Makefile|mak||
  531. #MetaPost|mp||
  532. #MMIXAL|mms||
  533. #Modula-3|m3||
  534. #&nnCron crontab|tab||
  535. #NSIS|nsis||
  536. #Objective Caml|ml||
  537. #Octave|m.octave||
  538. #Opal|impl||
  539. #Pascal|pas||
  540. #Pe&rl|pl||
  541. #P&HP|php||
  542. #P&LSQL|spec||
  543. #P&ostScript|ps||
  544. #P&OV-Ray SDL|pov||
  545. #PowerShell|ps1||
  546. #PowerPro|powerpro||
  547. &Properties|properties||
  548. #Pytho&n|py||
  549. #R|R||
  550. #Reso&urce|rc||
  551. #Ruby|rb||
  552. #Shell|sh||
  553. #S&QL|sql||
  554. #Specman|e||
  555. #&TCL|tcl||
  556. #TeX|tex||
  557. #&txt2tags|t2t||
  558. #&VB|vb||
  559. #VBScr&ipt|vbs||
  560. #Verilog|v||
  561. #VHDL|vhd||
  562. #&XML|xml||
  563. #&YAML|yaml||

  564. # User defined key commands
  565. user.shortcuts=
  566. Ctrl+Shift+V|IDM_PASTEANDDOWN|
  567. Ctrl+PageUp|IDM_PREVFILE|
  568. Ctrl+PageDown|IDM_NEXTFILE|
  569. KeypadPlus|IDM_EXPAND|
  570. KeypadMinus|IDM_BLOCK_COMMENT|
  571. Ctrl+F1|IDM_HELP_SCITE|
  572. #user.context.menu=
  573. #||
  574. #Next File|IDM_NEXTFILE|

  575. #Prev File|IDM_PREVFILE|

  576. # import propertiesall the language specific properties files
  577. #import propertiesabaqus
  578. #import propertiesada
  579. import propertiesasm
  580. #import propertiesasn1
  581. import propertiesau3
  582. #import propertiesave
  583. #import propertiesbaan
  584. import propertiesbcx
  585. #import propertiesfreebasic
  586. #import propertiesblitzbasic
  587. #import propertiesbullant
  588. import propertiescaml
  589. import propertiesconf
  590. #import propertiescobol
  591. import propertiescpp
  592. #import propertiescmake
  593. #import propertiescsound
  594. import propertiescss
  595. import propertiesd
  596. #import propertieseiffel
  597. #import propertieserlang
  598. #import propertiesescript
  599. #import propertiesflagship
  600. #import propertiesforth
  601. #import propertiesfortran
  602. #import propertiesgap
  603. #import propertieshaskell
  604. import propertieshtml
  605. #import propertiesinno
  606. import propertieskix
  607. #import propertieslisp
  608. #import propertieslot
  609. #import propertieslout
  610. import propertieslua
  611. #import propertiesmatlab
  612. #import propertiesmetapost
  613. #import propertiesmmixal
  614. #import propertiesmodula3
  615. #import propertiesnimrod
  616. #import propertiesnncrontab
  617. import propertiesnsis
  618. #import propertiesopal
  619. import propertiesothers
  620. import propertiespascal
  621. import propertiesperl
  622. #import propertiespov
  623. #import propertiespowerpro
  624. #import propertiespowershell
  625. import propertiesps
  626. #import propertiespurebasic
  627. import propertiespython
  628. #import propertiesr
  629. #import propertiesrebol
  630. #import propertiesruby
  631. #import propertiesscriptol
  632. #import propertiessmalltalk

  633. #import propertiesspice
  634. import propertiessql
  635. #import propertiesspecman
  636. #import propertiestacl
  637. #import propertiestal
  638. import propertiestcl
  639. #import propertiestxt2tags
  640. import propertiestex
  641. import propertiesvb
  642. #import propertiesyaml
  643. #import propertiesverilog
  644. #import propertiesvhdl
複製代碼
樓主熱門主題

簽到天數: 1

該用戶今日未簽到

升級   100%

發表於 2012-9-4 01:50 | 顯示全部樓層
最近AutoIt越來越夯
正想搭這股熱潮寫一些實用的小東西
屆時再上來跟版主請教
先謝過版主的分享了!

使用道具

簽到天數: 13

該用戶今日未簽到

升級   100%

發表於 2013-2-10 11:37 | 顯示全部樓層
噹噹,我真的好喜歡你寫的教學文章喔!!
你很棒!!
加油

使用道具

簽到天數: 1

該用戶今日未簽到

升級   11.11%

發表於 2013-11-24 23:34 | 顯示全部樓層
第一次接觸AUTOIT這個簡單就能寫出小程式的工具
看到噹噹版主用心又詳細的教學
相信應該不會太難上手
已下載成功並開始使用中
有任何問題再麻煩各位高手解答唷^^"

使用道具

您需要登入後才可以回帖 登入 | 註冊

本版積分規則

小黑屋|Archiver|微剋多資訊(MicroDuo)

GMT+8, 2024-3-28 18:15

Discuz! X

© 2009-2023 Microduo

快速回覆 返回頂部 返回列表