fremaketel.h

来自「一套BCB6开发的电话管理系统」· C头文件 代码 · 共 60 行

H
60
字号
//---------------------------------------------------------------------------

#ifndef FReMakeTelH
#define FReMakeTelH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ADODB.hpp>
#include <Buttons.hpp>
#include <ComCtrls.hpp>
#include <DB.hpp>
#include <DBGrids.hpp>
#include <ExtCtrls.hpp>
#include <Grids.hpp>
#include <ImgList.hpp>
#include <ToolWin.hpp>
#include <IniFiles.hpp>
//---------------------------------------------------------------------------
#include "TelSystemDM.h"
class TFrmReMakeTel : public TForm
{
__published:	// IDE-managed Components
        TImageList *ImageList2;
        TToolBar *ToolBar1;
        TToolButton *ToolButton7;
        TToolButton *ExitToolButton;
        TToolButton *ToolButton12;
        TToolButton *PrintToolButton;
        TPanel *Panel2;
        TSpeedButton *SBNew;
        TSpeedButton *SBDelete;
        TPanel *Panel1;
        TLabel *Label3;
        TDBGrid *S_Grid;
        TPanel *Panel3;
        TDBGrid *D_Grid;
        TLabel *Label4;
        TDataSource *DSGTelType;
        TADOTable *G_Local;
        TStringField *StringField4;
        TStringField *StringField5;
        TDataSource *DSTelType;
        TADOQuery *TelTypeQuery;
        void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
        void __fastcall SBNewClick(TObject *Sender);
        void __fastcall SBDeleteClick(TObject *Sender);
        void __fastcall ExitToolButtonClick(TObject *Sender);
private:	// User declarations
        TIniFile *pMsgIniFile;
        TDMTelSys* pDMTelSys;
public:		// User declarations
        __fastcall TFrmReMakeTel(  TIniFile *pMessageIniFile, TDMTelSys* pDMTelSys, TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TFrmReMakeTel *FrmReMakeTel;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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