ownbook.dfm
来自「图书管理系统的设计与实现」· DFM 代码 · 共 72 行
DFM
72 行
object OwnBookForm: TOwnBookForm
Left = 192
Top = 133
Width = 397
Height = 343
Caption = #24050#20511#22270#20070
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 Bevel1: TBevel
Left = 3
Top = 38
Width = 374
Height = 10
Shape = bsBottomLine
end
object ListView1: TListView
Left = 6
Top = 52
Width = 371
Height = 227
Columns = <
item
Caption = #20070#21495
Width = 80
end
item
Caption = #20070#21517
Width = 120
end
item
Caption = #20215#26684
Width = 40
end
item
Caption = #25345#26377#22825#25968
Width = 60
end
item
Caption = #32602#37329'('#20803')'
Width = 60
end>
ReadOnly = True
RowSelect = True
TabOrder = 0
ViewStyle = vsReport
end
object Button2: TButton
Left = 287
Top = 285
Width = 70
Height = 22
Caption = #20851#38381
Default = True
TabOrder = 1
end
object StaticText1: TStaticText
Left = 18
Top = 18
Width = 256
Height = 17
Caption = #30001#20110#20197#19979#20070#31821#27809#26377#25353#26102#24402#36824#65292#25152#20197#19981#33021#32487#32493#20511#20070
TabOrder = 2
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?