📄 frmlogin.dfm
字号:
object FormLogin: TFormLogin
Left = 239
Top = 173
ActiveControl = LEdtUserId
BorderStyle = bsDialog
Caption = #30331#24405
ClientHeight = 123
ClientWidth = 330
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 12
object BtnLogin: TButton
Left = 23
Top = 92
Width = 75
Height = 25
Caption = #30331#24405'(&L)'
Default = True
TabOrder = 0
OnClick = BtnLoginClick
end
object BtnExit: TButton
Left = 135
Top = 92
Width = 75
Height = 25
Cancel = True
Caption = #36864#20986'(&X)'
ModalResult = 2
TabOrder = 1
end
object LEdtUserId: TLabeledEdit
Left = 88
Top = 16
Width = 201
Height = 20
EditLabel.Width = 66
EditLabel.Height = 12
EditLabel.Caption = #29992#25143#21517'(&U)'#65306
LabelPosition = lpLeft
TabOrder = 2
end
object LEdtPassword: TLabeledEdit
Left = 88
Top = 56
Width = 201
Height = 20
EditLabel.Width = 48
EditLabel.Height = 12
EditLabel.Caption = #23494#30721'(&P):'
LabelPosition = lpLeft
PasswordChar = '*'
TabOrder = 3
end
object Button1: TButton
Left = 248
Top = 96
Width = 75
Height = 25
Caption = #39640#32423'(&A)>>'
TabOrder = 4
OnClick = Button1Click
end
object RBUseList: TRadioButton
Left = 16
Top = 136
Width = 193
Height = 17
Caption = #20351#29992#24212#29992#26381#21153#22120#21015#34920#20013#30340#26381#21153#22120
TabOrder = 5
OnClick = RBUseListClick
end
object RBUseIP: TRadioButton
Left = 16
Top = 168
Width = 97
Height = 17
Caption = #25351#23450'IP'#22320#22336':'
Checked = True
TabOrder = 6
TabStop = True
OnClick = RBUseIPClick
end
object Button2: TButton
Left = 208
Top = 128
Width = 121
Height = 25
Caption = #32534#36753#26381#21153#22120#21015#34920'(&S)'
TabOrder = 7
OnClick = Button2Click
end
object EdtIP: TEdit
Left = 128
Top = 168
Width = 185
Height = 20
TabOrder = 8
end
object Button3: TButton
Left = 304
Top = 24
Width = 25
Height = 57
Caption = 'Button3'
TabOrder = 9
OnClick = Button3Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -