unit1.dfm
来自「最简单的进程之间通讯」· DFM 代码 · 共 49 行
DFM
49 行
object Form12: TForm12
Left = 326
Top = 334
Width = 345
Height = 131
Caption = 'Client'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
OnMouseMove = FormMouseMove
PixelsPerInch = 96
TextHeight = 12
object lbl1: TLabel
Left = 8
Top = 6
Width = 81
Height = 13
AutoSize = False
Caption = '接收到的消息'
end
object edt1: TEdit
Left = 8
Top = 31
Width = 305
Height = 20
TabOrder = 0
end
object btn1: TButton
Left = 237
Top = 61
Width = 75
Height = 25
Caption = '发送'
TabOrder = 1
OnClick = btn1Click
end
object edt2: TEdit
Left = 8
Top = 64
Width = 217
Height = 20
TabOrder = 2
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?