| # | Line 2 | Line 2 | inherited Form_BinEdit: TForm_BinEdit | |
|---|---|---|
| 2 | Caption = 'BinEdit' | |
| 3 | KeyPreview = True | |
| 4 | OnCloseQuery = FormCloseQuery | |
| 5 | + | OnCreate = FormCreate |
| 6 | OnKeyUp = FormKeyUp | |
| 7 | ExplicitWidth = 500 | |
| 8 | ExplicitHeight = 450 | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |