|
//------------------------------------------------------------------------
#ifndef Unit1H
#define Unit1H
//------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <Dialogs.hpp>
#include <Menus.hpp>
#include <ActnList.hpp>
#include <ComCtrls.hpp>
#include <StdActns.hpp>
#include <ToolWin.hpp>
#include <Mask.hpp>
#include <Buttons.hpp>
#include <Chart.hpp>
#include <DBChart.hpp>
#include <Series.hpp>
#include <TeeFunci.hpp>
#include <TeEngine.hpp>
#include <TeeProcs.hpp>
#include "Unit2.h"
//------------------------------------------------------------------------
class TForm1: public TForm
{
__published: // IDE-managed Components
TOpenDialog *OpenDialog1;
TMainMenu *MainMenu1;
TMenuItem *N1;
TMenuItem *N2;
TMenuItem *N3;
TMenuItem *N4;
TMenuItem *N5;
TMenuItem *N6;
TStatusBar *StatusBar1;
TActionList *ActionList1;
TEditCopy *EditCopy1;
TAction *Action1;
TAction *Action2;
TSaveDialog *SaveDialog1;
TPanel *Panel1;
TLabel *Label1;
TMaskEdit *MaskEdit1;
TCheckBox *CheckBox1;
TPanel *Panel2;
TCheckBox *CheckBox2;
TComboBox *ComboBoxErr;
TBitBtn *Stop;
TBitBtn *Start;
TBitBtn *BitBtn1;
TTimer *Timer1;
TTrackBar *TrackBar1;
TChart *Chart1;
TPieSeries *Series1;
TEdit *TextTimer;
TLabel *Label2;
TGroupBox *GroupBox1;
TEdit *Edit1Gen;
TLabel *Label3;
TLabel *Label4;
TEdit *Edit2war;
TLabel *Label5;
TEdit *Edit3notfatal;
TLabel *Label6;
TEdit *Edit4fatal;
TLabel *Label7;
void __fastcall FormInfo();
void __fastcall N2Click(TObject *Sender);
void __fastcall ButtonStartClick(TObject *Sender);
void __fastcall N4Click(TObject *Sender);
void __fastcall MaskEdit1Exit(TObject *Sender);
void __fastcall ComboBoxErrExit(TObject *Sender);
void __fastcall MaskEdit1Change(TObject *Sender);
void __fastcall StopClick(TObject *Sender);
void __fastcall BitBtn1Click(TObject *Sender);
void __fastcall Timer1Timer(TObject *Sender);
void __fastcall TrackBar1Change(TObject *Sender);
void __fastcall N5Click(TObject *Sender);
void __fastcall N6Click(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TForm1(TComponent* Owner);
};
//---------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------
#endif
Дата добавления: 2015-07-21; просмотров: 38 | Нарушение авторских прав
<== предыдущая страница | | | следующая страница ==> |
Література | | | UNIT1.CPP |