unit1.dfm
来自「词 法 分 析 器 Delphi7.0 很好的 东西 啊」· DFM 代码 · 共 60 行
DFM
60 行
object Form1: TForm1
Left = 231
Top = 100
Width = 658
Height = 480
Caption = #35789#27861#20998#26512#22120
Color = clAppWorkSpace
TransparentColorValue = clInactiveCaptionText
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 = 24
Top = 24
Width = 86
Height = 20
Caption = #36755#20837#31243#24207#65306
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Memo1: TMemo
Left = 56
Top = 88
Width = 217
Height = 321
Lines.Strings = (
'')
ScrollBars = ssBoth
TabOrder = 0
end
object Memo2: TMemo
Left = 392
Top = 72
Width = 209
Height = 329
Lines.Strings = (
'')
ScrollBars = ssBoth
TabOrder = 1
end
object Button1: TButton
Left = 280
Top = 200
Width = 97
Height = 25
Caption = #35789#27861#20998#26512'=>'
TabOrder = 2
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?