Displays status information about the project.
- Author
- Displays the author's name, which you can change by typing it in the box.
- Company
- Displays the company name, which you can change by typing it in the box.
- Address/City/State/Country/Postal Code
- Displays the company address information, which you can change by typing it in the boxes.
- Home
- Displays the directory that contains the project file. To change the directory, type another name in the box or click the dialog button to display the Select Directory dialog box.
- Last Built
- Displays the date and time of the last project build. This information cannot be edited.
- Files
- Displays the number of files in the project. This information cannot be edited.
- Debug Info
- Specifies whether debugging information is included with the compiled file. If this is not checked, you cannot view program execution in the Trace window. Corresponds to the NODEBUG argument in the COMPILE command.
- Encrypted
- Specifies whether to scramble compiled files for security.
- Attach Icon
- Specifies whether to display a selected icon when the application is run. When checked, displays the Open dialog box if an icon has never been assigned to the application.
- Icon
-
Displays the Open dialog box so that you can choose an icon. This button is available only if you select the Attach Icon check box. To display the icon correctly in the Windows Explorer, the icon file should contain both 32 x 32 and 16 x 16 icon images. The 32 x 32 image is used in the Explorer Large Icons view, and the 16 x 16 image is used in the Explorer Small Icons, List, and Detail views.
The following table lists the icon image formats that Visual FoxPro supports.
Colors Size (pixels) True Color (24 bit)
16 x 16
True Color (24 bit)
32 x 32
True Color (24 bit)
48 x 48
True Color (16 bit)
16 x 16
True Color (16 bit)
32 x 32
True Color (16 bit)
48 x 48
256 Color
16 x 16
256 Color
32 x 32
256 Color
48 x 48
16 Color
16 x 16
16 Color
32 x 32
16 Color
48 x 48
- Project Class
- Displays the Project Reference dialog, allowing you to specify a default ProjectHook class as a template for new projects.