buy.dfm
来自「商品管理系统是面向超市类的商品数据库管理系统。其主要功能包括用户购买商品」· DFM 代码 · 共 25 行
DFM
25 行
object Form3: TForm3
Left = 265
Top = 151
Width = 390
Height = 480
Caption = 'Form3'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 120
TextHeight = 16
object StringGrid1: TStringGrid
Left = 32
Top = 80
Width = 321
Height = 353
TabOrder = 0
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?