home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / delphi / cbsuite.lzh / SU1SRC.ZIP / FDEMO11.DFM / FDEMO11.txt
Encoding:
Text File  |  1996-12-09  |  3.3 KB  |  141 lines

  1. object Form11: TForm11
  2.   Left = 76
  3.   Top = 84
  4.   BorderStyle = bsDialog
  5.   Caption = 'Form11'
  6.   ClientHeight = 373
  7.   ClientWidth = 592
  8.   Font.Color = clBlack
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   PixelsPerInch = 120
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   TextHeight = 16
  16.   object Bevel1: TBevel
  17.     Left = 4
  18.     Top = 96
  19.     Width = 485
  20.     Height = 273
  21.     Shape = bsFrame
  22.     IsControl = True
  23.   end
  24.   object CancelBtn: TBitBtn
  25.     Left = 496
  26.     Top = 150
  27.     Width = 89
  28.     Height = 33
  29.     Caption = '&Exit'
  30.     TabOrder = 2
  31.     Kind = bkCancel
  32.     Margin = 2
  33.     Spacing = -1
  34.     IsControl = True
  35.   end
  36.   object ListBox1: TListBox
  37.     Left = 12
  38.     Top = 104
  39.     Width = 469
  40.     Height = 261
  41.     ItemHeight = 16
  42.     Sorted = True
  43.     TabOrder = 0
  44.   end
  45.   object preview: TBitBtn
  46.     Left = 497
  47.     Top = 109
  48.     Width = 88
  49.     Height = 32
  50.     Caption = 'Pre&View'
  51.     TabOrder = 1
  52.     OnClick = previewClick
  53.   end
  54.   object Panel1: TPanel
  55.     Left = 4
  56.     Top = 12
  57.     Width = 581
  58.     Height = 77
  59.     TabOrder = 3
  60.     object Label2: TLabel
  61.       Left = 16
  62.       Top = 8
  63.       Width = 553
  64.       Height = 53
  65.       Alignment = taCenter
  66.       Caption = 
  67.         'This is a demonstration of the TPrintWin Component. It displays ' +
  68.         'all the fonts that the currently selected printer can use. Pleas' +
  69.         'e avoid using the fonts that does not print well in this test'
  70.       Color = clBtnFace
  71.       Font.Color = clBlack
  72.       Font.Height = -17
  73.       Font.Name = 'Arial'
  74.       Font.Style = [fsBold]
  75.       ParentColor = False
  76.       ParentFont = False
  77.       WordWrap = True
  78.     end
  79.     object Shape1: TShape
  80.       Left = 32
  81.       Top = 68
  82.       Width = 525
  83.       Height = 5
  84.     end
  85.   end
  86.   object PrintWin1: TPrintWin
  87.     About = 'Version 5.32'
  88.     AboutRegistered = 'TOM SNIDER'
  89.     HeaderFont.Color = clBlack
  90.     HeaderFont.Height = -20
  91.     HeaderFont.Name = 'Arial'
  92.     HeaderFont.Style = [fsBold]
  93.     Font.Color = clWindowText
  94.     Font.Height = 16
  95.     Font.Name = 'Arial'
  96.     Font.Style = []
  97.     FooterFont.Color = clWindowText
  98.     FooterFont.Height = 12
  99.     FooterFont.Name = 'Arial'
  100.     FooterFont.Style = []
  101.     FrameObjects = True
  102.     clBtnFaceAsWhite = True
  103.     OutputTo = poViewer
  104.     Orientation = Default
  105.     Units = poInches
  106.     ViewButtonVisible = False
  107.     ShowCancelDialog = True
  108.     LineWidth = 0
  109.     Copies = 1
  110.     GridBackDrop = False
  111.     GridBackDropUnits = poInches
  112.     ZoomPercentage = 25.000000000000000000
  113.     HeaderTop = 0.500000000000000000
  114.     HeaderLeft = 0.500000000000000000
  115.     HeaderStringLeft = '                                  '
  116.     HeaderStringCenter = 'Font Print Test'
  117.     HeaderStringRight = '                                  '
  118.     HeaderEnabled = True
  119.     HeaderOutlined = True
  120.     HeaderFilled = False
  121.     TextColor = clBlack
  122.     ViewBkColor = 11234567
  123.     ViewHeading = 'Printit Viewer'
  124.     HeadingColor = clSilver
  125.     FrameStyle = frThin
  126.     FooterTop = 25.130000000000000000
  127.     FooterString = '                                                  '
  128.     FooterEnabled = True
  129.     FooterOutlined = True
  130.     FooterFilled = False
  131.     FixSansSerif = True
  132.     FooterStringLeft = 'Printed on @Date at @Time'
  133.     FooterStringRight = 'Page @Page'
  134.     BorderLeft = 0.500000000000000000
  135.     BorderRight = 0.500000000000000000
  136.     LineSpacing = 2.800000000000000000
  137.     Left = 236
  138.     Top = 96
  139.   end
  140. end
  141.