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

  1. object fmCashCustomer: TfmCashCustomer
  2.   Left = 269
  3.   Top = 140
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   AutoScroll = False
  6.   Caption = 'Customer Details'
  7.   ClientHeight = 213
  8.   ClientWidth = 370
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 370
  23.     Height = 85
  24.     Align = alTop
  25.     Alignment = taLeftJustify
  26.     TabOrder = 0
  27.     object Label1: TLabel
  28.       Left = 76
  29.       Top = 12
  30.       Width = 283
  31.       Height = 64
  32.       Caption = 
  33.         'The payment is less than the Total of the Invoice. Being a cash ' +
  34.         'customer you have to create an account first. If you want to do ' +
  35.         'so please fill the details below and click OK.'
  36.       WordWrap = True
  37.     end
  38.     object Image1: TImage
  39.       Left = 8
  40.       Top = 12
  41.       Width = 61
  42.       Height = 61
  43.       Picture.Data = {<image000.bmp>}
  44.       Stretch = True
  45.     end
  46.   end
  47.   object Panel2: TPanel
  48.     Left = 0
  49.     Top = 85
  50.     Width = 370
  51.     Height = 83
  52.     Align = alClient
  53.     TabOrder = 1
  54.     object Label2: TLabel
  55.       Left = 16
  56.       Top = 20
  57.       Width = 49
  58.       Height = 16
  59.       Caption = 'A/C Ref.'
  60.     end
  61.     object Label3: TLabel
  62.       Left = 16
  63.       Top = 52
  64.       Width = 60
  65.       Height = 16
  66.       Caption = 'A/C Name'
  67.     end
  68.     object EAccRef: TEdit
  69.       Left = 92
  70.       Top = 16
  71.       Width = 121
  72.       Height = 24
  73.       CharCase = ecUpperCase
  74.       TabOrder = 0
  75.       OnExit = EAccRefExit
  76.     end
  77.     object EAccName: TEdit
  78.       Left = 92
  79.       Top = 48
  80.       Width = 269
  81.       Height = 24
  82.       TabOrder = 1
  83.     end
  84.   end
  85.   object Panel3: TPanel
  86.     Left = 0
  87.     Top = 168
  88.     Width = 370
  89.     Height = 45
  90.     Align = alBottom
  91.     TabOrder = 2
  92.     object BtnOk: TBitBtn
  93.       Left = 12
  94.       Top = 8
  95.       Width = 90
  96.       Height = 30
  97.       Hint = 'Save the customer'
  98.       Caption = '&OK'
  99.       ModalResult = 1
  100.       ParentShowHint = False
  101.       ShowHint = True
  102.       TabOrder = 0
  103.       OnClick = BtnOkClick
  104.       NumGlyphs = 2
  105.     end
  106.     object BtnCancel: TBitBtn
  107.       Left = 144
  108.       Top = 8
  109.       Width = 90
  110.       Height = 30
  111.       Cancel = True
  112.       Caption = '&Cancel'
  113.       ModalResult = 2
  114.       ParentShowHint = False
  115.       ShowHint = True
  116.       TabOrder = 1
  117.       NumGlyphs = 2
  118.     end
  119.     object BtnHelp: TBitBtn
  120.       Left = 268
  121.       Top = 8
  122.       Width = 90
  123.       Height = 30
  124.       Cancel = True
  125.       Caption = '&Help'
  126.       ParentShowHint = False
  127.       ShowHint = True
  128.       TabOrder = 2
  129.       NumGlyphs = 2
  130.     end
  131.   end
  132.   object Sizer1: TSizer
  133.     Enabled = True
  134.     ExceptionAction = eaIgnoreControl
  135.     GridColumnSizing = gcSizeAllColumns
  136.     GridRowSizing = grSizeByDefaults
  137.     MinimumSize = True
  138.     NavigateOnEnter = False
  139.     OverrideParentFont = True
  140.     PerformAssertions = True
  141.     ShowAssertionFailures = False
  142.     StretchFonts = True
  143.     StretchImages = True
  144.     StretchOnResize = True
  145.     ThreadProcessing = False
  146.     Left = 312
  147.     Top = 72
  148.     ScreenWidth = (
  149.       800)
  150.     ScreenHeight = (
  151.       600)
  152.     OriginalFormWidth = (
  153.       378)
  154.     OriginalFormHeight = (
  155.       240)
  156.     OriginalFormLeft = (
  157.       269)
  158.     OriginalFormTop = (
  159.       140)
  160.     OriginalFormPPI = (
  161.       120)
  162.     OriginalClientWidth = (
  163.       370)
  164.     OriginalClientHeight = (
  165.       213)
  166.   end
  167. end
  168.