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

  1. object fmPriceMismatch: TfmPriceMismatch
  2.   Left = 300
  3.   Top = 201
  4.   Width = 305
  5.   Height = 227
  6.   Caption = 'Price Mismatch'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Scaled = False
  13.   PixelsPerInch = 120
  14.   TextHeight = 16
  15.   object Bevel1: TBevel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 281
  19.     Height = 145
  20.     Shape = bsFrame
  21.   end
  22.   object lbPrevious: TLabel
  23.     Left = 24
  24.     Top = 56
  25.     Width = 87
  26.     Height = 16
  27.     Caption = 'Previous Price'
  28.   end
  29.   object lbNew: TLabel
  30.     Left = 24
  31.     Top = 116
  32.     Width = 61
  33.     Height = 16
  34.     Caption = 'New Price'
  35.   end
  36.   object lbMessage: TLabel
  37.     Left = 24
  38.     Top = 24
  39.     Width = 244
  40.     Height = 16
  41.     Caption = 'Please Confirm the Price Mismatch.'
  42.     Font.Charset = DEFAULT_CHARSET
  43.     Font.Color = clRed
  44.     Font.Height = -13
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = [fsBold]
  47.     ParentFont = False
  48.   end
  49.   object lbReceived: TLabel
  50.     Left = 24
  51.     Top = 84
  52.     Width = 110
  53.     Height = 16
  54.     Caption = 'Qty Received T/D'
  55.   end
  56.   object BtnConfirm: TButton
  57.     Left = 12
  58.     Top = 164
  59.     Width = 90
  60.     Height = 30
  61.     Caption = 'Co&nfirm'
  62.     TabOrder = 3
  63.     OnClick = BtnConfirmClick
  64.   end
  65.   object BtnCancel: TButton
  66.     Left = 108
  67.     Top = 164
  68.     Width = 90
  69.     Height = 30
  70.     Caption = '&Cancel'
  71.     ModalResult = 2
  72.     TabOrder = 4
  73.   end
  74.   object cePrevious: TCurrencyEdit
  75.     Left = 172
  76.     Top = 52
  77.     Width = 100
  78.     Height = 24
  79.     AutoSize = False
  80.     DisplayFormat = '0.00'
  81.     ParentColor = True
  82.     ReadOnly = True
  83.     TabOrder = 0
  84.   end
  85.   object ceNew: TCurrencyEdit
  86.     Left = 172
  87.     Top = 112
  88.     Width = 100
  89.     Height = 24
  90.     AutoSize = False
  91.     DisplayFormat = '0.00'
  92.     ParentColor = True
  93.     ReadOnly = True
  94.     TabOrder = 2
  95.   end
  96.   object ceReceived: TCurrencyEdit
  97.     Left = 172
  98.     Top = 82
  99.     Width = 100
  100.     Height = 24
  101.     AutoSize = False
  102.     DisplayFormat = '0.00'
  103.     ParentColor = True
  104.     ReadOnly = True
  105.     TabOrder = 1
  106.   end
  107.   object Sizer1: TSizer
  108.     Enabled = True
  109.     ExceptionAction = eaIgnoreControl
  110.     GridColumnSizing = gcSizeAllColumns
  111.     GridRowSizing = grSizeByDefaults
  112.     MinimumSize = True
  113.     NavigateOnEnter = False
  114.     OverrideParentFont = True
  115.     PerformAssertions = True
  116.     ShowAssertionFailures = False
  117.     StretchFonts = True
  118.     StretchImages = True
  119.     StretchOnResize = True
  120.     ThreadProcessing = False
  121.     Left = 244
  122.     Top = 156
  123.     ScreenWidth = (
  124.       800)
  125.     ScreenHeight = (
  126.       600)
  127.     OriginalFormWidth = (
  128.       305)
  129.     OriginalFormHeight = (
  130.       227)
  131.     OriginalFormLeft = (
  132.       300)
  133.     OriginalFormTop = (
  134.       201)
  135.     OriginalFormPPI = (
  136.       120)
  137.     OriginalClientWidth = (
  138.       297)
  139.     OriginalClientHeight = (
  140.       200)
  141.   end
  142. end
  143.