📄 unit1.dfm
字号:
object frmMain: TfrmMain
Left = 192
Top = 103
Width = 227
Height = 318
Caption = 'IE'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 16
object Label1: TLabel
Left = 8
Top = 16
Width = 56
Height = 16
Caption = #25351#23450'URL:'
end
object edtURL: TEdit
Left = 64
Top = 8
Width = 145
Height = 24
TabOrder = 0
OnKeyPress = edtURLKeyPress
end
object GroupBox1: TGroupBox
Left = 8
Top = 40
Width = 201
Height = 241
Caption = #25511#21046#21306
TabOrder = 1
object btnLeft: TButton
Left = 16
Top = 113
Width = 25
Height = 25
Caption = '<'
TabOrder = 0
OnClick = btnLeftClick
end
object btnUp: TButton
Left = 80
Top = 24
Width = 25
Height = 25
Caption = '^'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Times New Roman'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = btnUpClick
end
object btnRight: TButton
Left = 160
Top = 113
Width = 25
Height = 25
Caption = '>'
TabOrder = 2
OnClick = btnRightClick
end
object btnDown: TButton
Left = 85
Top = 200
Width = 25
Height = 25
Caption = 'V'
TabOrder = 3
OnClick = btnDownClick
end
object btnBack: TButton
Left = 64
Top = 64
Width = 65
Height = 25
Caption = #21518#36864
TabOrder = 4
OnClick = btnBackClick
end
object btnForward: TButton
Left = 64
Top = 96
Width = 65
Height = 25
Caption = #21069#36827
TabOrder = 5
OnClick = btnForwardClick
end
object btnStop: TButton
Left = 64
Top = 128
Width = 65
Height = 25
Caption = #20572#27490
TabOrder = 6
OnClick = btnStopClick
end
object btnHome: TButton
Left = 64
Top = 160
Width = 65
Height = 25
Caption = #20027#39029
TabOrder = 7
OnClick = btnHomeClick
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -