■ 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───────────────┐│ │
│ ││ │
│ ││ │
│ ││ │
└──────────────────────────────────────┘└───────────────┘