home *** CD-ROM | disk | FTP | other *** search
- object Form01: TForm01
- Left = 51
- Top = 119
- Width = 512
- Height = 98
- HorzScrollBar.Visible = False
- Caption = 'Form01'
- Font.Color = clWindowText
- Font.Height = -18
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 120
- Position = poScreenCenter
- TextHeight = 20
- object View: TBitBtn
- Left = 404
- Top = 0
- Width = 89
- Height = 33
- Caption = '&View'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnClick = ViewClick
- end
- object Memo1: TMemo
- Left = 8
- Top = 73
- Width = 421
- Height = 268
- Alignment = taCenter
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Times New Roman'
- Font.Style = []
- Lines.Strings = (
- 'Comments: The Rectangles surrounding the above TEST strings'
- 'shows the exact sizes reported by your printer driver for the'
- 'specific fonts and sizes'
- ''
- 'These values were obtained with the functions:'
- ''
- ' GetDeviceCaps(Printer.Handle, LOGPIXELSX) and'
- ' GetDeviceCaps(Printer.Handle, LOGPIXELSY)'
- ''
-
- 'and converted to the specific units (Inches or Centimetre) that ' +
- 'you'
- 'are using and rounded to 2 decimals'
- ''
- 'As you will notice, they are sometimes not quite accurate and'
- 'can differ from printer to printer.'
- ''
-
- 'The values on top of each rectangle indicate the Width and Heigh' +
- 't'
- 'of each rectangle')
- ParentFont = False
- TabOrder = 1
- Visible = False
- end
- object Memo2: TMemo
- Left = 16
- Top = 16
- Width = 377
- Height = 45
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- Lines.Strings = (
- 'This demo will display and optionally print some'
- 'font information of the currently selected printer.'
- ''
- '')
- ParentFont = False
- TabOrder = 2
- end
- object Exit: TBitBtn
- Left = 404
- Top = 32
- Width = 89
- Height = 33
- Caption = '&Exit'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ModalResult = 1
- ParentFont = False
- TabOrder = 3
- OnClick = ExitClick
- end
- object PrintWin1: TPrintWin
- About = 'Version 5.32'
- AboutRegistered = 'TOM SNIDER'
- HeaderFont.Color = clWindowText
- HeaderFont.Height = 16
- HeaderFont.Name = 'Arial'
- HeaderFont.Style = []
- 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 = 100.000000000000000000
- HeaderTop = 0.500000000000000000
- HeaderLeft = 0.500000000000000000
- HeaderStringLeft = ' '
- HeaderStringCenter = ' '
- HeaderStringRight = ' '
- HeaderEnabled = True
- HeaderOutlined = False
- HeaderFilled = False
- TextColor = clBlack
- ViewBkColor = 11234567
- ViewHeading = 'Printit Viewer'
- HeadingColor = clSilver
- FrameStyle = frThin
- FooterTop = 10.170000000000000000
- FooterString = ' '
- FooterEnabled = True
- FooterOutlined = False
- FooterFilled = False
- FixSansSerif = True
- FooterStringLeft = 'Printed on @Date at @Time'
- FooterStringRight = 'Page @Page'
- BorderLeft = 0.500000000000000000
- BorderRight = 0.500000000000000000
- LineSpacing = 2.800000000000000000
- Left = 296
- end
- end
-