| 1 |
object Form7: TForm7 |
| 2 |
Left = 0 |
| 3 |
Top = 0 |
| 4 |
Width = 584 |
| 5 |
Height = 537 |
| 6 |
HorzScrollBar.Visible = False |
| 7 |
VertScrollBar.Visible = False |
| 8 |
BorderStyle = bsSizeToolWin |
| 9 |
Caption = 'CharOverview' |
| 10 |
Color = clBtnFace |
| 11 |
Font.Charset = DEFAULT_CHARSET |
| 12 |
Font.Color = clWindowText |
| 13 |
Font.Height = -11 |
| 14 |
Font.Name = 'Tahoma' |
| 15 |
Font.Style = [] |
| 16 |
OldCreateOrder = False |
| 17 |
OnCloseQuery = FormCloseQuery |
| 18 |
OnCreate = FormCreate |
| 19 |
OnResize = FormResize |
| 20 |
PixelsPerInch = 96 |
| 21 |
TextHeight = 13 |
| 22 |
object grid: TStringGrid |
| 23 |
Left = 0 |
| 24 |
Top = 0 |
| 25 |
Width = 577 |
| 26 |
Height = 345 |
| 27 |
ColCount = 1 |
| 28 |
DefaultColWidth = 80 |
| 29 |
DefaultRowHeight = 16 |
| 30 |
FixedCols = 0 |
| 31 |
RowCount = 20 |
| 32 |
FixedRows = 0 |
| 33 |
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goEditing] |
| 34 |
TabOrder = 0 |
| 35 |
end |
| 36 |
end |