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

  1. object AccountManagerForm: TAccountManagerForm
  2.   Left = 320
  3.   Top = 73
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Account Manager'
  7.   ClientHeight = 314
  8.   ClientWidth = 219
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clNavy
  12.   Font.Height = -11
  13.   Font.Name = 'Arial'
  14.   Font.Style = [fsBold]
  15.   OldCreateOrder = False
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 14
  19.   object AccountManagerPanel: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 219
  23.     Height = 314
  24.     Align = alClient
  25.     TabOrder = 0
  26.     object NewAccoBtn: TSpeedButton
  27.       Left = 8
  28.       Top = 164
  29.       Width = 62
  30.       Height = 22
  31.       Hint = 'Add a new bank account.'
  32.       Caption = 'New'
  33.       Flat = True
  34.       ParentShowHint = False
  35.       ShowHint = True
  36.       OnClick = NewAccoBtnClick
  37.     end
  38.     object ModifyAccoBtn: TSpeedButton
  39.       Left = 78
  40.       Top = 164
  41.       Width = 63
  42.       Height = 22
  43.       Hint = 'Modify an exist bank account.'
  44.       Caption = 'Modify'
  45.       Flat = True
  46.       ParentShowHint = False
  47.       ShowHint = True
  48.       OnClick = ModifyAccoBtnClick
  49.     end
  50.     object DelAccoBtn: TSpeedButton
  51.       Left = 148
  52.       Top = 164
  53.       Width = 63
  54.       Height = 22
  55.       Hint = 'Delete an exist bank account'
  56.       Caption = 'Delete'
  57.       Flat = True
  58.       ParentShowHint = False
  59.       ShowHint = True
  60.       OnClick = DelAccoBtnClick
  61.     end
  62.     object AccoTypeListBox: TListBox
  63.       Left = 8
  64.       Top = 10
  65.       Width = 202
  66.       Height = 151
  67.       Color = 12579047
  68.       ItemHeight = 14
  69.       TabOrder = 0
  70.       OnClick = AccoTypeListBoxClick
  71.     end
  72.     object AccoDescriptionGroupBox: TGroupBox
  73.       Left = 10
  74.       Top = 192
  75.       Width = 199
  76.       Height = 113
  77.       Caption = 'Description'
  78.       Color = clSilver
  79.       ParentColor = False
  80.       TabOrder = 1
  81.       object DescriptionLabel: TMemo
  82.         Left = 6
  83.         Top = 14
  84.         Width = 189
  85.         Height = 95
  86.         Cursor = crArrow
  87.         BorderStyle = bsNone
  88.         Color = clSilver
  89.         Ctl3D = False
  90.         ParentCtl3D = False
  91.         ReadOnly = True
  92.         TabOrder = 0
  93.       end
  94.     end
  95.   end
  96. end
  97.