unit1.dfm
来自「清理工具PS2键盘驱动程序」· DFM 代码 · 共 111 行
DFM
111 行
object Form1: TForm1
Left = 192
Top = 173
Width = 587
Height = 386
Caption = 'Rsclean Module Sample'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label_Loading: TLabel
Left = 8
Top = 304
Width = 38
Height = 13
Caption = 'Loading'
end
object Label_Engine: TLabel
Left = 8
Top = 280
Width = 73
Height = 13
Caption = 'Not Known yet.'
end
object Label_EngineVer: TLabel
Left = 8
Top = 240
Width = 81
Height = 13
Caption = 'Label_EngineVer'
end
object Btn_Load: TButton
Left = 16
Top = 16
Width = 161
Height = 25
Caption = 'Load RogueDefines'
TabOrder = 0
OnClick = Btn_LoadClick
end
object ProgressBar1: TProgressBar
Left = 8
Top = 328
Width = 553
Height = 17
TabOrder = 1
end
object Btn_Detect: TButton
Left = 16
Top = 48
Width = 161
Height = 25
Caption = 'Detect Rogue'
Enabled = False
TabOrder = 2
OnClick = Btn_DetectClick
end
object ListBox1: TListBox
Left = 208
Top = 16
Width = 345
Height = 105
ItemHeight = 13
TabOrder = 3
OnClick = ListBox1Click
end
object Btn_Clean: TButton
Tag = 1
Left = 16
Top = 80
Width = 161
Height = 25
Caption = 'Clean Rogue'
Enabled = False
TabOrder = 4
OnClick = Btn_CleanClick
end
object Radio_ForceMode: TCheckBox
Left = 8
Top = 192
Width = 105
Height = 17
Caption = 'FoceMode'
TabOrder = 5
end
object ListBox2: TListBox
Left = 208
Top = 128
Width = 345
Height = 177
ItemHeight = 13
TabOrder = 6
end
object Button1: TButton
Tag = 1
Left = 16
Top = 128
Width = 161
Height = 25
Caption = 'Online Upgrade'
TabOrder = 7
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?