📄 ychatu8.dfm
字号:
object Form8: TForm8
Left = 232
Top = 151
BorderIcons = []
BorderStyle = bsSingle
Caption = 'Room Lists...'
ClientHeight = 357
ClientWidth = 603
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 104
Top = 34
Width = 124
Height = 13
Caption = 'En = English Es = Spanish'
end
object ListBox1: TListBox
Left = 2
Top = 54
Width = 231
Height = 259
ItemHeight = 13
TabOrder = 0
OnDblClick = ListBox1DblClick
end
object ListBox2: TListBox
Left = 234
Top = 2
Width = 359
Height = 309
ItemHeight = 13
TabOrder = 1
OnDblClick = ListBox2DblClick
end
object Panel1: TPanel
Left = 2
Top = 314
Width = 589
Height = 35
Caption = 'Yahoo Chat Rooms'
Color = clGreen
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 2
end
object ServComboBox: TComboBox
Left = 4
Top = 2
Width = 147
Height = 21
ItemHeight = 13
TabOrder = 3
Text = 'insider.msg.yahoo.com'
end
object Button1: TButton
Left = 158
Top = 2
Width = 67
Height = 21
Caption = 'Refresh'
TabOrder = 4
OnClick = Button1Click
end
object ComboBox1: TComboBox
Left = 4
Top = 30
Width = 89
Height = 21
ItemHeight = 13
TabOrder = 5
Text = 'en'
Items.Strings = (
'en'
'es')
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -