fLineStippling.dfm 846 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. object FormLineStippling: TFormLineStippling
  2. Left = 216
  3. Top = 109
  4. Caption = 'Line Stippling Example'
  5. ClientHeight = 220
  6. ClientWidth = 249
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -11
  11. Font.Name = 'MS Sans Serif'
  12. Font.Style = []
  13. OldCreateOrder = False
  14. OnCreate = FormCreate
  15. PixelsPerInch = 96
  16. TextHeight = 13
  17. object Image: TImage32
  18. Left = 8
  19. Top = 8
  20. Width = 200
  21. Height = 200
  22. Bitmap.ResamplerClassName = 'TNearestResampler'
  23. BitmapAlign = baTopLeft
  24. Scale = 1.000000000000000000
  25. ScaleMode = smNormal
  26. TabOrder = 0
  27. end
  28. object ScrollBar: TScrollBar
  29. Left = 224
  30. Top = 8
  31. Width = 16
  32. Height = 201
  33. Kind = sbVertical
  34. Min = 1
  35. PageSize = 0
  36. Position = 50
  37. TabOrder = 1
  38. OnChange = ScrollBarChange
  39. end
  40. end