home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1999 September / Dpcb0999.iso / Business / Empire / _SETUP.1 / EmpireBuilder.exe / 0 / RCDATA / TFMDISCOUNT / TFMDISCOUNT.txt
Text File  |  1999-06-21  |  4KB  |  208 lines

  1. object fmDiscount: TfmDiscount
  2.   Left = 308
  3.   Top = 175
  4.   AutoScroll = False
  5.   Caption = 'Payment Discount'
  6.   ClientHeight = 202
  7.   ClientWidth = 281
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnShow = FormShow
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 158
  21.     Width = 281
  22.     Height = 44
  23.     Align = alBottom
  24.     BevelInner = bvRaised
  25.     BevelOuter = bvLowered
  26.     TabOrder = 1
  27.     object BtnOk: TBitBtn
  28.       Left = 6
  29.       Top = 8
  30.       Width = 75
  31.       Height = 30
  32.       Hint = 'Confirm transaction discount'
  33.       Caption = '&OK'
  34.       ModalResult = 1
  35.       ParentShowHint = False
  36.       ShowHint = True
  37.       TabOrder = 0
  38.       NumGlyphs = 2
  39.     end
  40.     object btnCancel: TBitBtn
  41.       Left = 87
  42.       Top = 8
  43.       Width = 75
  44.       Height = 30
  45.       Cancel = True
  46.       Caption = '&Cancel'
  47.       ModalResult = 2
  48.       ParentShowHint = False
  49.       ShowHint = True
  50.       TabOrder = 1
  51.       Layout = blGlyphTop
  52.       NumGlyphs = 2
  53.     end
  54.     object btnHelp: TButton
  55.       Left = 200
  56.       Top = 8
  57.       Width = 75
  58.       Height = 30
  59.       Caption = '&Help'
  60.       ParentShowHint = False
  61.       ShowHint = True
  62.       TabOrder = 2
  63.       OnClick = btnHelpClick
  64.     end
  65.   end
  66.   object Panel2: TPanel
  67.     Left = 0
  68.     Top = 0
  69.     Width = 281
  70.     Height = 158
  71.     Align = alClient
  72.     BevelInner = bvRaised
  73.     BevelOuter = bvLowered
  74.     TabOrder = 0
  75.     object Label1: TLabel
  76.       Left = 12
  77.       Top = 43
  78.       Width = 102
  79.       Height = 16
  80.       Caption = 'Total Outstanding'
  81.     end
  82.     object Label2: TLabel
  83.       Left = 12
  84.       Top = 94
  85.       Width = 52
  86.       Height = 16
  87.       Caption = 'Payment'
  88.     end
  89.     object Label3: TLabel
  90.       Left = 12
  91.       Top = 126
  92.       Width = 51
  93.       Height = 16
  94.       Caption = 'Discount'
  95.     end
  96.     object Label4: TLabel
  97.       Left = 12
  98.       Top = 12
  99.       Width = 103
  100.       Height = 16
  101.       Caption = 'Payment Balance'
  102.     end
  103.     object Bevel1: TBevel
  104.       Left = 5
  105.       Top = 75
  106.       Width = 271
  107.       Height = 6
  108.       Shape = bsBottomLine
  109.     end
  110.     object CEPayment: TRxCalcEdit
  111.       Left = 166
  112.       Top = 90
  113.       Width = 100
  114.       Height = 24
  115.       Hint = 'Press F1 for help'
  116.       HelpContext = 496
  117.       AutoSize = False
  118.       ClickKey = 16451
  119.       DisplayFormat = '0.00'
  120.       NumGlyphs = 2
  121.       ParentShowHint = False
  122.       ShowHint = True
  123.       TabOrder = 0
  124.     end
  125.     object CEDiscount: TRxCalcEdit
  126.       Left = 166
  127.       Top = 122
  128.       Width = 100
  129.       Height = 24
  130.       Hint = 'Press F1 for help'
  131.       HelpContext = 496
  132.       AutoSize = False
  133.       ClickKey = 16451
  134.       DisplayFormat = '0.00'
  135.       NumGlyphs = 2
  136.       ParentShowHint = False
  137.       ShowHint = True
  138.       TabOrder = 1
  139.       OnEnter = CEDiscountEnter
  140.     end
  141.     object CETotalOutStand: TCurrencyEdit
  142.       Left = 166
  143.       Top = 39
  144.       Width = 100
  145.       Height = 24
  146.       HelpContext = 499
  147.       TabStop = False
  148.       AutoSize = False
  149.       Ctl3D = True
  150.       DisplayFormat = '0.00'
  151.       ParentColor = True
  152.       ParentCtl3D = False
  153.       ReadOnly = True
  154.       TabOrder = 2
  155.     end
  156.     object CEPayBal: TCurrencyEdit
  157.       Left = 166
  158.       Top = 8
  159.       Width = 100
  160.       Height = 24
  161.       HelpContext = 498
  162.       TabStop = False
  163.       AutoSize = False
  164.       Ctl3D = True
  165.       DisplayFormat = '0.00'
  166.       ParentColor = True
  167.       ParentCtl3D = False
  168.       ReadOnly = True
  169.       TabOrder = 3
  170.     end
  171.   end
  172.   object Sizer1: TSizer
  173.     Enabled = True
  174.     ExceptionAction = eaIgnoreControl
  175.     GridColumnSizing = gcSizeAllColumns
  176.     GridRowSizing = grSizeByDefaults
  177.     MinimumSize = True
  178.     NavigateOnEnter = True
  179.     OverrideParentFont = True
  180.     PerformAssertions = True
  181.     ShowAssertionFailures = False
  182.     StretchFonts = True
  183.     StretchImages = True
  184.     StretchOnResize = True
  185.     ThreadProcessing = False
  186.     Left = 97
  187.     Top = 89
  188.     ScreenWidth = (
  189.       800)
  190.     ScreenHeight = (
  191.       600)
  192.     OriginalFormWidth = (
  193.       289)
  194.     OriginalFormHeight = (
  195.       229)
  196.     OriginalFormLeft = (
  197.       308)
  198.     OriginalFormTop = (
  199.       175)
  200.     OriginalFormPPI = (
  201.       120)
  202.     OriginalClientWidth = (
  203.       281)
  204.     OriginalClientHeight = (
  205.       202)
  206.   end
  207. end
  208.