confirm.dfm
来自「PosEasy收银系统源码,Pos机前后台管理代码」· DFM 代码 · 共 41 行
DFM
41 行
object Form2: TForm2
Left = 278
Top = 177
Width = 366
Height = 170
Caption = 'confirm'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 56
Top = 32
Width = 44
Height = 13
Caption = '出纳编码'
end
object Button1: TButton
Left = 136
Top = 80
Width = 75
Height = 25
Caption = '确认收款?'
TabOrder = 0
OnClick = Button1Click
end
object DBEdit1: TDBEdit
Left = 120
Top = 32
Width = 121
Height = 21
BorderStyle = bsNone
TabOrder = 1
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?