home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 Secrets / Secrets1.iso / Finance / Book / TRS / _setup.1 / TotalRetailSystem.exe / 0 / RCDATA / TCHANGEPRICEFORM / TCHANGEPRICEFORM.txt
Encoding:
Text File  |  1997-06-09  |  1.8 KB  |  91 lines

  1. object ChangePriceForm: TChangePriceForm
  2.   Left = 199
  3.   Top = 118
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Change Price '
  7.   ClientHeight = 168
  8.   ClientWidth = 376
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 120
  15.   TextHeight = 16
  16.   object PriceChoicesGroupBox: TGroupBox
  17.     Left = 0
  18.     Top = 0
  19.     Width = 376
  20.     Height = 105
  21.     Align = alTop
  22.     Caption = 'Price Choices'
  23.     Font.Color = clBlack
  24.     Font.Height = -17
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     ParentFont = False
  28.     TabOrder = 0
  29.     object optRetailPrice: TRadioButton
  30.       Left = 16
  31.       Top = 32
  32.       Width = 145
  33.       Height = 17
  34.       Caption = 'Retail Price'
  35.       Checked = True
  36.       TabOrder = 0
  37.       TabStop = True
  38.     end
  39.     object optDiscountPrice1: TRadioButton
  40.       Left = 16
  41.       Top = 72
  42.       Width = 161
  43.       Height = 17
  44.       Caption = 'Discount Price1'
  45.       TabOrder = 1
  46.     end
  47.     object optDiscountPrice2: TRadioButton
  48.       Left = 192
  49.       Top = 32
  50.       Width = 169
  51.       Height = 17
  52.       Caption = 'Discount Price2'
  53.       TabOrder = 2
  54.     end
  55.     object optDiscountPrice3: TRadioButton
  56.       Left = 192
  57.       Top = 72
  58.       Width = 161
  59.       Height = 17
  60.       Caption = 'Discount Price3'
  61.       TabOrder = 3
  62.     end
  63.   end
  64.   object Panel1: TPanel
  65.     Left = 0
  66.     Top = 105
  67.     Width = 376
  68.     Height = 63
  69.     Align = alClient
  70.     TabOrder = 1
  71.     object cmdOK: TBitBtn
  72.       Left = 24
  73.       Top = 24
  74.       Width = 75
  75.       Height = 25
  76.       TabOrder = 0
  77.       OnClick = cmdOKClick
  78.       Kind = bkOK
  79.     end
  80.     object cmdCancel: TBitBtn
  81.       Left = 280
  82.       Top = 24
  83.       Width = 75
  84.       Height = 25
  85.       TabOrder = 1
  86.       OnClick = cmdCancelClick
  87.       Kind = bkCancel
  88.     end
  89.   end
  90. end
  91.