📄 umain.dfm
字号:
object Form1: TForm1
Left = 282
Top = 276
Width = 661
Height = 482
Caption = 'EmbeddedWB - ExecScriptEx Demo'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
Scaled = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object EmbeddedWB1: TEmbeddedWB
Left = 0
Top = 41
Width = 653
Height = 407
Align = alClient
TabOrder = 0
Visible = False
DisableCtrlShortcuts = 'N'
UserInterfaceOptions = [EnablesFormsAutoComplete, EnableThemes]
About = ' EmbeddedWB http://bsalsa.com/'
PrintOptions.Margins.Left = 19.05
PrintOptions.Margins.Right = 19.05
PrintOptions.Margins.Top = 19.05
PrintOptions.Margins.Bottom = 19.05
PrintOptions.Header = '&w&bSeite &p von &P'
PrintOptions.HTMLHeader.Strings = (
'<HTML></HTML>')
PrintOptions.Footer = '&u&b&d'
PrintOptions.Orientation = poPortrait
ControlData = {
4C0000007D430000112A00000000000000000000000000000000000000000000
000000004C000000000000000000000001000000E0D057007335CF11AE690800
2B2E126208000000000000004C0000000114020000000000C000000000000046
8000000000000000000000000000000000000000000000000000000000000000
00000000000000000100000000000000000000000000000000000000}
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 653
Height = 41
Align = alTop
TabOrder = 1
object Button1: TButton
Left = 16
Top = 8
Width = 121
Height = 25
Caption = 'Execute Script'
TabOrder = 0
OnClick = Button1Click
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -