Скачиваний:
43
Добавлен:
02.05.2014
Размер:
1.92 Кб
Скачать
//---------------------------------------------------------------------------

#ifndef skanH
#define skanH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ComCtrls.hpp>
//---------------------------------------------------------------------------
class TForm2 : public TForm
{
__published:	// IDE-managed Components
	TLabel *Label1;
	TLabel *Label2;
	TLabel *Label3;
	TLabel *Label4;
	TEdit *Edit1;
	TEdit *Edit2;
	TEdit *Edit3;
	TEdit *Edit4;
	TLabel *Label5;
	TLabel *Label6;
	TLabel *Label7;
	TLabel *Label8;
	TEdit *Edit5;
	TEdit *Edit6;
	TEdit *Edit7;
	TEdit *Edit8;
	TButton *Button1;
	TButton *Button2;
	TButton *Button3;
	TButton *Button4;
	TProgressBar *ProgressBar1;
	TListBox *ListBox1;
	TButton *Button5;
	void __fastcall Edit1KeyPress(TObject *Sender, char &Key);
	void __fastcall Edit2KeyPress(TObject *Sender, char &Key);
	void __fastcall Edit3KeyPress(TObject *Sender, char &Key);
	void __fastcall Edit4KeyPress(TObject *Sender, char &Key);
	void __fastcall Edit5KeyPress(TObject *Sender, char &Key);
	void __fastcall Edit6KeyPress(TObject *Sender, char &Key);
	void __fastcall Edit7KeyPress(TObject *Sender, char &Key);
	void __fastcall Edit8KeyPress(TObject *Sender, char &Key);
	void __fastcall Button1Click(TObject *Sender);
	void __fastcall Button2Click(TObject *Sender);
	void __fastcall Button4Click(TObject *Sender);
	void __fastcall Button3Click(TObject *Sender);
	void __fastcall Button5Click(TObject *Sender);
private:	// User declarations
public:		// User declarations
	__fastcall TForm2(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm2 *Form2;
//---------------------------------------------------------------------------
#endif
Соседние файлы в папке Курсовая работа - Протокол TCP