dstatselftel.h
来自「一套BCB6开发的电话管理系统」· C头文件 代码 · 共 49 行
H
49 行
//---------------------------------------------------------------------------
#ifndef DStatSelfTelH
#define DStatSelfTelH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ComCtrls.hpp>
#include <Buttons.hpp>
//---------------------------------------------------------------------------
#include "TelSystemDM.h"
class TDlgStatSelfTel : public TForm
{
__published: // IDE-managed Components
TLabel *Lab_Phone;
TComboBox *CBPhone;
TGroupBox *GroupBox3;
TLabel *Label1;
TLabel *Label2;
TDateTimePicker *DPEndDate;
TDateTimePicker *DPBeginDate;
TBitBtn *OKBtn;
TBitBtn *CancelBtn;
TGroupBox *GroupBox4;
TCheckBox *ChkType34;
TCheckBox *ChkType25;
TCheckBox *ChkType1;
TCheckBox *ChkType0;
TCheckBox *CHBMobile;
void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
void __fastcall OKBtnClick(TObject *Sender);
private: // User declarations
String& SQLStr;
//String& Phone;
TDateTime& BeginDate;
TDateTime& EndDate;
TDMTelSys* pDMTelSys;
public: // User declarations
__fastcall TDlgStatSelfTel( String& SQLStr, TDateTime& BeginDate,
TDateTime& EndDate, TDMTelSys* pDMTelSys, TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TDlgStatSelfTel *DlgStatSelfTel;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?