unit5.~dfm
来自「这是一个delphi程序」· ~DFM 代码 · 共 67 行
~DFM
67 行
object Form5: TForm5
Left = 135
Top = 43
Width = 763
Height = 630
Caption = 'Form5'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Button1: TButton
Left = 664
Top = 501
Width = 75
Height = 25
Caption = 'Open'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 664
Top = 540
Width = 75
Height = 25
Caption = 'Close'
TabOrder = 1
end
object Button3: TButton
Left = 664
Top = 464
Width = 75
Height = 25
Caption = 'Button3'
TabOrder = 2
OnClick = Button3Click
end
object Memo1: TMemo
Left = 16
Top = 352
Width = 641
Height = 233
TabOrder = 3
end
object Memo2: TMemo
Left = 16
Top = 8
Width = 641
Height = 337
TabOrder = 4
end
object Button4: TButton
Left = 664
Top = 8
Width = 75
Height = 25
Caption = 'GetCOm'
TabOrder = 5
OnClick = Button4Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?