home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1998 April / DPCB0498.iso / DTP / MyFonts / Setup.exe / MyFonts.exe / 0 / RCDATA / TFRMABORTPRT / TFRMABORTPRT.txt
Text File  |  1997-12-08  |  2KB  |  86 lines

  1. object FrmAbortPrt: TFrmAbortPrt
  2.   Left = 200
  3.   Top = 99
  4.   Cursor = crHourGlass
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Print Progress'
  8.   ClientHeight = 142
  9.   ClientWidth = 226
  10.   Color = 12639424
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clBlack
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = [fsBold]
  16.   Position = poDefault
  17.   OnActivate = FormActivate
  18.   OnMouseMove = FormMouseMove
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object G_PrintProgress: TNeatoMeter
  22.     Left = 24
  23.     Top = 36
  24.     Width = 180
  25.     Height = 25
  26.     BackColor = 12639424
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clBlack
  29.     Font.Height = -13
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = [fsBold]
  32.     ParentFont = False
  33.     Percent = 50
  34.     BevelDepth = 2
  35.   end
  36.   object Label1: TLabel
  37.     Left = 23
  38.     Top = 14
  39.     Width = 181
  40.     Height = 15
  41.     Alignment = taCenter
  42.     AutoSize = False
  43.     Caption = 'Job Printing'
  44.   end
  45.   object LB_WhatsPrinting: TLabel
  46.     Left = 24
  47.     Top = 70
  48.     Width = 180
  49.     Height = 13
  50.     Alignment = taCenter
  51.     AutoSize = False
  52.     Caption = '...Waiting On Windows...'
  53.     Font.Charset = DEFAULT_CHARSET
  54.     Font.Color = clBlack
  55.     Font.Height = -11
  56.     Font.Name = 'MS Sans Serif'
  57.     Font.Style = []
  58.     ParentFont = False
  59.   end
  60.   object B_DoNothing: TButton
  61.     Left = 18
  62.     Top = 152
  63.     Width = 105
  64.     Height = 21
  65.     Caption = 'B_DoNothing'
  66.     TabOrder = 0
  67.   end
  68.   object B_AbortPrint: TColorButton
  69.     Left = 51
  70.     Top = 92
  71.     Width = 128
  72.     Height = 33
  73.     Cursor = 50
  74.     Caption = 'Cancel Printing'
  75.     Color = 511480
  76.     Font.Charset = DEFAULT_CHARSET
  77.     Font.Color = clMaroon
  78.     Font.Height = -11
  79.     Font.Name = 'MS Sans Serif'
  80.     Font.Style = [fsBold]
  81.     TabOrder = 1
  82.     OnClick = B_AbortPrintClick
  83.     OnMouseMove = B_AbortPrintMouseMove
  84.   end
  85. end
  86.