| 1234567891011121314151617181920212223242526272829303132333435363738 |
- object NavForm: TNavForm
- Left = 276
- Top = 328
- Margins.Left = 5
- Margins.Top = 5
- Margins.Right = 5
- Margins.Bottom = 5
- BorderStyle = bsDialog
- Caption = 'Nav Form'
- ClientHeight = 348
- ClientWidth = 359
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -19
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Position = poScreenCenter
- PixelsPerInch = 168
- TextHeight = 24
- object Image: TImage32
- Left = 0
- Top = 0
- Width = 336
- Height = 336
- Margins.Left = 5
- Margins.Top = 5
- Margins.Right = 5
- Margins.Bottom = 5
- Bitmap.ResamplerClassName = 'TNearestResampler'
- BitmapAlign = baTopLeft
- Scale = 1.000000000000000000
- ScaleMode = smScale
- TabOrder = 0
- OnMouseDown = ImageMouseDown
- end
- end
|