home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / e / e002 / 1.ddi / ORIGIN.INI < prev    next >
Encoding:
INI File  |  1993-12-09  |  9.9 KB  |  413 lines

  1. [Config]
  2.  
  3. NumLevels=3
  4. ; Origin can have multiple menu sets, which
  5. ; are called levels.
  6. ; You can choose between the different levels
  7. ; from the Change Menu command in the Edit menu
  8. ; Each level is defined below by a Title
  9. ; and a File list. Number of levels defined
  10. ; is specified in the parameter above.
  11.  
  12. Title1=Full Menus
  13. File1=Macros Page Fit Math Wksheet Stat matrix
  14. ; The names in this list are config file names.
  15. ; They are assumed the file extension .CNF
  16. ; config files must be written in LabTalk scripts.
  17. ;
  18. ; MACROS.CNF: basic macros used by other config files
  19. ; PAGE.CNF    : page arrnge, rotate, control etc.
  20. ; FIT.CNF    : installs the Fit menu
  21. ; MATH.CNF    : installs the Math menu
  22. ; WKSHEET.CNF:    add commands to the worksheet menus
  23. ; STAT.CNF    : add statistical commands to the worksheet
  24.  
  25. Title2=Short Menus
  26. File2=Short
  27. ; SHORT.CNF    : Cut down on Origin's generic menus
  28. ; and not add any more.
  29.  
  30. Title3=Data Display Only
  31. File3=DDE
  32. ; DDE.CNF    :    This is for using Origin as a DDE graphic
  33. ; server, this file delete the Option,Page,Plot,Data menus
  34. ; and leave only File,Edit and Windows menu.
  35.  
  36. [Document]
  37. ; If the file for SYSVAR is specified, all variables with system
  38. ; attribute, like those defined in a configuration file,
  39. ; will be stored in this file and carried over to new
  40. ; documents
  41.  
  42. SYSVAR=
  43. ; the '.' in front of the file name
  44. ; instruct Origin to look for the file
  45. ; in the current directory instead of the
  46. ; default, namely the directory ORIGIN.EXE
  47. ; is located.
  48.  
  49. FileControl=1
  50. ;bit0, 1=Backup before saving.
  51. ;    copy the current document file to the software directory
  52. ;    with the filename=Backup.org before saving
  53. ;
  54. ;bit7, 128=disable closing any plot or worksheet window
  55. ;
  56. ;You can combine any of these bits.
  57. ;
  58.  
  59. [Options]
  60. ;Start-up settings for most of the commands in the Options menu
  61. ;(0=OFF, 1 = ON).
  62.  
  63. Level=1
  64. ;Starting menu level: 1,2,3..
  65.  
  66.  
  67. ScriptWindow=0; this has been moved to the Window menu.
  68.  
  69. Toolbox=1
  70. StatusBar=1
  71. ObjEdit=1; Object Edit Window for alignment and object orders
  72.  
  73. LayerIcons=1
  74. ActiveLayerIndicator=0
  75.  
  76. AxisOnGrids=0        ;Sets the axis grid.
  77. LabelsOnGrids=0    ;Sets the labels grid.
  78.  
  79. MaxSearchPts=500
  80. ; Start using bisection to
  81. ; search a point on a curve when clicked
  82. ; upon.
  83.  
  84. [Display]
  85.  
  86. PercentNoUpdate=70
  87. ;Do not update the window if it is more then
  88. ;PercentNoUpdate % covered by other windows
  89.  
  90. MaxShowPoints=300
  91. ;If number of data points to be displayed is
  92. ;greater than MaxShowPoints, skip drawing neighbouring
  93. ;points such that no more than MaxShowPoints
  94. ;are drawn.  This will speed screen display when
  95. ;working with large data files.  Printing is not affected.
  96. ;All data points will print.
  97.  
  98. SplineStep=30
  99. ; This number control the resolution(in 0.1 pts)
  100. ; in spline creation. The smaller the number,
  101. ; the finer the spline, but the longer to print or draw.
  102. ; if=10, spline point is calculated with an
  103. ; increment equal to 1 Point size in the X direction.
  104.  
  105. AxisOnGridSize=20
  106. LabelsOnGridSize=20
  107. ;Sets the spacing of grid lines in the axis and label grids.
  108. ;Grid sizes are in 1/1000 of paper width.
  109.  
  110. MasterItems=1
  111. ; Display the master page on each page if
  112. ; there is a plot window named Master present
  113. ; in the document
  114.  
  115. ; ConnectMissing=0
  116. ; Determines how missing data are plotted.
  117. ; 0="do not connect adjacent data points".
  118. ; 1="connect adjacent data points".
  119. ; Please note that this parameter is no longer used
  120. ; in the ini file. You can now edit
  121. ; this value from the Page Control dialog, which is
  122. ; activated by double-clicking on the edge of the page.
  123.  
  124. ; The following are the default settings
  125. ; for data display
  126. LineWidth=50
  127. ;in percent of one point (1/72 inch).
  128.  
  129. Color=0
  130. ;black=0,red=1,green=2,etc.
  131.  
  132.  
  133. CopyPageRedraw=1
  134. ;When copy page to the clipboard,
  135. ;redraw the page or not.
  136. ; if=0, fast copy but produce disk based
  137. ; metafile that might cause problem for
  138. ; some application.
  139.  
  140.  
  141. CopyPageRatio=50
  142. ;Size of the copied page when pasted
  143. ;into another application.
  144. ;100 means the pasted figure is
  145. ;at the same size as the page in 
  146. ;Origin
  147.  
  148. PrintNoBanding=1
  149. ; for device that support banding, this
  150. ; parameter can override that support
  151. ; if it is equal to 1, or enable
  152. ; that support if equal to 0
  153.  
  154. xScaleFactor=1000
  155. yScaleFactor=1000
  156. ; in 1/1000 of scale adjustment on printed pages
  157. ; If specify 1 inch and printed as 1.01 inch,
  158. ; set the corresponding factor to 1010
  159.  
  160. [Axis]
  161. ; The following are default settings that
  162. ; affect the axes only
  163. LineWidth=150
  164. ;in percent of one point (1/72 inch).
  165. ;Please note, these numbers used to be in
  166. ;1/500 units
  167.  
  168. Color=0
  169. ;black=0,red=1,green=2,etc.
  170.  
  171.  
  172. MajorGridWidth=50
  173. MinorGridWidth=30
  174. ;in percent of one point (1/72 inch).
  175.  
  176. LabelColor=0
  177. MajorGridColor=3
  178. MinorGridColor=2
  179.  
  180. MajorGridDash=0
  181. MinorGridDash=2
  182.  
  183. TickLength=80
  184. ; in 1/720 of an inch
  185. ; or 1/10 of a point
  186.  
  187. MinorTickLength=50
  188. ; in percent of TickLength
  189.  
  190. TickOutGap=70
  191. ; in percent of TickLength
  192. ; the distance between the axis tick
  193. ; labels and the ticks when they are outside
  194.  
  195. TickInGap=110
  196. ; in percent of TickLength
  197. ; the distance between the axis tick
  198. ; labels and the ticks when they are inside
  199.  
  200. TitleGap=100
  201. ; in percent of TickLength
  202. ; the distance between the axis numeric
  203. ; labels and the axis title
  204. ; 50=no gap, 60 = 10% gap out, 40 = 10% in
  205.  
  206.  
  207. Tick1E0as1=0
  208. ; For log scale, how to display 10^0 and 10^1
  209. ;=1 will display 10^0 as 1 and 10^1 as 10
  210. ;=0 will leave them as they are
  211.  
  212. MaxMajorTicks=13
  213. ; Maximum number of major tick marks allowed.
  214. ; This number will force Origin to reset the 
  215. ; major tick increment whenever the number of major
  216. ; ticks exceed this number
  217.  
  218. MaxTextTicks=80
  219.  
  220. [Font]
  221. ;Origin use both bitmap and vector fonts from Windows.
  222. ;The bitmap fonts are better looking but may not be 
  223. ;sized exactly when printed, or when pasted into other
  224. ;applications. Unless you have a PostScript printer, 
  225. ;you are advised to use the vector fonts:Roman,Modern.
  226.  
  227. LabelFontName=Arial
  228.  
  229. LabelFontSize=20
  230.  
  231. DefaultFontName=Arial
  232.  
  233. [Symbol]
  234.  
  235. BorderWidth=15
  236. ; in percentage of an open symbol's
  237. ; half diameter
  238.  
  239. LineSymbolGap=30
  240. ; in percentage of a symbol's diameter
  241. ; if=0, there would be no gap.
  242. ; max gap=256
  243.  
  244. [Text]
  245. ;The following four numbers are percent of currently selected font size
  246. LineSpacing=10
  247. SubScriptSize=75
  248. SubScriptOffset=50
  249. SuperScriptOffset=20
  250.  
  251. ScrViewNoFonts=1
  252. ; for even faster screen update. Also provides better reading when
  253. ; ATM is being used.  Disables all fonts and uses only
  254. ; the system font for screen display.  Printing is not affected.
  255.  
  256.  
  257. GreekFontName=Symbol
  258. ; the \g() font name
  259.  
  260. Legend=\L(%d) %%(%d)\r\n
  261. ;the string is in C printf format
  262. ;the two %d will both receive the layer
  263. ;content index.
  264. ;The %(i) notation take a @ argument
  265. ;@D=Dataset name (default)
  266. ;@C=Column name
  267. ;@W=Worksheet name
  268. ; Example
  269. ;    Legend=\L(%d) %%(%d,@Col)\r\n
  270. ; will put column names into the legend box
  271.  
  272. TextCntrlByte=0
  273. ;=1 to disable char by char positioning when generating
  274. ;     metafiles.
  275.  
  276. [Color]
  277. ;Height of gradient light source in percent
  278. ;of area size
  279. SourceHeight=40
  280. SourceIntensity=80
  281.  
  282. ;for horizontal and vertical
  283. ;gradient 
  284. Amplitude=12
  285.  
  286. PrintColorOnBW=0
  287. ;For Black and White output device,
  288. ;some may support dithering, like a PostScript device.
  289. ;Setting this to 1 will allow that.
  290.  
  291. [Dash]
  292. ;The following parameter controls
  293. ;whether to use Origin's software dashed line
  294. ;or the device driver's dashed line.  1=Use Origin's.
  295. Software=1
  296.  
  297.  
  298. ;Origin dash patterns are adjustable
  299. ;by setting the dash parameters, below.
  300. ;The various numbers specify the length
  301. ;of the line and the width of gap segments.
  302.  
  303. ;- - -
  304. dash1=20 22
  305.  
  306. ;....
  307. dash2=5 20
  308.  
  309. ;_._._
  310. dash3=24 12 5 12
  311.  
  312. ;_.._..
  313. dash4=18 12 5 12 5 12
  314.  
  315. ;--- short dash
  316. dash5=9 10
  317.  
  318. ;.... short dot
  319. dash6=3 6
  320.  
  321. ;-.- short dot dash
  322. dash7=15 8 3 8
  323.  
  324.  
  325. HatchGap=20
  326. ;in 1/10 of a millimeter
  327. ;the gap between hatch lines
  328. ;if=0, the default Windows Hatch is used
  329. ; instead of Origin's software hatch lines
  330.  
  331. HatchLineWidth=1
  332. ; if equal to 1, use 1 pixel black lines
  333. ; to draw the hatch lines.
  334. ; if equal to 0, use the same line style
  335. ; as the border of the box
  336.  
  337. [Data]
  338. ;Data set in origin can be in either
  339. ;double precision or in 4 bytes floating point
  340. ;Setting Double=0 will allow for twice the
  341. ;data to be used in Origin
  342. Double=1;0 for single precision 1 for double
  343.  
  344. [Math]
  345. AngularUnit=0
  346. ;0=radian
  347. ;1=degree
  348. ;2=Grad
  349.  
  350. PercentileInterp=1
  351. ;Percentile calculation to interpolate or not
  352. ;only meaningful if sample size is small
  353.  
  354. [Import]
  355. CntrlByte=3 ;read missing and reset range
  356. ;This parameter represent a control byte
  357. ; bit 0    or value 1
  358. ;        ReadMissing
  359. ;         if=0, import will terminate
  360. ;         when non numeric is encountered on
  361. ;         numeric columns.
  362. ;         if=1, import will terminate 
  363. ;         only if the end of file is reached.
  364.  
  365. ; bit 1    or value 2
  366. ;        Reset range
  367. ;        If set, auto reset all plot range to
  368. ;        reflect import data range
  369. ;        otherwise plot range will stay intact.
  370.  
  371.  
  372. ExtCntrlByte=1 ;
  373. ; 2nd control byte for additional infos
  374. ; bit 0 : rename column if first line consists of labels
  375. ; bit 1 : ask to rename first
  376. ; bit 2 : do not name worksheet after file name
  377.  
  378. [FitFunc]
  379. ; Fitting functions must all reside in the
  380. ; directory specified by the parameter below.
  381. ; If the path include a drive specification
  382. ; or if it start with a \
  383. ; it is taken as a complete path.
  384. ; Otherwise it is assumed to be the subdirectory
  385. ; of the Origin.exe directory.
  386. path=fitfunc\
  387.  
  388.  
  389. list1=ExpDecay ExpGrow ExpAssoc Gauss Lorentz Boltzman Logistic Hyperbl dHyperbl Pulse
  390. ; These are file names of the individual
  391. ; function definition files. The extensions
  392. ; for these files are assumed to be .F
  393. ; You may have multiple function lists, each
  394. ; should correspond to a Title/File level as
  395. ; specified in the CONFIG section of this file.
  396. [PIE]
  397. PATTERN=0 1 2 3 4 5 6 7 8
  398.  
  399. [AddOn]
  400. ;in the form cmdName=DLLname
  401. rs=labcom
  402. da=labdata
  403. gp=labgpib
  404. nlsf=nlfit
  405.  
  406. [WinPos]
  407. ObjEdit=549 469
  408. NLSF=140 313
  409.  
  410. [Tools]
  411. ObjEdit=9999
  412.  
  413.