📄 unit5.dfm
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -