📄 newuserfrom.dfm
字号:
object fmNew: TfmNew
Left = 192
Top = 107
BorderStyle = bsToolWindow
Caption = '新建用户'
ClientHeight = 238
ClientWidth = 307
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clNavy
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnActivate = FormActivate
PixelsPerInch = 96
TextHeight = 12
object Bevel1: TBevel
Left = 3
Top = 12
Width = 301
Height = 178
Style = bsRaised
end
object Label1: TLabel
Left = 27
Top = 27
Width = 48
Height = 16
Caption = 'USERID'
Font.Charset = GB2312_CHARSET
Font.Color = clNavy
Font.Height = -16
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 144
Top = 24
Width = 142
Height = 28
AutoSize = False
Caption = '数据库中唯一代号,由字母和数字组成,至少2个字符'
WordWrap = True
end
object Label3: TLabel
Left = 43
Top = 60
Width = 32
Height = 16
Caption = '姓名'
Font.Charset = GB2312_CHARSET
Font.Color = clNavy
Font.Height = -16
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label4: TLabel
Left = 43
Top = 96
Width = 32
Height = 16
Caption = '密码'
Font.Charset = GB2312_CHARSET
Font.Color = clNavy
Font.Height = -16
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Label5: TLabel
Left = 141
Top = 93
Width = 148
Height = 28
AutoSize = False
Caption = '至少3个字符,最多8个字符.可以输入字母和数字'
WordWrap = True
end
object Label6: TLabel
Left = 11
Top = 129
Width = 64
Height = 16
Caption = '重输密码'
Font.Charset = GB2312_CHARSET
Font.Color = clNavy
Font.Height = -16
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object medUser: TMaskEdit
Left = 78
Top = 24
Width = 58
Height = 20
EditMask = '!>AAaaaaaa;0;_'
MaxLength = 8
TabOrder = 0
end
object edName: TEdit
Left = 78
Top = 58
Width = 58
Height = 20
TabOrder = 1
end
object chk1: TCheckBox
Left = 42
Top = 156
Width = 238
Height = 17
Caption = '资料公开,让其他用户也能查询我的资料'
TabOrder = 4
end
object edPasswd1: TEdit
Left = 78
Top = 92
Width = 61
Height = 20
PasswordChar = '*'
TabOrder = 2
end
object edPasswd2: TEdit
Left = 78
Top = 126
Width = 61
Height = 20
PasswordChar = '*'
TabOrder = 3
end
object btOk: TButton
Left = 36
Top = 201
Width = 75
Height = 25
Caption = '确定'
TabOrder = 5
OnClick = btOkClick
end
object btCancel: TButton
Left = 120
Top = 201
Width = 75
Height = 25
Caption = '忽略'
TabOrder = 6
OnClick = btCancelClick
end
object btHelp: TButton
Left = 204
Top = 201
Width = 75
Height = 25
Caption = '帮助'
TabOrder = 7
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -