home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 B / CHIP_HITWARE6_B.iso / gry / tetris99 / Tetris99.exe / TETRIS.EXE / 0 / RCDATA / TFRMABOUT / TFRMABOUT.txt < prev   
Text File  |  1998-08-20  |  6KB  |  312 lines

  1. object frmAbout: TfrmAbout
  2.   Left = 171
  3.   Top = 38
  4.   ActiveControl = btnCancel
  5.   BorderIcons = []
  6.   BorderStyle = bsToolWindow
  7.   Caption = 'Help'
  8.   ClientHeight = 397
  9.   ClientWidth = 296
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   ShowHint = True
  18.   OnKeyDown = btnCancelKeyDown
  19.   PixelsPerInch = 96
  20.   TextHeight = 14
  21.   object Bevel1: TBevel
  22.     Left = 3
  23.     Top = 3
  24.     Width = 290
  25.     Height = 239
  26.   end
  27.   object Bevel3: TBevel
  28.     Left = 10
  29.     Top = 9
  30.     Width = 47
  31.     Height = 48
  32.     Style = bsRaised
  33.   end
  34.   object Bevel2: TBevel
  35.     Left = 3
  36.     Top = 248
  37.     Width = 290
  38.     Height = 113
  39.   end
  40.   object Label1: TLabel
  41.     Left = 64
  42.     Top = 32
  43.     Width = 125
  44.     Height = 13
  45.     AutoSize = False
  46.     Caption = 'Left Arrow .............................'
  47.   end
  48.   object Label2: TLabel
  49.     Left = 64
  50.     Top = 45
  51.     Width = 125
  52.     Height = 13
  53.     AutoSize = False
  54.     Caption = 'Right Arrow ........................'
  55.   end
  56.   object Label3: TLabel
  57.     Left = 64
  58.     Top = 58
  59.     Width = 125
  60.     Height = 13
  61.     AutoSize = False
  62.     Caption = 'Down Arrow, Space ............'
  63.   end
  64.   object Label4: TLabel
  65.     Left = 64
  66.     Top = 71
  67.     Width = 125
  68.     Height = 13
  69.     AutoSize = False
  70.     Caption = 'Up Arrow ..............................'
  71.   end
  72.   object Label5: TLabel
  73.     Left = 193
  74.     Top = 32
  75.     Width = 75
  76.     Height = 14
  77.     Caption = 'move figure left'
  78.   end
  79.   object Label6: TLabel
  80.     Left = 193
  81.     Top = 45
  82.     Width = 81
  83.     Height = 14
  84.     Caption = 'move figure right'
  85.   end
  86.   object Label7: TLabel
  87.     Left = 193
  88.     Top = 58
  89.     Width = 46
  90.     Height = 14
  91.     Caption = 'put figure'
  92.   end
  93.   object Label8: TLabel
  94.     Left = 193
  95.     Top = 71
  96.     Width = 59
  97.     Height = 14
  98.     Caption = 'rotate figure'
  99.   end
  100.   object Label9: TLabel
  101.     Left = 6
  102.     Top = 250
  103.     Width = 284
  104.     Height = 41
  105.     Alignment = taCenter
  106.     AutoSize = False
  107.     Caption = 
  108.       'Tetris idea by Alexey Pajitnov'#13#10'Written 1997,98 by Alex Bikov av' +
  109.       'b@te.net.ua'#13#10'and Richard Fellner r.fellner@xpoint.at'
  110.   end
  111.   object Image2: TImage
  112.     Left = 104
  113.     Top = 295
  114.     Width = 88
  115.     Height = 32
  116.     Cursor = crHandPoint
  117.     Hint = 'Click to visit the Delphi-Box !'
  118.     AutoSize = True
  119.     Picture.Data = {<image000.bmp>}
  120.     Stretch = True
  121.     OnClick = Image2Click
  122.   end
  123.   object Label10: TLabel
  124.     Left = 6
  125.     Top = 330
  126.     Width = 284
  127.     Height = 28
  128.     Alignment = taCenter
  129.     AutoSize = False
  130.     Caption = 
  131.       'Visit the Delphi-Box at www.user.xpoint.at/r.fellner/  -'#13#10'one of' +
  132.       ' the biggest Starting Points for Delphi Programmers !'
  133.   end
  134.   object Bevel4: TBevel
  135.     Left = 64
  136.     Top = 159
  137.     Width = 210
  138.     Height = 2
  139.     Shape = bsBottomLine
  140.   end
  141.   object Label11: TLabel
  142.     Left = 63
  143.     Top = 167
  144.     Width = 125
  145.     Height = 13
  146.     AutoSize = False
  147.     Caption = 'Bonus points:'
  148.     Font.Charset = DEFAULT_CHARSET
  149.     Font.Color = clNavy
  150.     Font.Height = -9
  151.     Font.Name = 'MS Sans Serif'
  152.     Font.Style = [fsBold]
  153.     ParentFont = False
  154.   end
  155.   object Label12: TLabel
  156.     Left = 64
  157.     Top = 184
  158.     Width = 125
  159.     Height = 13
  160.     AutoSize = False
  161.     Caption = 'putting figure .......................'
  162.   end
  163.   object Label13: TLabel
  164.     Left = 193
  165.     Top = 184
  166.     Width = 33
  167.     Height = 14
  168.     Caption = 'up to 5'
  169.   end
  170.   object Label14: TLabel
  171.     Left = 63
  172.     Top = 15
  173.     Width = 125
  174.     Height = 13
  175.     AutoSize = False
  176.     Caption = 'Keyboard functions:'
  177.     Font.Charset = DEFAULT_CHARSET
  178.     Font.Color = clNavy
  179.     Font.Height = -9
  180.     Font.Name = 'MS Sans Serif'
  181.     Font.Style = [fsBold]
  182.     ParentFont = False
  183.   end
  184.   object Label15: TLabel
  185.     Left = 64
  186.     Top = 200
  187.     Width = 125
  188.     Height = 13
  189.     AutoSize = False
  190.     Caption = 'clearing more than 1 line....'
  191.   end
  192.   object Label16: TLabel
  193.     Left = 193
  194.     Top = 200
  195.     Width = 75
  196.     Height = 14
  197.     Caption = '2:15  3:40  4:70'
  198.   end
  199.   object Image1: TImage
  200.     Left = 14
  201.     Top = 13
  202.     Width = 40
  203.     Height = 40
  204.     AutoSize = True
  205.     Center = True
  206.     Picture.Data = {<image001.bmp>}
  207.     Stretch = True
  208.   end
  209.   object Label17: TLabel
  210.     Left = 64
  211.     Top = 109
  212.     Width = 125
  213.     Height = 13
  214.     AutoSize = False
  215.     Caption = '[F2] .....................................'
  216.   end
  217.   object Label18: TLabel
  218.     Left = 193
  219.     Top = 109
  220.     Width = 51
  221.     Height = 14
  222.     Caption = 'new game'
  223.   end
  224.   object Label19: TLabel
  225.     Left = 64
  226.     Top = 138
  227.     Width = 125
  228.     Height = 13
  229.     AutoSize = False
  230.     Caption = '[ESC] .................................'
  231.   end
  232.   object Label20: TLabel
  233.     Left = 193
  234.     Top = 138
  235.     Width = 40
  236.     Height = 14
  237.     Caption = 'minimize'
  238.   end
  239.   object Label21: TLabel
  240.     Left = 64
  241.     Top = 123
  242.     Width = 125
  243.     Height = 13
  244.     AutoSize = False
  245.     Caption = '[F3] .....................................'
  246.   end
  247.   object Label22: TLabel
  248.     Left = 193
  249.     Top = 123
  250.     Width = 59
  251.     Height = 14
  252.     Caption = 'pause game'
  253.   end
  254.   object Label23: TLabel
  255.     Left = 64
  256.     Top = 95
  257.     Width = 125
  258.     Height = 13
  259.     AutoSize = False
  260.     Caption = '[F1] .....................................'
  261.   end
  262.   object Label24: TLabel
  263.     Left = 193
  264.     Top = 95
  265.     Width = 85
  266.     Height = 14
  267.     Caption = 'more help, hints,..'
  268.   end
  269.   object Label25: TLabel
  270.     Left = 64
  271.     Top = 216
  272.     Width = 125
  273.     Height = 13
  274.     AutoSize = False
  275.     Caption = 'disable preview ...................'
  276.   end
  277.   object Label26: TLabel
  278.     Left = 193
  279.     Top = 216
  280.     Width = 12
  281.     Height = 14
  282.     Caption = '11'
  283.   end
  284.   object lVersion: TLabel
  285.     Left = 14
  286.     Top = 60
  287.     Width = 39
  288.     Height = 24
  289.     Alignment = taCenter
  290.     AutoSize = False
  291.     Caption = 'Version 1.31'
  292.     Font.Charset = ANSI_CHARSET
  293.     Font.Color = clGray
  294.     Font.Height = -9
  295.     Font.Name = 'Arial'
  296.     Font.Style = []
  297.     ParentFont = False
  298.     WordWrap = True
  299.   end
  300.   object btnCancel: TBitBtn
  301.     Left = 111
  302.     Top = 368
  303.     Width = 75
  304.     Height = 25
  305.     Hint = 'Close help'
  306.     Caption = '&Close'
  307.     TabOrder = 0
  308.     OnKeyDown = btnCancelKeyDown
  309.     Kind = bkCancel
  310.   end
  311. end
  312.