📄 intercom.dfm
字号:
object Command: TCommand
Left = 314
Top = 194
Anchors = []
AutoScroll = False
BorderIcons = [biSystemMenu, biMaximize]
Caption = '交互命令 Prompt & Dialog Window'
ClientHeight = 144
ClientWidth = 300
Color = clBtnFace
DragMode = dmAutomatic
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsMDIChild
Icon.Data = {
0000010001001010100000000000280100001600000028000000100000002000
00000100040000000000C0000000000000000000000000000000000000000000
0000000080000080000000808000800000008000800080800000C0C0C0008080
80000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000
00000000000000000000000000000FFFFFFFFFFFFFF00F222222222222F00F2F
F999299FF2F00F222222222222F00F222222222222F00F2FFF2F222222F00F22
2222222222F00F2F2FFF2F2F22F00F222222222222F00F2FF2F2FFF2F2F00F22
2222222222F00FFFFFFFFFFFFFF000000000000000000000000000000000FFFF
0000FFFF00008001000080010000800100008001000080010000800100008001
00008001000080010000800100008001000080010000FFFF0000FFFF0000}
OldCreateOrder = False
Position = poDefault
Visible = True
OnClick = FormClick
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object ListBox: TListBox
Left = 0
Top = 27
Width = 300
Height = 117
Align = alClient
Color = clBlack
Font.Charset = GB2312_CHARSET
Font.Color = clLime
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ItemHeight = 12
MultiSelect = True
ParentFont = False
PopupMenu = PopupMenu1
TabOrder = 0
OnDblClick = ListBoxDblClick
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 300
Height = 27
Align = alTop
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 1
object Bevel1: TBevel
Left = 3
Top = 3
Width = 12
Height = 21
Shape = bsLeftLine
end
object Bevel2: TBevel
Left = 298
Top = 3
Width = 10
Height = 21
Shape = bsLeftLine
end
object Edit1: TEdit
Left = 7
Top = 3
Width = 209
Height = 20
CharCase = ecUpperCase
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 0
OnKeyPress = Edit1KeyPress
end
object Button2: TButton
Left = 220
Top = 4
Width = 68
Height = 19
Caption = '发送'
Default = True
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = Button2Click
end
object Button1: TButton
Left = 310
Top = 4
Width = 68
Height = 19
Caption = '清列表'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 2
OnClick = Button1Click
end
end
object Timer1: TTimer
Enabled = False
Interval = 30000
OnTimer = Timer1Timer
Left = 56
Top = 56
end
object SaveDialog1: TSaveDialog
Left = 112
Top = 56
end
object PopupMenu1: TPopupMenu
Left = 152
Top = 56
object N1: TMenuItem
Caption = '文本输出...'
OnClick = N1Click
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -