fNavD.dfm 826 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. object NavForm: TNavForm
  2. Left = 276
  3. Top = 328
  4. Margins.Left = 5
  5. Margins.Top = 5
  6. Margins.Right = 5
  7. Margins.Bottom = 5
  8. BorderStyle = bsDialog
  9. Caption = 'Nav Form'
  10. ClientHeight = 348
  11. ClientWidth = 359
  12. Color = clBtnFace
  13. Font.Charset = DEFAULT_CHARSET
  14. Font.Color = clWindowText
  15. Font.Height = -19
  16. Font.Name = 'MS Sans Serif'
  17. Font.Style = []
  18. FormStyle = fsStayOnTop
  19. Position = poScreenCenter
  20. PixelsPerInch = 168
  21. TextHeight = 24
  22. object Image: TImage32
  23. Left = 0
  24. Top = 0
  25. Width = 336
  26. Height = 336
  27. Margins.Left = 5
  28. Margins.Top = 5
  29. Margins.Right = 5
  30. Margins.Bottom = 5
  31. Bitmap.ResamplerClassName = 'TNearestResampler'
  32. BitmapAlign = baTopLeft
  33. Scale = 1.000000000000000000
  34. ScaleMode = smScale
  35. TabOrder = 0
  36. OnMouseDown = ImageMouseDown
  37. end
  38. end