home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / delphi / cbsuite.lzh / SU1SRC.ZIP / UNITMAIN.DFM / UNITMAIN.txt
Encoding:
Text File  |  1997-01-04  |  4.0 KB  |  169 lines

  1. object MainDialog: TMainDialog
  2.   Left = 267
  3.   Top = 212
  4.   BorderStyle = bsDialog
  5.   Caption = 'Main Dialog'
  6.   ClientHeight = 382
  7.   ClientWidth = 592
  8.   Font.Color = clBlack
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 120
  14.   TextHeight = 16
  15.   object Bevel1: TBevel
  16.     Left = 9
  17.     Top = 0
  18.     Width = 581
  19.     Height = 70
  20.     Style = bsRaised
  21.   end
  22.   object Label1: TLabel
  23.     Left = 169
  24.     Top = 9
  25.     Width = 410
  26.     Height = 51
  27.     Caption = 
  28.       'These demos display some of Printit'#39's unique printing abilities.' +
  29.       ' They were specifically created out of user demand to answer que' +
  30.       'stions on Printit and show the more advanced topics'
  31.     Font.Color = clPurple
  32.     Font.Height = -15
  33.     Font.Name = 'Times New Roman'
  34.     Font.Style = [fsBold]
  35.     ParentFont = False
  36.     WordWrap = True
  37.   end
  38.   object Printit: TLabel
  39.     Left = 25
  40.     Top = 9
  41.     Width = 87
  42.     Height = 38
  43.     Caption = 'Printit'
  44.     Font.Color = clYellow
  45.     Font.Height = -33
  46.     Font.Name = 'Times New Roman'
  47.     Font.Style = [fsBold, fsItalic]
  48.     ParentFont = False
  49.   end
  50.   object Label2: TLabel
  51.     Left = 32
  52.     Top = 44
  53.     Width = 97
  54.     Height = 16
  55.     AutoSize = False
  56.     Caption = 'Version 5.32'
  57.   end
  58.   object Panel1: TPanel
  59.     Left = 12
  60.     Top = 76
  61.     Width = 485
  62.     Height = 297
  63.     TabOrder = 0
  64.     object Label3: TLabel
  65.       Left = 12
  66.       Top = 9
  67.       Width = 461
  68.       Height = 48
  69.       Alignment = taCenter
  70.       Caption = 
  71.         'The source for each demo is in the form # printed next to them e' +
  72.         '.g. Demo 01 is in unit FDemo01, Demo 10 is in unit FDemo10'
  73.       Font.Color = clBlue
  74.       Font.Height = -15
  75.       Font.Name = 'Arial'
  76.       Font.Style = [fsBold]
  77.       ParentFont = False
  78.       WordWrap = True
  79.     end
  80.     object ListBox1: TListBox
  81.       Left = 12
  82.       Top = 56
  83.       Width = 461
  84.       Height = 230
  85.       Font.Color = clBlack
  86.       Font.Height = -15
  87.       Font.Name = 'Arial'
  88.       Font.Style = []
  89.       ItemHeight = 17
  90.       Items.Strings = (
  91.         
  92.           '01 Actual Font Styles and Sizes - As supplied by the Printer Dri' +
  93.           'ver '
  94.         '02 Multiple TPanel components - Combined size larger than page'
  95.         '03 Printing the Active Page on a TNotebook'
  96.         '04 Print a Window'
  97.         '05 Print Invoice #1 - View or direct to printer'
  98.         '06 Print a form with Fishes from a Table'
  99.         '07 Combined Window and Grid Print '
  100.         '08 Grid Print'
  101.         
  102.           '09 Grid and Window on same page - View and Direct Print to print' +
  103.           'er'
  104.         '10 Print current Printer Information'
  105.         '11 Print Fonts of currently selected printer'
  106.         '12 Simple Pie Chart'
  107.         '13 Print a few shapes'
  108.         '14 A Fax Form example'
  109.         '15 Various components printed'
  110.         '16 Print Grid backdrops'
  111.         '17 Print Invoice # 2'
  112.         '18 Print a customised letter'
  113.         '19 RadioButtons, GroupBoxes, CheckBoxes etc.'
  114.         '20 Print a customised chain letter'
  115.         ''
  116.         '')
  117.       ParentFont = False
  118.       TabOrder = 0
  119.       OnDblClick = ListBox1DblClick
  120.     end
  121.   end
  122.   object View: TButton
  123.     Left = 505
  124.     Top = 121
  125.     Width = 85
  126.     Height = 32
  127.     Caption = '&View'
  128.     Font.Color = clBlack
  129.     Font.Height = -15
  130.     Font.Name = 'Arial'
  131.     Font.Style = []
  132.     ParentFont = False
  133.     TabOrder = 2
  134.     OnClick = ViewClick
  135.   end
  136.   object Exit: TButton
  137.     Left = 503
  138.     Top = 260
  139.     Width = 87
  140.     Height = 33
  141.     Caption = '&Exit'
  142.     Font.Color = clBlack
  143.     Font.Height = -15
  144.     Font.Name = 'Arial'
  145.     Font.Style = []
  146.     ParentFont = False
  147.     TabOrder = 3
  148.     OnClick = ExitClick
  149.   end
  150.   object Printer: TButton
  151.     Left = 505
  152.     Top = 76
  153.     Width = 85
  154.     Height = 34
  155.     Caption = 'Set &Printer'
  156.     Font.Color = clBlack
  157.     Font.Height = -15
  158.     Font.Name = 'Arial'
  159.     Font.Style = []
  160.     ParentFont = False
  161.     TabOrder = 1
  162.     OnClick = PrinterClick
  163.   end
  164.   object PrinterSetupDialog1: TPrinterSetupDialog
  165.     Left = 528
  166.     Top = 320
  167.   end
  168. end
  169.