gotodialog.h
来自「bung.cpp bung.dfm bung.h DbgWarn.cpp Db」· C头文件 代码 · 共 34 行
H
34 行
//----------------------------------------------------------------------------
#ifndef OCBH
#define OCBH
//----------------------------------------------------------------------------
#include <System.hpp>
#include <Windows.hpp>
#include <SysUtils.hpp>
#include <Classes.hpp>
#include <Graphics.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Controls.hpp>
#include <Buttons.hpp>
#include <ExtCtrls.hpp>
//----------------------------------------------------------------------------
class TGoToDlg : public TForm
{
__published:
TButton *OKBtn;
TButton *CancelBtn;
TLabel *Label1;
TEdit *Address;
void __fastcall OKBtnClick(TObject *Sender);
void __fastcall CancelBtnClick(TObject *Sender);
private:
public:
virtual __fastcall TGoToDlg(TComponent* AOwner);
};
//----------------------------------------------------------------------------
extern PACKAGE TGoToDlg *GoToDlg;
//----------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?