Subversion Repositories DevTools

Rev

Rev 2263 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2263 Rev 2265
Line 80... Line 80...
80
class Iteration;
80
class Iteration;
81
class ISecurityWrapperFactory;
81
class ISecurityWrapperFactory;
82
class SequenceCollection;
82
class SequenceCollection;
83
class TestScenario;
83
class TestScenario;
84
class TransactionSpecification;
84
class TransactionSpecification;
85
class UdTransferManager;
85
//class UdTransferManager;
86
#include "SecurityWrapper.h"
86
#include "SecurityWrapper.h"
87
#include "TransactionCache.h"
87
#include "TransactionCache.h"
88
#include "TransactionTemplateCollection.h"
88
#include "TransactionTemplateCollection.h"
89
 
89
 
90
using namespace std;
90
using namespace std;
Line 254... Line 254...
254
        TToolButton *ToolButton5;
254
        TToolButton *ToolButton5;
255
        TBitBtn *UdTransferBtn;
255
        TBitBtn *UdTransferBtn;
256
        TMenuItem *F1;
256
        TMenuItem *F1;
257
        TMenuItem *Exit;
257
        TMenuItem *Exit;
258
        TPanel *Panel11;
258
        TPanel *Panel11;
-
 
259
        TMenuItem *Help1;
-
 
260
        TMenuItem *About1;
259
 
261
 
260
 
262
 
261
	void __fastcall FormShow(TObject *Sender);
263
	void __fastcall FormShow(TObject *Sender);
262
	void __fastcall EditTestCaseExecute(TObject *Sender);
264
	void __fastcall EditTestCaseExecute(TObject *Sender);
263
	void __fastcall UseCaseDBGridEnter(TObject *Sender);
265
	void __fastcall UseCaseDBGridEnter(TObject *Sender);
Line 321... Line 323...
321
        void __fastcall StepsGridNewRow (TObject *Sender, int ARow);
323
        void __fastcall StepsGridNewRow (TObject *Sender, int ARow);
322
        void __fastcall ScenarioStepsNavigatorClick(TObject *Sender, TAdvNavigateBtn Button);
324
        void __fastcall ScenarioStepsNavigatorClick(TObject *Sender, TAdvNavigateBtn Button);
323
        void __fastcall ScenarioStepsNavigatorBefore(TObject *Sender, TAdvNavigateBtn Button);
325
        void __fastcall ScenarioStepsNavigatorBefore(TObject *Sender, TAdvNavigateBtn Button);
324
        void __fastcall ValidateOldTestCaseCell(TObject *Sender, int OldRow,
326
        void __fastcall ValidateOldTestCaseCell(TObject *Sender, int OldRow,
325
          int OldCol, int NewRow, int NewCol, bool &Allow);
327
          int OldCol, int NewRow, int NewCol, bool &Allow);
-
 
328
        void __fastcall AboutClick(TObject *Sender);
326
 
329
 
327
 
330
 
328
 
331
 
329
private:	// User declarations
332
private:	// User declarations
330
	TXNIndexMap			m_mass_txns;
333
	TXNIndexMap			m_mass_txns;
Line 345... Line 348...
345
	TTreeNode *						m_startnode;
348
	TTreeNode *						m_startnode;
346
	std::vector< int >				m_parents;
349
	std::vector< int >				m_parents;
347
	TransactionCache				m_transactionCache;
350
	TransactionCache				m_transactionCache;
348
	TransactionTemplateCollection	m_transactionTemplates;
351
	TransactionTemplateCollection	m_transactionTemplates;
349
	ProgressBar *					m_progressBar;
352
	ProgressBar *					m_progressBar;
350
        UdTransferManager *             m_transferManager;
353
    //    UdTransferManager *             m_transferManager;
351
 
354
 
352
	HINSTANCE					m_securityWrapper;
355
	HINSTANCE					m_securityWrapper;
353
	getSecurityWrapperFactory_t	m_getSecurityWrapperFactory;
356
	getSecurityWrapperFactory_t	m_getSecurityWrapperFactory;
354
	ISecurityWrapperFactory *	m_securityWrapperFactory;
357
	ISecurityWrapperFactory *	m_securityWrapperFactory;
355
 
358