Стартовый пул
This commit is contained in:
2
Abbrevia/examples/COM/ASP/files/ONGUARD/00INDEX.TXT
Normal file
2
Abbrevia/examples/COM/ASP/files/ONGUARD/00INDEX.TXT
Normal file
@@ -0,0 +1,2 @@
|
||||
OGCONST.ENU 1K
|
||||
OGSRMGR.ENU 1K
|
18
Abbrevia/examples/COM/ASP/files/ONGUARD/OGCONST.ENU
Normal file
18
Abbrevia/examples/COM/ASP/files/ONGUARD/OGCONST.ENU
Normal file
@@ -0,0 +1,18 @@
|
||||
;*********************************************************
|
||||
;* OGCONST.STR 1.07 *
|
||||
;* Copyright (c) 1996-98 TurboPower Software Co *
|
||||
;* All rights reserved. *
|
||||
;*********************************************************
|
||||
|
||||
#include "ogconst.inc"
|
||||
|
||||
SCNoOnCheck, "%s has no OnChecked event handler assigned"
|
||||
SCNoOnGetCode, "%s has no OnGetCode event handler assigned"
|
||||
SCNoOnGetKey, "%s has no OnGetKey event handler assigned"
|
||||
SCNoOnChangeCode, "%s has no OnChangeCode event handler assigned"
|
||||
SCDeleteQuery, "Are you sure you want to delete this item?"
|
||||
SCInvalidStartDate, "Invalid start date"
|
||||
SCInvalidEndDate, "Invalid end date"
|
||||
SCInvalidKeyOrModifier, "Invalid key or modifier"
|
||||
SCInvalidExDate, "Invalid expiration date"
|
||||
SCNoOnGetFileName, "FileName is empty and OnGetFileName is not assigned"
|
11
Abbrevia/examples/COM/ASP/files/ONGUARD/OGSRMGR.ENU
Normal file
11
Abbrevia/examples/COM/ASP/files/ONGUARD/OGSRMGR.ENU
Normal file
@@ -0,0 +1,11 @@
|
||||
;*********************************************************
|
||||
;* Error strings for the SRMGR unit *
|
||||
;*********************************************************
|
||||
|
||||
//Compile with SRMC, then compile SRMGR.RC with BRCC[32]
|
||||
|
||||
1, "String not found: %d"
|
||||
2, "Cannot lock resource"
|
||||
3, "String resource not found: %s"
|
||||
4, "Unable to open string resource: %s"
|
||||
5, "Invalid string resource"
|
Reference in New Issue
Block a user