📄 udeletedlg.dfm
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -