home *** CD-ROM | disk | FTP | other *** search
/ Chip: 25 Years Anniversary / CHIP_25Jahre_Jubilaeum.iso / downloads / 400616 / data1.cab / Common-Lexware-Formulareditor23 / lxscroe6.ini < prev   
INI File  |  2003-04-01  |  6KB  |  325 lines

  1. ;INI-Datei fⁿr den Formulareditor ab Version 2.20
  2.  
  3. [Druckerbox]
  4. Anzeigen = 1
  5.  
  6. [Parser]
  7. Operators = +-*/=<>
  8. Delimiters = ,./<>?;:'"[]{}\|`~!@#$%^&*()-=+
  9. KWStartChars = 
  10. KWMiddleChars =
  11. KWEndChars =
  12. NumTags = 2
  13.  
  14. [Tag1]
  15. ColorGroup = String
  16. BeginTag = "
  17. EndTag="
  18. MultiLine=0
  19. EscapeChar=\
  20.  
  21. [Tag2]
  22. ColorGroup = Comment
  23. BeginTag = '
  24. EndTag = '
  25. MultiLine=0
  26. EscapeChar=\
  27.  
  28. [Editor]
  29. TabSize = 3
  30. AutoIndent = 1
  31. ShowWhitespace = 0
  32. VirtualWhitespace = 0
  33. ReplaceTabs = 0
  34. MatchCase = 0
  35.  
  36. [Font]
  37. FaceName = Courier New
  38. Size = 10
  39. Italic = 0
  40. Bold = 0
  41.  
  42. [ColorGroups]
  43. NumGroups = 10
  44. Group1 = Text
  45. Group2 = Text Selection
  46. Group3 = Number
  47. Group4 = Operator
  48. Group5 = Comment
  49. Group6 = String
  50. ;eigene:
  51. Group7 = keyword
  52. Group8 = function
  53. Group9 = type
  54. Group10 = const
  55.  
  56. [Text]
  57. Foreground = 0,0,0
  58. Background = 255,255,255
  59. DisplayName = Text
  60. Configurable = 1
  61. BackColorAutomatic = 1
  62. ForeColorAutomatic = 1
  63.  
  64. [Text Selection]
  65. Foreground = 255,255,255
  66. Background = 0,0,0
  67. BackColorAutomatic = 1
  68. ForeColorAutomatic = 1
  69. DisplayName=Text Selection
  70. Configurable=1
  71.  
  72. [Number]
  73. Foreground = 0,0,0
  74. Background = 255,255,255
  75. BackColorAutomatic = 1
  76. ForeColorAutomatic = 1
  77. DisplayName=Number
  78. Configurable=1
  79.  
  80. [Operator]
  81. Foreground = 0,0,0
  82. Background = 255,255,255
  83. BackColorAutomatic = 1
  84. ForeColorAutomatic = 1
  85. DisplayName=Operator
  86. Configurable=1
  87.  
  88. [Comment]
  89. Foreground = 0,128,0
  90. Background = 255,255,255
  91. BackColorAutomatic = 1
  92. ForeColorAutomatic=0
  93. DisplayName=Comment
  94. Configurable=1
  95.  
  96. [String]
  97. Foreground = 255,0,0
  98. Background = 255,255,255
  99. BackColorAutomatic = 1
  100. ForeColorAutomatic = 1
  101. DisplayName=String
  102. Configurable=1
  103.  
  104. [keyword]
  105. Foreground = 0,0,255
  106. Background = 255,255,255
  107. BackColorAutomatic = 1
  108. ForeColorAutomatic = 1
  109. DisplayName=keyword
  110. Configurable=1
  111.  
  112. [function]
  113. Foreground = 0,0,128
  114. Background = 255,255,255
  115. BackColorAutomatic = 1
  116. ForeColorAutomatic = 1
  117. DisplayName=function
  118. Configurable=1
  119.  
  120. [type]
  121. Foreground = 128,0,128
  122. Background = 255,255,255
  123. BackColorAutomatic = 1
  124. ForeColorAutomatic = 1
  125. DisplayName=type
  126. Configurable=1
  127.  
  128. [const]
  129. Foreground = 128,0,128
  130. Background = 255,255,255
  131. BackColorAutomatic = 1
  132. ForeColorAutomatic = 1
  133. DisplayName=const
  134. Configurable=1
  135.  
  136.  
  137. [Keywords]
  138. ; Keyw÷rter
  139. include=keyword
  140. function=keyword
  141. const=keyword
  142. dim=keyword
  143. as=keyword
  144. ref=keyword
  145. Declare=keyword
  146. external=keyword
  147. if=keyword
  148. then=keyword
  149. else=keyword
  150. end=keyword
  151. while=keyword
  152. do=keyword
  153. description=keyword
  154.  
  155. ; Datentypen
  156. bool=type
  157. numeric=type
  158. string=type
  159. object=type
  160. celltype=type
  161. CellTemplateType=type
  162. fonttype=type
  163. pentype=type
  164.  
  165. ; Konstanten
  166. null=const
  167. EVENT_START_PAGE=const
  168. EVENT_END_PAGE=const
  169. EVENT_PRINT_HEADER=const
  170. EVENT_PRINT_FOOTER=const
  171. EVENT_BREAK_TABLE=const
  172. EVENT_END_TABLE=const
  173. FONT_NORMAL=const
  174. FONT_BOLD=const
  175. FONT_ITALIC=const
  176. FONT_BOLD_ITALIC=const
  177. COLOR_TRANSPARENT=const
  178. COLOR_BLACK=const
  179. COLOR_WHITE=const
  180. COLOR_RED=const
  181. COLOR_GREEN=const
  182. COLOR_BLUE=const
  183. COLOR_LIGHTGREY=const
  184. PEN_SOLID=const
  185. PEN_DOT=const
  186. PEN_DASH=const
  187. PEN_NULL=const
  188. PAGE_PORTRAIT=const
  189. PAGE_LANDSCAPE=const
  190. PAGE_STANDARD=const
  191. TARGET_PRINTER=const
  192. TARGET_FILE=const
  193. TARGET_COM=const
  194. LINE_BOTTOM=const
  195. LINE_TOP=const
  196. CELL_ROOT=const
  197. CELL_BORDER_TOP=const
  198. CELL_BORDER_BOTTOM=const
  199. CELL_BORDER_LEFT=const
  200. CELL_BORDER_RIGHT=const
  201. CELL_BORDER_ALL=const
  202. CELL_TYPE_DYNHORZ=const
  203. CELL_TYPE_DYNVERT=const
  204. CELL_TYPE_HORZ=const
  205. CELL_TYPE_VERT=const
  206. CELL_TYPE_CLIP=const
  207. CELL_LINE_SEPARATOR=const
  208. CELL_WORD_WRAP=const
  209. CELL_TEXT_LEFT=const
  210. CELL_TEXT_RIGHT=const
  211. CELL_TEXT_CENTER=const
  212. hNullPen=const
  213. hDotPen=const
  214. hSolidPen=const
  215. page_orientation=const
  216. form_target=const
  217. form_description=const
  218. form_code=const
  219. form_version=const
  220. device_number=const
  221. device_description=const
  222. FN_DEFAULT=const
  223. FN_CUSTOM=const
  224. FN_LOCALE=const
  225. true=const
  226. false=const
  227.  
  228. ; Funktionen
  229. CreateObject=function
  230. ReleaseObject=function
  231. SetPos=function
  232. GetPos=function
  233. GetPosX=function
  234. GetPosY=function
  235. SetFont=function
  236. SetFontName=function
  237. SetFontSize=function
  238. SetFontType=function
  239. SetFontColor=function
  240. CreateFont=function
  241. SelectFont=function
  242. SetPen=function
  243. SetPenWidth=function
  244. SetPenType=function
  245. SetPenColor=function
  246. CreatePen=function
  247. SelectPen=function
  248. SetBodyMargin=function
  249. SetHeaderMargin=function
  250. SetFooterMargin=function
  251. SetTabs=function
  252. RemoveTab=function
  253. RemoveAllTabs=function
  254. GetPageNumber=function
  255. GetAreaLength=function
  256. GetAreaWidth=function
  257. GetLineHeight=function
  258. Now=function
  259. GetProgramName=function
  260. GetProgramVersion=function
  261. GetFormFileName=function
  262. SetFormatNumericOptions=function
  263. FormatNumeric=function
  264. FormatString=function
  265. FormatDate=function
  266. PageBreak=function
  267. T=function
  268. TL=function
  269. LF=function
  270. PAGENUMBER=function
  271. PRINTDATE=function
  272. SetWordWrap=function
  273. DrawText=function
  274. DrawTextLn=function
  275. DrawTextExt=function
  276. DrawLine=function
  277. DrawLineExt=function
  278. DrawHorzLine=function
  279. DrawRect=function
  280. DrawRectExt=function
  281. DrawBitmap=function
  282. CreateCell=function
  283. CreateCellEx=function
  284. CreateCellTemplate=function
  285. CreateCellFromTemplate=function
  286. DeleteCell=function
  287. DeleteCellChildren=function
  288. GetCellByIndex=function
  289. SetCellParent=function
  290. DuplicateCell=function
  291. SetCellFont=function
  292. SetCellBackground=function
  293. SetCellClip=function
  294. SetCellBorder=function
  295. SetCellText=function
  296. SetCellAlign=function
  297. SetCellTextBorder=function
  298. SetCellSize=function
  299. SetCellFlags=function
  300. GetCellWidth=function
  301. GetCellHeight=function
  302. SetHeaderCell=function
  303. SetFooterCell=function
  304. DrawCell=function
  305. SelectCellFont=function
  306. SelectCellBorder=function
  307. SetEventHandler=function
  308. DeleteEventHandler=function
  309. LXPlayMetafile=function
  310. Modulo=function
  311. DrawGIF=function
  312. DrawJPG=function
  313. StringRight=function
  314. StringLeft=function
  315. StringMid=function
  316. StringLength=function
  317. StringGetAt=function
  318. StringSetAt=function
  319. StringMakeUpper=function
  320. StringMakeLower=function
  321. GetObject=function
  322. StringToNumeric=function
  323. SetPrintDevice=function
  324. FormatOleDateTime=function
  325.