📄 da_main.dfm
字号:
object Form1: TForm1
Left = 192
Top = 112
Width = 972
Height = 623
Caption = 'DisAssembler'
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 390
Top = 260
Width = 181
Height = 16
Caption = #27491#22312#21453#27719#32534#65292#35831#31245#20505'...'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Fixedsys'
Font.Style = [fsBold]
ParentFont = False
end
object Panel1: TPanel
Left = 0
Top = 540
Width = 964
Height = 51
Align = alBottom
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 0
object Button1: TButton
Left = 8
Top = 16
Width = 75
Height = 25
Caption = #25171#24320
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 104
Top = 16
Width = 75
Height = 25
Caption = #21453#27719#32534
Enabled = False
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 200
Top = 16
Width = 75
Height = 25
Caption = #20445#23384
Enabled = False
TabOrder = 2
OnClick = Button3Click
end
object ProgressBar1: TProgressBar
Left = 2
Top = 2
Width = 960
Height = 9
Align = alTop
TabOrder = 3
end
end
object SynEdit1: TSynEdit
Left = 0
Top = 0
Width = 964
Height = 540
Align = alClient
CodeFolding.CaseSensitive = False
CodeFolding.FolderBarLinesColor = 12566463
ActiveLine.Background = clNone
ActiveLine.Foreground = clNavy
ActiveLine.Visible = True
LineDivider.Visible = False
LineDivider.Color = clRed
LineDivider.Style = psSolid
RightEdge.MouseMove = False
RightEdge.Visible = True
RightEdge.Position = 80
RightEdge.Color = clSilver
RightEdge.Style = psSolid
LineSpacing = 0
LineSpacingRule = lsSingle
ScrollBars.Style = sbsRegular
Background.Visible = False
Background.RepeatMode = brmNone
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = True
TabOrder = 1
Gutter.ShowLineModified = False
Gutter.LineModifiedColor = clYellow
Gutter.LineNormalColor = clLime
Gutter.Font.Charset = ANSI_CHARSET
Gutter.Font.Color = clWindowText
Gutter.Font.Height = -12
Gutter.Font.Name = #23435#20307
Gutter.Font.Style = []
Gutter.LeftOffset = 20
Gutter.LeftOffsetColor = clNone
Gutter.RightOffsetColor = clNone
Gutter.ShowLineNumbers = True
Gutter.Gradient = True
Gutter.GradientEndColor = clSkyBlue
Highlighter = SynAsmSyn1
ReadOnly = True
WordWrap.Enabled = False
WordWrap.Position = 80
WordWrap.Style = wwsClientWidth
end
object SynAsmSyn1: TSynAsmSyn
CommentAttri.Foreground = clGreen
CommentAttri.Style = [fsBold]
IdentifierAttri.Foreground = clBlack
KeyAttri.Foreground = clBlue
KeyAttri.Style = []
NumberAttri.Foreground = clActiveCaption
StringAttri.Foreground = clGray
SymbolAttri.Foreground = clFuchsia
end
object OpenDialog1: TOpenDialog
DefaultExt = '.exe'
Filter = 'EXE File(*.exe)|*.exe'
Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
Left = 32
end
object SaveDialog1: TSaveDialog
DefaultExt = '.txt|'
Filter = 'Text File(*.txt)|*.txt|All Files(*.*)|*.*'
Left = 64
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -