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
Wrap
Text File
|
1999-09-06
|
1KB
|
75 lines
object NewAccoForm: TNewAccoForm
Left = 234
Top = 213
BorderIcons = []
BorderStyle = bsSingle
Caption = 'New Account'
ClientHeight = 148
ClientWidth = 324
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clNavy
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object AccountNameLabel: TLabel
Left = 2
Top = 2
Width = 92
Height = 13
Caption = 'Account Name :'
Color = clSilver
ParentColor = False
end
object DescriptionLabel: TLabel
Left = 4
Top = 44
Width = 73
Height = 13
Caption = 'Description :'
Color = clSilver
ParentColor = False
end
object SaveBtn: TSpeedButton
Left = 64
Top = 124
Width = 95
Height = 22
Caption = 'Save'
OnClick = SaveBtnClick
end
object SpeedButton1: TSpeedButton
Left = 162
Top = 124
Width = 95
Height = 22
Caption = 'Cancel'
OnClick = SpeedButton1Click
end
object NameEdit: TEdit
Left = 34
Top = 18
Width = 263
Height = 21
Color = 12579047
MaxLength = 30
TabOrder = 0
end
object DescriptionMemo: TMemo
Left = 34
Top = 60
Width = 263
Height = 61
Color = 12579047
Lines.Strings = (
'No description.')
MaxLength = 70
ScrollBars = ssVertical
TabOrder = 1
end
end