home *** CD-ROM | disk | FTP | other *** search
- object Form11: TForm11
- Left = 76
- Top = 84
- BorderStyle = bsDialog
- Caption = 'Form11'
- ClientHeight = 373
- ClientWidth = 592
- Font.Color = clBlack
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 120
- Position = poScreenCenter
- OnActivate = FormActivate
- TextHeight = 16
- object Bevel1: TBevel
- Left = 4
- Top = 96
- Width = 485
- Height = 273
- Shape = bsFrame
- IsControl = True
- end
- object CancelBtn: TBitBtn
- Left = 496
- Top = 150
- Width = 89
- Height = 33
- Caption = '&Exit'
- TabOrder = 2
- Kind = bkCancel
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object ListBox1: TListBox
- Left = 12
- Top = 104
- Width = 469
- Height = 261
- ItemHeight = 16
- Sorted = True
- TabOrder = 0
- end
- object preview: TBitBtn
- Left = 497
- Top = 109
- Width = 88
- Height = 32
- Caption = 'Pre&View'
- TabOrder = 1
- OnClick = previewClick
- end
- object Panel1: TPanel
- Left = 4
- Top = 12
- Width = 581
- Height = 77
- TabOrder = 3
- object Label2: TLabel
- Left = 16
- Top = 8
- Width = 553
- Height = 53
- Alignment = taCenter
- Caption =
- 'This is a demonstration of the TPrintWin Component. It displays ' +
- 'all the fonts that the currently selected printer can use. Pleas' +
- 'e avoid using the fonts that does not print well in this test'
- Color = clBtnFace
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- WordWrap = True
- end
- object Shape1: TShape
- Left = 32
- Top = 68
- Width = 525
- Height = 5
- end
- end
- object PrintWin1: TPrintWin
- About = 'Version 5.32'
- AboutRegistered = 'TOM SNIDER'
- HeaderFont.Color = clBlack
- HeaderFont.Height = -20
- HeaderFont.Name = 'Arial'
- HeaderFont.Style = [fsBold]
- Font.Color = clWindowText
- Font.Height = 16
- Font.Name = 'Arial'
- Font.Style = []
- FooterFont.Color = clWindowText
- FooterFont.Height = 12
- FooterFont.Name = 'Arial'
- FooterFont.Style = []
- FrameObjects = True
- clBtnFaceAsWhite = True
- OutputTo = poViewer
- Orientation = Default
- Units = poInches
- ViewButtonVisible = False
- ShowCancelDialog = True
- LineWidth = 0
- Copies = 1
- GridBackDrop = False
- GridBackDropUnits = poInches
- ZoomPercentage = 25.000000000000000000
- HeaderTop = 0.500000000000000000
- HeaderLeft = 0.500000000000000000
- HeaderStringLeft = ' '
- HeaderStringCenter = 'Font Print Test'
- HeaderStringRight = ' '
- HeaderEnabled = True
- HeaderOutlined = True
- HeaderFilled = False
- TextColor = clBlack
- ViewBkColor = 11234567
- ViewHeading = 'Printit Viewer'
- HeadingColor = clSilver
- FrameStyle = frThin
- FooterTop = 25.130000000000000000
- FooterString = ' '
- FooterEnabled = True
- FooterOutlined = True
- FooterFilled = False
- FixSansSerif = True
- FooterStringLeft = 'Printed on @Date at @Time'
- FooterStringRight = 'Page @Page'
- BorderLeft = 0.500000000000000000
- BorderRight = 0.500000000000000000
- LineSpacing = 2.800000000000000000
- Left = 236
- Top = 96
- end
- end
-