object PricingForm: TPricingForm Left = 311 Top = 109 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'PricingForm' ClientHeight = 240 ClientWidth = 285 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Frame: TGroupBox Left = 8 Top = 12 Width = 269 Height = 189 Caption = 'PRICING' 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 = 108 Width = 253 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 PriceBox: TMPGPriceBox Left = 8 Top = 28 Width = 253 Height = 73 TabOrder = 0 IsPreview = False OnChange = PriceBoxChange ShowWasBought = False ShowCheckBox = False TrapTab = ttNone end end object OKButton: TButton Left = 221 Top = 209 Width = 56 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 1 end object QuantityPricingButton: TButton Left = 126 Top = 209 Width = 91 Height = 25 Caption = '&Quantity Pricing' TabOrder = 2 OnClick = QuantityPricingButtonClick end end