stock.dfm
来自「一个进销存软件,便于管理仓库数据」· DFM 代码 · 共 52 行
DFM
52 行
object Frm_Stock: TFrm_Stock
Left = 328
Top = 227
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = #24211#23384#37327
ClientHeight = 240
ClientWidth = 248
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object ListView1: TListView
Left = 8
Top = 8
Width = 233
Height = 193
Columns = <
item
Caption = #32534#21495
Width = 65
end
item
Caption = #21697#21517
Width = 100
end
item
Caption = #24211#23384#25968
Width = 60
end>
TabOrder = 0
ViewStyle = vsReport
end
object BtExit: TBitBtn
Left = 166
Top = 208
Width = 75
Height = 25
Caption = #30830#23450
TabOrder = 1
OnClick = BtExitClick
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?