object AssocForm: TAssocForm Left = 670 Top = 705 BorderIcons = [] BorderStyle = bsDialog Caption = 'File Associations' ClientHeight = 167 ClientWidth = 476 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 25 Top = 8 Width = 425 Height = 65 AutoSize = False Caption = 'Would you like to set up file association for Filfre? (Doing so' + ' will allow you to start stories by double-clicking them anywher' + 'e in Windows.)' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'Verdana' Font.Style = [] ParentFont = False WordWrap = True end object Button1: TButton Left = 104 Top = 120 Width = 75 Height = 25 Caption = 'Yes' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Verdana' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 296 Top = 120 Width = 75 Height = 25 Caption = 'No' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Verdana' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = Button2Click end object AskButton: TCheckBox Left = 160 Top = 88 Width = 161 Height = 17 Caption = 'Don'#39't ask me this again.' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Verdana' Font.Style = [] ParentFont = False TabOrder = 2 end end