Really, this should be it, for the passing income.
[capital-apms-progress.git] / catalyst.ini
blob2229201fb703b9fa24e683f806cc49c0cb7f1bdd
1 [Startup]
2 V6Display=no
3 ;ImmediateDisplay=yes
4 ;MultitaskingInterval=15
5 DefaultFont=Lucida Console, size 9
6 DefaultFixedFont=Lucida Console, size 8
7 ;PROMSGS=
8 Use-3D-Size=Yes
9 AllowDesignMode=yes
10 DLC=p:\dlc
11 PROBUILD=p:\dlc\PROBUILD
13 PROPATH=.,TRIGGER,WIN,WIN\DRL,PANEL,VWR\MNT,VWR\DRL,LNK,SEC,VWR\SEL,p:\dlc,p:\dlc\GUI,p:\dlc\PROBUILD\EUCAPP\EUC.PL,p:\dlc\PROBUILD\EUCAPP,RPLCTN
15 [Colors]
16 ;******************************************************************************
17 ; THE DEFINITION OF COLORS 0 THROUGH 15 IS STANDARD ACROSS PROGRESS SUPPORTED
18 ; PLATFORMS. AS SUCH, CHANGING THEIR VALUES MAY AFFECT PORTABILITY.
19 ; IN ADDITION, THE PROGRESS ADE USES COLORS 0 THROUGH 15. CHANGING THESE
20 ; COLORS MAY AFFECT THE APPEARANCE OF THE PROGRESS ADE.
21 color0=0,0,0
22 color1=0,0,128
23 color2=0,128,0
24 color3=0,128,128
25 color4=128,0,0
26 color5=128,0,128
27 color6=128,128,0
28 color7=128,128,128
29 color8=192,192,192
30 color9=0,0,255
31 color10=0,255,0
32 color11=0,255,255
33 color12=255,0,0
34 color13=255,0,255
35 color14=255,255,0
36 color15=255,255,255
38 NORMAL=0,15
39 INPUT=15,0
40 MESSAGES=15,1
41 color16=255,255,240
42 color17=255,255,180
43 color18=255,200,221
44 color19=0,0,0
45 color20=0,0,0
46 color21=0,0,0
47 color22=0,0,0
48 color23=0,0,0
49 color24=0,0,0
50 color25=0,0,0
51 color26=0,0,0
52 color27=0,0,0
53 color28=0,0,0
54 color29=0,0,0
55 color30=0,0,0
56 color31=0,0,0
58 [Default Window]
59 ;x=
60 ;y=
61 ;rows=
62 ;columns=
64 [fonts]
65 ;******************************************************************************
66 ; THE DEFINITION OF FONT 0 THROUGH 7 IS PRIVATE TO THE PROGRESS ADE.
67 ; MODIFYING FONTS 0 THROUGH 7 MAY PREVENT THE PROGRESS ADE FROM RUNNING.
68 ; The following fonts definitions correspond to the ADE standards.
69 ; ? - Note choice of DefaultFont above (=FixedSys)
70 ; 0 - Fixed System Font (1 char per PPU)
71 ; 1 - Proportional System Font
72 ; 2 - Editor Font for 4GL program entry
73 ; 3 - TTY Simulator (should be fixed)
74 ; 4 - for dynamically-sized widgets, eg status-line, selection-list
75 ; 5 - static, eg combo-boxes
76 ; 6 - dynamic, bold (TranMan2)
77 ; 7 - reserved
78 font0=Lucida Console, size 8 ; Editor widgets etc.
79 font1=MS Sans Serif, size 8 ; Prompts (default font)
80 font2=Arial Monospaced, size 9 ; Editor
81 font3=Arial Monospaced, size 8
82 font4=MS Sans Serif, size=8
83 font5=MS Sans Serif, size=8
84 font6=MS Sans Serif, size=8, bold
85 font7=System
86 font8=Lucida Console, size 8 ; Browser Font
87 font9=MS Sans Serif, size 8 ; Buttons
88 font10=MS Sans Serif, size 8 ; Prompts
89 font11=Lucida Console, size 8 ; Fill Ins
90 font12=MS Sans Serif, size 14 bold ; Headings Large
91 font13=MS Sans Serif, size 12 bold ; Headings Medium
92 font14=MS Sans Serif, size 10 bold ; Headings Small
93 font15=Lucida Sans Unicode, size 7 ; Window manager font
95 ; Font for select button symbols
96 font16=Wingdings, size=14 Script=symbol
97 ; Font for symbols in browse
98 font17=Wingdings, size 9.5 Script=symbol
100 font18=Lucida Console, size 8
101 font19=Lucida Console, size 8
102 font20=Times New Roman, size 10
103 font21=Arial Monospaced, size 10
104 font22=Arial, size 10
105 font23=Arial Narrow, size 10
106 font24=Courier New, size 8
107 font25=Courier New, size 8
108 font26=Courier New, size 8
109 font27=Courier New, size 8
110 ;font28=Arial Monospaced, size 7.5 ; Font for Report viewer
111 font28=Courier, size 8 ; Font for Report viewer
112 font29=Courier New, size 6.8 ; Font for Report output
113 font30=Arial Monospaced, size 5
114 font31=Arial Monospaced, size 6
115 font32=Arial Monospaced, size 7
116 font33=Arial Monospaced, size 8
117 font34=Arial Monospaced, size 9
118 font35=Arial Monospaced, size 10
121 [Debug-Init]
122 ;******************************************************************************
123 ; THE FOLLOWING INFORMATION IS PRIVATE TO THE DEBUGGER. IT SHOULD NEVER BE
124 ; MODIFIED EXCEPT BY THE DEBUGGER PROGRAM.
126 Location=
127 Pane0=1,46," "
128 Pane1=1,14,""
129 Pane2=1,16,"Commands in Queue: 0"
130 Pane3=1,25,""
131 DebuggerName=PRODEBUG.EXE
133 [Debug-Macros]
134 Macro0=r, run &file
135 Macro1=c, continue
136 Macro2=s, step
137 Macro3=n, next
138 Macro4=b, break &file &line
139 Macro5=cb, cancel break &file &line
140 Macro6=sb, show breaks
141 Macro7=ss, show stack
142 Macro8=u, up
143 Macro9=d, down
144 Macro10=di, display &text
145 Macro11=sm, show macros
147 [Debug-Buttons]
148 Button0=Run,run &file
149 Button1=Cont,continue
150 Button2=Step,step
151 Button3=Next,next
152 Button4=Break,break &file &line
153 Button5=Stack,show stack
154 Button6=Up,up
155 Button7=Down,down
156 Button8=Disp,display &text
157 Button9=Exit,exit
159 [ProADE]
160 ;DividerFgColor=15
161 ;DividerBgColor=1
162 ;OKBoxFgColor=1
163 ;OKBoxBgColor=8
164 ;FillinFgColor=0
165 ;FillinBgColor=8
166 ;Editor4GLFgColor=DEFAULT
167 ;Editor4GLBgColor=DEFAULT
168 ;Editor4GLFgSmallColor=0
169 ;Editor4GLBgSmallColor=8
170 ;FixedFont=0
171 ;StandardFont=1
172 ;Editor4GLFont=2
174 [Proedit]
175 SaveSettings=yes
176 BufList=
177 ExitWarning=no
178 SaveBufList=yes
179 MinimizeBeforeRun=no
180 RestoreAfterRun=yes
181 PauseAfterRun=yes
182 AutoCleanup=yes
183 EditorFont=2
184 New=SHIFT-F3
185 Open=F3
186 Close=F8
187 NewProcedureWindow=CTRL-F3
188 Save=F6
189 SaveAs=SHIFT-F6
190 Cut=CTRL-X
191 Copy=CTRL-C
192 Paste=CTRL-V
193 Find=CTRL-F
194 FindNext=F9
195 FindPrevious=SHIFT-F9
196 Replace=CTRL-R
197 GotoLine=CTRL-G
198 List=CTRL-L
199 NextBuffer=F7
200 PreviousBuffer=SHIFT-F7
201 Run=F2
202 CheckSyntax=SHIFT-F2
203 Debug=SHIFT-F4
204 CompilerMessages=CTRL-E
205 Undo=CTRL-Z
206 MRUFile1=D:\Documents and Settings\Gavin\My Documents\apms\export.p
207 MRUFile2=P:\code\process\one-off\fix\delete-batch.p
208 MRUFile3=P:\code\vwr\mnt\v-crdtor.w
209 MRUFile4=F:\Catalyst\APMS\apms\win\drl\w-trent.w
211 [RBStartup]
212 ;RBSTARTUP=
214 [ReportBuilderSaveList]
215 ActionBar=1
216 FormatBar=1
217 FieldNames=0
218 SortFieldNames=0
219 ShowHiddenTables=1
220 PasteArgs=1
221 ShHzRul=1
222 ShVtRul=1
223 ShGrd=1
224 Maximize=1
225 NotFirstTime=0
226 Library=
227 Report=Schedules
229 [ReportBuilderPreferences]
230 InstantRep=2
231 PromptFields=1
232 ScrBarHz=1
233 ScrBarVt=1
234 PromptConnection=1
236 [ReportBuilderDefaults]
237 DefMeas=1
238 PgLM=9
239 BotM=50
240 LeftM=100
241 RightM=50
242 TopM=100
243 RulPit=24
244 VRulPit=24
245 Pts=80
246 SnapTo=1
247 Color=0
248 WidthRep=1
249 WidthColor=8
250 FaceName=Arial Narrow
251 LogF=No
252 LogT=Yes
253 LibDir=
254 DatabaseDir=
255 ImgDir=bitmaps
256 UDFDirectory=
257 MemExt=TXT
258 ImgExt=BMP
259 ImageQuality=0
261 [uib]
263 [Procomp]
264 SaveSettings=yes
265 MRUFile2=C:\dev\code\vwr\mnt\v-tenantcall-viewer.w
266 MRUFile3=C:\dev\code\vwr\mnt\v-tenantcall-viewer-x.w
267 MRUFile4=C:\dev\code\vwr\mnt\v-person-viewer.w
268 PaletteVisualization=Menu
269 PaletteItemsPerRow=3
270 CustomObjectFiles=src\template\activex.cst,src\template\shared.cst,src\template\smart.cst,src\template\progress.cst
271 SaveSettings=no
272 MostRecentlyUsedFileList=yes
273 PrintDialog=yes
274 MRUEntries=9
275 AdvisorSettings=-----------
276 LocalHost=andrew
277 WebBrowser=C:\PROGRA~1\INTERN~1\iexplore.exe
278 OpenNewBrowser=yes
279 WebBroker=http://localhost/scripts/cgiip.exe/WService=wsbroker1
280 RemoteFileManagement=no
281 PropertyEditorPosition=354,211,317,295
282 ABMainLocation=27,10
283 MRUFile1=C:\dev\code\vwr\mnt\d-tenant-call.w
284 MRUFile5=C:\dev\code\win\sysmgr.w
285 MRUFile6=C:\dev\code\vwr\drl\b-person.w
286 MRUFile7=C:\dev\code\process\logo\ttpl.p
287 MRUFile8=C:\dev\code\vwr\drl\b-tenant-call.w
288 MRUFile9=C:\dev\code\process\logo\catnet.p
289 FileSpec01=F:\Catalyst\APMS\apms\win\drl\w-trent.w,
290 DefFileSpec=*.p *.w
291 LogFile=compile.log
292 ShowStatus=yes
293 RemoveOldRs=yes
294 IfNoR=no
295 SubDirs=yes
296 SaveNewRs=yes
297 XrefAppend=no
298 ListAppend=no
299 PageLength=60
300 PageWidth=80
301 V6Frame=No
302 StreamIO=no
303 FileSpec03=p:\code\vwr\mnt\v-ivoice.w,
304 MinRcodeSize=no
305 GenerateMD5=no
307 [ProAB]
308 MRUFile1=P:\other-apms\apms\test.p
309 MRUFile2=P:\other-apms\apms\process\report\taxinvce.p
310 MRUFile3=P:\code\inc\method\m-hpgl.i
311 MRUFile4=P:\code\inc\method\m-mstvwr.i
312 PaletteLoc=-1,-1
313 PaletteVisualization=Menu
314 PaletteItemsPerRow=3
315 SaveSettings=no
316 MRUEntries=9
317 AdvisorSettings=-----------
318 LocalHost=BSOD
319 WebBrowser=C:\Program Files\Opera\Opera.exe
320 OpenNewBrowser=yes
321 WebBroker=http://localhost/scripts/cgiip.exe/WService=wsbroker1
322 RemoteFileManagement=no
323 ABMainLocation=91,0
324 MRUFile5=P:\code\inc\method\m-drlvwr.i
325 MRUFile6=P:\code\vwr\drl\b-crdtor.w
326 MRUFile7=P:\jacks\code\process\report\vchenqry.p
327 MRUFile8=P:\jacks\code\process\report\invoice-statement.p
328 MRUFile9=P:\jacks\code\vwr\mnt\v-vchenq.w
329 [ADM]
330 Color3DFace=32
331 Color3DHighLight=33
332 Color3DShadow=34
333 [Debug-Temp-Macros]
334 M00000001=MACRO r run &file
335 M00000002=MACRO c continue
336 M00000003=MACRO s step
337 M00000004=MACRO n next
338 M00000005=MACRO b break &file &line
339 M00000006=MACRO cb cancel break &file &line
340 M00000007=MACRO sb show breaks
341 M00000008=MACRO ss show stack
342 M00000009=MACRO u up
343 M0000000A=MACRO d down
344 M0000000B=MACRO di display &text
345 M0000000C=MACRO sm show macros