📄 lendunit.dfm
字号:
object LendForm: TLendForm
Left = 207
Top = 102
Width = 310
Height = 430
BorderIcons = [biSystemMenu, biMinimize]
Caption = #20511#20070
Color = clBtnFace
Constraints.MaxHeight = 430
Constraints.MaxWidth = 310
Constraints.MinHeight = 430
Constraints.MinWidth = 310
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 7
Top = 8
Width = 281
Height = 89
TabOrder = 0
object Label1: TLabel
Left = 16
Top = 20
Width = 60
Height = 13
Caption = #35835#32773#32534#21495#65306
end
object Label2: TLabel
Left = 16
Top = 50
Width = 61
Height = 13
Caption = 'ISBN'#32534#21495#65306
end
object Edit1: TEdit
Left = 88
Top = 15
Width = 169
Height = 21
BevelInner = bvNone
MaxLength = 7
TabOrder = 0
OnExit = Edit1Exit
end
object Edit2: TEdit
Left = 88
Top = 45
Width = 169
Height = 21
TabOrder = 1
end
end
object BitBtn1: TBitBtn
Left = 128
Top = 109
Width = 75
Height = 25
Caption = #30830#23450
TabOrder = 1
OnClick = BitBtn1Click
Kind = bkOK
end
object ListView1: TListView
Left = 8
Top = 144
Width = 281
Height = 193
Columns = <
item
Caption = 'ISBN'
Width = 100
end
item
Caption = #20070#21517
Width = 150
end>
GridLines = True
TabOrder = 2
ViewStyle = vsReport
end
object BitBtn2: TBitBtn
Left = 72
Top = 360
Width = 75
Height = 25
Caption = #25552#20132
TabOrder = 3
OnClick = BitBtn2Click
Kind = bkAll
end
object BitBtn3: TBitBtn
Left = 184
Top = 360
Width = 75
Height = 25
Caption = #36864#20986' '
TabOrder = 4
OnClick = BitBtn3Click
Kind = bkCancel
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -