object PricingForm: TPricingForm Left = 311 Top = 109 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'PricingForm' ClientHeight = 240 ClientWidth = 312 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Frame: TGroupBox Left = 8 Top = 12 Width = 297 Height = 189 Caption = 'PRICING' Font.Color = clMaroon Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 0 object ModuleDesc: TLabel Left = 8 Top = 108 Width = 281 Height = 69 AutoSize = False Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object PriceBox: TMPGPriceBox Left = 8 Top = 28 Width = 281 Height = 73 TabOrder = 0 IsPreview = False OnChange = PriceBoxChange ShowWasBought = False ShowCheckBox = False TrapTab = ttNone end end object OKButton: TButton Left = 249 Top = 209 Width = 56 Height = 25 Caption = '&OK' ModalResult = 1 TabOrder = 1 end object QuantityPricingButton: TButton Left = 154 Top = 209 Width = 91 Height = 25 Caption = '&Quantity Pricing' TabOrder = 2 OnClick = QuantityPricingButtonClick end end