📄 unit1.dfm
字号:
object Form1: TForm1
Left = 201
Top = 106
Width = 341
Height = 292
Caption = '多线程共享探测'
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 14
object Label1: TLabel
Left = 16
Top = 16
Width = 48
Height = 14
Caption = '对方机器'
end
object ListBox1: TListBox
Left = 8
Top = 40
Width = 313
Height = 217
ImeName = '中文 (简体) - 智能 ABC'
ItemHeight = 14
TabOrder = 0
OnClick = ListBox1Click
end
object Button1: TButton
Left = 240
Top = 8
Width = 75
Height = 25
Caption = '探测共享'
TabOrder = 1
OnClick = Button1Click
end
object Edit1: TEdit
Left = 72
Top = 8
Width = 145
Height = 22
ImeName = '中文 (简体) - 智能 ABC'
TabOrder = 2
Text = '\\127.0.0.1'
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -