deletereader.dfm
来自「图书馆管理系统设计用delphi开发的系统」· DFM 代码 · 共 64 行
DFM
64 行
object deletereaderForm7: TdeletereaderForm7
Left = 264
Top = 200
BorderStyle = bsDialog
Caption = #20511#38405#24773#20917
ClientHeight = 268
ClientWidth = 466
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 = 466
Height = 57
Align = alTop
TabOrder = 0
object Label1: TLabel
Left = 16
Top = 16
Width = 60
Height = 13
Caption = #23398#29983#35777#21495#65306
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 = 466
Height = 211
Align = alClient
DataSource = DataModule1.DataSource1
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 + -
显示快捷键?