MainUnit.lfm 707 B

12345678910111213141516171819202122232425262728
  1. object FrmLineSimplification: TFrmLineSimplification
  2. Left = 520
  3. Height = 473
  4. Top = 380
  5. Width = 692
  6. Caption = 'Line Simpification - Use the mouse to draw an arbitrary polyline; Hit [ENTER] for further reduction'
  7. ClientHeight = 473
  8. ClientWidth = 692
  9. Color = clBtnFace
  10. Font.Color = clWindowText
  11. Font.Height = -11
  12. Font.Name = 'Tahoma'
  13. OnCreate = FormCreate
  14. OnDestroy = FormDestroy
  15. OnKeyDown = FormKeyDown
  16. LCLVersion = '1.0.1.4'
  17. object PaintBox32: TPaintBox32
  18. Left = 0
  19. Height = 473
  20. Top = 0
  21. Width = 692
  22. Align = alClient
  23. TabOrder = 0
  24. OnMouseDown = PaintBox32MouseDown
  25. OnMouseUp = PaintBox32MouseUp
  26. OnPaintBuffer = PaintBox32PaintBuffer
  27. end
  28. end