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

  1. object Form10: TForm10
  2.   Left = 153
  3.   Top = 522
  4.   BorderStyle = bsDialog
  5.   Caption = 'Demo7'
  6.   ClientHeight = 146
  7.   ClientWidth = 542
  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.   TextHeight = 16
  15.   object Bevel1: TBevel
  16.     Left = 10
  17.     Top = 10
  18.     Width = 519
  19.     Height = 83
  20.     Shape = bsFrame
  21.     IsControl = True
  22.   end
  23.   object Label9: TLabel
  24.     Left = 21
  25.     Top = 32
  26.     Width = 423
  27.     Height = 21
  28.     Caption = 'This is a demonstration of the TPrintWin Component.'
  29.     Color = clBtnFace
  30.     Font.Color = clMaroon
  31.     Font.Height = -18
  32.     Font.Name = 'Arial'
  33.     Font.Style = []
  34.     ParentColor = False
  35.     ParentFont = False
  36.   end
  37.   object Label10: TLabel
  38.     Left = 25
  39.     Top = 57
  40.     Width = 340
  41.     Height = 21
  42.     Caption = 'It displays the layout of the printer selected'
  43.     Color = clBtnFace
  44.     Font.Color = clMaroon
  45.     Font.Height = -18
  46.     Font.Name = 'Arial'
  47.     Font.Style = []
  48.     ParentColor = False
  49.     ParentFont = False
  50.   end
  51.   object CancelBtn: TBitBtn
  52.     Left = 278
  53.     Top = 106
  54.     Width = 95
  55.     Height = 33
  56.     Caption = 'Exit'
  57.     TabOrder = 1
  58.     Kind = bkCancel
  59.     Margin = 2
  60.     Spacing = -1
  61.     IsControl = True
  62.   end
  63.   object Preview: TBitBtn
  64.     Left = 157
  65.     Top = 106
  66.     Width = 88
  67.     Height = 33
  68.     Caption = 'Pre&View'
  69.     TabOrder = 0
  70.     OnClick = PreviewClick
  71.     Glyph.Data = {
  72.       76010000424D7601000000000000760000002800000020000000100000000100
  73.       04000000000000010000130B0000130B00000000000000000000000000000000
  74.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  75.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  76.       00033FFFFFFFFFFFFFFF0888888888888880777777777777777F088888888888
  77.       8880777777777777777F0000000000000000FFFFFFFFFFFFFFFF0F8F8F8F8F8F
  78.       8F80777777777777777F08F8F8F8F8F8F9F0777777777777777F0F8F8F8F8F8F
  79.       8F807777777777777F7F0000000000000000777777777777777F3330FFFFFFFF
  80.       03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF
  81.       03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0
  82.       33333337F3FF7F3733333330F08F0F0333333337F7737F7333333330FFFF0033
  83.       33333337FFFF7733333333300000033333333337777773333333}
  84.     NumGlyphs = 2
  85.   end
  86.   object PrintWin1: TPrintWin
  87.     About = 'Version 5.32'
  88.     AboutRegistered = 'TOM SNIDER'
  89.     HeaderFont.Color = clWindowText
  90.     HeaderFont.Height = 16
  91.     HeaderFont.Name = 'Arial'
  92.     HeaderFont.Style = []
  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 = '                                  '
  117.     HeaderStringRight = '                                  '
  118.     HeaderEnabled = True
  119.     HeaderOutlined = False
  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 = False
  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 = 472
  138.     Top = 40
  139.   end
  140. end
  141.