📄 u_client.dfm
字号:
object Form1: TForm1
Left = 343
Top = 153
BorderStyle = bsDialog
Caption = #23458#25143#31471
ClientHeight = 357
ClientWidth = 466
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label2: TLabel
Left = 10
Top = 43
Width = 120
Height = 13
Caption = #25509#25910#26381#21153#31471#21457#36865#30340#28040#24687
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label1: TLabel
Left = 9
Top = 296
Width = 36
Height = 13
Caption = #30331#38470#21040
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 21
Top = 326
Width = 36
Height = 13
Caption = #29992#25143#21517
end
object Label4: TLabel
Left = 191
Top = 326
Width = 24
Height = 13
Caption = #23494#30721
end
object Label5: TLabel
Left = 16
Top = 16
Width = 70
Height = 13
Caption = #36755#20837#26381#21153#22120'IP'
end
object Button1: TButton
Left = 256
Top = 12
Width = 75
Height = 25
Caption = #36830#25509#26381#21153#22120
TabOrder = 0
OnClick = Button1Click
end
object MemReadMsg: TMemo
Left = 8
Top = 64
Width = 449
Height = 229
ScrollBars = ssVertical
TabOrder = 1
end
object btnSend: TButton
Left = 369
Top = 319
Width = 64
Height = 25
Caption = #35831#27714#30331#38470
TabOrder = 2
OnClick = btnSendClick
end
object Edit1: TEdit
Left = 62
Top = 322
Width = 121
Height = 21
TabOrder = 3
end
object Edit2: TEdit
Left = 222
Top = 322
Width = 121
Height = 21
PasswordChar = '*'
TabOrder = 4
end
object ServerIP: TEdit
Left = 89
Top = 12
Width = 162
Height = 21
TabOrder = 5
Text = '127.0.0.1'
end
object ClientSocket: TClientSocket
Active = False
ClientType = ctNonBlocking
Port = 987987
OnRead = ClientSocketRead
Left = 408
Top = 72
end
object IdUDPClient1: TIdUDPClient
Host = '127.0.0.1'
Port = 987987
Left = 376
Top = 72
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -