unit5.dfm
来自「学校学籍管理系统」· DFM 代码 · 共 94 行
DFM
94 行
object pass: Tpass
Left = 414
Top = 347
Width = 292
Height = 204
BorderIcons = []
Caption = #27880#28040#29992#25143
Color = clSkyBlue
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object BitBtn1: TBitBtn
Left = 16
Top = 144
Width = 57
Height = 22
Caption = #19978#19968#26465
TabOrder = 0
OnClick = BitBtn1Click
end
object BitBtn2: TBitBtn
Left = 86
Top = 144
Width = 56
Height = 23
Caption = #19979#19968#26465
TabOrder = 1
OnClick = BitBtn2Click
end
object BitBtn3: TBitBtn
Left = 153
Top = 144
Width = 56
Height = 22
Caption = #21024#38500
TabOrder = 2
OnClick = BitBtn3Click
end
object BitBtn4: TBitBtn
Left = 219
Top = 143
Width = 50
Height = 22
Caption = #20851#38381
ModalResult = 7
TabOrder = 3
OnClick = BitBtn4Click
end
object DBGrid2: TDBGrid
Left = 14
Top = 13
Width = 257
Height = 120
DataSource = DataSource1
FixedColor = clBtnShadow
TabOrder = 4
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'id'
Title.Caption = #29992#25143#21517
Visible = True
end
item
Expanded = False
FieldName = 'pass'
Title.Caption = #23494#30721
Visible = True
end
item
Expanded = False
FieldName = 'puss'
Title.Caption = #23494#30721
Visible = True
end>
end
object DataSource1: TDataSource
DataSet = Dm.user
Left = 176
Top = 24
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?