Курсовая работа: Проектирование и разработка классов средствами языка программирования С++Builder6/0

// ---------------------------------------------------------------------------

#include <Classes. hpp>

#include <Controls. hpp>

#include <StdCtrls. hpp>

#include <Forms. hpp>

#include <Grids. hpp>

// ---------------------------------------------------------------------------

class TForm1: public TForm

{

__published: // IDE-managed Components

TStringGrid *StringGrid1;

TGroupBox *GroupBox1;

TButton *Button1;

TEdit *Edit1;

TLabel *Label1;

TEdit *Edit2;

TLabel *Label2;

TEdit *Edit3;

TLabel *Label3;

void __fastcall FormCreate (TObject *Sender);

void __fastcall Button1Click (TObject *Sender);

void __fastcall StringGrid1SelectCell (TObject *Sender, int ACol,

int ARow, bool &CanSelect);

private: // User declarations

public: // User declarations

__fastcall TForm1 (TComponent* Owner);

};

// ---------------------------------------------------------------------------

extern PACKAGE TForm1 *Form1;

К-во Просмотров: 414
Бесплатно скачать Курсовая работа: Проектирование и разработка классов средствами языка программирования С++Builder6/0