📄 dissectcodeunit.dfm
字号:
object frmDissectCode: TfrmDissectCode
Left = 696
Top = 456
BorderStyle = bsDialog
Caption = 'Dissect Code'
ClientHeight = 234
ClientWidth = 268
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 160
Top = 32
Width = 99
Height = 26
Caption = 'Or fill in the region to scan yourself:'
WordWrap = True
end
object Label6: TLabel
Left = 168
Top = 192
Width = 88
Height = 13
Caption = 'Estimated time left:'
end
object Label7: TLabel
Left = 152
Top = 203
Width = 113
Height = 13
Alignment = taCenter
AutoSize = False
Caption = 'Label7'
end
object Label8: TLabel
Left = 160
Top = 146
Width = 45
Height = 13
Caption = 'Accuracy'
end
object Button1: TButton
Left = 168
Top = 4
Width = 89
Height = 25
Caption = 'Start'
TabOrder = 0
OnClick = Button1Click
end
object ProgressBar1: TProgressBar
Left = 0
Top = 217
Width = 268
Height = 17
Align = alBottom
ParentShowHint = False
ShowHint = True
TabOrder = 4
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 153
Height = 217
Align = alLeft
BevelOuter = bvNone
TabOrder = 3
object ListBox1: TListBox
Left = 0
Top = 33
Width = 153
Height = 184
Align = alLeft
ItemHeight = 13
MultiSelect = True
TabOrder = 0
OnClick = ListBox1Click
end
object Panel2: TPanel
Left = 0
Top = 0
Width = 153
Height = 33
Align = alTop
BevelOuter = bvNone
TabOrder = 1
object Label2: TLabel
Left = 0
Top = 0
Width = 144
Height = 13
Caption = 'Select the module(s) to dissect'
end
object Label3: TLabel
Left = 0
Top = 16
Width = 134
Height = 13
Caption = 'Hold CTRL to select multiple'
end
end
end
object edtAccuracy: TEdit
Left = 160
Top = 162
Width = 105
Height = 21
Hint =
'This will determine how much effort ce will put into filtering o' +
'ut wrong instructions (Setting this too high will severely decre' +
'ase the speed while browsing through the code)'
ParentShowHint = False
ShowHint = True
TabOrder = 2
Text = '2'
end
object GroupBox1: TGroupBox
Left = 160
Top = 64
Width = 105
Height = 81
Caption = 'User specified'
TabOrder = 1
object Label4: TLabel
Left = 3
Top = 12
Width = 23
Height = 13
Caption = 'From'
end
object Label5: TLabel
Left = 4
Top = 44
Width = 13
Height = 13
Caption = 'To'
end
object edtFrom: TEdit
Left = 3
Top = 24
Width = 99
Height = 21
TabOrder = 0
OnChange = edtFromChange
end
object edtTo: TEdit
Left = 3
Top = 55
Width = 99
Height = 21
TabOrder = 1
OnChange = edtFromChange
end
end
object Timer1: TTimer
Enabled = False
OnTimer = Timer1Timer
Left = 280
Top = 80
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -