?? nslook1.h
字號(hào):
//---------------------------------------------------------------------------
#ifndef NsLook1H
#define NsLook1H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "DnsQuery.hpp"
#include <Buttons.hpp>
#include <ExtCtrls.hpp>
//---------------------------------------------------------------------------
class TNsLookupForm : public TForm
{
__published: // IDE-managed Components
TMemo *DisplayMemo;
TPanel *Panel1;
TEdit *DnsEdit;
TEdit *NameEdit;
TButton *MXLookupButton;
TBitBtn *ClearDisplayBitBtn;
TButton *ALookupButton;
TDnsQuery *DnsQuery1;
void __fastcall FormShow(TObject *Sender);
void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
void __fastcall DnsQuery1RequestDone(TObject *Sender, WORD Error);
void __fastcall ClearDisplayBitBtnClick(TObject *Sender);
void __fastcall MXLookupButtonClick(TObject *Sender);
void __fastcall ALookupButtonClick(TObject *Sender);
private: // User declarations
AnsiString FIniFileName;
BOOL FInitialized;
int FRequestID;
void __fastcall Display(AnsiString Msg);
void __fastcall DumpDnsResponse(void);
public: // User declarations
__fastcall TNsLookupForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern TNsLookupForm *NsLookupForm;
//---------------------------------------------------------------------------
#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -