# | Line 1 | Line 1 | |
---|---|---|
1 | inherited Form_BinEdit: TForm_BinEdit | |
2 | Caption = 'BinEdit' | |
3 | + | KeyPreview = True |
4 | OnCloseQuery = FormCloseQuery | |
5 | OnKeyUp = FormKeyUp | |
6 | + | ExplicitWidth = 500 |
7 | + | ExplicitHeight = 450 |
8 | PixelsPerInch = 96 | |
9 | TextHeight = 13 | |
10 | inherited content: TPanel |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |