📄 childrenview.dfm
字号:
object ViewChildren: TViewChildren
Left = 0
Top = 0
Width = 468
Height = 240
Color = clTeal
ParentColor = False
TabOrder = 0
object Label2: TLabel
Left = 27
Top = 97
Width = 51
Height = 13
Caption = 'Response:'
end
object Label1: TLabel
Left = 27
Top = 56
Width = 96
Height = 13
Caption = 'Command Received'
end
object Label3: TLabel
Left = 24
Top = 16
Width = 108
Height = 13
Caption = 'Commands I can send:'
end
object Label4: TLabel
Left = 27
Top = 137
Width = 77
Height = 13
Caption = 'Actual Meaning:'
end
object Label5: TLabel
Left = 232
Top = 136
Width = 208
Height = 37
Caption = 'Little Daughter'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -32
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object ComboBox1: TComboBox
Left = 24
Top = 32
Width = 185
Height = 21
ItemHeight = 13
TabOrder = 0
Text = 'I want chocolate'
Items.Strings = (
'I want chocolate'
'I want watch Cartoon')
end
object Edit1: TEdit
Left = 24
Top = 72
Width = 185
Height = 21
TabOrder = 1
end
object Edit2: TEdit
Left = 24
Top = 113
Width = 185
Height = 21
TabOrder = 2
end
object Button1: TButton
Left = 224
Top = 32
Width = 75
Height = 25
Caption = 'Send'
TabOrder = 3
end
object Memo1: TMemo
Left = 24
Top = 152
Width = 185
Height = 81
ScrollBars = ssVertical
TabOrder = 4
end
object Timer1: TTimer
Enabled = False
Interval = 300
OnTimer = Timer1Timer
Left = 240
Top = 88
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -