📄 agentdialog.dfm
字号:
object frmAgentDialog: TfrmAgentDialog
Left = 196
Top = 173
BorderStyle = bsNone
BorderWidth = 1
Caption = 'frmAgentDialog'
ClientHeight = 108
ClientWidth = 193
Color = clInfoBk
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
OnClick = FormClick
OnCreate = FormCreate
OnMouseDown = FormMouseDown
OnPaint = FormPaint
DesignSize = (
193
108)
PixelsPerInch = 96
TextHeight = 12
object sbYes: TSpeedButton
Left = 26
Top = 75
Width = 55
Height = 20
Cursor = crHandPoint
Anchors = [akRight, akBottom]
Caption = '确定'
Flat = True
Font.Charset = GB2312_CHARSET
Font.Color = clBlue
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
OnClick = sbYesClick
end
object sbNo: TSpeedButton
Left = 106
Top = 75
Width = 63
Height = 20
Cursor = crHandPoint
Anchors = [akRight, akBottom]
Caption = '取消'
Flat = True
Font.Charset = GB2312_CHARSET
Font.Color = clBlue
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
OnClick = sbNoClick
end
object lblMsg: TLabel
Left = 16
Top = 24
Width = 36
Height = 12
Caption = 'lblMsg'
OnClick = lblMsgClick
end
object lblMsg1: TLabel
Left = 16
Top = 48
Width = 36
Height = 12
Caption = 'lblMsg'
Visible = False
OnClick = lblMsg1Click
end
object lblMsg2: TLabel
Left = 16
Top = 72
Width = 36
Height = 12
Caption = 'lblMsg'
Visible = False
OnClick = lblMsg2Click
end
object lblAnn: TLabel
Left = 65
Top = 4
Width = 54
Height = 14
Alignment = taCenter
Anchors = [akLeft, akTop, akRight]
Caption = '报 警'
Font.Charset = GB2312_CHARSET
Font.Color = clRed
Font.Height = -14
Font.Name = '宋体'
Font.Style = [fsBold]
ParentFont = False
Visible = False
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -