home *** CD-ROM | disk | FTP | other *** search
- unit Exconst;
-
- interface
-
- const
- { string contants - pulled out of exptres.res }
- sDlgExpertName = 11001;
- sDlgExpertDesc = 11002;
- sAppExpertName = 11003;
- sAppExpertDesc = 11004;
- sFinish = 11005;
- sNext = 11006;
- sAppNameRequired = 11007;
- sInvalidAppName = 11008;
- sInvalidPath = 11009;
- sMainSourceFile = 11010;
- sMainFormFile = 11011;
- sMainFormText = 11012;
-
- { variable names }
- sStatusLine = 11020;
- sOpenDialog = 11021;
- sSaveDialog = 11022;
- sMainMenu = 11023;
- sMainForm = 11024;
- sSpeedButton = 11025;
- sPrintDialog = 11026;
- sPrintSetupDialog = 11027;
- sSpeedBar = 11028;
-
- { misc method names }
- sShowHelpProc = 11030;
- sFormCreateProc = 11031;
-
- sOKButton = 11050;
- sCancelButton = 11051;
- sHelpButton = 11052;
-
- sMenuTextBase = 11080; { menu captions }
- sMenuNameBase = 11090; { names of the menus }
-
- sMenuItemTextBase = 11100; { captions of menu items }
- sMenuItemNameBase = 11200; { names of menu items }
-
- sMenuProcNames = 11300; { methods for menu items }
-
- sHintBase = 11400; { base for speedbutton hints }
-
- sDialogsPage = 11500;
- sProjectsPage = 11501;
-
- implementation
-
- end.
-