findbook.dfm
来自「图书馆管理系统设计用delphi开发的系统」· DFM 代码 · 共 124 行
DFM
124 行
object findbookForm5: TfindbookForm5
Left = 368
Top = 126
Width = 697
Height = 455
Caption = #26597#35810#20070#24211
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 Panel2: TPanel
Left = 0
Top = 369
Width = 689
Height = 54
Align = alBottom
TabOrder = 0
end
object DBGrid1: TDBGrid
Left = 0
Top = 97
Width = 689
Height = 272
Align = alClient
DataSource = DataModule1.bookDataSource1
TabOrder = 1
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object GroupBox1: TGroupBox
Left = 0
Top = 0
Width = 689
Height = 97
Align = alTop
Caption = #26597#35810#26465#20214
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 2
object Label1: TLabel
Left = 16
Top = 32
Width = 30
Height = 12
Caption = #20070#21517':'
end
object Label2: TLabel
Left = 200
Top = 32
Width = 24
Height = 12
Caption = #20316#32773
end
object Label3: TLabel
Left = 400
Top = 32
Width = 24
Height = 12
Caption = #31867#21035
end
object book: TEdit
Left = 56
Top = 24
Width = 121
Height = 20
TabOrder = 0
end
object writer: TEdit
Left = 248
Top = 24
Width = 121
Height = 20
TabOrder = 1
end
object lei: TEdit
Left = 440
Top = 24
Width = 121
Height = 20
TabOrder = 2
end
object Button1: TButton
Left = 56
Top = 56
Width = 75
Height = 25
Caption = #30830#23450
TabOrder = 3
OnClick = Button1Click
end
object Button3: TButton
Left = 248
Top = 56
Width = 75
Height = 25
Caption = #30830#23450
TabOrder = 4
OnClick = Button3Click
end
object Button2: TButton
Left = 440
Top = 56
Width = 75
Height = 25
Caption = #30830#23450
TabOrder = 5
OnClick = Button2Click
end
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?