home *** CD-ROM | disk | FTP | other *** search
/ Freesoft 1997 May / Freesoft_1997-05_cd.bin / recenz / HOBBY / BIO / _SETUP.1 / mpw32.dll / RCDATA / TABORTFORM / TABORTFORM.txt
Text File  |  1997-07-11  |  2KB  |  90 lines

  1. object AbortForm: TAbortForm
  2.   Left = 340
  3.   Top = 122
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'AbortForm'
  7.   ClientHeight = 129
  8.   ClientWidth = 314
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object AbortButton: TButton
  18.     Left = 230
  19.     Top = 96
  20.     Width = 75
  21.     Height = 25
  22.     Caption = '&Abort'
  23.     TabOrder = 0
  24.     OnClick = AbortButtonClick
  25.   end
  26.   object Frame: TGroupBox
  27.     Left = 8
  28.     Top = 12
  29.     Width = 297
  30.     Height = 77
  31.     Caption = 'PRINTING'
  32.     Font.Color = clMaroon
  33.     Font.Height = -13
  34.     Font.Name = 'MS Sans Serif'
  35.     Font.Style = [fsBold]
  36.     ParentFont = False
  37.     TabOrder = 1
  38.     object Label5: TLabel
  39.       Left = 8
  40.       Top = 28
  41.       Width = 23
  42.       Height = 13
  43.       Caption = 'Doc:'
  44.       Font.Color = clBlack
  45.       Font.Height = -11
  46.       Font.Name = 'MS Sans Serif'
  47.       Font.Style = []
  48.       ParentFont = False
  49.     end
  50.     object Label6: TLabel
  51.       Left = 8
  52.       Top = 52
  53.       Width = 33
  54.       Height = 13
  55.       Caption = 'Printer:'
  56.       Font.Color = clBlack
  57.       Font.Height = -11
  58.       Font.Name = 'MS Sans Serif'
  59.       Font.Style = []
  60.       ParentFont = False
  61.     end
  62.     object Document: TEdit
  63.       Left = 48
  64.       Top = 25
  65.       Width = 241
  66.       Height = 21
  67.       Font.Color = clBlack
  68.       Font.Height = -11
  69.       Font.Name = 'MS Sans Serif'
  70.       Font.Style = []
  71.       ParentFont = False
  72.       ReadOnly = True
  73.       TabOrder = 0
  74.     end
  75.     object PrinterName: TEdit
  76.       Left = 48
  77.       Top = 47
  78.       Width = 241
  79.       Height = 21
  80.       Font.Color = clBlack
  81.       Font.Height = -11
  82.       Font.Name = 'MS Sans Serif'
  83.       Font.Style = []
  84.       ParentFont = False
  85.       ReadOnly = True
  86.       TabOrder = 1
  87.     end
  88.   end
  89. end
  90.