12345678910111213141516171819202122232425262728293031323334353637383940 |
- object FormLineStippling: TFormLineStippling
- Left = 216
- Top = 109
- Caption = 'Line Stippling Example'
- ClientHeight = 220
- ClientWidth = 249
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Image: TImage32
- Left = 8
- Top = 8
- Width = 200
- Height = 200
- Bitmap.ResamplerClassName = 'TNearestResampler'
- BitmapAlign = baTopLeft
- Scale = 1.000000000000000000
- ScaleMode = smNormal
- TabOrder = 0
- end
- object ScrollBar: TScrollBar
- Left = 224
- Top = 8
- Width = 16
- Height = 201
- Kind = sbVertical
- Min = 1
- PageSize = 0
- Position = 50
- TabOrder = 1
- OnChange = ScrollBarChange
- end
- end
|