📄 confirmed.dfm
字号:
object confirmfm: Tconfirmfm
Left = 366
Top = 111
Width = 341
Height = 199
BorderIcons = []
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 Label2: TLabel
Left = 56
Top = 80
Width = 44
Height = 13
Caption = '收款日期'
end
object Button1: TButton
Left = 128
Top = 128
Width = 75
Height = 25
Caption = '确认收款?'
TabOrder = 2
OnClick = Button1Click
end
object Edit1: TEdit
Left = 112
Top = 32
Width = 129
Height = 21
AutoSize = False
TabOrder = 0
OnKeyDown = Edit1KeyDown
end
object DateTimePicker1: TDateTimePicker
Left = 112
Top = 80
Width = 129
Height = 21
CalAlignment = dtaLeft
Date = 36732
Time = 36732
DateFormat = dfShort
DateMode = dmComboBox
Kind = dtkDate
ParseInput = False
TabOrder = 1
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -