home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / CHIPCD_2_2000.iso / software / testsoft / kody2000 / KODY / KODY.EXE / 0 / RCDATA / TEDPRINTER / TEDPRINTER.txt
Text File  |  1999-12-03  |  822b  |  44 lines

  1. object eDPrinter: TeDPrinter
  2.   Left = 200
  3.   Top = 103
  4.   Width = 544
  5.   Height = 375
  6.   Caption = 'Podgl∩┐╜d wydruku'
  7.   Color = 15658734
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object ScrollBox1: TScrollBox
  16.     Left = 0
  17.     Top = 0
  18.     Width = 536
  19.     Height = 348
  20.     Align = alClient
  21.     BorderStyle = bsNone
  22.     TabOrder = 0
  23.     object pb: TPaintBox
  24.       Left = 0
  25.       Top = 28
  26.       Width = 536
  27.       Height = 320
  28.       Align = alClient
  29.       OnPaint = pbPaint
  30.     end
  31.     object Panel1: TPanel
  32.       Left = 0
  33.       Top = 0
  34.       Width = 536
  35.       Height = 28
  36.       Align = alTop
  37.       BevelOuter = bvNone
  38.       Caption = '  '
  39.       ParentColor = True
  40.       TabOrder = 0
  41.     end
  42.   end
  43. end
  44.