Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
MidiPlay.h
Package: c++builder6编程实例.ZIP [view]
Upload User: lulishicai
Upload Date: 2010-03-01
Package Size: 13202k
Code Size: 1k
Category:
Delphi-C++Builder
Development Platform:
C++ Builder
- //---------------------------------------------------------------------------
- #ifndef MidiPlayH
- #define MidiPlayH
- //---------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- #include <Buttons.hpp>
- #include <MPlayer.hpp>
- #include <Dialogs.hpp>
- #include <ExtCtrls.hpp>
- //---------------------------------------------------------------------------
- class TMidiForm : public TForm
- {
- __published: // IDE-managed Components
- TScrollBar *ScrollBar1;
- TBitBtn *BitBtn1;
- TBitBtn *BitBtn2;
- TTimer *Timer1;
- TOpenDialog *OpenDialog1;
- TMediaPlayer *MediaPlayer1;
- void __fastcall Timer1Timer(TObject *Sender);
- void __fastcall FormCreate(TObject *Sender);
- void __fastcall BitBtn1Click(TObject *Sender);
- void __fastcall BitBtn2Click(TObject *Sender);
- void __fastcall ScrollBar1Scroll(TObject *Sender,
- TScrollCode ScrollCode, int &ScrollPos);
- private: // User declarations
- public: // User declarations
- __fastcall TMidiForm(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern PACKAGE TMidiForm *MidiForm;
- //---------------------------------------------------------------------------
- #endif