?? 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 = '對方機(jī)器'
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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -