home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 February / Pcwk022003a.iso / Konkurs / Konkurs.exe / 0 / RCDATA / TMN_FRM / TMN_FRM.txt < prev   
Text File  |  2002-12-22  |  2KB  |  93 lines

  1. object MN_FRM: TMN_FRM
  2.   Left = 192
  3.   Top = 107
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'PCWK Konkurs obud'#243'w'
  7.   ClientHeight = 580
  8.   ClientWidth = 800
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   PopupMenu = PPM
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnCreate = FormCreate
  20.   OnMouseMove = FormMouseMove
  21.   OnMouseUp = FormMouseUp
  22.   OnPaint = FormPaint
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object BG_IMG: TImage
  26.     Left = 16
  27.     Top = 16
  28.     Width = 33
  29.     Height = 33
  30.     Picture.Data = {<image000.bmp>}
  31.     Visible = False
  32.   end
  33.   object IM1: TImage
  34.     Left = 16
  35.     Top = 64
  36.     Width = 40
  37.     Height = 40
  38.     Picture.Data = {<image001.bmp>}
  39.     Visible = False
  40.   end
  41.   object IM2: TImage
  42.     Left = 16
  43.     Top = 112
  44.     Width = 40
  45.     Height = 40
  46.     Picture.Data = {<image002.bmp>}
  47.     Visible = False
  48.   end
  49.   object IM3: TImage
  50.     Left = 16
  51.     Top = 160
  52.     Width = 40
  53.     Height = 40
  54.     Picture.Data = {<image003.bmp>}
  55.     Visible = False
  56.   end
  57.   object Button1: TButton
  58.     Left = 680
  59.     Top = 528
  60.     Width = 83
  61.     Height = 25
  62.     Caption = 'Zapisz wyb'#243'r'
  63.     TabOrder = 0
  64.     OnClick = Button1Click
  65.   end
  66.   object Button2: TButton
  67.     Left = 24
  68.     Top = 528
  69.     Width = 65
  70.     Height = 25
  71.     Caption = 'Wyj'#347'cie'
  72.     TabOrder = 1
  73.     OnClick = Button2Click
  74.   end
  75.   object PPM: TPopupMenu
  76.     AutoPopup = False
  77.     Left = 64
  78.     Top = 16
  79.     object N11: TMenuItem
  80.       Caption = '1 miejsce'
  81.       OnClick = N11Click
  82.     end
  83.     object N21: TMenuItem
  84.       Caption = '2 miejsce'
  85.       OnClick = N21Click
  86.     end
  87.     object N31: TMenuItem
  88.       Caption = '3 miejsce'
  89.       OnClick = N31Click
  90.     end
  91.   end
  92. end
  93.