udeletedlg.dfm
来自「行业应急系统 包括: 应急系统(待遇核发) 发放系统 开」· DFM 代码 · 共 56 行
DFM
56 行
object Form1: TForm1
Left = 316
Top = 222
Width = 183
Height = 134
BorderIcons = []
Caption = '确认删除'
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 = 32
Top = 24
Width = 112
Height = 14
Caption = '数据纪录将被删除'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
ParentFont = False
Layout = tlCenter
end
object Label2: TLabel
Left = 48
Top = 40
Width = 3
Height = 13
end
object ComfirmBitBtn: TBitBtn
Left = 32
Top = 56
Width = 49
Height = 25
Caption = '确认'
TabOrder = 0
OnClick = ComfirmBitBtnClick
end
object CancelBitBtn: TBitBtn
Left = 96
Top = 56
Width = 49
Height = 25
Caption = '取消'
TabOrder = 1
OnClick = CancelBitBtnClick
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?