📄 login.dfm
字号:
object loginform: Tloginform
Left = 345
Top = 247
Width = 298
Height = 203
BorderIcons = [biMinimize, biMaximize]
Caption = #35831#36755#20837#24744#30340#29992#25143#21517#21644#23494#30721#65306
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 40
Top = 32
Width = 72
Height = 20
Caption = #29992#25143#21517#65306' '
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 40
Top = 72
Width = 52
Height = 20
Caption = #23494#30721#65306' '
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Edit1: TEdit
Left = 128
Top = 32
Width = 121
Height = 21
PasswordChar = '#'
TabOrder = 0
end
object Edit2: TEdit
Left = 128
Top = 72
Width = 121
Height = 21
PasswordChar = '#'
TabOrder = 1
end
object Button1: TButton
Left = 48
Top = 128
Width = 75
Height = 25
Cancel = True
Caption = #30830#23450
Default = True
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 160
Top = 128
Width = 75
Height = 25
Cancel = True
Caption = #21462#28040
TabOrder = 3
OnClick = Button2Click
end
object ADOConnection1: TADOConnection
Connected = True
ConnectionString =
'Provider=SQLOLEDB.1;Password=sa;Persist Security Info=True;User ' +
'ID=sa;Initial Catalog=rsgl;Data Source=.'
LoginPrompt = False
Mode = cmShareDenyNone
Provider = 'SQLOLEDB.1'
Left = 32
end
object ADOTable1: TADOTable
Active = True
Connection = ADOConnection1
CursorType = ctStatic
TableName = 'userinof'
Left = 72
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -