fsolestattel.h
来自「一套BCB6开发的电话管理系统」· C头文件 代码 · 共 63 行
H
63 行
//---------------------------------------------------------------------------
#ifndef FSoleStatTelH
#define FSoleStatTelH
//---------------------------------------------------------------------------
#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 TFrmSolelyStatTel : public TForm
{
__published: // IDE-managed Components
TADOTable *G_TelType;
TStringField *StringField4;
TStringField *StringField5;
TWideStringField *WideStringField1;
TWideStringField *WideStringField2;
TWideStringField *G_TelTypeTYPECODE;
TDataSource *DSGTelType;
TDataSource *DSTelType;
TADOQuery *TelTypeQuery;
TPanel *Panel1;
TSpeedButton *SBNew;
TSpeedButton *SBDelete;
TImageList *ImageList2;
TToolBar *ToolBar1;
TToolButton *ToolButton7;
TToolButton *ExitToolButton;
TToolButton *ToolButton12;
TToolButton *PrintToolButton;
TPanel *Panel2;
TLabel *Label3;
TDBGrid *S_Grid;
TPanel *Panel3;
TDBGrid *D_Grid;
TLabel *Label4;
void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
void __fastcall ExitToolButtonClick(TObject *Sender);
void __fastcall SBNewClick(TObject *Sender);
void __fastcall SBDeleteClick(TObject *Sender);
private: // User declarations
TIniFile *pMsgIniFile;
TDMTelSys* pDMTelSys;
public: // User declarations
__fastcall TFrmSolelyStatTel( TIniFile *pMessageIniFile, TDMTelSys* pDMTelSys, TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TFrmSolelyStatTel *FrmSolelyStatTel;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?