object UpgradeDlg: TUpgradeDlg Left = 349 Top = 241 BorderStyle = bsDialog Caption = 'Upgrade' ClientHeight = 129 ClientWidth = 326 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 0 Top = 57 Width = 326 Height = 3 Align = alTop end object ckDonotPrompt: TCheckBox Left = 6 Top = 109 Width = 307 Height = 17 Caption = 'Do not prompt me again' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 end object btYes: TButton Left = 94 Top = 71 Width = 75 Height = 25 Caption = 'Yes' Default = True ModalResult = 6 TabOrder = 0 end object btNo: TButton Left = 182 Top = 71 Width = 75 Height = 25 Cancel = True Caption = 'No' ModalResult = 7 TabOrder = 1 end object Panel1: TPanel Left = 0 Top = 0 Width = 326 Height = 57 Align = alTop BevelOuter = bvNone TabOrder = 3 object Shape1: TShape Left = 150 Top = 0 Width = 176 Height = 57 Align = alClient Pen.Style = psClear end object Image: TImage Left = 0 Top = 0 Width = 150 Height = 57 Align = alLeft AutoSize = True Center = True Picture.Data = {} end object lbMessage: TLabel Left = 96 Top = 12 Width = 220 Height = 33 AutoSize = False Caption = 'There is a new version of %s. Do you want to upgrade?' Transparent = True WordWrap = True end end end