Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Скачиваний:
57
Добавлен:
28.06.2014
Размер:
1.48 Кб
Скачать
//---------------------------------------------------------------------------

#ifndef Unit1H
#define Unit1H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Grids.hpp>
#include "Unit2.h"
#include <ExtCtrls.hpp>
//---------------------------------------------------------------------------
class TForm1 : public TForm
{
__published:	// IDE-managed Components
        TButton *Button1;
        TEdit *Edit1;
        TEdit *Edit2;
        TStringGrid *StringGrid1;
        TButton *Button3;
        TEdit *Edit5;
        TButton *Button5;
        TLabel *Label2;
        TImage *Image1;
    TLabel *Label1;
    TLabel *Label3;
    TEdit *Edit3;
    TLabel *Label4;
        void __fastcall Button1Click(TObject *Sender);
        void __fastcall Button3Click(TObject *Sender);
        void __fastcall Button5Click(TObject *Sender);
        //void __fastcall Button6Click(TObject *Sender);
        void __fastcall StringGrid1Click(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TForm1(TComponent* Owner);
         Vot s;
};
//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------------
#endif
void showInS(Vot);
void showInI(Vot);
Соседние файлы в папке ЛК2
  • #
    28.06.20143.68 Кб57Project1.~bpr
  • #
    28.06.20141.07 Кб57Project1.~cpp
  • #
    28.06.20142.83 Кб56Unit1.cpp
  • #
    28.06.201451 б56Unit1.ddp
  • #
    28.06.20143.13 Кб57Unit1.dfm
  • #
    28.06.20141.48 Кб57Unit1.h
  • #
    28.06.201499.19 Кб57Unit1.obj
  • #
    28.06.20142.83 Кб56Unit1.~cpp
  • #
    28.06.201451 б57Unit1.~ddp
  • #
    28.06.20143.13 Кб56Unit1.~dfm
  • #
    28.06.20141.48 Кб56Unit1.~h