home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2000 July & August / EPA005.iso / Start32.exe / 0 / RCDATA / TMN_FRM / TMN_FRM.txt
Text File  |  2000-04-19  |  2KB  |  83 lines

  1. object MN_FRM: TMN_FRM
  2.   Left = 149
  3.   Top = 63
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'MN_FRM'
  7.   ClientHeight = 480
  8.   ClientWidth = 640
  9.   Color = clGray
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   KeyPreview = True
  17.   OldCreateOrder = False
  18.   Scaled = False
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnKeyPress = FormKeyPress
  22.   OnMouseDown = FormMouseDown
  23.   OnMouseMove = FormMouseMove
  24.   OnPaint = FormPaint
  25.   PixelsPerInch = 96
  26.   TextHeight = 13
  27.   object BGPN: TPanel
  28.     Left = 16
  29.     Top = 40
  30.     Width = 640
  31.     Height = 480
  32.     BevelOuter = bvNone
  33.     Color = clSilver
  34.     TabOrder = 0
  35.     object AMC: TActiveMovie
  36.       Left = 0
  37.       Top = 0
  38.       Width = 4
  39.       Height = 4
  40.       TabStop = False
  41.       ParentShowHint = False
  42.       ShowHint = False
  43.       TabOrder = 0
  44.       OnOpenComplete = AMCOpenComplete
  45.       ControlData = {
  46.         010000006A0000006A0000000300FFFFFFFF0B0000000B0000000B00FFFF0B00
  47.         FFFF0B00FFFF00000200000000000B00FFFF0300000000000800020000000000
  48.         050000000000000014400800000000000B00FFFF030000000000050000000000
  49.         0000000003000000000008000200000000001300000000001300FFFFFF000300
  50.         000000000300020000000B0000000B0000000B0000000B0000000B0000000800
  51.         0200000000000B00FFFF0300150400000B0000000300000000000B0000000500
  52.         000000000000F03F080002000000000008000200000000000800020000000000
  53.         0500000000000000F0BF0500000000000000F0BF0B00FFFF0B00FFFF0B00FFFF
  54.         0B00FFFF0B00FFFF0B00FFFF0B00FFFF0B0000000B0000000B0000000B000000
  55.         0B0000000B0000000B0000000B0000000B000000030000000000130000000000
  56.         0B0000000300A8FDFFFF0B00000000A0}
  57.     end
  58.   end
  59.   object PLPN: TPanel
  60.     Left = 96
  61.     Top = 528
  62.     Width = 385
  63.     Height = 25
  64.     BevelOuter = bvNone
  65.     Caption = 'Wczytywanie'
  66.     Color = clBlack
  67.     Font.Charset = DEFAULT_CHARSET
  68.     Font.Color = clRed
  69.     Font.Height = -11
  70.     Font.Name = 'MS Sans Serif'
  71.     Font.Style = []
  72.     ParentFont = False
  73.     TabOrder = 1
  74.   end
  75.   object PLTM: TTimer
  76.     Enabled = False
  77.     Interval = 500
  78.     OnTimer = PLTMTimer
  79.     Left = 656
  80.     Top = 24
  81.   end
  82. end
  83.