home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 February / PCWorld_1999-02_cd.bin / temacd / DataArm / _SETUP.1 / mpw32.dll / RCDATA / TPRICINGFORM / TPRICINGFORM.txt
Text File  |  1998-05-25  |  2KB  |  80 lines

  1. object PricingForm: TPricingForm
  2.   Left = 311
  3.   Top = 109
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'PricingForm'
  7.   ClientHeight = 240
  8.   ClientWidth = 285
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Frame: TGroupBox
  21.     Left = 8
  22.     Top = 12
  23.     Width = 269
  24.     Height = 189
  25.     Caption = 'PRICING'
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clMaroon
  28.     Font.Height = -13
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.     TabOrder = 0
  33.     object ModuleDesc: TLabel
  34.       Left = 8
  35.       Top = 108
  36.       Width = 253
  37.       Height = 69
  38.       AutoSize = False
  39.       Font.Charset = DEFAULT_CHARSET
  40.       Font.Color = clBlack
  41.       Font.Height = -11
  42.       Font.Name = 'MS Sans Serif'
  43.       Font.Style = []
  44.       ParentFont = False
  45.       WordWrap = True
  46.     end
  47.     object PriceBox: TMPGPriceBox
  48.       Left = 8
  49.       Top = 28
  50.       Width = 253
  51.       Height = 73
  52.       TabOrder = 0
  53.       IsPreview = False
  54.       OnChange = PriceBoxChange
  55.       ShowWasBought = False
  56.       ShowCheckBox = False
  57.       TrapTab = ttNone
  58.     end
  59.   end
  60.   object OKButton: TButton
  61.     Left = 221
  62.     Top = 209
  63.     Width = 56
  64.     Height = 25
  65.     Caption = '&OK'
  66.     Default = True
  67.     ModalResult = 1
  68.     TabOrder = 1
  69.   end
  70.   object QuantityPricingButton: TButton
  71.     Left = 126
  72.     Top = 209
  73.     Width = 91
  74.     Height = 25
  75.     Caption = '&Quantity Pricing'
  76.     TabOrder = 2
  77.     OnClick = QuantityPricingButtonClick
  78.   end
  79. end
  80.