FrymasterVB/map.txt

33 lines
577 B
Plaintext

graph TD
A[CMNDPROC]
B[Cmdproc-2.frm]
C[Cmdproc-1.frm]
D[CMNDPROC.BAS]
E[CMNDPROC.FRM]
F[Module1]
G[Module2]
A --> B
A --> C
A --> D
A --> E
A --> F
A --> G
B --> H[txtMonitor]
B --> I[cmdClearSpoolFiles]
B --> J[filBuffers]
C --> K[txtMonitor]
C --> L[cmdClearSpoolFiles]
C --> M[filBuffers]
D --> N[ProcessCommand()]
D --> O[GetCommandHistory()]
D --> P[SetCommandPrompt()]
F --> Q[ErrorHandler()]
G --> R[ErrorHandler()]
E --> S[Form_Load()]
E --> T[Form_Unload()]