unit7.dfm
来自「图书馆管理系统设计用delphi开发的系统」· DFM 代码 · 共 63 行
DFM
63 行
object lookForm7: TlookForm7
Left = 527
Top = 282
Width = 367
Height = 299
Caption = #26597#35810#20511#38405#24773#20917
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 Panel1: TPanel
Left = 0
Top = 0
Width = 359
Height = 57
Align = alTop
TabOrder = 0
object Label1: TLabel
Left = 16
Top = 16
Width = 48
Height = 13
Caption = #20511#38405#24773#20917
end
object Button1: TButton
Left = 232
Top = 16
Width = 75
Height = 25
Caption = #26597#30475
TabOrder = 0
OnClick = Button1Click
end
object Edit1: TEdit
Left = 88
Top = 16
Width = 121
Height = 21
TabOrder = 1
end
end
object DBGrid1: TDBGrid
Left = 0
Top = 57
Width = 359
Height = 210
Align = alClient
DataSource = DataModule1.borrowDataSource1
TabOrder = 1
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?