unit1.dfm
来自「delphi,利用"纯真IP数据库"进行IP地理位置查询」· DFM 代码 · 共 64 行
DFM
64 行
object Form1: TForm1
Left = 0
Top = 0
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'IP'#26597#35810
ClientHeight = 196
ClientWidth = 428
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 24
Top = 24
Width = 109
Height = 13
AutoSize = False
Caption = #35831#36755#20837#27442#26597#35810#30340'IP'#65306' '
end
object Label2: TLabel
Left = 24
Top = 77
Width = 81
Height = 13
AutoSize = False
Caption = #26597#35810#32467#26524#65306' '
end
object Edit1: TEdit
Left = 139
Top = 21
Width = 121
Height = 21
TabOrder = 0
Text = '4.37.215.255'
end
object BitBtn1: TBitBtn
Left = 296
Top = 19
Width = 75
Height = 25
Caption = #26597#35810
TabOrder = 1
OnClick = BitBtn1Click
Kind = bkOK
end
object Memo1: TMemo
Left = 128
Top = 74
Width = 273
Height = 97
ReadOnly = True
TabOrder = 2
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?