55 lines
2.0 KiB
Plaintext
55 lines
2.0 KiB
Plaintext
compile insert rti_IDE_Msg_OverWriteWarn_Equates
|
|
/*
|
|
** Copyright (C) 2012-2016 Revelation Software Inc. All Rights Reserved **
|
|
|
|
This program is proprietary and is not to be used by or disclosed
|
|
to others, nor is it to be copied without written permission from
|
|
Revelation Technologies, Inc.
|
|
|
|
Author : Captain C
|
|
Date : January 2015
|
|
Purpose : Equates for use with the RTI_IDE_MSG_OVERWRITEWARN dialog
|
|
|
|
Comments
|
|
========
|
|
|
|
|
|
Amended Date Reason
|
|
======= ==== ======
|
|
|
|
*/
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
#ifndef _RTI_IDE_MSG_OVERWRITEWARN_EQUATES_
|
|
#define _RTI_IDE_MSG_OVERWRITEWARN_EQUATES_
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
* // CREATE method CreateParam equates
|
|
* //
|
|
* // <1> Dialog Window Caption
|
|
* // <2> Dialog Title
|
|
* // <3> Dialog Message
|
|
* // <4> X Pos ( Same as Msg() )
|
|
* // <5> Y Pos ( Same as Msg() )
|
|
|
|
equ MSGOVWWARN_CREATEPARAM_CAPTION$ to 1
|
|
equ MSGOVWWARN_CREATEPARAM_TITLE$ to 2
|
|
equ MSGOVWWARN_CREATEPARAM_MESSAGE$ to 3
|
|
equ MSGOVWWARN_CREATEPARAM_X$ to 4
|
|
equ MSGOVWWARN_CREATEPARAM_Y$ to 5
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
* // Return Value
|
|
|
|
equ MSGOVWWARN_RETVAL_OVERWRITE$ to 1
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
#endif
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
|