-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtutorialfoxunit_app.h
62 lines (46 loc) · 2.33 KB
/
tutorialfoxunit_app.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
* C:\PROJETOS\GITHUB\TUTORIALFOXUNIT\TUTORIALFOXUNIT_APP.H
* This file is a generated, framework-enabling component
* created by APPBUILDER
* (c) Microsoft Corporation
* header file holding framework-generated project data for
* C:\PROJETOS\GITHUB\TUTORIALFOXUNIT\TUTORIALFOXUNIT Project
* the following is for your reference/identification --
* the application object and splash receive this information into
* their cCaption property, and this #DEFINE does not provide it:
* #DEFINE APP_NAME "TutorialFoxUnit"
#DEFINE APP_SUPERCLASS "_application"
* developer can change this one
* to use a different global reference
* if desired -- a BUILD ALL/RECOMPILE
* is required afterwards to synch up
* references in generated menus and PRGs.
#DEFINE APP_GLOBAL goApp
* This one indicates the member name of the object
* placed on "framework-enabled" forms:
#DEFINE APP_MEDIATOR_NAME "app_mediator"
* developer can change these to a different subclass
* of APP_SUPERCLASS if desired:
#DEFINE APP_CLASSLIB "TUTORIALFOXUNIT_APP.VCX"
#DEFINE APP_CLASSNAME "app_application"
* the splash class can be anything you want:
#DEFINE APP_SPLASHCLASS "app_splash"
#DEFINE APP_SPLASHCLASSLIB "TUTORIALFOXUNIT_APP.VCX"
* how long should the splash screen stay up if
* no key is pressed and if the app object initializes
* too quickly? (this figure is in seconds)
#DEFINE APP_SPLASHDELAY 3
* the following are localization strings for the wrapper program:
#DEFINE APP_CANNOT_RUN_LOC "Application cannot run."
#DEFINE APP_ALREADY_RUNNING_LOC "Application already running."
#DEFINE APP_WRONG_SUPERCLASS_LOC "Sorry -- this application must instantiate "+ CHR(13)+ ;
"an object that descends from "+APP_SUPERCLASS+"."
* this is a localization string for the menus:
#DEFINE APP_FEATURE_NOT_AVAILABLE_LOC "Feature not available."
* this one is a hook in the startup program, not
* needed by the framework:
* #DEFINE APP_INITIALIZE *<Initialize>*
* strictly speaking the 6.0 framework does not
* need the following, but the 5.0 template apps may,
* if they are adapted for the new framework:
* #DEFINE APP_CD *<CD>*
* #DEFINE APP_PATH *<PATH>*