unit3.dfm
来自「转发一个用Delphi7编写的网络即时通讯示例」· DFM 代码 · 共 63 行
DFM
63 行
object Form3: TForm3
Left = 339
Top = 236
Width = 474
Height = 400
BorderIcons = [biSystemMenu, biMinimize]
Caption = #21457#36865#31383#21475
Color = clBlack
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 120
Top = 32
Width = 201
Height = 33
AutoSize = False
Caption = #21457#36865#28040#24687#31383#21475
Color = clBlack
Font.Charset = GB2312_CHARSET
Font.Color = clGreen
Font.Height = -32
Font.Name = #21326#25991#24425#20113
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object Edit1: TEdit
Left = 32
Top = 96
Width = 400
Height = 200
AutoSize = False
TabOrder = 0
Text = 'Edit1'
OnClick = Edit1Click
end
object Button1: TButton
Left = 64
Top = 320
Width = 75
Height = 25
Caption = #21457#36865
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 312
Top = 320
Width = 75
Height = 25
Caption = #21462#28040
TabOrder = 2
OnClick = Button2Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?