⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dfindtel.h

📁 一套BCB6开发的电话管理系统
💻 H
字号:
//---------------------------------------------------------------------------

#ifndef DFindTelH
#define DFindTelH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Buttons.hpp>
#include <ComCtrls.hpp>
#include <ExtCtrls.hpp>
//---------------------------------------------------------------------------
class TDlgFindTel : public TForm
{
__published:	// IDE-managed Components
        TRadioGroup *RadioGroup1;
        TGroupBox *GroupBox2;
        TLabel *Label9;
        TLabel *Label10;
        TBitBtn *OkBtn;
        TBitBtn *CancelBtn;
        TDateTimePicker *DPBeginDate;
        TDateTimePicker *DPEndDate;
        void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
        void __fastcall OkBtnClick(TObject *Sender);
private:	// User declarations
        int& TypeIndex;
        TDateTime& BeginDate;
        TDateTime& EndDate;
public:		// User declarations
        __fastcall TDlgFindTel( int& TypeIndex, TDateTime& BeginDate, TDateTime& EndDate, TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TDlgFindTel *DlgFindTel;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -