login.dfm
来自「完整的delphi书籍源代码,大家有空的时候自己慢慢看看」· DFM 代码 · 共 107 行
DFM
107 行
object LoginFrm: TLoginFrm
Left = 239
Top = 142
Width = 286
Height = 229
Caption = #29992#25143#30331#24405
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 43
Top = 16
Width = 209
Height = 24
Caption = #21307#38498#31649#29702#20449#24687#31995#32479' '
Font.Charset = DEFAULT_CHARSET
Font.Color = clGreen
Font.Height = -19
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TLabel
Left = 40
Top = 64
Width = 60
Height = 16
Caption = #29992#25143#21517#65306' '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 40
Top = 96
Width = 57
Height = 16
Caption = #23494' '#30721#65306' '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Edit1: TEdit
Left = 104
Top = 64
Width = 121
Height = 21
TabOrder = 0
Text = 'Admin'
end
object Button1: TButton
Left = 48
Top = 136
Width = 75
Height = 25
Caption = #30331' '#24405
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 136
Top = 136
Width = 75
Height = 25
Caption = #21462#28040
TabOrder = 2
OnClick = Button2Click
end
object Edit2: TEdit
Left = 104
Top = 96
Width = 121
Height = 21
PasswordChar = '*'
TabOrder = 3
Text = '1'
end
object ADOQuery1: TADOQuery
Connection = ADOConnection1
Parameters = <>
Left = 8
Top = 88
end
object ADOConnection1: TADOConnection
ConnectionString =
'Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initi' +
'al Catalog=YY'
LoginPrompt = False
Provider = 'SQLOLEDB.1'
Left = 8
Top = 48
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?