object AutoFillForm: TAutoFillForm Left = 184 Top = 143 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsDialog Caption = 'Auto Fill Editor' ClientHeight = 228 ClientWidth = 429 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnActivate = FormActivate OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object DepositPhrase_Label: TLabel Left = 12 Top = 4 Width = 120 Height = 16 Caption = 'Deposit Phrases' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -13 Font.Name = 'Arial Black' Font.Pitch = fpFixed Font.Style = [fsBold] ParentFont = False end object WithdrawPhrase_Label: TLabel Left = 258 Top = 4 Width = 128 Height = 16 Caption = 'Withdraw Phrases' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -13 Font.Name = 'Arial Black' Font.Pitch = fpFixed Font.Style = [fsBold] ParentFont = False end object DepositList: TListBox Left = 12 Top = 21 Width = 159 Height = 177 Color = 12579047 ItemHeight = 13 MultiSelect = True PopupMenu = Deposit_PopupMenu TabOrder = 0 OnMouseMove = DepositListMouseMove end object WithdrawList: TListBox Left = 256 Top = 21 Width = 159 Height = 177 Color = 12579047 ItemHeight = 13 MultiSelect = True PopupMenu = Withdraw_PopupMenu TabOrder = 1 OnMouseMove = WithdrawListMouseMove end object MoveToBtn: TButton Left = 176 Top = 26 Width = 77 Height = 25 Caption = 'Move ->' TabOrder = 2 OnClick = MoveToBtnClick end object CopyToBtn: TButton Left = 176 Top = 72 Width = 77 Height = 25 Caption = 'Copy ->' TabOrder = 3 OnClick = CopyToBtnClick end object MoveFromBtn: TButton Left = 176 Top = 120 Width = 77 Height = 25 Caption = '<- Move' TabOrder = 4 OnClick = MoveFromBtnClick end object CopyFromBtn: TButton Left = 176 Top = 168 Width = 77 Height = 25 Caption = '<- Copy' TabOrder = 5 OnClick = CopyFromBtnClick end object DelFromDepoList: TButton Left = 12 Top = 200 Width = 51 Height = 25 Caption = 'Delete' TabOrder = 6 OnClick = DelFromDepoListClick end object DelFromWithList: TButton Left = 254 Top = 200 Width = 57 Height = 25 Caption = 'Delete' TabOrder = 7 OnClick = DelFromWithListClick end object AddToDepoList: TButton Left = 66 Top = 200 Width = 51 Height = 25 Caption = 'Add' TabOrder = 8 OnClick = Deposit_AddClick end object ModifyDepoList: TButton Left = 120 Top = 200 Width = 51 Height = 25 Caption = 'Modify' TabOrder = 9 OnClick = Deposit_ModifyClick end object AddToWithList: TButton Left = 313 Top = 200 Width = 51 Height = 25 Caption = 'Add' TabOrder = 10 OnClick = Withdraw_AddClick end object ModifyWithList: TButton Left = 366 Top = 200 Width = 51 Height = 25 Caption = 'Modify' TabOrder = 11 OnClick = Withdraw_ModifyClick end object Deposit_PopupMenu: TPopupMenu OnPopup = Deposit_PopupMenuPopup Left = 90 Top = 82 object Deposit_Add: TMenuItem Caption = '&Add' ShortCut = 116 OnClick = Deposit_AddClick end object Deposit_Modify: TMenuItem Caption = '&Modify' ShortCut = 117 OnClick = Deposit_ModifyClick end end object Withdraw_PopupMenu: TPopupMenu OnPopup = Withdraw_PopupMenuPopup Left = 318 Top = 78 object Withdraw_Add: TMenuItem Caption = '&Add' ShortCut = 116 OnClick = Withdraw_AddClick end object Withdraw_Modify: TMenuItem Caption = '&Modify' ShortCut = 117 OnClick = Withdraw_ModifyClick end end end