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

  1. object fmCashbookTransfer: TfmCashbookTransfer
  2.   Left = 227
  3.   Top = 146
  4.   AutoScroll = False
  5.   Caption = 'Cashbook Transfers'
  6.   ClientHeight = 256
  7.   ClientWidth = 523
  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.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 211
  23.     Width = 523
  24.     Height = 45
  25.     Align = alBottom
  26.     BevelInner = bvRaised
  27.     BevelOuter = bvLowered
  28.     TabOrder = 2
  29.     object BtnSave: TBitBtn
  30.       Left = 10
  31.       Top = 8
  32.       Width = 75
  33.       Height = 30
  34.       Hint = 'Save cashbook transfer'
  35.       Caption = '&Save'
  36.       ParentShowHint = False
  37.       ShowHint = True
  38.       TabOrder = 0
  39.       OnClick = BtnSaveClick
  40.       NumGlyphs = 2
  41.     end
  42.     object BtnAbandon: TBitBtn
  43.       Left = 92
  44.       Top = 8
  45.       Width = 75
  46.       Height = 30
  47.       Hint = 'Abandon Transfer Details'
  48.       Caption = '&Abandon'
  49.       ParentShowHint = False
  50.       ShowHint = True
  51.       TabOrder = 1
  52.       OnClick = BtnAbandonClick
  53.       NumGlyphs = 2
  54.       Spacing = 1
  55.     end
  56.     object BtnClose: TBitBtn
  57.       Left = 173
  58.       Top = 8
  59.       Width = 75
  60.       Height = 30
  61.       Caption = '&Close'
  62.       ParentShowHint = False
  63.       ShowHint = True
  64.       TabOrder = 2
  65.       OnClick = BtnCloseClick
  66.       NumGlyphs = 2
  67.     end
  68.     object btnHelp: TBitBtn
  69.       Left = 444
  70.       Top = 8
  71.       Width = 75
  72.       Height = 30
  73.       Caption = '&Help'
  74.       ParentShowHint = False
  75.       ShowHint = True
  76.       TabOrder = 3
  77.       OnClick = btnHelpClick
  78.       NumGlyphs = 2
  79.     end
  80.   end
  81.   object Panel2: TPanel
  82.     Left = 0
  83.     Top = 76
  84.     Width = 523
  85.     Height = 135
  86.     Align = alClient
  87.     BevelInner = bvRaised
  88.     BevelOuter = bvLowered
  89.     TabOrder = 1
  90.     object Label3: TLabel
  91.       Left = 19
  92.       Top = 11
  93.       Width = 27
  94.       Height = 16
  95.       Caption = 'Date'
  96.     end
  97.     object Label4: TLabel
  98.       Left = 19
  99.       Top = 43
  100.       Width = 58
  101.       Height = 16
  102.       Caption = 'Reference'
  103.     end
  104.     object Label5: TLabel
  105.       Left = 19
  106.       Top = 75
  107.       Width = 40
  108.       Height = 16
  109.       Caption = 'Details'
  110.     end
  111.     object Label6: TLabel
  112.       Left = 19
  113.       Top = 107
  114.       Width = 83
  115.       Height = 16
  116.       Caption = 'Transfer Value'
  117.     end
  118.     object EReference: TEdit
  119.       Left = 131
  120.       Top = 39
  121.       Width = 137
  122.       Height = 24
  123.       HelpContext = 372
  124.       MaxLength = 10
  125.       TabOrder = 1
  126.     end
  127.     object EDetails: TEdit
  128.       Left = 131
  129.       Top = 71
  130.       Width = 321
  131.       Height = 24
  132.       HelpContext = 179
  133.       MaxLength = 30
  134.       TabOrder = 2
  135.     end
  136.     object CETransferValue: TRxCalcEdit
  137.       Left = 131
  138.       Top = 103
  139.       Width = 100
  140.       Height = 24
  141.       HelpContext = 373
  142.       AutoSize = False
  143.       ClickKey = 16451
  144.       DisplayFormat = '0.00'
  145.       NumGlyphs = 2
  146.       TabOrder = 3
  147.       OnChange = CETransferValueChange
  148.     end
  149.     object DBCDlgDate: TDateEdit
  150.       Left = 131
  151.       Top = 7
  152.       Width = 100
  153.       Height = 24
  154.       HelpContext = 363
  155.       ClickKey = 16452
  156.       NumGlyphs = 2
  157.       CalendarStyle = csDialog
  158.       Weekends = [Sun, Sat]
  159.       YearDigits = dyFour
  160.       TabOrder = 0
  161.       OnButtonClick = DBCDlgDateButtonClick
  162.       OnEnter = DBCDlgDateEnter
  163.       OnExit = DBCDlgDateExit
  164.     end
  165.   end
  166.   object Panel3: TPanel
  167.     Left = 0
  168.     Top = 0
  169.     Width = 523
  170.     Height = 76
  171.     Align = alTop
  172.     BevelInner = bvRaised
  173.     BevelOuter = bvLowered
  174.     TabOrder = 0
  175.     object Label1: TLabel
  176.       Left = 19
  177.       Top = 13
  178.       Width = 80
  179.       Height = 16
  180.       Caption = 'Transfer From'
  181.     end
  182.     object Label2: TLabel
  183.       Left = 19
  184.       Top = 45
  185.       Width = 64
  186.       Height = 16
  187.       Caption = 'Transfer To'
  188.     end
  189.     object DBLCTransferTo: TwwDBLookupCombo
  190.       Left = 131
  191.       Top = 41
  192.       Width = 121
  193.       Height = 24
  194.       HelpContext = 370
  195.       DropDownAlignment = taLeftJustify
  196.       Selected.Strings = (
  197.         'NOMACC'#9'10'#9'Nom. A/C'
  198.         'NOMNAME'#9'30'#9'Name')
  199.       LookupTable = taCashBank
  200.       LookupField = 'NOMACC'
  201.       Options = [loColLines, loTitles]
  202.       TabOrder = 1
  203.       AutoDropDown = False
  204.       ShowButton = True
  205.       AllowClearKey = False
  206.       ShowMatchText = True
  207.       OnCloseUp = DBLCTransferToCloseUp
  208.       OnExit = DBLCTransferToExit
  209.       OnNotInList = DBLCTransferToNotInList
  210.     end
  211.     object DBLCTransferFrom: TwwDBLookupCombo
  212.       Left = 131
  213.       Top = 9
  214.       Width = 121
  215.       Height = 24
  216.       HelpContext = 369
  217.       DropDownAlignment = taLeftJustify
  218.       Selected.Strings = (
  219.         'NOMACC'#9'10'#9'Nom. A/C'
  220.         'NOMNAME'#9'30'#9'Name')
  221.       LookupTable = taCashBank
  222.       LookupField = 'NOMACC'
  223.       Options = [loColLines, loTitles]
  224.       TabOrder = 0
  225.       AutoDropDown = False
  226.       ShowButton = True
  227.       AllowClearKey = False
  228.       ShowMatchText = True
  229.       OnCloseUp = DBLCTransferFromCloseUp
  230.       OnExit = DBLCTransferFromExit
  231.       OnNotInList = DBLCTransferFromNotInList
  232.     end
  233.     object EFromName: TEdit
  234.       Left = 268
  235.       Top = 9
  236.       Width = 233
  237.       Height = 24
  238.       TabStop = False
  239.       Ctl3D = True
  240.       ParentColor = True
  241.       ParentCtl3D = False
  242.       ReadOnly = True
  243.       TabOrder = 2
  244.     end
  245.     object EToName: TEdit
  246.       Left = 268
  247.       Top = 41
  248.       Width = 233
  249.       Height = 24
  250.       TabStop = False
  251.       Ctl3D = True
  252.       ParentColor = True
  253.       ParentCtl3D = False
  254.       ReadOnly = True
  255.       TabOrder = 3
  256.     end
  257.   end
  258.   object taCashBank: TwwTable
  259.     SyncSQLByRange = True
  260.     NarrowSearch = False
  261.     ValidateWithMask = True
  262.     Left = 458
  263.     Top = 82
  264.     object taCashBankNOMACC: TStringField
  265.       FieldName = 'NOMACC'
  266.       Size = 10
  267.     end
  268.     object taCashBankNOMNAME: TStringField
  269.       FieldName = 'NOMNAME'
  270.       Size = 30
  271.     end
  272.     object taCashBankNOMTYPE: TStringField
  273.       FieldName = 'NOMTYPE'
  274.       Size = 6
  275.     end
  276.   end
  277.   object dsCashBank: TwwDataSource
  278.     DataSet = taCashBank
  279.     Left = 428
  280.     Top = 81
  281.   end
  282.   object Sizer1: TSizer
  283.     Enabled = True
  284.     ExceptionAction = eaIgnoreControl
  285.     GridColumnSizing = gcSizeAllColumns
  286.     GridRowSizing = grSizeByDefaults
  287.     MinimumSize = True
  288.     NavigateOnEnter = True
  289.     OverrideParentFont = True
  290.     PerformAssertions = True
  291.     ShowAssertionFailures = False
  292.     StretchFonts = True
  293.     StretchImages = True
  294.     StretchOnResize = True
  295.     ThreadProcessing = True
  296.     Left = 487
  297.     Top = 83
  298.     ScreenWidth = (
  299.       800)
  300.     ScreenHeight = (
  301.       600)
  302.     OriginalFormWidth = (
  303.       531)
  304.     OriginalFormHeight = (
  305.       283)
  306.     OriginalFormLeft = (
  307.       227)
  308.     OriginalFormTop = (
  309.       146)
  310.     OriginalFormPPI = (
  311.       120)
  312.     OriginalClientWidth = (
  313.       523)
  314.     OriginalClientHeight = (
  315.       256)
  316.   end
  317. end
  318.