📄 login.dfm
字号:
object LoginFrm: TLoginFrm
Left = 191
Top = 104
Width = 273
Height = 236
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 = 211
Height = 24
Caption = 'POS'#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 = 40
Top = 152
Width = 75
Height = 25
Caption = #30331' '#24405
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 144
Top = 152
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=POS'
LoginPrompt = False
Provider = 'SQLOLEDB.1'
Left = 8
Top = 48
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -