VBScript PDF Conversion Tool. 2. Constant Definition

Source: Internet
Author: User
Tags constant definition text to pdf

Constant Definition

 

'================================================ ===============================< Br/> 'constant <br/> 'configuration <br/> '================================== =====================================================< br/> const mainconfigfilename = "Main. conf "<br/> const configfiledir =" config/"<br/> const keyvaluedelimiter =" = "<br/> const colordelimiter = ", "<br/> const markdelimiter =" | "<br/> const commentmarkdelimiter =", "< Br/> const configcommentsmark = "; "<br/> const configkey_description =" Description "<br/> const cipher =" iscasesensitive "<br/> const configkey_keywordcolor =" keywordcolor "<br/> const configkey_keywordconf =" keywordconf ""<br/> const configkey_extkeywordcolor =" extkeywordcolor "<br/> const configkey_extkeywordconf =" extkeywordconf "<br/> const configkey_backwardword =" backwardwor D "<br/> const Signature =" commentsmark "<br/> const configkey_stringmark =" stringmark "<br/> const configkey_fontname =" fontname "<br/> const configkey_fontsize =" fontsize "<br/> const configkey_fontcolor =" fontcolor "<br/> const configval_carriagereturn ="/N "<br/> '======== ========================================================== =====================< br/> 'constant <br/> 'registry <br/> '====== ===== ========================================================== =======================< Br/> const regkeytype = "reg_expand_sz" <br/> const regkeyvaluetemplate = "% WINDIR %/ system32/cscript. EXE "" $ scriptpath $ "% 1" <br/> const associatekeytemplate = "hkcr /. $ extention $/"<br/> const commandkeytemplate =" hkcr/$ associatekeyvalue $/Shell/to PDF (& T) /command/"<br/> const regtempkey_scriptpath =" $ scriptpath $ "<br/> const regtempkey _ EXT = "$ extention $" <br/> const regtempkey_assockeyval = "$ associatekeyvalue $" <br/> '============ ========================================================== ===============< br/> 'constant <br/> 'convertion Process <br/> '======== ========================================================== ================================< br/> const str_progdesc = "a tool to convert files into PDF" <br/> const str_rights = "igame 2011. all rights reserved. "<br/> con St str_from = "original file" <br/> const str_to = "target file" <br/> const str_line = "number of rows" <br/> const str_folder = "directory" <br /> const str_foldernotspecified = "unspecified directory" <br/> const str_wordtempfileprefix = "~ $ "<Br/> const str_filedoesnotexist =" file does not exist "<br/> const str_jobdone =" complete "<br/> const str_fileconverted =" file converted "<br/> const str_format = "format" <br/> const str_plaintext = "plain text" <br/> const str_regsuccessfully = "text to PDF tool registered successfully! "<Br/> const str_unregsuccessfully =" text to PDF tool unregistered successfully! "<Br/> const shortext =" pdf "<br/> const wordformatpdf = 17' PDF format. <br/> const folderview_window_handle = & H0 <br/> const placement = & h4000 <br/> const folderview_option_rootrecent = 8 <br/> const folderview_caption = "select to convert to PDF <br/> const killwordappcommand = "taskkill.exe/f/IM winword.exe" <br/> const defaultwordencoding = "Courier" <br/> const argprefix = "/" <br /> const argregister = "/register" <br/> const argunregister = "/unregister" <br/> const argversion = "/V" <br/> const argsupportedfilelist = "/ s "<br/> const arghelp ="/H "<br/> 'word enumeration status <br/> const stat_comments =" 1 "<br/> const stat_string =" 2 "<br/> const stat_other =" 3 "<br/> dim iscscript <br/> dim removeoriginalfile <br/> dim defaultkeywordcolor, defaultextkeywordcolor, defacommcommentscolor, defaultstringcolor <br/> const defaultfontname = "" <br/> const Highlight = "13" <br/> dim defaultfontcolor <br/> removeoriginalfile = false <br/> defaultkeywordcolor = RGB (0, 0,255) <br/> defaultextkeywordcolor = RGB (0,128,128) <br/> defacommcommentscolor = RGB (0,128, 0) <br/> defaultstringcolor = RGB (128, 0, 0) <br/> defaultfontcolor = RGB (0, 0, 0)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.