Стартовый пул

This commit is contained in:
2024-04-02 08:46:59 +03:00
parent fd57fffd3a
commit 3bb34d000b
5591 changed files with 3291734 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
OGCONST.ENU 1K
OGSRMGR.ENU 1K

View 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"

View 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"