ychatu39.dfm
来自「Yahoo Messenger for Mobile」· DFM 代码 · 共 100 行
DFM
100 行
object Form35: TForm35
Left = 218
Top = 171
BorderStyle = bsSingle
Caption = 'Url Selector'
ClientHeight = 97
ClientWidth = 490
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 6
Top = 4
Width = 469
Height = 85
end
object Edit1: TEdit
Left = 12
Top = 8
Width = 451
Height = 21
Cursor = crIBeam
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold, fsUnderline]
ParentFont = False
TabOrder = 0
OnDblClick = Edit1DblClick
end
object Panel1: TPanel
Left = 14
Top = 34
Width = 451
Height = 41
TabOrder = 1
object Button1: TButton
Left = 8
Top = 6
Width = 91
Height = 25
Caption = 'Default Browser'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 104
Top = 6
Width = 89
Height = 25
Caption = 'InterNet Explorer'
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 198
Top = 6
Width = 59
Height = 25
Caption = 'Netscape'
TabOrder = 2
OnClick = Button3Click
end
object Button4: TButton
Left = 262
Top = 6
Width = 43
Height = 25
Caption = 'Opera'
TabOrder = 3
OnClick = Button4Click
end
object Button5: TButton
Left = 370
Top = 6
Width = 75
Height = 25
Caption = 'Close'
TabOrder = 4
OnClick = Button5Click
end
object Button6: TButton
Left = 312
Top = 6
Width = 51
Height = 25
Caption = 'Firefox'
TabOrder = 5
OnClick = Button6Click
end
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?