📄 unit11.dfm
字号:
object formcard: Tformcard
Left = 249
Top = 178
Width = 316
Height = 179
BorderIcons = []
Caption = '会员专区'
Color = 14671839
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poScreenCenter
OnKeyDown = FormKeyDown
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 56
Top = 24
Width = 132
Height = 24
Caption = '请您划卡...'
Font.Charset = GB2312_CHARSET
Font.Color = clNavy
Font.Height = -24
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Editcardcode: TEdit
Left = 40
Top = 64
Width = 233
Height = 23
Color = clSilver
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = '宋体'
Font.Style = []
ParentFont = False
PasswordChar = '*'
TabOrder = 0
OnKeyPress = EditcardcodeKeyPress
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -