UnitMain.dfm 970 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. object FormMain: TFormMain
  2. Left = 0
  3. Top = 0
  4. BorderStyle = bsNone
  5. ClientHeight = 480
  6. ClientWidth = 640
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -12
  11. Font.Name = 'Segoe UI'
  12. Font.Style = []
  13. KeyPreview = True
  14. Position = poDesigned
  15. WindowState = wsMaximized
  16. OnKeyPress = FormKeyPress
  17. TextHeight = 15
  18. object Image32: TImage32
  19. Left = 0
  20. Top = 0
  21. Width = 640
  22. Height = 480
  23. Cursor = crHandPoint
  24. Align = alClient
  25. Bitmap.DrawMode = dmBlend
  26. Bitmap.CombineMode = cmMerge
  27. Bitmap.ResamplerClassName = 'TNearestResampler'
  28. BitmapAlign = baCenter
  29. Scale = 1.000000000000000000
  30. ScaleMode = smNormal
  31. MouseZoom.Enabled = True
  32. MouseZoom.Animate = True
  33. TabOrder = 0
  34. OnMouseDown = Image32MouseDown
  35. OnMouseMove = Image32MouseMove
  36. OnMouseUp = Image32MouseUp
  37. OnPaintStage = Image32PaintStage
  38. ExplicitLeft = 12
  39. ExplicitTop = 8
  40. end
  41. end