object AbortForm: TAbortForm Left = 340 Top = 122 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'AbortForm' ClientHeight = 129 ClientWidth = 314 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object AbortButton: TButton Left = 230 Top = 96 Width = 75 Height = 25 Caption = '&Abort' TabOrder = 0 OnClick = AbortButtonClick end object Frame: TGroupBox Left = 8 Top = 12 Width = 297 Height = 77 Caption = 'PRINTING' Font.Color = clMaroon Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 1 object Label5: TLabel Left = 8 Top = 28 Width = 23 Height = 13 Caption = 'Doc:' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label6: TLabel Left = 8 Top = 52 Width = 33 Height = 13 Caption = 'Printer:' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Document: TEdit Left = 48 Top = 25 Width = 241 Height = 21 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ReadOnly = True TabOrder = 0 end object PrinterName: TEdit Left = 48 Top = 47 Width = 241 Height = 21 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ReadOnly = True TabOrder = 1 end end end