home *** CD-ROM | disk | FTP | other *** search
- object GraphicsForm: TGraphicsForm
- Left = 200
- Top = 108
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Graphics'
- ClientHeight = 284
- ClientWidth = 377
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnShow = FormShow
- PixelsPerInch = 120
- TextHeight = 16
- object BackgroundGroupBox: TGroupBox
- Left = 5
- Top = 5
- Width = 365
- Height = 85
- Caption = 'Background'
- TabOrder = 0
- object BackgroundLabel: TLabel
- Left = 10
- Top = 59
- Width = 341
- Height = 16
- AutoSize = False
- end
- object BackgroundCheckBox: TCheckBox
- Left = 10
- Top = 20
- Width = 173
- Height = 21
- Caption = 'Bitmapped Background'
- TabOrder = 0
- OnClick = BackgroundCheckBoxClick
- end
- object BackgroundButton: TButton
- Left = 187
- Top = 15
- Width = 164
- Height = 31
- Caption = 'Load Bitmap'
- TabOrder = 1
- OnClick = BackgroundButtonClick
- end
- end
- object GraphicsGroupBox: TGroupBox
- Left = 5
- Top = 98
- Width = 365
- Height = 144
- Caption = 'Graphics Level'
- TabOrder = 1
- object Label1: TLabel
- Left = 20
- Top = 25
- Width = 336
- Height = 35
- AutoSize = False
- Caption =
- 'Choose the option which results in acceptable looks and speed of' +
- ' operation, on your PC.'
- end
- object MinRadioButton: TRadioButton
- Left = 39
- Top = 64
- Width = 199
- Height = 21
- Caption = 'Minimal (Displays quickest)'
- TabOrder = 0
- end
- object TwoDRadioButton: TRadioButton
- Left = 39
- Top = 89
- Width = 139
- Height = 21
- Caption = '2D'
- TabOrder = 1
- end
- object ThreeDRadioButton: TRadioButton
- Left = 39
- Top = 113
- Width = 282
- Height = 21
- Caption = '3D (demands more from your PC)'
- TabOrder = 2
- end
- end
- object OKBitBtn: TBitBtn
- Left = 5
- Top = 251
- Width = 92
- Height = 31
- Caption = '&OK'
- TabOrder = 2
- OnClick = OKBitBtnClick
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 108
- Top = 251
- Width = 93
- Height = 31
- Caption = '&Cancel'
- TabOrder = 3
- Kind = bkCancel
- end
- object BackBmpDialog: TOpenDialog
- FileEditStyle = fsEdit
- Filter = '.bmp files|*.bmp'
- Left = 260
- Top = 16
- end
- end
-