| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | inherited Form_Preview: TForm_Preview | |
| 2 | Caption = 'Preview' | |
| 3 | + | OnCreate = FormCreate | 
| 4 | + | ExplicitWidth = 500 | 
| 5 | + | ExplicitHeight = 450 | 
| 6 | PixelsPerInch = 96 | |
| 7 | TextHeight = 13 | |
| 8 | inherited content: TPanel | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines (old) | 
| > | Changed lines (new) |