mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-06 08:12:42 +02:00

- 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 -
28 lines
535 B
Plaintext
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
|