📄 mainform.dfm
字号:
object frmMainForm: TfrmMainForm
Left = 271
Top = 206
Width = 559
Height = 434
Caption = 'SmartCard Reader (PCSC)'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 0
Top = 0
Width = 551
Height = 41
Align = alTop
Caption = 'Card Reader Select'
TabOrder = 0
DesignSize = (
551
41)
object cobCardReaders: TComboBox
Left = 8
Top = 16
Width = 457
Height = 21
Style = csDropDownList
Anchors = [akLeft, akTop, akRight]
ItemHeight = 13
TabOrder = 0
end
object btnOnOff: TButton
Left = 472
Top = 11
Width = 75
Height = 25
Anchors = [akTop, akRight]
Caption = 'Power On'
TabOrder = 1
OnClick = btnOnOffClick
end
end
object GroupBox2: TGroupBox
Left = 0
Top = 41
Width = 551
Height = 48
Align = alTop
Caption = 'APDU Command To Send'
TabOrder = 1
DesignSize = (
551
48)
object edtHexCmd: TEdit
Left = 8
Top = 16
Width = 455
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 0
Text = '00 84 00 00 08'
end
object btnSend: TButton
Left = 470
Top = 14
Width = 75
Height = 25
Anchors = [akTop, akRight]
Caption = 'Send APDU'
Enabled = False
TabOrder = 1
OnClick = btnSendClick
end
end
object GroupBox3: TGroupBox
Left = 0
Top = 89
Width = 551
Height = 311
Align = alClient
Caption = 'Received Message'
TabOrder = 2
object memMsg: TMemo
Left = 2
Top = 15
Width = 547
Height = 294
Align = alClient
ScrollBars = ssBoth
TabOrder = 0
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -