| Line 290... |
Line 290... |
| 290 |
TAdvGridFindDialog *ObsoleteFieldGridFindDialog;
|
290 |
TAdvGridFindDialog *ObsoleteFieldGridFindDialog;
|
| 291 |
TADOQuery *SequenceGeneratorValueQuery;
|
291 |
TADOQuery *SequenceGeneratorValueQuery;
|
| 292 |
TDataSource *SequenceGeneratorValueDataSource;
|
292 |
TDataSource *SequenceGeneratorValueDataSource;
|
| 293 |
TDBAdvStringGrid *SequenceGeneratorsGrid;
|
293 |
TDBAdvStringGrid *SequenceGeneratorsGrid;
|
| 294 |
TDBAdvNavigator *SequenceGeneratorNavigator;
|
294 |
TDBAdvNavigator *SequenceGeneratorNavigator;
|
| - |
|
295 |
TEdit *DocDataType;
|
| - |
|
296 |
TLabel *Label8;
|
| - |
|
297 |
TMenuItem *ImportTransactions;
|
| - |
|
298 |
TAction *ImportTransactionAction;
|
| 295 |
void __fastcall ProjectConfigBtnClick(TObject *Sender);
|
299 |
void __fastcall ProjectConfigBtnClick(TObject *Sender);
|
| 296 |
void __fastcall IterationConfigBtnClick(TObject *Sender);
|
300 |
void __fastcall IterationConfigBtnClick(TObject *Sender);
|
| 297 |
void __fastcall FormShow(TObject *Sender);
|
301 |
void __fastcall FormShow(TObject *Sender);
|
| 298 |
void __fastcall ProjectsComboBoxChange(TObject *Sender);
|
302 |
void __fastcall ProjectsComboBoxChange(TObject *Sender);
|
| 299 |
void __fastcall tsDBGrid2RowChanged(TObject *Sender, Variant &OldRow,
|
303 |
void __fastcall tsDBGrid2RowChanged(TObject *Sender, Variant &OldRow,
|
| Line 368... |
Line 372... |
| 368 |
TShiftState Shift);
|
372 |
TShiftState Shift);
|
| 369 |
void __fastcall HeaderStructureGridKeyDown(TObject *Sender, WORD &Key,
|
373 |
void __fastcall HeaderStructureGridKeyDown(TObject *Sender, WORD &Key,
|
| 370 |
TShiftState Shift);
|
374 |
TShiftState Shift);
|
| 371 |
void __fastcall ObsoleteFieldGridKeyDown(TObject *Sender, WORD &Key,
|
375 |
void __fastcall ObsoleteFieldGridKeyDown(TObject *Sender, WORD &Key,
|
| 372 |
TShiftState Shift);
|
376 |
TShiftState Shift);
|
| - |
|
377 |
void __fastcall ImportTransactionActionExecute(TObject *Sender);
|
| 373 |
|
378 |
|
| 374 |
private: // User declarations
|
379 |
private: // User declarations
|
| 375 |
TXNIndexMap m_mass_txns;
|
380 |
TXNIndexMap m_mass_txns;
|
| 376 |
AnsiString m_testteamcode;
|
381 |
AnsiString m_testteamcode;
|
| 377 |
AnsiString m_currentproject;
|
382 |
AnsiString m_currentproject;
|
| Line 502... |
Line 507... |
| 502 |
const AnsiString & projectCode,
|
507 |
const AnsiString & projectCode,
|
| 503 |
const int & iteration );
|
508 |
const int & iteration );
|
| 504 |
void __fastcall loadLegacyVariables(
|
509 |
void __fastcall loadLegacyVariables(
|
| 505 |
DefinedVariableTable & variables,
|
510 |
DefinedVariableTable & variables,
|
| 506 |
const AnsiString & project,
|
511 |
const AnsiString & project,
|
| 507 |
const int & iteration );
|
512 |
Iteration & iteration );
|
| 508 |
const bool __fastcall openSecurityFactory( const char * library = "SecurityWrapper.dll" );
|
513 |
const bool __fastcall openSecurityFactory( const char * library = "SecurityWrapper.dll" );
|
| 509 |
void __fastcall closeSecurityFactory();
|
514 |
void __fastcall closeSecurityFactory();
|
| 510 |
void __fastcall readSequences( SequenceCollection & sequences, const std::string & project, const int & iteration );
|
515 |
void __fastcall readSequences( SequenceCollection & sequences, const std::string & project, const int & iteration );
|
| 511 |
void __fastcall writeSequences( const SequenceCollection & sequences, const std::string & project, const int & iteration );
|
516 |
void __fastcall writeSequences( const SequenceCollection & sequences, const std::string & project, const int & iteration );
|
| - |
|
517 |
void __fastcall importTransaction( const int & testScenarioNumber, const AnsiString & profile, const AnsiString & file );
|
| 512 |
|
518 |
|
| 513 |
public: // User declarations
|
519 |
public: // User declarations
|
| 514 |
__fastcall TMainForm(TComponent* Owner);
|
520 |
__fastcall TMainForm(TComponent* Owner);
|
| 515 |
__fastcall virtual ~TMainForm();
|
521 |
__fastcall virtual ~TMainForm();
|
| 516 |
static const char * g_headerStructure;
|
522 |
static const char * g_headerStructure;
|