fsetsysparam.h
来自「一套BCB6开发的电话管理系统」· C头文件 代码 · 共 73 行
H
73 行
//---------------------------------------------------------------------------
#ifndef FSetSysParamH
#define FSetSysParamH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ComCtrls.hpp>
#include <ExtCtrls.hpp>
#include <ImgList.hpp>
#include <ToolWin.hpp>
#include <IniFiles.hpp>
//---------------------------------------------------------------------------
#include "TelSystemDM.h"
#include <ADODB.hpp>
#include <DB.hpp>
class TFrmSetSysParam : public TForm
{
__published: // IDE-managed Components
TImageList *ImageList2;
TToolBar *ToolBar1;
TToolButton *ToolButton6;
TToolButton *ModifyToolButton;
TToolButton *SaveToolButton;
TToolButton *GiveUpToolButton;
TToolButton *ToolButton7;
TToolButton *ExitToolButton;
TToolButton *PrintToolButton;
TToolButton *ToolButton12;
TToolButton *ToolButton14;
TToolButton *RefreshToolButton;
TPanel *Panel1;
TLabel *Label3;
TLabel *Label4;
TLabel *Label5;
TLabel *Label7;
TLabel *Label8;
TLabel *Label9;
TLabel *Label11;
TLabel *Label12;
TLabel *Label13;
TLabel *Label14;
TEdit *ETCompanyName;
TEdit *ETDSPath;
TEdit *ETTelLen;
TLabel *Label6;
TEdit *ETProgramNo;
TEdit *ETInCollect;
TEdit *ETSecond;
TEdit *ETCenter;
TADOQuery *GSNameQuery;
void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
void __fastcall ExitToolButtonClick(TObject *Sender);
void __fastcall ModifyToolButtonClick(TObject *Sender);
void __fastcall SaveToolButtonClick(TObject *Sender);
void __fastcall GiveUpToolButtonClick(TObject *Sender);
void __fastcall ETTelLenExit(TObject *Sender);
void __fastcall ETInCollectExit(TObject *Sender);
void __fastcall ETSecondExit(TObject *Sender);
private: // User declarations
String Title, Message, Default;
TIniFile *pMsgIniFile;
TDMTelSys* pDMTelSys;
public: // User declarations
__fastcall TFrmSetSysParam( TIniFile *pMessageIniFile, TDMTelSys* pDMTelSys, TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TFrmSetSysParam *FrmSetSysParam;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?