?? unposacard.dfm
字號(hào):
object FMPOSACARD: TFMPOSACARD
Left = 111
Top = 217
BorderIcons = []
BorderStyle = bsToolWindow
Caption = '輸入信用卡'
ClientHeight = 273
ClientWidth = 492
Color = 16765872
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Menu = MainMenu1
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 10
Top = 8
Width = 165
Height = 32
Caption = '信用卡編號(hào)'
Font.Charset = DEFAULT_CHARSET
Font.Color = clNavy
Font.Height = -32
Font.Name = '新宋體'
Font.Style = [fsBold]
ParentFont = False
end
object Label3: TLabel
Left = 10
Top = 48
Width = 198
Height = 32
Caption = '信用卡到期日'
Font.Charset = DEFAULT_CHARSET
Font.Color = clNavy
Font.Height = -32
Font.Name = '新宋體'
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TLabel
Left = 10
Top = 88
Width = 165
Height = 32
Caption = '信用卡類(lèi)別'
Font.Charset = DEFAULT_CHARSET
Font.Color = clNavy
Font.Height = -32
Font.Name = '新宋體'
Font.Style = [fsBold]
ParentFont = False
end
object Label4: TLabel
Left = 10
Top = 128
Width = 165
Height = 32
Caption = '信用卡金額'
Font.Charset = DEFAULT_CHARSET
Font.Color = clNavy
Font.Height = -32
Font.Name = '新宋體'
Font.Style = [fsBold]
ParentFont = False
end
object BTNQUT: TBitBtn
Left = 10
Top = 172
Width = 475
Height = 95
Caption = '完成輸入ENTER 退出 ESC'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -32
Font.Name = '新宋體'
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = BTNQUTClick
end
object ED_PACNO: TJEdit
Left = 185
Top = 5
Width = 300
Height = 38
Ctl3D = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -32
Font.Name = '新宋體'
Font.Pitch = fpVariable
Font.Style = []
ParentCtl3D = False
ParentFont = False
TabOrder = 1
OnKeyDown = ED_PACNOKeyDown
Digits = 1
Max = 999999999
_EditType = EDIT
_SHOWCAL = NONE
_BADINPUT = False
_LONGTIME = False
end
object ED_PACDT: TJEdit
Left = 185
Top = 45
Width = 300
Height = 38
Ctl3D = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -32
Font.Name = '新宋體'
Font.Pitch = fpVariable
Font.Style = []
ParentCtl3D = False
ParentFont = False
TabOrder = 2
OnKeyDown = ED_PACNOKeyDown
Digits = 1
Max = 999999999
_EditType = CDATE_EDIT
_SHOWCAL = NONE
_BADINPUT = False
_LONGTIME = False
end
object ED_PACKD: TJEdit
Left = 185
Top = 85
Width = 300
Height = 38
Ctl3D = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -32
Font.Name = '新宋體'
Font.Pitch = fpVariable
Font.Style = []
ParentCtl3D = False
ParentFont = False
TabOrder = 3
OnKeyDown = ED_PACNOKeyDown
Digits = 1
Max = 999999999
_EditType = EDIT
_SHOWCAL = NONE
_BADINPUT = False
_LONGTIME = False
end
object ED_PACNA: TJEdit
Left = 185
Top = 125
Width = 300
Height = 38
Ctl3D = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -32
Font.Name = '新宋體'
Font.Pitch = fpVariable
Font.Style = []
ParentCtl3D = False
ParentFont = False
TabOrder = 4
OnKeyDown = ED_PACNOKeyDown
Digits = 1
Max = 999999999
_EditType = INTEGER_EDIT
_SHOWCAL = NONE
_BADINPUT = False
_LONGTIME = False
end
object MainMenu1: TMainMenu
Left = 25
Top = 5
object ESC: TMenuItem
Caption = '取消交易ESC'
ShortCut = 27
Visible = False
OnClick = ESCClick
end
end
end
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -