Unit1.h
资源名称:第6章 多线程编程.rar [点击查看]
上传用户:gyjjlc
上传日期:2013-03-29
资源大小:2124k
文件大小:1k
源码类别:
多显示器编程
开发平台:
C++ Builder
- //---------------------------------------------------------------------------
- #ifndef Unit1H
- #define Unit1H
- //---------------------------------------------------------------------------
- #include "Unit2.h"
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- #include <FileCtrl.hpp>
- #include <Grids.hpp>
- #include <Outline.hpp>
- #include "PBFolderDialog.hpp"
- //---------------------------------------------------------------------------
- class TForm1 : public TForm
- {
- __published: // IDE-managed Components
- TGroupBox *GroupBox1;
- TLabel *Label1;
- TLabel *Label2;
- TLabel *Label3;
- TComboBox *ComboBox1;
- TEdit *Edit1;
- TMemo *Memo1;
- TButton *Button1;
- TButton *Button2;
- TButton *Button3;
- TPBFolderDialog *PBFolderDialog1;
- TCheckBox *CheckBox1;
- TListBox *ListBox1;
- void __fastcall Button1Click(TObject *Sender);
- void __fastcall Button2Click(TObject *Sender);
- void __fastcall Button3Click(TObject *Sender);
- void __fastcall ListBox1DblClick(TObject *Sender);
- private: // User declarations
- TSearchFileThread * pThread;
- public: // User declarations
- void __fastcall ThreadOnEnd(TObject *Sender);
- __fastcall TForm1(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern PACKAGE TForm1 *Form1;
- //---------------------------------------------------------------------------
- #endif
English
