📄 zkje1.dfm
字号:
object srzk: Tsrzk
Left = 181
Top = 136
ActiveControl = CurrencyEdit1
BorderStyle = bsDialog
Caption = '折扣金额'
ClientHeight = 128
ClientWidth = 347
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = '宋体'
Font.Style = [fsBold]
OldCreateOrder = False
Position = poScreenCenter
OnActivate = FormActivate
PixelsPerInch = 96
TextHeight = 16
object RadioButton1: TRadioButton
Left = 40
Top = 32
Width = 97
Height = 17
Caption = '按百分比'
Checked = True
TabOrder = 0
TabStop = True
end
object RadioButton2: TRadioButton
Left = 40
Top = 72
Width = 97
Height = 17
Caption = '按 金 额'
TabOrder = 1
end
object CurrencyEdit1: TCurrencyEdit
Left = 152
Top = 48
Width = 153
Height = 21
AutoSize = False
DisplayFormat = ',0.00;-,0.00'
TabOrder = 2
OnKeyDown = CurrencyEdit1KeyDown
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -