unit3.dfm
来自「用户可选择不同权限进入系统。当以管理员权限进入系统时」· DFM 代码 · 共 84 行
DFM
84 行
object Form3: TForm3
Left = 445
Top = 165
Width = 469
Height = 279
Caption = #23494#30721#20462#25913
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 = 96
Top = 56
Width = 110
Height = 19
Caption = #36755#20837#21407#23494#30721':'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = #38582#20070
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 96
Top = 104
Width = 110
Height = 19
Caption = #36755#20837#26032#23494#30721':'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = #38582#20070
Font.Style = []
ParentFont = False
end
object Edit1: TEdit
Left = 208
Top = 56
Width = 145
Height = 21
PasswordChar = '*'
TabOrder = 0
end
object Edit2: TEdit
Left = 208
Top = 104
Width = 145
Height = 21
PasswordChar = '*'
TabOrder = 1
end
object Button1: TButton
Left = 280
Top = 136
Width = 73
Height = 25
Caption = #30830#23450
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = #38582#20070
Font.Style = []
ParentFont = False
TabOrder = 2
OnClick = Button1Click
end
object ADOQuery1: TADOQuery
ConnectionString =
'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
'fo=False;Initial Catalog='#23398#29983#25104#32489#31649#29702#31995#32479
Parameters = <>
SQL.Strings = (
'select * from login2')
Left = 128
Top = 144
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?