home *** CD-ROM | disk | FTP | other *** search
/ Logiciels PC 26 / LogicielsPC_26.iso / Accuses / Nouveau / PandaMoney / _SETUP.1 / financing.exe / 0 / RCDATA / TAUTOFILLFORM / TAUTOFILLFORM.txt
Text File  |  1999-09-06  |  4KB  |  194 lines

  1. object AutoFillForm: TAutoFillForm
  2.   Left = 184
  3.   Top = 143
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Auto Fill Editor'
  7.   ClientHeight = 228
  8.   ClientWidth = 429
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnActivate = FormActivate
  17.   OnClose = FormClose
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object DepositPhrase_Label: TLabel
  22.     Left = 12
  23.     Top = 4
  24.     Width = 120
  25.     Height = 16
  26.     Caption = 'Deposit Phrases'
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clNavy
  29.     Font.Height = -13
  30.     Font.Name = 'Arial Black'
  31.     Font.Pitch = fpFixed
  32.     Font.Style = [fsBold]
  33.     ParentFont = False
  34.   end
  35.   object WithdrawPhrase_Label: TLabel
  36.     Left = 258
  37.     Top = 4
  38.     Width = 128
  39.     Height = 16
  40.     Caption = 'Withdraw Phrases'
  41.     Font.Charset = DEFAULT_CHARSET
  42.     Font.Color = clNavy
  43.     Font.Height = -13
  44.     Font.Name = 'Arial Black'
  45.     Font.Pitch = fpFixed
  46.     Font.Style = [fsBold]
  47.     ParentFont = False
  48.   end
  49.   object DepositList: TListBox
  50.     Left = 12
  51.     Top = 21
  52.     Width = 159
  53.     Height = 177
  54.     Color = 12579047
  55.     ItemHeight = 13
  56.     MultiSelect = True
  57.     PopupMenu = Deposit_PopupMenu
  58.     TabOrder = 0
  59.     OnMouseMove = DepositListMouseMove
  60.   end
  61.   object WithdrawList: TListBox
  62.     Left = 256
  63.     Top = 21
  64.     Width = 159
  65.     Height = 177
  66.     Color = 12579047
  67.     ItemHeight = 13
  68.     MultiSelect = True
  69.     PopupMenu = Withdraw_PopupMenu
  70.     TabOrder = 1
  71.     OnMouseMove = WithdrawListMouseMove
  72.   end
  73.   object MoveToBtn: TButton
  74.     Left = 176
  75.     Top = 26
  76.     Width = 77
  77.     Height = 25
  78.     Caption = 'Move ->'
  79.     TabOrder = 2
  80.     OnClick = MoveToBtnClick
  81.   end
  82.   object CopyToBtn: TButton
  83.     Left = 176
  84.     Top = 72
  85.     Width = 77
  86.     Height = 25
  87.     Caption = 'Copy  ->'
  88.     TabOrder = 3
  89.     OnClick = CopyToBtnClick
  90.   end
  91.   object MoveFromBtn: TButton
  92.     Left = 176
  93.     Top = 120
  94.     Width = 77
  95.     Height = 25
  96.     Caption = '<- Move'
  97.     TabOrder = 4
  98.     OnClick = MoveFromBtnClick
  99.   end
  100.   object CopyFromBtn: TButton
  101.     Left = 176
  102.     Top = 168
  103.     Width = 77
  104.     Height = 25
  105.     Caption = '<-  Copy'
  106.     TabOrder = 5
  107.     OnClick = CopyFromBtnClick
  108.   end
  109.   object DelFromDepoList: TButton
  110.     Left = 12
  111.     Top = 200
  112.     Width = 51
  113.     Height = 25
  114.     Caption = 'Delete'
  115.     TabOrder = 6
  116.     OnClick = DelFromDepoListClick
  117.   end
  118.   object DelFromWithList: TButton
  119.     Left = 254
  120.     Top = 200
  121.     Width = 57
  122.     Height = 25
  123.     Caption = 'Delete'
  124.     TabOrder = 7
  125.     OnClick = DelFromWithListClick
  126.   end
  127.   object AddToDepoList: TButton
  128.     Left = 66
  129.     Top = 200
  130.     Width = 51
  131.     Height = 25
  132.     Caption = 'Add'
  133.     TabOrder = 8
  134.     OnClick = Deposit_AddClick
  135.   end
  136.   object ModifyDepoList: TButton
  137.     Left = 120
  138.     Top = 200
  139.     Width = 51
  140.     Height = 25
  141.     Caption = 'Modify'
  142.     TabOrder = 9
  143.     OnClick = Deposit_ModifyClick
  144.   end
  145.   object AddToWithList: TButton
  146.     Left = 313
  147.     Top = 200
  148.     Width = 51
  149.     Height = 25
  150.     Caption = 'Add'
  151.     TabOrder = 10
  152.     OnClick = Withdraw_AddClick
  153.   end
  154.   object ModifyWithList: TButton
  155.     Left = 366
  156.     Top = 200
  157.     Width = 51
  158.     Height = 25
  159.     Caption = 'Modify'
  160.     TabOrder = 11
  161.     OnClick = Withdraw_ModifyClick
  162.   end
  163.   object Deposit_PopupMenu: TPopupMenu
  164.     OnPopup = Deposit_PopupMenuPopup
  165.     Left = 90
  166.     Top = 82
  167.     object Deposit_Add: TMenuItem
  168.       Caption = '&Add'
  169.       ShortCut = 116
  170.       OnClick = Deposit_AddClick
  171.     end
  172.     object Deposit_Modify: TMenuItem
  173.       Caption = '&Modify'
  174.       ShortCut = 117
  175.       OnClick = Deposit_ModifyClick
  176.     end
  177.   end
  178.   object Withdraw_PopupMenu: TPopupMenu
  179.     OnPopup = Withdraw_PopupMenuPopup
  180.     Left = 318
  181.     Top = 78
  182.     object Withdraw_Add: TMenuItem
  183.       Caption = '&Add'
  184.       ShortCut = 116
  185.       OnClick = Withdraw_AddClick
  186.     end
  187.     object Withdraw_Modify: TMenuItem
  188.       Caption = '&Modify'
  189.       ShortCut = 117
  190.       OnClick = Withdraw_ModifyClick
  191.     end
  192.   end
  193. end
  194.