📄 mainform.dfm
字号:
object Main: TMain
Left = 311
Top = 196
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Convertor'
ClientHeight = 41
ClientWidth = 200
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object btnConvert: TButton
Left = 50
Top = 8
Width = 100
Height = 25
Caption = 'Convert'
TabOrder = 0
OnClick = btnConvertClick
end
object OpenPictureDialog: TOpenPictureDialog
Filter = 'Bitmaps (*.bmp)|*.bmp'
Left = 8
end
object SaveDialog: TSaveDialog
DefaultExt = 'htm'
Filter = 'HTML files (*.htm)|*.htm'
Left = 40
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -