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

#ifndef ShopH
#define ShopH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <ComCtrls.hpp>
//---------------------------------------------------------------------------
class TForm1 : public TForm
{
__published:	// IDE-managed Components
        TPanel *Panel1;
        TPanel *Panel2;
        TButton *Button1;
        TRadioButton *RadioButton1;
        TRadioButton *RadioButton2;
        TRadioButton *RadioButton3;
        TLabel *Label1;
        TMemo *Memo1;
        TButton *Button2;
        TEdit *Edit1;
        TLabel *Label2;
        TButton *Button3;
        void __fastcall RadioButton1Click(TObject *Sender);
        void __fastcall Panel1Click(TObject *Sender);
        void __fastcall Button1Click(TObject *Sender);
        void __fastcall Button2Click(TObject *Sender);
        void __fastcall Edit1Change(TObject *Sender);
        void __fastcall Button3Click(TObject *Sender);
        void __fastcall FormCreate(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TForm1(TComponent* Owner);

           };
//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
extern String nam,otdel;
extern int total,flag;

//---------------------------------------------------------------------------
#endif
Соседние файлы в папке SHOP
  • #
    17.04.2013876 б11Project1.res
  • #
    17.04.20132.77 Кб11Project1.~bpr
  • #
    17.04.2013845 б11Project1.~cpp
  • #
    17.04.20132.88 Кб12Shop.cpp
  • #
    17.04.20133.71 Кб11Shop.dfm
  • #
    17.04.20131.59 Кб11Shop.h
  • #
    17.04.20132.95 Кб11Shop.~cpp
  • #
    17.04.20133.71 Кб11Shop.~dfm
  • #
    17.04.20131.59 Кб11Shop.~h
  • #
    17.04.20132.13 Кб11Unit2.cpp
  • #
    17.04.20131.67 Кб11Unit2.dfm