lazarus/examples/canvas_test/screenshotunit.lfm
paul 149d3a219a examples: correct canvas_test example:
- fix screenshot example bug (use GetDC(0) instead of DC = 0)
  - fix image example - clear LazIntfImage before experiments (part of issue #0019123)
  - remove all .lrs, .rc files and use .lfm, .res instead

git-svn-id: trunk@30244 -
2011-04-08 09:15:38 +00:00

28 lines
535 B
Plaintext

object frmScreenshot: TfrmScreenshot
Left = 291
Height = 240
Top = 152
Width = 320
Caption = 'Screenshot Test'
ClientHeight = 240
ClientWidth = 320
LCLVersion = '0.9.31'
object imgScreenshot: TImage
Left = 0
Height = 176
Top = 64
Width = 320
Align = alBottom
Anchors = [akTop, akLeft, akRight, akBottom]
end
object btnScreenshot: TBitBtn
Left = 17
Height = 30
Top = 15
Width = 143
Caption = 'Take Screenshot'
OnClick = btnScreenshotClick
TabOrder = 0
end
end