home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 July / Chip_1999-07_cd.bin / zkuste / Delphi / D / sce.exe / PRGEDIT.EXE / 0 / RCDATA / TDRFORT / TDRFORT.txt
Text File  |  1999-01-01  |  761b  |  37 lines

  1. object DrFort: TDrFort
  2.   Left = 510
  3.   Top = 100
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Printing:'
  7.   ClientHeight = 67
  8.   ClientWidth = 663
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   PrintScale = poNone
  19.   Scaled = False
  20.   OnCreate = FormCreate
  21.   PixelsPerInch = 96
  22.   TextHeight = 16
  23.   object SeiteLabel: TLabel
  24.     Left = 8
  25.     Top = 16
  26.     Width = 11
  27.     Height = 20
  28.     Caption = '0'
  29.     Font.Charset = DEFAULT_CHARSET
  30.     Font.Color = clBlack
  31.     Font.Height = -17
  32.     Font.Name = 'MS Sans Serif'
  33.     Font.Style = [fsBold]
  34.     ParentFont = False
  35.   end
  36. end
  37.