unit5.dfm.~8~
来自「这是一个delphi程序」· ~8~ 代码 · 共 42 行
~8~
42 行
object Form5: TForm5
Left = 0
Top = 0
Caption = 'Form5'
ClientHeight = 213
ClientWidth = 339
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Button1: TButton
Left = 256
Top = 149
Width = 75
Height = 25
Caption = 'Open'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 256
Top = 180
Width = 75
Height = 25
Caption = 'Close'
TabOrder = 1
end
object ListCom: TListBox
Left = 8
Top = 8
Width = 323
Height = 129
ItemHeight = 13
TabOrder = 2
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?