📄 maintester.dfm
字号:
object Form1: TForm1
Left = 192
Top = 110
Width = 513
Height = 422
Caption = 'AutoAssemblerDLL tester'
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 Memo1: TMemo
Left = 16
Top = 8
Width = 473
Height = 337
TabOrder = 0
end
object Button1: TButton
Left = 200
Top = 352
Width = 75
Height = 25
Caption = 'Inject into self'
TabOrder = 1
OnClick = Button1Click
end
object RadioButton1: TRadioButton
Left = 296
Top = 352
Width = 65
Height = 17
Caption = 'Enable'
Checked = True
TabOrder = 2
TabStop = True
end
object RadioButton2: TRadioButton
Left = 296
Top = 368
Width = 65
Height = 17
Caption = 'Disable'
TabOrder = 3
end
object Button2: TButton
Left = 72
Top = 352
Width = 75
Height = 25
Caption = 'Button2'
TabOrder = 4
OnClick = Button2Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -