📄 unit1.dfm
字号:
object Form1: TForm1
Left = 689
Top = 201
Width = 284
Height = 452
Caption = 'Stb -> Bin / Bin -> Stb by Timewarp'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Menu = MainMenu1
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Memo1: TMemo
Left = 0
Top = 0
Width = 273
Height = 401
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 0
end
object MainMenu1: TMainMenu
Left = 272
Top = 88
object File1: TMenuItem
Caption = 'File'
object Openstbfile1: TMenuItem
Caption = 'Open stb file'
OnClick = Openstbfile1Click
end
object Openbinfile1: TMenuItem
Caption = 'Open bin file'
OnClick = Openbinfile1Click
end
object N1: TMenuItem
Caption = '-'
end
object Exit1: TMenuItem
Caption = 'Exit'
OnClick = Exit1Click
end
end
object Edit1: TMenuItem
Caption = 'Edit'
object ChangeNDFChannellist1: TMenuItem
Caption = 'Change NDF Channel list'
OnClick = ChangeNDFChannellist1Click
end
end
object Help1: TMenuItem
Caption = 'Help'
object About1: TMenuItem
Caption = 'About'
OnClick = About1Click
end
end
end
object OpenDialog1: TOpenDialog
Left = 272
Top = 24
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -