home *** CD-ROM | disk | FTP | other *** search
/ Freesoft 1999 February / Freesoft_1999-02_cd.bin / Recenz / Internet / NetTimePro / Mpw32.dl_ / Mpw32.dl / RCDATA / TQUANSELECTFORM / TQUANSELECTFORM.txt
Text File  |  1997-05-14  |  2KB  |  112 lines

  1. object QuanSelectForm: TQuanSelectForm
  2.   Left = 401
  3.   Top = 109
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'QuanSelectForm'
  7.   ClientHeight = 278
  8.   ClientWidth = 518
  9.   Font.Color = clWindowText
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnShow = FormShow
  14.   PixelsPerInch = 120
  15.   TextHeight = 16
  16.   object Frame: TGroupBox
  17.     Left = 10
  18.     Top = 15
  19.     Width = 498
  20.     Height = 213
  21.     Caption = 'QUANTITY PRICING'
  22.     Font.Color = clMaroon
  23.     Font.Height = -17
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = [fsBold]
  26.     ParentFont = False
  27.     TabOrder = 1
  28.     object LabelDescription: TLabel
  29.       Left = 16
  30.       Top = 30
  31.       Width = 68
  32.       Height = 16
  33.       Caption = 'Description'
  34.       Font.Color = clBlack
  35.       Font.Height = -15
  36.       Font.Name = 'MS Sans Serif'
  37.       Font.Style = []
  38.       ParentFont = False
  39.     end
  40.     object Price1: TLabel
  41.       Left = 286
  42.       Top = 30
  43.       Width = 7
  44.       Height = 16
  45.       Alignment = taRightJustify
  46.       Caption = '1'
  47.       Font.Color = clBlack
  48.       Font.Height = -15
  49.       Font.Name = 'MS Sans Serif'
  50.       Font.Style = []
  51.       ParentFont = False
  52.     end
  53.     object Price2: TLabel
  54.       Left = 349
  55.       Top = 30
  56.       Width = 7
  57.       Height = 16
  58.       Alignment = taRightJustify
  59.       Caption = '2'
  60.       Font.Color = clBlack
  61.       Font.Height = -15
  62.       Font.Name = 'MS Sans Serif'
  63.       Font.Style = []
  64.       ParentFont = False
  65.     end
  66.     object Price3: TLabel
  67.       Left = 411
  68.       Top = 30
  69.       Width = 7
  70.       Height = 16
  71.       Alignment = taRightJustify
  72.       Caption = '3'
  73.       Font.Color = clBlack
  74.       Font.Height = -15
  75.       Font.Name = 'MS Sans Serif'
  76.       Font.Style = []
  77.       ParentFont = False
  78.     end
  79.     object Price4: TLabel
  80.       Left = 474
  81.       Top = 30
  82.       Width = 7
  83.       Height = 16
  84.       Alignment = taRightJustify
  85.       Caption = '4'
  86.       Font.Color = clBlack
  87.       Font.Height = -15
  88.       Font.Name = 'MS Sans Serif'
  89.       Font.Style = []
  90.       ParentFont = False
  91.     end
  92.     object MultiPriceBox: TMPGMultiPriceBox
  93.       Left = 10
  94.       Top = 49
  95.       Width = 479
  96.       Height = 152
  97.       TabOrder = 0
  98.     end
  99.   end
  100.   object OKButton: TButton
  101.     Left = 441
  102.     Top = 240
  103.     Width = 69
  104.     Height = 31
  105.     Cancel = True
  106.     Caption = '&OK'
  107.     Default = True
  108.     ModalResult = 2
  109.     TabOrder = 0
  110.   end
  111. end
  112.