📄 cessadd.dfm
字号:
object cess_add: Tcess_add
Left = 342
Top = 200
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = '税率表新增'
ClientHeight = 150
ClientWidth = 313
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnPaint = FormPaint
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 8
Top = 8
Width = 297
Height = 105
Shape = bsFrame
end
object Label1: TLabel
Left = 16
Top = 24
Width = 59
Height = 13
Caption = '起始金额:'
Transparent = True
end
object Label2: TLabel
Left = 16
Top = 56
Width = 59
Height = 13
Caption = '上限金额:'
Transparent = True
end
object Label3: TLabel
Left = 40
Top = 88
Width = 33
Height = 13
Caption = '税率:'
Transparent = True
end
object Label4: TLabel
Left = 136
Top = 80
Width = 10
Height = 19
Caption = '%'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = '宋体'
Font.Style = []
ParentFont = False
Transparent = True
end
object Label5: TLabel
Left = 176
Top = 88
Width = 46
Height = 13
Caption = '速扣数:'
Transparent = True
end
object Edit1: TEdit
Left = 80
Top = 16
Width = 215
Height = 21
TabOrder = 0
Text = 'Edit1'
OnKeyDown = Edit1KeyDown
OnKeyPress = Edit1KeyPress
end
object Edit2: TEdit
Left = 80
Top = 48
Width = 215
Height = 21
TabOrder = 1
Text = 'Edit2'
OnKeyDown = Edit1KeyDown
OnKeyPress = Edit1KeyPress
end
object Edit3: TEdit
Left = 80
Top = 80
Width = 49
Height = 21
TabOrder = 2
Text = 'Edit3'
OnKeyDown = Edit1KeyDown
OnKeyPress = Edit1KeyPress
end
object xpButton1: TxpButton
Left = 160
Top = 120
Width = 65
Height = 25
Caption = '增加'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
TabOrder = 4
TabStop = True
OnClick = xpButton1Click
end
object xpButton2: TxpButton
Left = 232
Top = 120
Width = 59
Height = 25
Caption = '关闭'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
TabOrder = 5
TabStop = True
OnClick = xpButton2Click
end
object Edit4: TEdit
Left = 224
Top = 80
Width = 73
Height = 21
TabOrder = 3
Text = 'Edit4'
OnKeyDown = Edit4KeyDown
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -