CDAdd.h
上传用户:deyixm
上传日期:2007-01-06
资源大小:43k
文件大小:1k
源码类别:

行业应用

开发平台:

Visual C++

  1. //---------------------------------------------------------------------------
  2. #ifndef CDAddH
  3. #define CDAddH
  4. //---------------------------------------------------------------------------
  5. #include <Classes.hpp>
  6. #include <Controls.hpp>
  7. #include <StdCtrls.hpp>
  8. #include <Forms.hpp>
  9. #include <FileCtrl.hpp>
  10. //---------------------------------------------------------------------------
  11. class TForm3 : public TForm
  12. {
  13. __published: // IDE-managed Components
  14.         TLabel *Label1;
  15.         TDriveComboBox *DriveComboBox1;
  16.         TEdit *Edit1;
  17.         TLabel *Label2;
  18.         TButton *btOK;
  19.         TCheckBox *CheckBox1;
  20.         TLabel *Label3;
  21.         TEdit *Edit2;
  22.         TCheckBox *CheckBox2;
  23.         void __fastcall DriveComboBox1Change(TObject *Sender);
  24.         void __fastcall Edit2Change(TObject *Sender);
  25.         void __fastcall btOKClick(TObject *Sender);
  26. private:
  27.     AnsiString __fastcall GetSWName(AnsiString str); // User declarations
  28. public: // User declarations
  29.         __fastcall TForm3(TComponent* Owner);
  30. };
  31. //---------------------------------------------------------------------------
  32. extern PACKAGE TForm3 *Form3;
  33. //---------------------------------------------------------------------------
  34. #endif