home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / CHIPCD_2_2000.iso / software / testsoft / krzyzowka / Cross.exe / 0 / RCDATA / TPFORM1 / TPFORM1.txt < prev   
Text File  |  1999-11-22  |  2KB  |  100 lines

  1. object PForm1: TPForm1
  2.   Left = 10
  3.   Top = 18
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Tablica Mendelejewa'
  7.   ClientHeight = 520
  8.   ClientWidth = 725
  9.   Font.Color = clWindowText
  10.   Font.Height = -21
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 24
  16.   object Image1: TImage
  17.     Left = 0
  18.     Top = 0
  19.     Width = 725
  20.     Height = 520
  21.     Picture.Data = {<image000.bmp>}
  22.     OnMouseMove = Image1MouseMove
  23.     OnMouseUp = Image1MouseUp
  24.   end
  25.   object BitBtn1: TBitBtn
  26.     Left = 320
  27.     Top = 96
  28.     Width = 137
  29.     Height = 33
  30.     Caption = 'Zamknij'
  31.     Default = True
  32.     ModalResult = 1
  33.     TabOrder = 0
  34.     NumGlyphs = 2
  35.   end
  36.   object BitBtn2: TBitBtn
  37.     Left = 320
  38.     Top = 56
  39.     Width = 137
  40.     Height = 33
  41.     Caption = 'Tabela'
  42.     TabOrder = 1
  43.     OnClick = BitBtn2Click
  44.   end
  45.   object Panel1: TPanel
  46.     Left = 16
  47.     Top = 376
  48.     Width = 137
  49.     Height = 129
  50.     BevelInner = bvLowered
  51.     Color = clWhite
  52.     TabOrder = 2
  53.     Visible = False
  54.     object Label1: TLabel
  55.       Left = 8
  56.       Top = 18
  57.       Width = 47
  58.       Height = 24
  59.       Alignment = taRightJustify
  60.       AutoSize = False
  61.     end
  62.     object Label2: TLabel
  63.       Left = 64
  64.       Top = 12
  65.       Width = 57
  66.       Height = 32
  67.       AutoSize = False
  68.       Font.Color = clWindowText
  69.       Font.Height = -27
  70.       Font.Name = 'Arial CE'
  71.       Font.Style = [fsBold]
  72.       ParentFont = False
  73.     end
  74.     object Label3: TLabel
  75.       Left = 8
  76.       Top = 44
  77.       Width = 121
  78.       Height = 24
  79.       Alignment = taCenter
  80.       AutoSize = False
  81.     end
  82.     object Label4: TLabel
  83.       Left = 8
  84.       Top = 68
  85.       Width = 121
  86.       Height = 24
  87.       Alignment = taCenter
  88.       AutoSize = False
  89.     end
  90.     object Label5: TLabel
  91.       Left = 8
  92.       Top = 92
  93.       Width = 121
  94.       Height = 24
  95.       Alignment = taCenter
  96.       AutoSize = False
  97.     end
  98.   end
  99. end
  100.