📄 unit1.dfm
字号:
object Form1: TForm1
Left = 252
Top = 130
Caption = #20108#36827#21046#25552#21462#31243#24207
ClientHeight = 476
ClientWidth = 585
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 Memo1: TMemo
Left = 48
Top = 240
Width = 97
Height = 17
Lines.Strings = (
'Memo1')
TabOrder = 2
end
object HexEditor1: THexEditor
Left = 0
Top = 24
Width = 585
Height = 265
Cursor = crIBeam
BytesPerColumn = 2
Translation = ttAnsi
BackupExtension = '.bak'
Align = alClient
OffsetDisplay = odHex
BytesPerLine = 16
Colors.Background = clWindow
Colors.PositionBackground = clMaroon
Colors.PositionText = clWhite
Colors.ChangedBackground = 11075583
Colors.ChangedText = clMaroon
Colors.CursorFrame = clNavy
Colors.Offset = clBlack
Colors.OddColumn = clBlue
Colors.EvenColumn = clNavy
FocusFrame = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Courier'
Font.Style = []
OffsetSeparator = ':'
TabOrder = 0
ColWidths = (
36
9
9
9
9
18
9
9
9
18
9
9
9
18
9
9
9
18
9
9
9
18
9
9
9
18
9
9
9
18
9
9
9
18
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9
9)
end
object HeaderControl1: THeaderControl
Left = 0
Top = 0
Width = 585
Height = 24
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
Sections = <
item
AllowClick = False
ImageIndex = -1
MaxWidth = 78
MinWidth = 39
Text = 'Address'
Width = 78
end
item
ImageIndex = -1
MaxWidth = 24
MinWidth = 24
Text = '0'
Width = 24
end
item
ImageIndex = -1
MaxWidth = 24
MinWidth = 24
Text = '1'
Width = 24
end
item
ImageIndex = -1
MaxWidth = 24
MinWidth = 24
Text = '2'
Width = 24
end
item
ImageIndex = -1
MaxWidth = 24
MinWidth = 24
Text = '3'
Width = 24
end
item
ImageIndex = -1
MaxWidth = 24
MinWidth = 24
Text = '4'
Width = 24
end
item
ImageIndex = -1
MaxWidth = 24
MinWidth = 24
Text = '5'
Width = 24
end
item
ImageIndex = -1
MaxWidth = 24
MinWidth = 24
Text = '6'
Width = 24
end
item
ImageIndex = -1
MaxWidth = 24
MinWidth = 24
Text = '7'
Width = 24
end
item
ImageIndex = -1
MaxWidth = 24
MinWidth = 24
Text = '8'
Width = 24
end
item
ImageIndex = -1
MaxWidth = 24
MinWidth = 24
Text = '9'
Width = 24
end
item
ImageIndex = -1
MaxWidth = 24
MinWidth = 24
Text = 'A'
Width = 24
end
item
ImageIndex = -1
MaxWidth = 24
MinWidth = 24
Text = 'B'
Width = 24
end
item
ImageIndex = -1
MaxWidth = 24
MinWidth = 24
Text = 'C'
Width = 24
end
item
ImageIndex = -1
MaxWidth = 24
MinWidth = 24
Text = 'D'
Width = 24
end
item
ImageIndex = -1
MaxWidth = 24
MinWidth = 24
Text = 'E'
Width = 24
end
item
ImageIndex = -1
MaxWidth = 24
MinWidth = 24
Text = 'F'
Width = 24
end
item
ImageIndex = -1
Text = 'String'
Width = 200
end>
Style = hsFlat
ParentFont = False
end
object Panel1: TPanel
Left = 0
Top = 289
Width = 585
Height = 187
Align = alBottom
TabOrder = 3
object btn1: TButton
Left = 40
Top = 8
Width = 75
Height = 25
Caption = #25171#24320
TabOrder = 0
OnClick = btn1Click
end
object Button1: TButton
Left = 208
Top = 8
Width = 75
Height = 25
Caption = #20445#23384
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 120
Top = 8
Width = 75
Height = 25
Caption = #36716#25442
TabOrder = 2
OnClick = Button2Click
end
object Memo2: TMemo
Left = 1
Top = 41
Width = 583
Height = 145
Align = alBottom
TabOrder = 3
WantTabs = True
WordWrap = False
end
end
object OpenDialog1: TOpenDialog
DefaultExt = 'exe'
Filter = '*.exe|*.exe'
Left = 16
end
object SaveDialog1: TSaveDialog
DefaultExt = 'txt'
Filter = '*.txt|*.txt'
Left = 184
Top = 16
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -