Скачиваний:
3
Добавлен:
30.05.2020
Размер:
1.7 Кб
Скачать
//---------------------------------------------------------------------------

#ifndef massivH
#define massivH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Buttons.hpp>
#include <ExtCtrls.hpp>
#include <Grids.hpp>
//---------------------------------------------------------------------------
class TForm1 : public TForm
{
__published:	// IDE-managed Components
        TPanel *Panel1;
        TLabel *Label1;
        TEdit *Edit1;
        TStringGrid *StringGrid1;
        TStringGrid *StringGrid2;
        TLabel *Label2;
        TLabel *Label3;
        TStringGrid *StringGrid3;
        TLabel *Label4;
        TRadioGroup *RadioGroup1;
        TSpeedButton *SpeedButton1;
        TSpeedButton *SpeedButton2;
        TSpeedButton *SpeedButton3;
        void __fastcall SpeedButton1Click(TObject *Sender);
        void __fastcall FormCreate(TObject *Sender);
        void __fastcall Edit1Change(TObject *Sender);
        void __fastcall Edit1KeyPress(TObject *Sender, char &Key);
        void __fastcall SpeedButton2Click(TObject *Sender);
        void __fastcall SpeedButton3Click(TObject *Sender);
        void __fastcall FormMouseDown(TObject *Sender, TMouseButton Button,
          TShiftState Shift, int X, int Y);
private:	// User declarations
public:		// User declarations
        __fastcall TForm1(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------------
#endif
Соседние файлы в папке Курсач_Косенко
  • #
    30.05.20204.66 Кб3massiv.cpp
  • #
    30.05.20205.57 Кб4massiv.dfm
  • #
    30.05.20201.7 Кб3massiv.h
  • #
    30.05.2020110.16 Кб3massiv.obj
  • #
    30.05.20204.66 Кб4massiv.~cpp
  • #
    30.05.20205.5 Кб3massiv.~dfm
  • #
    30.05.20201.7 Кб3massiv.~h
  • #
    30.05.20203.72 Кб3Pari_chisel.bpr