fNavD.dfm 640 B

1234567891011121314151617181920212223242526272829
  1. object NavForm: TNavForm
  2. Left = 276
  3. Top = 328
  4. BorderStyle = bsDialog
  5. Caption = 'Nav Form'
  6. ClientHeight = 218
  7. ClientWidth = 213
  8. Color = clBtnFace
  9. Font.Charset = DEFAULT_CHARSET
  10. Font.Color = clWindowText
  11. Font.Height = -11
  12. Font.Name = 'MS Sans Serif'
  13. Font.Style = []
  14. FormStyle = fsStayOnTop
  15. Position = poScreenCenter
  16. TextHeight = 13
  17. object Image: TImage32
  18. Left = 0
  19. Top = 0
  20. Width = 192
  21. Height = 192
  22. Bitmap.ResamplerClassName = 'TNearestResampler'
  23. BitmapAlign = baTopLeft
  24. Scale = 1.000000000000000000
  25. ScaleMode = smScale
  26. TabOrder = 0
  27. OnMouseDown = ImageMouseDown
  28. end
  29. end