?? unit1.~dfm
字號(hào):
object Form1: TForm1
Left = 212
Top = 116
Width = 696
Height = 480
Color = clMoneyGreen
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object Button1: TButton
Left = 56
Top = 8
Width = 75
Height = 25
Caption = 'Enviar archivo'
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = Button1Click
end
object Memo1: TMemo
Left = 176
Top = 152
Width = 313
Height = 265
Lines.Strings = (
'Memo1')
TabOrder = 1
end
object Memo2: TMemo
Left = 504
Top = 32
Width = 145
Height = 385
Lines.Strings = (
'Memo2')
TabOrder = 2
end
object Button2: TButton
Left = 56
Top = 40
Width = 73
Height = 25
Caption = 'Detener'
TabOrder = 3
OnClick = Button2Click
end
object Timer1: TTimer
Enabled = False
Interval = 6000
OnTimer = Timer1Timer
Left = 48
Top = 144
end
object Timer2: TTimer
Enabled = False
Interval = 6000
OnTimer = Timer2Timer
Left = 48
Top = 184
end
object IdUDPClient1: TIdUDPClient
Active = True
BroadcastEnabled = True
Port = 8001
Left = 48
Top = 264
end
object IdUDPServer1: TIdUDPServer
Active = True
BroadcastEnabled = True
Bindings = <>
DefaultPort = 8001
OnUDPRead = IdUDPServer1UDPRead
Left = 48
Top = 304
end
object OpenDialog1: TOpenDialog
Left = 48
Top = 224
end
object NMEcho1: TIdIPWatch
Active = False
HistoryFilename = 'iphist.dat'
Left = 48
Top = 344
end
end
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -