📄 unit1.dfm
字号:
object Form1: TForm1
Left = 373
Top = 289
Width = 404
Height = 313
Caption = #25945#24072#30331#24405
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 48
Top = 16
Width = 200
Height = 24
Caption = #25945#24072#35838#31243#31649#29702#31995#32479#30331#24405
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 72
Top = 72
Width = 48
Height = 13
Caption = #29992#25143#21517#65306
end
object Label3: TLabel
Left = 80
Top = 112
Width = 36
Height = 13
Caption = #23494#30721#65306
end
object edit_user: TEdit
Left = 136
Top = 64
Width = 121
Height = 21
TabOrder = 0
end
object edit_passwd: TEdit
Left = 136
Top = 112
Width = 121
Height = 21
TabOrder = 1
end
object Btn_login: TButton
Left = 72
Top = 168
Width = 75
Height = 25
Caption = #30331#24405
Default = True
TabOrder = 2
end
object btn_cancel: TButton
Left = 224
Top = 168
Width = 75
Height = 25
Cancel = True
Caption = #21462#28040
TabOrder = 3
end
object DBGrid1: TDBGrid
Left = 40
Top = 136
Width = 320
Height = 120
DataSource = DataSource1
TabOrder = 4
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object Query1: TQuery
SQL.Strings = (
'SELECT passwd FROM users WHERE userid=:userid;')
Left = 304
Top = 88
ParamData = <
item
DataType = ftUnknown
Name = 'userid'
ParamType = ptUnknown
end>
end
object DataSource1: TDataSource
DataSet = Table1
Left = 16
Top = 56
end
object Table1: TTable
DatabaseName = 'teach'
TableName = 'STUDENT'
Left = 16
Top = 104
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -