home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / CHIPCD_3_98.iso / software / testsoft / logos / logos_d.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1998-01-18  |  3KB  |  160 lines

  1. object Form1: TForm1
  2.   Left = 181
  3.   Top = 150
  4.   BorderStyle = bsNone
  5.   Caption = 'Form1'
  6.   ClientHeight = 602
  7.   ClientWidth = 800
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   WindowState = wsMaximized
  15.   OnActivate = FormActivate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object iTlo: TImage
  20.     Left = 0
  21.     Top = 0
  22.     Width = 800
  23.     Height = 600
  24.     Picture.Data = {<image000.bmp>}
  25.   end
  26.   object sTematy: TShape
  27.     Left = 24
  28.     Top = 21
  29.     Width = 91
  30.     Height = 25
  31.     Cursor = crHandPoint
  32.     Pen.Color = clNone
  33.     Pen.Mode = pmMask
  34.     OnMouseUp = sTematyMouseUp
  35.   end
  36.   object sWyjscie: TShape
  37.     Left = 18
  38.     Top = 193
  39.     Width = 106
  40.     Height = 35
  41.     Cursor = crHandPoint
  42.     Pen.Color = clNone
  43.     Pen.Mode = pmMask
  44.     OnMouseUp = sWyjscieMouseUp
  45.   end
  46.   object sQuiz: TShape
  47.     Left = 21
  48.     Top = 154
  49.     Width = 101
  50.     Height = 37
  51.     Cursor = crHandPoint
  52.     Pen.Color = clNone
  53.     Pen.Mode = pmMask
  54.     OnMouseUp = sQuizMouseUp
  55.   end
  56.   object sPomoc: TShape
  57.     Left = 18
  58.     Top = 105
  59.     Width = 100
  60.     Height = 34
  61.     Cursor = crHandPoint
  62.     Pen.Color = clNone
  63.     Pen.Mode = pmMask
  64.     OnMouseUp = sPomocMouseUp
  65.   end
  66.   object sIndeks: TShape
  67.     Left = 22
  68.     Top = 62
  69.     Width = 95
  70.     Height = 33
  71.     Cursor = crHandPoint
  72.     Pen.Color = clNone
  73.     Pen.Mode = pmMask
  74.     OnMouseUp = sIndeksMouseUp
  75.   end
  76.   object sSekcja1: TShape
  77.     Left = 420
  78.     Top = 211
  79.     Width = 371
  80.     Height = 78
  81.     Cursor = crHandPoint
  82.     Pen.Color = clNone
  83.     Pen.Mode = pmMask
  84.     OnMouseDown = sSekcja1MouseDown
  85.     OnMouseUp = sSekcja1MouseUp
  86.   end
  87.   object sSekcja2: TShape
  88.     Left = 354
  89.     Top = 330
  90.     Width = 436
  91.     Height = 77
  92.     Cursor = crHandPoint
  93.     ParentShowHint = False
  94.     Pen.Color = clNone
  95.     Pen.Mode = pmMask
  96.     ShowHint = False
  97.     OnMouseDown = sSekcja2MouseDown
  98.     OnMouseUp = sSekcja2MouseUp
  99.   end
  100.   object sSekcja3: TShape
  101.     Left = 220
  102.     Top = 456
  103.     Width = 565
  104.     Height = 83
  105.     Cursor = crHandPoint
  106.     Pen.Color = clNone
  107.     Pen.Mode = pmMask
  108.     OnMouseDown = sSekcja3MouseDown
  109.     OnMouseUp = sSekcja3MouseUp
  110.   end
  111.   object lPlay: TLabel
  112.     Left = 48
  113.     Top = 580
  114.     Width = 39
  115.     Height = 16
  116.     Caption = 'PLAY'
  117.     Color = 659979
  118.     Font.Charset = EASTEUROPE_CHARSET
  119.     Font.Color = clLime
  120.     Font.Height = -13
  121.     Font.Name = 'MS Sans Serif'
  122.     Font.Style = [fsBold]
  123.     ParentColor = False
  124.     ParentFont = False
  125.     Visible = False
  126.   end
  127.   object Button1: TButton
  128.     Left = 32
  129.     Top = 312
  130.     Width = 75
  131.     Height = 25
  132.     Cursor = crHandPoint
  133.     Caption = '&Poka∩┐╜'
  134.     TabOrder = 0
  135.     Visible = False
  136.     OnClick = Button1Click
  137.   end
  138.   object UpDown1: TUpDown
  139.     Left = 65
  140.     Top = 256
  141.     Width = 15
  142.     Height = 21
  143.     Associate = Edit1
  144.     Min = 1
  145.     Position = 1
  146.     TabOrder = 1
  147.     Visible = False
  148.     Wrap = False
  149.   end
  150.   object Edit1: TEdit
  151.     Left = 32
  152.     Top = 256
  153.     Width = 33
  154.     Height = 21
  155.     TabOrder = 2
  156.     Text = '1'
  157.     Visible = False
  158.   end
  159. end
  160.