home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9APLI / QCARD250.ZIP / QC2000.EXE / 0 / RCDATA / TPRINTING / TPRINTING.txt
Text File  |  1998-06-12  |  1KB  |  63 lines

  1. object Printing: TPrinting
  2.   Left = 245
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Printing'
  6.   ClientHeight = 230
  7.   ClientWidth = 337
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 14
  16.   object Bevel1: TBevel
  17.     Left = 9
  18.     Top = 9
  19.     Width = 319
  20.     Height = 173
  21.     Shape = bsFrame
  22.   end
  23.   object Label1: TLabel
  24.     Left = 120
  25.     Top = 27
  26.     Width = 97
  27.     Height = 17
  28.     Alignment = taCenter
  29.     AutoSize = False
  30.     Caption = '∩┐╜∩┐╜∩┐╜╤º∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜...'
  31.   end
  32.   object PrtMsg: TLabel
  33.     Left = 24
  34.     Top = 64
  35.     Width = 289
  36.     Height = 81
  37.     Alignment = taCenter
  38.     AutoSize = False
  39.     Caption = 'PrtMsg'
  40.   end
  41.   object CancelBtn: TButton
  42.     Left = 128
  43.     Top = 192
  44.     Width = 81
  45.     Height = 27
  46.     Cancel = True
  47.     Caption = 'Cancel'
  48.     Default = True
  49.     ModalResult = 2
  50.     TabOrder = 0
  51.     OnClick = CancelBtnClick
  52.   end
  53.   object ProgressBar1: TProgressBar
  54.     Left = 18
  55.     Top = 155
  56.     Width = 300
  57.     Height = 16
  58.     Min = 0
  59.     Max = 100
  60.     TabOrder = 1
  61.   end
  62. end
  63.