📄 ufrmmain.~dfm
字号:
object FrmMain: TFrmMain
Left = 251
Top = 131
BorderStyle = bsDialog
Caption = #35774#32622'IP'#22320#22336
ClientHeight = 344
ClientWidth = 483
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 40
Top = 16
Width = 42
Height = 12
Caption = 'IP'#22320#22336':'
end
object Label2: TLabel
Left = 28
Top = 40
Width = 54
Height = 12
Caption = #23376#32593#25513#30721':'
end
object Label3: TLabel
Left = 20
Top = 112
Width = 66
Height = 12
Caption = #26412#22320#36830#25509#21517':'
end
object Label4: TLabel
Left = 20
Top = 144
Width = 66
Height = 12
Caption = #21069#19977#20301#22320#22336':'
end
object btnSet: TButton
Left = 232
Top = 64
Width = 75
Height = 25
Caption = #35774#32622
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = btnSetClick
end
object btnGetIP: TButton
Left = 128
Top = 64
Width = 75
Height = 25
Caption = #35835#21462
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = btnGetIPClick
end
object Button2: TButton
Left = 336
Top = 64
Width = 75
Height = 25
Caption = #36864#20986
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 2
OnClick = Button2Click
end
object edtIP: TEdit
Left = 88
Top = 13
Width = 177
Height = 20
TabOrder = 3
end
object edtMask: TEdit
Left = 88
Top = 37
Width = 177
Height = 20
TabOrder = 4
end
object Edit1: TEdit
Left = 104
Top = 112
Width = 161
Height = 20
TabOrder = 5
Text = #26412#22320#36830#25509
end
object Edit2: TEdit
Left = 104
Top = 144
Width = 121
Height = 20
TabOrder = 6
Text = '93.128.31.'
end
object Edit3: TEdit
Left = 104
Top = 168
Width = 121
Height = 20
TabOrder = 7
Text = '93.128.31.254'
end
object Button1: TButton
Left = 288
Top = 128
Width = 75
Height = 25
Caption = #20462#25913
TabOrder = 8
OnClick = Button1Click
end
object Button3: TButton
Left = 88
Top = 240
Width = 75
Height = 25
Caption = #25237#31080
TabOrder = 9
OnClick = Button3Click
end
object Button4: TButton
Left = 248
Top = 232
Width = 75
Height = 25
Caption = #24490#29615#25237#31080
TabOrder = 10
OnClick = Button4Click
end
object IdHTTP1: TIdHTTP
MaxLineAction = maException
ReadTimeout = 0
AllowCookies = True
ProxyParams.BasicAuthentication = False
ProxyParams.ProxyPort = 0
Request.ContentLength = -1
Request.ContentRangeEnd = 0
Request.ContentRangeStart = 0
Request.ContentType = 'text/html'
Request.Accept = 'text/html, */*'
Request.BasicAuthentication = False
Request.UserAgent = 'Mozilla/3.0 (compatible; Indy Library)'
HTTPOptions = [hoForceEncodeParams]
Left = 48
Top = 192
end
object Timer1: TTimer
Interval = 2000
OnTimer = Timer1Timer
Left = 32
Top = 272
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -