showbook_form.dfm
来自「一个不错的图书管理系统」· DFM 代码 · 共 70 行
DFM
70 行
object ShowBook_F: TShowBook_F
Left = 514
Top = 321
BorderStyle = bsNone
Caption = #26174#31034#20449#24687
ClientHeight = 257
ClientWidth = 327
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
Scaled = False
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 12
object Panel1: TPanel
Left = 0
Top = 0
Width = 327
Height = 257
Align = alClient
BevelOuter = bvNone
BorderWidth = 2
BorderStyle = bsSingle
Color = clBlack
TabOrder = 0
object Panel2: TPanel
Left = 2
Top = 2
Width = 319
Height = 249
Align = alClient
BevelOuter = bvNone
TabOrder = 0
object HSXX_LV: TListView
Left = 0
Top = 0
Width = 319
Height = 217
Align = alTop
Color = clInfoBk
Columns = <
item
Caption = #20070#21495
Width = 100
end
item
Caption = #20070#21517
Width = 145
end
item
Caption = #26412#25968
Width = 70
end>
GridLines = True
ReadOnly = True
RowSelect = True
TabOrder = 0
ViewStyle = vsReport
OnDblClick = HSXX_LVDblClick
end
end
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?