- Visual C++源码
- Visual Basic源码
- C++ Builder源码
- Java源码
- Delphi源码
- C/C++源码
- PHP源码
- Perl源码
- Python源码
- Asm源码
- Pascal源码
- Borland C++源码
- Others源码
- SQL源码
- VBScript源码
- JavaScript源码
- ASP/ASPX源码
- C#源码
- Flash/ActionScript源码
- matlab源码
- PowerBuilder源码
- LabView源码
- Flex源码
- MathCAD源码
- VBA源码
- IDL源码
- Lisp/Scheme源码
- VHDL源码
- Objective-C源码
- Fortran源码
- tcl/tk源码
- QT源码
GraphDemo.h
上传用户:lulishicai
上传日期:2010-03-01
资源大小:13202k
文件大小:2k
源码类别:
Delphi/CppBuilder
开发平台:
C++ Builder
- //---------------------------------------------------------------------------
- #ifndef GraphDemoH
- #define GraphDemoH
- //---------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- #include <ComCtrls.hpp>
- #include <OleCtrls.hpp>
- #include <VCFI.hpp>
- #include "MSChart20Lib_OCX.h"
- //---------------------------------------------------------------------------
- class TForm1 : public TForm
- {
- __published: // IDE-managed Components
- TComboBox *ComboBox1;
- TEdit *Edit1;
- TEdit *Edit2;
- TEdit *Edit3;
- TUpDown *UpDown1;
- TUpDown *UpDown2;
- TButton *Button1;
- TButton *Button2;
- TButton *Button3;
- TButton *Button4;
- TMSChart *MSChart1;
- void __fastcall FormCreate(TObject *Sender);
- void __fastcall ComboBox1Click(TObject *Sender);
- void __fastcall UpDown1Click(TObject *Sender, TUDBtnType Button);
- void __fastcall UpDown2Click(TObject *Sender, TUDBtnType Button);
- void __fastcall Button1Click(TObject *Sender);
- void __fastcall Button3Click(TObject *Sender);
- void __fastcall Button2Click(TObject *Sender);
- void __fastcall Button4Click(TObject *Sender);
- void __fastcall Edit3Change(TObject *Sender);
- void __fastcall MSChart1DataUpdated(TObject *Sender, short *axisID,
- short *AxisIndex, short *labelSetIndex, short *LabelIndex,
- short *MouseFlags, short *Cancel);
- private: // User declarations
- public: // User declarations
- __fastcall TForm1(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern PACKAGE TForm1 *Form1;
- //---------------------------------------------------------------------------
- #endif