object FrmAbortPrt: TFrmAbortPrt Left = 200 Top = 99 Cursor = crHourGlass BorderIcons = [] BorderStyle = bsDialog Caption = 'Print Progress' ClientHeight = 142 ClientWidth = 226 Color = 12639424 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Position = poDefault OnActivate = FormActivate OnMouseMove = FormMouseMove PixelsPerInch = 96 TextHeight = 13 object G_PrintProgress: TNeatoMeter Left = 24 Top = 36 Width = 180 Height = 25 BackColor = 12639424 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Percent = 50 BevelDepth = 2 end object Label1: TLabel Left = 23 Top = 14 Width = 181 Height = 15 Alignment = taCenter AutoSize = False Caption = 'Job Printing' end object LB_WhatsPrinting: TLabel Left = 24 Top = 70 Width = 180 Height = 13 Alignment = taCenter AutoSize = False Caption = '...Waiting On Windows...' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object B_DoNothing: TButton Left = 18 Top = 152 Width = 105 Height = 21 Caption = 'B_DoNothing' TabOrder = 0 end object B_AbortPrint: TColorButton Left = 51 Top = 92 Width = 128 Height = 33 Cursor = 50 Caption = 'Cancel Printing' Color = 511480 Font.Charset = DEFAULT_CHARSET Font.Color = clMaroon Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] TabOrder = 1 OnClick = B_AbortPrintClick OnMouseMove = B_AbortPrintMouseMove end end