unit1.~dfm
来自「idtcpserver 网络通讯传送文件的例子」· ~DFM 代码 · 共 70 行
~DFM
70 行
object Form1: TForm1
Left = 192
Top = 107
Width = 696
Height = 485
Caption = 'Form1'
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 Label1: TLabel
Left = 368
Top = 72
Width = 162
Height = 13
Caption = '000000000000000000000000000'
end
object Edit1: TEdit
Left = 128
Top = 136
Width = 193
Height = 21
ImeName = '紫光拼音输入法'
TabOrder = 0
Text = '218.195.107.73'
end
object Edit2: TEdit
Left = 128
Top = 176
Width = 193
Height = 25
ImeName = '紫光拼音输入法'
TabOrder = 1
Text = '9999'
end
object Button1: TButton
Left = 376
Top = 104
Width = 75
Height = 25
Caption = '发送'
Enabled = False
TabOrder = 2
end
object Button2: TButton
Left = 128
Top = 224
Width = 75
Height = 25
Caption = 'Button2'
TabOrder = 3
OnClick = Button2Click
end
object IdTCPClient1: TIdTCPClient
OnConnected = IdTCPClient1Connected
Port = 0
Left = 136
Top = 80
end
object OpenDialog1: TOpenDialog
Left = 224
Top = 80
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?