Project Initialization File
[Previous][Main][Next]

The project initialization file stores information about the project being opened. A typical example is shown below. The main initialization file references the project initialization file.

The project initialization file can be modified to open only the forms you select. If you modify this file and add forms to your project, the files added must be in the project directory with a .ffr extension. The added forms must have been created by EvView.

Note: The project
initialization file may reference many forms but only have a form count of 2. The Count = number determines how many form files are opened. If the Count is 0, then no files will be opened. The forms are opened starting with 0, then 1, etc.

Demo1.INI
[PropertyForm]
Left=150
Top=102
Width=234
Height=356

[FormCount]
Count=5

[ColorForm]
Left=101
Top=125
Width=288
Height=228

[SetupForm]
Left=205
Top=128
Width=716
Height=354

[Files]
FileName=Log1.txt
FileDir=C:\Program Files\Delphi5\evView\Demo\Data\
Color=clInfoBk
FontName=Courier New
FontSize=9
FontColor=clBlack
FontStyle=0
Left=134
Top=102
Width=599
Height=286

[MainForm]
Left=172
Top=69
Width=639
Height=524

[FormTabs]
TabsVisible=1
Format=1
Position=0
FontSize=8
Height=19
FontName=Arial
FontColor=clNavy
FontStyle=0

[TimePanel]
FontSize=10
FontName=Arial
FontStyle=2
FontColor=clNavy
BackColor=clYellow

[ListForm]
Left=428
Top=126
Width=200
Height=366

[Terminal]
PhoneCt=0
SaveName=
Monitoring=0
SendInit=0
ModemUseCTS=0
ModemUseDTR=0
ModemUseXOn=0
UseCTS=0
UseDTR=0
UseXOn=0
ComSet=COM1,9600,8,1,None,
Opened=isClosed
PhoneSet=COM2,19200,8,1,None,
Initialization=ATE1Q0
PhoneNum=
XmodemName=Xmodem
R6FileName=
R6Dir=
Name=ATEK
Color=clWhite
FontName=Courier New
FontSize=9
FontColor=clBlack
FontStyle=0
Left=131
Top=80
Width=592
Height=285

[ReportForm]
Left=119
Top=66
Width=700
Height=500

[ChildForms]
4=Summary.ffr
3=Map.ffr
2=Start.ffr
1=Overview.ffr
0=Trends.ffr


Goto Editing Forms
Goto Projects