📄 uuserlandmsgf.dfm
字号:
object UserLandMsgF: TUserLandMsgF
Left = 382
Top = 325
BorderIcons = [biMinimize, biMaximize]
BorderStyle = bsSingle
Caption = 'UserLandMsgF'
ClientHeight = 223
ClientWidth = 301
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poOwnerFormCenter
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 1
Top = 2
Width = 298
Height = 190
Caption = 'GroupBox1'
TabOrder = 0
object ListView1: TListView
Left = 7
Top = 15
Width = 284
Height = 169
Columns = <
item
Caption = '书号'
Width = 80
end
item
Caption = '书名'
Width = 120
end
item
Caption = '持有天数'
Width = 60
end>
GridLines = True
ReadOnly = True
RowSelect = True
TabOrder = 0
ViewStyle = vsReport
end
end
object Button1: TButton
Left = 84
Top = 196
Width = 67
Height = 22
Caption = '是'
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 151
Top = 196
Width = 67
Height = 22
Caption = '否'
TabOrder = 2
OnClick = Button2Click
end
object Button3: TButton
Left = 219
Top = 196
Width = 67
Height = 22
Caption = '取消'
TabOrder = 3
OnClick = Button3Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -