КАТЕГОРИИ:
АстрономияБиологияГеографияДругие языкиДругоеИнформатикаИсторияКультураЛитератураЛогикаМатематикаМедицинаМеханикаОбразованиеОхрана трудаПедагогикаПолитикаПравоПсихологияРиторикаСоциологияСпортСтроительствоТехнологияФизикаФилософияФинансыХимияЧерчениеЭкологияЭкономикаЭлектроника
|
Unit 9.h#ifndef Unit9H #define Unit9H #include <Classes.hpp> #include <Controls.hpp> #include <StdCtrls.hpp> #include <Forms.hpp> #include <ExtCtrls.hpp> #include <QRCtrls.hpp> #include <QuickRpt.hpp> class TForm9 : public TForm { __published: // IDE-managed Components TQuickRep *QuickRep1; TQRBand *DetailBand1; TQRBand *TitleBand1; TQRLabel *QRLabel1; TQRLabel *QRLabel2; TQRLabel *QRLabel3; TQRDBText *QRDBText1; TQRDBText *QRDBText2; TQRDBText *QRDBText3; TQRLabel *QRLabel4; private: // User declarations public: // User declarations __fastcall TForm9(TComponent* Owner); }; extern PACKAGE TForm9 *Form9; #endif Unit 10.h #ifndef Unit10H #define Unit10H #include <Classes.hpp> #include <Controls.hpp> #include <StdCtrls.hpp> #include <Forms.hpp> #include <ExtCtrls.hpp> #include <QRCtrls.hpp> #include <QuickRpt.hpp> #include <ADODB.hpp> #include <DB.hpp> class TForm10 : public TForm { __published: // IDE-managed Components TQuickRep *QuickRep1; TQRBand *DetailBand1; TQRBand *TitleBand1;TQRLabel *QRLabel1; TQRLabel *QRLabel2; TQRLabel *QRLabel3;TQRLabel *QRLabel4;TQRLabel *QRLabel5;TQRLabel *QRLabel6;TQRLabel *QRLabel7; TQRDBText *QRDBText1; TQRDBText *QRDBText2; TQRDBText *QRDBText3; TQRDBText *QRDBText5; TQRDBText *QRDBText6; TQRDBText *QRDBText4; TQRLabel *QRLabel8; TQRDBText *QRDBText7; TQRLabel *QRLabel9; TQRDBText *QRDBText8;TADOTable *ADOTable1; TQRLabel *QRLabel10; TQRExpr *QRExpr1; private: // User declarations public: // User declarations __fastcall TForm10(TComponent* Owner); }; extern PACKAGE TForm10 *Form10; #endif Unit 11.h #ifndef Unit11H #define Unit11H #include <Classes.hpp> #include <Controls.hpp> #include <StdCtrls.hpp> #include <Forms.hpp> #include <ExtCtrls.hpp> #include <jpeg.hpp> class TForm11 : public TForm { __published: // IDE-managed Components TMemo *Memo1; TPanel *Panel1; TImage *Image1; private: // User declarations public: // User declarations __fastcall TForm11(TComponent* Owner); }; extern PACKAGE TForm11 *Form11; #endif Unit 12.h #ifndef Unit12H #define Unit12H #include <Classes.hpp> #include <Controls.hpp> #include <StdCtrls.hpp> #include <Forms.hpp> #include <ExtCtrls.hpp> #include <Graphics.hpp> class TForm12 : public TForm { __published: // IDE-managed Components TPanel *Panel1; TImage *Image1; TLabel *Label1; TLabel *Label2; TLabel *Label3; TLabel *Label4; TLabel *Label5; private: // User declarations public: // User declarations __fastcall TForm12(TComponent* Owner); }; extern PACKAGE TForm12 *Form12; #endif
|