-
Notifications
You must be signed in to change notification settings - Fork 226
/
StringInfo.h
25 lines (25 loc) · 1010 Bytes
/
StringInfo.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
//---------------------------------------------------------------------------
#ifndef StringInfoH
#define StringInfoH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "TntStdCtrls.hpp"
//---------------------------------------------------------------------------
class TFStringInfo_11011981 : public TForm
{
__published: // IDE-managed Components
TTntMemo *memStringInfo;
void __fastcall FormKeyDown(TObject *Sender, WORD &Key,
TShiftState Shift);
void __fastcall FormCreate(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TFStringInfo_11011981(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TFStringInfo_11011981 *FStringInfo_11011981;
//---------------------------------------------------------------------------
#endif