ener.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Arrange All (Alt+O,A)
■ Arranges all open windows in a tiled format.
 
■ Normally, in the programming environment, windows overlap
  each other as they get added or opened. For example:
 
  ┌│■│       [1] MAINMOD.BAS       │▼││▲│┐┌─────Project─────┐
  │       ┌│■│         [2] 2MOD.BAS        │▼││▲│┐ ╔══════╗ │
  │       │                                      ↑ ║ Code ║ │
  │       │                                      ↓ ╚══════╝ │
  │       │                                      ─          │
  │       └←░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░→│           │
  │                                      ││                 │
  └──────────────────────────────────────┘│                 │
                                          │                 │
                                          └─────────────────┘
 
■ If you choose Arrange All from the Windows menu, open
  windows are sized so that they don't overlap. For example:
 
  ┌│■│       [1] MAINMOD.BAS       │▼││▲│┐┌────Project────┐
  │                                      ↑│ ╔════╗ ╔════╗ │
  │                                      ░│ ║Form║ ║Code║ │
  │                                      ↓│ ╚════╝ ╚════╝ │
  │                                      ─│ MAINMOD.BAS   │
  └←░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░→│ │ 2MOD.BAS      │
  ┌───────────[2] 2MOD.BAS───────────────┐│               │
  │                                      ││               │
  │                                      ││               │
  │                                      ││               │
  └──────────────────────────────────────┘└───────────────┘