[go: up one dir, main page]

Menu

[r999]: / trunk / VTS3 / ScriptCase.cpp  Maximize  Restore  History

Download this file

21 lines (16 with data), 331 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
#include "stdafx.h"
#include "VTS.h"
#include "ScriptBase.h"
//
// ScriptCase::ScriptCase
//
ScriptCase::ScriptCase( const CString &number )
: caseGroup(0), caseSubgroup(0)
{
// set the base information
baseType = scriptCase;
baseLabel = number;
// set the image list offset and status
baseImage = 17;
baseStatus = 0;
}