home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 270
- Top = 170
- BorderStyle = bsSingle
- Caption = 'Screen Capture '
- ClientHeight = 328
- ClientWidth = 537
- Color = clSilver
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- Menu = MainMenu1
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 14
- object Bevel2: TBevel
- Left = 271
- Top = 9
- Width = 257
- Height = 314
- Shape = bsFrame
- end
- object Bevel1: TBevel
- Left = 6
- Top = 9
- Width = 257
- Height = 314
- Shape = bsFrame
- end
- object CapturePicbuf: TSpeedButton
- Left = 14
- Top = 275
- Width = 239
- Height = 38
- Hint = 'Capture Screen to '#39'Picbuf'#39' Control'
- Caption = 'Capture Screen to Picbuf'
- ParentShowHint = False
- ShowHint = True
- OnClick = CapturePicbufClick
- end
- object CaptureTImage: TSpeedButton
- Left = 278
- Top = 275
- Width = 239
- Height = 38
- Hint = 'Capture Screen to Delphi TImage Component'
- Caption = 'Capture Screen to TImage'
- ParentShowHint = False
- ShowHint = True
- OnClick = CaptureTImageClick
- end
- object Picbuf1: TPicbuf
- Left = 14
- Top = 16
- Width = 239
- Height = 254
- Hint = 'Picbuf Control'
- ParentColor = False
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- ControlData = {
- 00000100A0220000B4150000FD00000000080000800F000080000352E30B918F
- CE119DE300AA004BB851010000009001444201000D4D532053616E7320536572
- 6966000001000000000000000000000000000001000000000000010000000000
- 00000000000000000000000000FF000000000000000000000000010001000000
- 0001000A0000000000000000000000000000000000000000}
- end
- object ScrollBox1: TScrollBox
- Left = 279
- Top = 17
- Width = 241
- Height = 253
- BorderStyle = bsNone
- TabOrder = 1
- object Image: TImage
- Left = 1
- Top = 0
- Width = 100
- Height = 100
- Hint = 'TImage Component'
- AutoSize = True
- ParentShowHint = False
- ShowHint = True
- end
- end
- object MainMenu1: TMainMenu
- Left = 15
- Top = 17
- object File1: TMenuItem
- Caption = 'File'
- ShortCut = 0
- object Exit1: TMenuItem
- Caption = 'Exit'
- ShortCut = 16472
- OnClick = Exit1Click
- end
- end
- end
- end
-