home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 April / ChipCD_498.iso / software / testsoft / dzpolski / legenda.exe / 0 / RCDATA / TFORMPODST / TFORMPODST.txt < prev   
Encoding:
Text File  |  1998-02-05  |  1.5 KB  |  78 lines

  1. object FormPodst: TFormPodst
  2.   Left = 165
  3.   Top = 90
  4.   BorderStyle = bsNone
  5.   Caption = 'Legenda'
  6.   ClientHeight = 273
  7.   ClientWidth = 427
  8.   Color = clGray
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poDefault
  15.   Visible = True
  16.   OnActivate = FormActivate
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object OObrTlaPr: TPaintBox
  22.     Left = 48
  23.     Top = 64
  24.     Width = 105
  25.     Height = 105
  26.     OnPaint = OObrTlaPrPaint
  27.   end
  28.   object OPomoc: TPaintBox
  29.     Left = 400
  30.     Top = 8
  31.     Width = 25
  32.     Height = 25
  33.     ParentShowHint = False
  34.     ShowHint = True
  35.     OnClick = OPomocClick
  36.     OnPaint = OPomocPaint
  37.   end
  38.   object JPEGBuf: TJPEGImage
  39.     Left = 48
  40.     Top = 184
  41.     Width = 105
  42.     Height = 105
  43.     Visible = False
  44.     NumOfColors = TrueColor
  45.     DCTMethod = FloatingPoint
  46.     Dither = None
  47.     FastProcessing = False
  48.     GrayScale = False
  49.     NoSmooth = False
  50.     OnePass = False
  51.     ProgressStep = 10
  52.   end
  53.   object PanelAnim: TPanel
  54.     Left = 240
  55.     Top = 40
  56.     Width = 185
  57.     Height = 153
  58.     BevelOuter = bvNone
  59.     Ctl3D = True
  60.     ParentCtl3D = False
  61.     TabOrder = 0
  62.     object OAnim: TPaintBox
  63.       Left = 32
  64.       Top = 16
  65.       Width = 113
  66.       Height = 105
  67.       OnPaint = OAnimPaint
  68.     end
  69.     object ORysDolne: TPaintBox
  70.       Left = 0
  71.       Top = 128
  72.       Width = 185
  73.       Height = 25
  74.       OnPaint = ORysDolnePaint
  75.     end
  76.   end
  77. end
  78.