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