home *** CD-ROM | disk | FTP | other *** search
- object TestForm: TTestForm
- Left = 466
- Top = 121
- Width = 272
- Height = 224
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 8
- Top = 48
- Width = 105
- Height = 105
- Picture.Data = {<image000.bmp>}
- end
- object Image2: TImage
- Left = 0
- Top = 48
- Width = 65
- Height = 105
- Picture.Data = {<image001.bmp>}
- end
- object Edit1: TEdit
- Left = 120
- Top = 48
- Width = 121
- Height = 21
- TabOrder = 0
- Text = 'Edit1'
- end
- object Edit2: TEdit
- Left = 120
- Top = 72
- Width = 121
- Height = 21
- TabOrder = 1
- Text = 'Edit2'
- end
- object Button6: TButton
- Left = 88
- Top = 8
- Width = 75
- Height = 25
- Caption = 'Print'
- TabOrder = 2
- OnClick = Button6Click
- end
- object Button1: TButton
- Left = 8
- Top = 8
- Width = 75
- Height = 25
- Caption = 'Edit'
- TabOrder = 3
- OnClick = Button1Click
- end
- object Memo1: TMemo
- Left = 72
- Top = 120
- Width = 185
- Height = 73
- Lines.Strings = (
- 'Memo1')
- TabOrder = 4
- end
- object PrintManager: TPrintManager
- OnNeedStream = PrintManagerNeedStream
- Left = 208
- Top = 8
- end
- end
-