Develop and Download Open Source Software

Browse Subversion Repository

Contents of /CopalPro/Dummy.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations) (download) (as text)
Thu Jul 28 09:05:52 2011 UTC (12 years, 9 months ago) by kaityo
File MIME type: text/x-chdr
File size: 961 byte(s)
First Commit
1 //---------------------------------------------------------------------------
2 #ifndef DummyH
3 #define DummyH
4 //---------------------------------------------------------------------------
5 #include <Classes.hpp>
6 #include <Controls.hpp>
7 #include <StdCtrls.hpp>
8 #include <Forms.hpp>
9 //---------------------------------------------------------------------------
10 #include "Main.h"
11 class TFCopalProMain : public TForm {
12 __published: // IDE 管理のコンポーネント
13 private: // ユーザー宣言
14 public: // ユーザー宣言
15 __fastcall TFCopalProMain(TComponent* Owner);
16
17 void __fastcall OnFilePost(TMessage &msg);//ファイルが送られた
18
19 BEGIN_MESSAGE_MAP
20 MESSAGE_HANDLER( WM_FILEPOST , TMessage, OnFilePost )
21 END_MESSAGE_MAP( TForm )
22
23 };
24 //---------------------------------------------------------------------------
25 extern PACKAGE TFCopalProMain *FCopalProMain;
26 //---------------------------------------------------------------------------
27 #endif

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26