FNavForm.dfm 686 B

12345678910111213141516171819202122232425262728293031
  1. object NavForm: TNavForm
  2. Left = 276
  3. Top = 328
  4. BorderStyle = bsDialog
  5. Caption = 'NavForm'
  6. ClientHeight = 192
  7. ClientWidth = 192
  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. OldCreateOrder = False
  16. Position = poDesktopCenter
  17. PixelsPerInch = 96
  18. TextHeight = 13
  19. object Image: TImage32
  20. Left = 0
  21. Top = 0
  22. Width = 192
  23. Height = 192
  24. Bitmap.ResamplerClassName = 'TNearestResampler'
  25. BitmapAlign = baTopLeft
  26. Scale = 1.000000000000000000
  27. ScaleMode = smScale
  28. TabOrder = 0
  29. OnMouseDown = ImageMouseDown
  30. end
  31. end