12345678910111213141516171819202122 |
- object Form2: TForm2
- Left = 0
- Top = 0
- Caption = 'Render to Bitmap'
- ClientHeight = 156
- ClientWidth = 269
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 0
- Top = 0
- Width = 265
- Height = 153
- end
- end
|