Config.h
资源名称:screensp.zip [点击查看]
上传用户:may_ontech
上传日期:2007-01-08
资源大小:308k
文件大小:1k
源码类别:
图形图象
开发平台:
C++ Builder
- //---------------------------------------------------------------------------
- #ifndef ConfigH
- #define ConfigH
- //---------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- #include <ComCtrls.hpp>
- //---------------------------------------------------------------------------
- class TConfigForm : public TForm
- {
- __published: // IDE-managed Components
- TLabel *Label1;
- TLabel *Label2;
- TLabel *Label3;
- TComboBox *ComboBox1;
- TButton *Button1;
- TButton *Button2;
- TTrackBar *TrackBar1;
- TTrackBar *TrackBar2;
- void __fastcall Button1Click(TObject *Sender);
- void __fastcall Button2Click(TObject *Sender);
- private: // User declarations
- public: // User declarations
- __fastcall TConfigForm(TComponent* Owner);
- bool Execute; // 代表用户选择了‘确定’或‘取消’按钮
- };
- //---------------------------------------------------------------------------
- extern PACKAGE TConfigForm *ConfigForm;
- //---------------------------------------------------------------------------
- #endif
English
