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

  1. object NewAccoForm: TNewAccoForm
  2.   Left = 234
  3.   Top = 213
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'New Account'
  7.   ClientHeight = 148
  8.   ClientWidth = 324
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clNavy
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = [fsBold]
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object AccountNameLabel: TLabel
  20.     Left = 2
  21.     Top = 2
  22.     Width = 92
  23.     Height = 13
  24.     Caption = 'Account Name :'
  25.     Color = clSilver
  26.     ParentColor = False
  27.   end
  28.   object DescriptionLabel: TLabel
  29.     Left = 4
  30.     Top = 44
  31.     Width = 73
  32.     Height = 13
  33.     Caption = 'Description :'
  34.     Color = clSilver
  35.     ParentColor = False
  36.   end
  37.   object SaveBtn: TSpeedButton
  38.     Left = 64
  39.     Top = 124
  40.     Width = 95
  41.     Height = 22
  42.     Caption = 'Save'
  43.     OnClick = SaveBtnClick
  44.   end
  45.   object SpeedButton1: TSpeedButton
  46.     Left = 162
  47.     Top = 124
  48.     Width = 95
  49.     Height = 22
  50.     Caption = 'Cancel'
  51.     OnClick = SpeedButton1Click
  52.   end
  53.   object NameEdit: TEdit
  54.     Left = 34
  55.     Top = 18
  56.     Width = 263
  57.     Height = 21
  58.     Color = 12579047
  59.     MaxLength = 30
  60.     TabOrder = 0
  61.   end
  62.   object DescriptionMemo: TMemo
  63.     Left = 34
  64.     Top = 60
  65.     Width = 263
  66.     Height = 61
  67.     Color = 12579047
  68.     Lines.Strings = (
  69.       'No description.')
  70.     MaxLength = 70
  71.     ScrollBars = ssVertical
  72.     TabOrder = 1
  73.   end
  74. end
  75.