📄 main.dfm
字号:
object Form1: TForm1
Left = 247
Top = 114
BorderStyle = bsDialog
Caption = 'DNS Query demo'
ClientHeight = 328
ClientWidth = 428
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 24
Top = 24
Width = 57
Height = 13
Caption = 'DNS Server'
end
object Label2: TLabel
Left = 24
Top = 88
Width = 55
Height = 13
Caption = 'Query Type'
end
object Label3: TLabel
Left = 24
Top = 56
Width = 82
Height = 13
Caption = 'Name to Resolve'
end
object Label4: TLabel
Left = 272
Top = 24
Width = 51
Height = 13
Caption = 'TimeOut, s'
end
object Label5: TLabel
Left = 16
Top = 120
Width = 30
Height = 13
Caption = 'Result'
end
object edtDnsServer: TEdit
Left = 112
Top = 24
Width = 145
Height = 21
TabOrder = 0
Text = '192.168.0.1'
end
object cbNameType: TComboBox
Left = 112
Top = 88
Width = 145
Height = 21
Style = csDropDownList
ItemHeight = 13
ItemIndex = 0
TabOrder = 3
Text = 'MX (mail servers)'
Items.Strings = (
'MX (mail servers)'
'A (IP addresses)'
'PTR (host names)'
'NS (name servers)')
end
object edtTimeOut: TEdit
Left = 336
Top = 24
Width = 57
Height = 21
TabOrder = 1
Text = '5'
end
object edtName: TEdit
Left = 112
Top = 56
Width = 281
Height = 21
TabOrder = 2
Text = 'microsoft.com'
end
object btnResolve: TButton
Left = 288
Top = 88
Width = 105
Height = 25
Caption = 'Resolve'
TabOrder = 4
OnClick = btnResolveClick
end
object memResult: TMemo
Left = 16
Top = 136
Width = 393
Height = 177
ReadOnly = True
ScrollBars = ssBoth
TabOrder = 5
end
object clDnsQuery1: TclDnsQuery
Left = 224
Top = 200
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -