home *** CD-ROM | disk | FTP | other *** search
- object Form3: TForm3
- Left = 215
- Top = 208
- BorderStyle = bsDialog
- Caption = 'Unload QuickFile from memory'
- ClientHeight = 144
- ClientWidth = 318
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- Position = poScreenCenter
- OnHide = FormHide
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 32
- Top = 24
- Width = 88
- Height = 13
- Caption = 'Do you want to:'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object RadioButton1: TRadioButton
- Left = 48
- Top = 48
- Width = 241
- Height = 17
- Caption = 'Load QuickFile again when Windows restarts?'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object RadioButton2: TRadioButton
- Left = 48
- Top = 68
- Width = 185
- Height = 17
- Caption = 'Never load QuickFile again?'
- TabOrder = 1
- end
- object Button1: TButton
- Left = 48
- Top = 104
- Width = 81
- Height = 23
- Caption = 'Yes'
- Default = True
- TabOrder = 2
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 136
- Top = 104
- Width = 81
- Height = 23
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 3
- OnClick = Button2Click
- end
- end
-