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

#ifndef Unit1H
#define Unit1H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <DB.hpp>
#include <DBGrids.hpp>
#include <DBTables.hpp>
#include <Grids.hpp>
#include <DBCtrls.hpp>
#include <ExtCtrls.hpp>
#include <AppEvnts.hpp>
#include <ComCtrls.hpp>
#include "Unit2.h"
#include "CSPIN.h"
//---------------------------------------------------------------------------
class TForm1 : public TForm
{
__published:	// IDE-managed Components
        TDBGrid *DBGrid1;
        TDataSource *DataSource;
        TTable *Table;
        TButton *ExitButton;
        TButton *AboutButton;
        TButton *CalculateButton;
        TDBNavigator *DBNavigator;
        TComboBox *ComboBox;
        TEdit *Edit1;
        TStringField *TableName;
        TFloatField *TablePrice;
        TBooleanField *TableSaleBool;
        TSmallintField *TableSale;
        TSmallintField *TableAmount;
        TButton *FindButton;
        TStatusBar *StatusBar1;
        TApplicationEvents *ApplicationEvents1;
        TFloatField *TableAPrice;
        TTimer *Timer1;
        TComboBox *CBName;
        TCSpinEdit *SEMin;
        TCSpinEdit *SEMax;
        TButton *Button1;
        TRadioButton *RBNF;
        TRadioButton *RBA;
        TRadioButton *RBN;
        TRadioButton *RBP;
        void __fastcall ExitButtonClick(TObject *Sender);
        void __fastcall CalculateButtonClick(TObject *Sender);
        void __fastcall FindButtonClick(TObject *Sender);
        void __fastcall ApplicationEvents1ActionExecute(
          TBasicAction *Action, bool &Handled);
        void __fastcall TableCalcFields(TDataSet *DataSet);
        void __fastcall AboutButtonClick(TObject *Sender);
        void __fastcall Timer1Timer(TObject *Sender);
        void __fastcall Button1Click(TObject *Sender);
        void __fastcall FormCreate(TObject *Sender);
        void __fastcall FormDestroy(TObject *Sender);
        
private:	// User declarations
public:		// User declarations
        __fastcall TForm1(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------------
#endif
Соседние файлы в папке 3.1.1
  • #
    25.05.2014876 б7Project1.res
  • #
    25.05.20141.11 Mб7Project1.tds
  • #
    25.05.20143.81 Кб7Unit1.cpp
  • #
    25.05.201451 б7Unit1.ddp
  • #
    25.05.20149.78 Кб7Unit1.dfm
  • #
    25.05.20142.47 Кб7Unit1.h
  • #
    25.05.2014940.97 Кб7Unit1.obj
  • #
    25.05.20143.46 Кб7Unit1.~cpp
  • #
    25.05.20149.74 Кб7Unit1.~dfm
  • #
    25.05.20142.36 Кб7Unit1.~h
  • #
    25.05.2014703 б7Unit2.cpp