📄 promptunt.dfm
字号:
object promptfrm: Tpromptfrm
Left = 221
Top = 189
BorderIcons = []
BorderStyle = bsSingle
Caption = '提示信息'
ClientHeight = 158
ClientWidth = 339
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
Scaled = False
OnClose = FormClose
OnCreate = FormCreate
OnPaint = FormPaint
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 8
Width = 68
Height = 13
Caption = '帐号:admin'
Transparent = True
end
object Label2: TLabel
Left = 160
Top = 8
Width = 85
Height = 13
Caption = '昵称:系统消息'
Transparent = True
end
object memo1: TRichEdit
Left = 8
Top = 26
Width = 321
Height = 95
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
HideSelection = False
HideScrollBars = False
ParentFont = False
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 0
end
object BitBtn6: TxpButton
Left = 152
Top = 128
Width = 75
Height = 25
Caption = '同意'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
TabOrder = 1
TabStop = True
OnClick = BitBtn6Click
end
object BitBtn9: TxpButton
Left = 232
Top = 128
Width = 75
Height = 25
Caption = '拒绝'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
TabOrder = 2
TabStop = True
OnClick = BitBtn9Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -