object frmDefClient: TfrmDefClient Left = 245 Top = 259 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Mail Warrior' ClientHeight = 129 ClientWidth = 265 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Verdana' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 6 Top = 8 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object Label1: TLabel Left = 46 Top = 8 Width = 213 Height = 41 AutoSize = False Caption = 'Mail Warrior is currently not your default Mail Client. Would yo' + 'u like to register it as the default one?' Transparent = True WordWrap = True end object chkDontAskAgain: TCheckBox Left = 8 Top = 64 Width = 153 Height = 17 Caption = '&Dont ask me this again' TabOrder = 0 end object Button1: TButton Left = 56 Top = 104 Width = 73 Height = 23 Caption = '&Yes' Default = True ModalResult = 6 TabOrder = 1 end object Button2: TButton Left = 136 Top = 104 Width = 73 Height = 23 Cancel = True Caption = '&No' ModalResult = 7 TabOrder = 2 end end