home *** CD-ROM | disk | FTP | other *** search
- object StrangeProgForm: TStrangeProgForm
- Left = 308
- Top = 221
- ActiveControl = Button1
- BorderStyle = bsDialog
- Caption = 'Conflicting device driver(s) found'
- ClientHeight = 173
- ClientWidth = 239
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 225
- Height = 33
- AutoSize = False
- Caption =
- 'One or more programs for CD writing have been installed on this ' +
- 'system.'
- WordWrap = True
- end
- object Label2: TLabel
- Left = 8
- Top = 48
- Width = 225
- Height = 65
- AutoSize = False
- Caption =
- 'Some of the programs installed device drivers that endanger the ' +
- 'functionality of this program. Do you want to remove these devic' +
- 'e drivers?'
- WordWrap = True
- end
- object Memo1: TMemo
- Left = 0
- Top = 188
- Width = 239
- Height = 73
- Enabled = False
- ReadOnly = True
- TabOrder = 0
- end
- object Button1: TButton
- Left = 72
- Top = 144
- Width = 75
- Height = 23
- Caption = '&Yes'
- Default = True
- ModalResult = 6
- TabOrder = 2
- end
- object Button2: TButton
- Left = 152
- Top = 144
- Width = 75
- Height = 23
- Cancel = True
- Caption = '&No'
- ModalResult = 7
- TabOrder = 3
- end
- object cbShowAgain: TCheckBox
- Left = 8
- Top = 120
- Width = 225
- Height = 17
- Caption = 'Do not show this again'
- TabOrder = 1
- end
- end
-