?? chatunit.dfm
字號:
object ChatForm: TChatForm
Left = 309
Top = 131
ActiveControl = MsgMemo
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = '發送消息'
ClientHeight = 254
ClientWidth = 417
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 12
object StatusBar1: TStatusBar
Left = 0
Top = 0
Width = 417
Height = 25
Align = alTop
Panels = <
item
Width = 200
end
item
Width = 50
end>
SimplePanel = False
end
object MsgMemo: TMemo
Left = 0
Top = 25
Width = 417
Height = 192
Align = alTop
TabOrder = 1
OnKeyDown = MsgMemoKeyDown
end
object btnSend: TButton
Left = 116
Top = 224
Width = 75
Height = 25
Caption = '發送'
Default = True
TabOrder = 2
OnClick = btnSendClick
end
object btnCancel: TButton
Left = 220
Top = 224
Width = 75
Height = 25
Cancel = True
Caption = '取消'
TabOrder = 3
OnClick = btnCancelClick
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -