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

  1. object frmOpts: TfrmOpts
  2.   Left = 240
  3.   Top = 205
  4.   ActiveControl = btnOK
  5.   BorderIcons = []
  6.   BorderStyle = bsToolWindow
  7.   Caption = 'Options'
  8.   ClientHeight = 168
  9.   ClientWidth = 292
  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 = btnOKKeyDown
  19.   PixelsPerInch = 96
  20.   TextHeight = 14
  21.   object Bevel1: TBevel
  22.     Left = 3
  23.     Top = 3
  24.     Width = 285
  25.     Height = 131
  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 Label1: TLabel
  35.     Left = 84
  36.     Top = 84
  37.     Width = 89
  38.     Height = 14
  39.     Hint = 
  40.       'choose a level between 1 and 10 to start with'#13'(1=easy .. 10=hard' +
  41.       ',very hard!)|'
  42.     Caption = 'Skill Level   (1-10):'
  43.   end
  44.   object Label2: TLabel
  45.     Left = 84
  46.     Top = 108
  47.     Width = 88
  48.     Height = 14
  49.     Hint = 'change the background'#13'color of the game..|'
  50.     Caption = 'Background color:'
  51.   end
  52.   object BGColor: TShape
  53.     Left = 205
  54.     Top = 109
  55.     Width = 12
  56.     Height = 13
  57.     Hint = 'change the background'#13'color of the game..|'
  58.     OnMouseDown = BGColorMouseDown
  59.   end
  60.   object Image2: TImage
  61.     Left = 14
  62.     Top = 13
  63.     Width = 40
  64.     Height = 40
  65.     AutoSize = True
  66.     Center = True
  67.     Picture.Data = {<image000.bmp>}
  68.     Stretch = True
  69.   end
  70.   object btnOK: TBitBtn
  71.     Left = 156
  72.     Top = 140
  73.     Width = 75
  74.     Height = 25
  75.     Hint = 'save changes|'
  76.     Caption = '&OK'
  77.     TabOrder = 5
  78.     OnKeyDown = btnOKKeyDown
  79.     Kind = bkOK
  80.   end
  81.   object cbPreview: TCheckBox
  82.     Left = 82
  83.     Top = 13
  84.     Width = 135
  85.     Height = 17
  86.     Hint = 
  87.       'check if you want piece preview'#13'(suggested for novice players on' +
  88.       'ly)|.'
  89.     Alignment = taLeftJustify
  90.     Caption = 'Show preview screen'
  91.     TabOrder = 0
  92.     OnKeyDown = btnOKKeyDown
  93.   end
  94.   object spSkill: TSpinEdit
  95.     Left = 178
  96.     Top = 81
  97.     Width = 39
  98.     Height = 23
  99.     Hint = 
  100.       'choose a level between 1 and 10 to start with'#13'(1=easy .. 10=hard' +
  101.       ',very hard!)|'
  102.     MaxValue = 10
  103.     MinValue = 1
  104.     TabOrder = 4
  105.     Value = 1
  106.     OnKeyDown = btnOKKeyDown
  107.   end
  108.   object cbTray: TCheckBox
  109.     Left = 82
  110.     Top = 45
  111.     Width = 135
  112.     Height = 17
  113.     Hint = 
  114.       'check if Tetris '#39'99 should be minimized'#13'to the system tray bar (' +
  115.       'instead of'#13'prominently showing up in the Task bar..)|'
  116.     Alignment = taLeftJustify
  117.     Caption = 'Minimize to system tray'
  118.     TabOrder = 2
  119.     OnKeyDown = btnOKKeyDown
  120.   end
  121.   object cbPointer: TCheckBox
  122.     Left = 82
  123.     Top = 29
  124.     Width = 135
  125.     Height = 17
  126.     Hint = 'check if you want to to see the'#13'target position of the figure..|'
  127.     Alignment = taLeftJustify
  128.     Caption = 'Show position pointer'
  129.     TabOrder = 1
  130.   end
  131.   object btnCancel: TBitBtn
  132.     Left = 76
  133.     Top = 140
  134.     Width = 75
  135.     Height = 25
  136.     Hint = 'don'#39't save changes|'
  137.     Caption = '&Cancel'
  138.     TabOrder = 6
  139.     Kind = bkCancel
  140.   end
  141.   object cbBlinkRow: TCheckBox
  142.     Left = 82
  143.     Top = 61
  144.     Width = 135
  145.     Height = 17
  146.     Hint = 'check if you want blinking rows..|'
  147.     Alignment = taLeftJustify
  148.     Caption = 'Show blinking row'
  149.     TabOrder = 3
  150.   end
  151.   object ColorDlg: TColorDialog
  152.     Ctl3D = True
  153.     Left = 12
  154.     Top = 98
  155.   end
  156. end
  157.