object PreviewForm: TPreviewForm Left = 271 Top = 109 HelpContext = 320 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'PreviewForm' ClientHeight = 257 ClientWidth = 312 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Frame: TGroupBox Left = 8 Top = 12 Width = 297 Height = 208 Caption = 'FREE PREVIEWS' Font.Charset = DEFAULT_CHARSET Font.Color = clMaroon Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 0 object ModuleDesc: TLabel Left = 8 Top = 119 Width = 281 Height = 69 AutoSize = False Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object Instructions: TLabel Left = 8 Top = 24 Width = 285 Height = 26 AutoSize = False Caption = 'Select the item(s) that you wish to preview. All previews are F' + 'REE! The associated price(s) are for reference only.' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object UpDown1: TLabel Left = 8 Top = 189 Width = 283 Height = 13 Caption = 'Use keys to display description for each item' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object UpDown2: TLabel Left = 36 Top = 188 Width = 10 Height = 12 Caption = '�' Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -11 Font.Name = 'Wingdings' Font.Style = [] ParentFont = False end object UpDown3: TLabel Left = 47 Top = 191 Width = 10 Height = 12 Caption = '�' Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -11 Font.Name = 'Wingdings' Font.Style = [] ParentFont = False end object PriceBox: TMPGPriceBox Left = 8 Top = 54 Width = 281 Height = 57 TabOrder = 0 OnKeyUp = PriceBoxKeyUp IsPreview = True OnChange = PriceBoxChange ShowWasBought = False ShowCheckBox = True OnSelect = PriceBoxSelect TrapTab = ttNone end end object CancelButton: TButton Left = 189 Top = 226 Width = 58 Height = 25 HelpContext = 10703 Caption = '&Cancel' ModalResult = 2 TabOrder = 4 OnClick = CancelButtonClick end object NextButton: TButton Left = 250 Top = 226 Width = 56 Height = 25 HelpContext = 10703 Caption = '&Next ->' Enabled = False TabOrder = 5 OnClick = NextButtonClick end object PoliciesButton: TButton Left = 129 Top = 226 Width = 57 Height = 25 HelpContext = 10101 Caption = 'P&olicies' TabOrder = 3 OnClick = PoliciesButtonClick end object HelpButton: TButton Left = 8 Top = 226 Width = 58 Height = 25 Caption = '&Help' TabOrder = 1 OnClick = HelpButtonClick end object PricingButton: TButton Left = 69 Top = 226 Width = 57 Height = 25 HelpContext = 10102 Caption = '&Pricing' TabOrder = 2 OnClick = PricingButtonClick end end