MainUnit.dfm 638 B

12345678910111213141516171819202122232425262728
  1. object FrmLineSimplification: TFrmLineSimplification
  2. Left = 0
  3. Top = 0
  4. Caption = 'Line Simplification'
  5. ClientHeight = 473
  6. ClientWidth = 692
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -11
  11. Font.Name = 'Tahoma'
  12. Font.Style = []
  13. OnCreate = FormCreate
  14. OnDestroy = FormDestroy
  15. OnKeyDown = FormKeyDown
  16. TextHeight = 13
  17. object PaintBox32: TPaintBox32
  18. Left = 0
  19. Top = 0
  20. Width = 692
  21. Height = 473
  22. Align = alClient
  23. TabOrder = 0
  24. OnMouseDown = PaintBox32MouseDown
  25. OnMouseUp = PaintBox32MouseUp
  26. OnPaintBuffer = PaintBox32PaintBuffer
  27. end
  28. end