home *** CD-ROM | disk | FTP | other *** search
/ Freesoft 1999 February / Freesoft_1999-02_cd.bin / Recenz / Internet / NetTimePro / Mpw32.dl_ / Mpw32.dl / RCDATA / TPRICINGFORM / TPRICINGFORM.txt
Text File  |  1997-05-14  |  2KB  |  75 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 = 312
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Frame: TGroupBox
  19.     Left = 8
  20.     Top = 12
  21.     Width = 297
  22.     Height = 189
  23.     Caption = 'PRICING'
  24.     Font.Color = clMaroon
  25.     Font.Height = -13
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.     TabOrder = 0
  30.     object ModuleDesc: TLabel
  31.       Left = 8
  32.       Top = 108
  33.       Width = 281
  34.       Height = 69
  35.       AutoSize = False
  36.       Font.Color = clBlack
  37.       Font.Height = -11
  38.       Font.Name = 'MS Sans Serif'
  39.       Font.Style = []
  40.       ParentFont = False
  41.       WordWrap = True
  42.     end
  43.     object PriceBox: TMPGPriceBox
  44.       Left = 8
  45.       Top = 28
  46.       Width = 281
  47.       Height = 73
  48.       TabOrder = 0
  49.       IsPreview = False
  50.       OnChange = PriceBoxChange
  51.       ShowWasBought = False
  52.       ShowCheckBox = False
  53.       TrapTab = ttNone
  54.     end
  55.   end
  56.   object OKButton: TButton
  57.     Left = 249
  58.     Top = 209
  59.     Width = 56
  60.     Height = 25
  61.     Caption = '&OK'
  62.     ModalResult = 1
  63.     TabOrder = 1
  64.   end
  65.   object QuantityPricingButton: TButton
  66.     Left = 154
  67.     Top = 209
  68.     Width = 91
  69.     Height = 25
  70.     Caption = '&Quantity Pricing'
  71.     TabOrder = 2
  72.     OnClick = QuantityPricingButtonClick
  73.   end
  74. end
  75.