serverunit1.dfm
来自「Delphi 7组件与分布式应用开发源码,介绍了基础的组件应用实例」· DFM 代码 · 共 36 行
DFM
36 行
object Form1: TForm1
Left = 257
Top = 136
Width = 461
Height = 292
Caption = #31572#39064#30417#25511
Color = clBtnFace
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 = 40
Top = 24
Width = 73
Height = 13
AutoSize = False
Caption = #31572#39064#20449#24687
end
object Memo1: TMemo
Left = 40
Top = 48
Width = 369
Height = 169
Lines.Strings = (
'')
ScrollBars = ssVertical
TabOrder = 0
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?