home *** CD-ROM | disk | FTP | other *** search
- object frmOpts: TfrmOpts
- Left = 240
- Top = 205
- ActiveControl = btnOK
- BorderIcons = []
- BorderStyle = bsToolWindow
- Caption = 'Options'
- ClientHeight = 168
- ClientWidth = 292
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- Position = poScreenCenter
- Scaled = False
- ShowHint = True
- OnKeyDown = btnOKKeyDown
- PixelsPerInch = 96
- TextHeight = 14
- object Bevel1: TBevel
- Left = 3
- Top = 3
- Width = 285
- Height = 131
- end
- object Bevel3: TBevel
- Left = 10
- Top = 9
- Width = 47
- Height = 48
- Style = bsRaised
- end
- object Label1: TLabel
- Left = 84
- Top = 84
- Width = 89
- Height = 14
- Hint =
- 'choose a level between 1 and 10 to start with'#13'(1=easy .. 10=hard' +
- ',very hard!)|'
- Caption = 'Skill Level (1-10):'
- end
- object Label2: TLabel
- Left = 84
- Top = 108
- Width = 88
- Height = 14
- Hint = 'change the background'#13'color of the game..|'
- Caption = 'Background color:'
- end
- object BGColor: TShape
- Left = 205
- Top = 109
- Width = 12
- Height = 13
- Hint = 'change the background'#13'color of the game..|'
- OnMouseDown = BGColorMouseDown
- end
- object Image2: TImage
- Left = 14
- Top = 13
- Width = 40
- Height = 40
- AutoSize = True
- Center = True
- Picture.Data = {<image000.bmp>}
- Stretch = True
- end
- object btnOK: TBitBtn
- Left = 156
- Top = 140
- Width = 75
- Height = 25
- Hint = 'save changes|'
- Caption = '&OK'
- TabOrder = 5
- OnKeyDown = btnOKKeyDown
- Kind = bkOK
- end
- object cbPreview: TCheckBox
- Left = 82
- Top = 13
- Width = 135
- Height = 17
- Hint =
- 'check if you want piece preview'#13'(suggested for novice players on' +
- 'ly)|.'
- Alignment = taLeftJustify
- Caption = 'Show preview screen'
- TabOrder = 0
- OnKeyDown = btnOKKeyDown
- end
- object spSkill: TSpinEdit
- Left = 178
- Top = 81
- Width = 39
- Height = 23
- Hint =
- 'choose a level between 1 and 10 to start with'#13'(1=easy .. 10=hard' +
- ',very hard!)|'
- MaxValue = 10
- MinValue = 1
- TabOrder = 4
- Value = 1
- OnKeyDown = btnOKKeyDown
- end
- object cbTray: TCheckBox
- Left = 82
- Top = 45
- Width = 135
- Height = 17
- Hint =
- 'check if Tetris '#39'99 should be minimized'#13'to the system tray bar (' +
- 'instead of'#13'prominently showing up in the Task bar..)|'
- Alignment = taLeftJustify
- Caption = 'Minimize to system tray'
- TabOrder = 2
- OnKeyDown = btnOKKeyDown
- end
- object cbPointer: TCheckBox
- Left = 82
- Top = 29
- Width = 135
- Height = 17
- Hint = 'check if you want to to see the'#13'target position of the figure..|'
- Alignment = taLeftJustify
- Caption = 'Show position pointer'
- TabOrder = 1
- end
- object btnCancel: TBitBtn
- Left = 76
- Top = 140
- Width = 75
- Height = 25
- Hint = 'don'#39't save changes|'
- Caption = '&Cancel'
- TabOrder = 6
- Kind = bkCancel
- end
- object cbBlinkRow: TCheckBox
- Left = 82
- Top = 61
- Width = 135
- Height = 17
- Hint = 'check if you want blinking rows..|'
- Alignment = taLeftJustify
- Caption = 'Show blinking row'
- TabOrder = 3
- end
- object ColorDlg: TColorDialog
- Ctl3D = True
- Left = 12
- Top = 98
- end
- end
-