useradminnew.dfm
来自「三層源碼,DELPHI寫的三層源碼,三層源碼,」· DFM 代码 · 共 78 行
DFM
78 行
object useradmin_new: Tuseradmin_new
Left = 211
Top = 157
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = '新建帐号'
ClientHeight = 133
ClientWidth = 289
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnPaint = FormPaint
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 8
Top = 8
Width = 273
Height = 89
Shape = bsFrame
end
object Label1: TLabel
Left = 24
Top = 32
Width = 33
Height = 13
Caption = '帐号:'
Transparent = True
end
object Label2: TLabel
Left = 24
Top = 64
Width = 33
Height = 13
Caption = '密码:'
Transparent = True
end
object Edit1: TEdit
Left = 64
Top = 24
Width = 201
Height = 21
MaxLength = 16
TabOrder = 0
OnKeyPress = Edit1KeyPress
end
object Edit2: TEdit
Left = 64
Top = 56
Width = 201
Height = 21
MaxLength = 16
PasswordChar = '*'
TabOrder = 1
OnKeyDown = Edit2KeyDown
end
object xpButton1: TxpButton
Left = 112
Top = 104
Width = 75
Height = 25
Caption = '确认创建'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
TabOrder = 2
TabStop = True
OnClick = xpButton1Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?