📄 onlinemsg.dfm
字号:
object frmOnlineMsg: TfrmOnlineMsg
Left = 292
Top = 164
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = '在线发送消息'
ClientHeight = 332
ClientWidth = 440
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poOwnerFormCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 4
Top = 169
Width = 48
Height = 12
Caption = '在线信息:'
end
object ComboBoxMsg: TComboBox
Left = 63
Top = 165
Width = 374
Height = 20
Style = csSimple
ItemHeight = 12
TabOrder = 0
OnChange = ComboBoxMsgChange
OnKeyPress = ComboBoxMsgKeyPress
end
object MemoMsg: TMemo
Left = 0
Top = 0
Width = 440
Height = 153
Align = alTop
TabOrder = 1
OnChange = MemoMsgChange
end
object StringGrid: TStringGrid
Left = 0
Top = 226
Width = 440
Height = 106
Align = alBottom
ColCount = 1
DefaultColWidth = 430
DefaultRowHeight = 18
FixedCols = 0
RowCount = 1
FixedRows = 0
ScrollBars = ssVertical
TabOrder = 2
OnClick = StringGridClick
OnDblClick = StringGridDblClick
end
object ButtonAdd: TButton
Left = 367
Top = 191
Width = 67
Height = 23
Caption = '增加(&A)'
Enabled = False
TabOrder = 3
OnClick = ButtonAddClick
end
object ButtonDelete: TButton
Left = 293
Top = 191
Width = 67
Height = 23
Caption = '删除(&D)'
Enabled = False
TabOrder = 4
OnClick = ButtonDeleteClick
end
object ButtonSend: TButton
Left = 148
Top = 190
Width = 67
Height = 23
Caption = '发送(&S)'
TabOrder = 5
OnClick = ButtonSendClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -