unit1.dfm
来自「<<C++Builder 6实用编程100例>>随书光盘」· DFM 代码 · 共 36 行
DFM
36 行
object Form1: TForm1
Left = 331
Top = 150
Width = 290
Height = 316
Caption = 'Drive Type'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Memo1: TMemo
Left = 56
Top = 32
Width = 169
Height = 153
Lines.Strings = (
'Memo1')
ScrollBars = ssVertical
TabOrder = 1
end
object Button1: TButton
Left = 80
Top = 216
Width = 121
Height = 33
Caption = #33719#21462#30913#30424#31867#22411
TabOrder = 0
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?