📄 frmlogin.dfm
字号:
object FormLogin: TFormLogin
Left = 427
Top = 233
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsDialog
Caption = #29992#25143#30331#38470
ClientHeight = 127
ClientWidth = 222
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 = 16
Top = 16
Width = 49
Height = 13
AutoSize = False
Caption = #29992#25143#21517
Layout = tlCenter
end
object Label2: TLabel
Left = 16
Top = 48
Width = 49
Height = 13
AutoSize = False
Caption = #23494#30721
Layout = tlCenter
end
object EditUserName: TEdit
Left = 88
Top = 16
Width = 121
Height = 21
TabOrder = 0
end
object EditPassword: TEdit
Left = 88
Top = 48
Width = 121
Height = 21
PasswordChar = '*'
TabOrder = 1
end
object BtnOK: TButton
Left = 24
Top = 88
Width = 75
Height = 25
Caption = #30830#23450
ModalResult = 1
TabOrder = 2
OnClick = BtnOKClick
end
object BtnCancel: TButton
Left = 120
Top = 88
Width = 75
Height = 25
Caption = #21462#28040
ModalResult = 2
TabOrder = 3
end
object DSUser: TADODataSet
ConnectionString =
'Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initi' +
'al Catalog=CommodityManager;Data Source=127.0.0.1'
Parameters = <>
Top = 64
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -