dmodifytelinfo.h
来自「一套BCB6开发的电话管理系统」· C头文件 代码 · 共 30 行
H
30 行
//---------------------------------------------------------------------------
#ifndef DModifyTelInfoH
#define DModifyTelInfoH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Buttons.hpp>
//---------------------------------------------------------------------------
class TDlgModifyTelInfo : public TForm
{
__published: // IDE-managed Components
TLabel *Label1;
TEdit *ETSwitch;
TBitBtn *OKBtn;
TBitBtn *CancelBtn;
void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
void __fastcall OKBtnClick(TObject *Sender);
private: // User declarations
String& StrSwitch;
public: // User declarations
__fastcall TDlgModifyTelInfo( String& StrSwitch, TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TDlgModifyTelInfo *DlgModifyTelInfo;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?