📄 changepriority.dfm
字号:
object ChangePriorityDlg: TChangePriorityDlg
Left = 235
Top = 178
ActiveControl = PriorityRadioGroup
BorderStyle = bsDialog
Caption = 'Change process priority'
ClientHeight = 111
ClientWidth = 229
Color = clBtnFace
ParentFont = True
OldCreateOrder = True
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object OKBtn: TButton
Left = 148
Top = 8
Width = 75
Height = 25
Caption = 'OK'
Default = True
TabOrder = 0
OnClick = OKBtnClick
end
object CancelBtn: TButton
Left = 148
Top = 38
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object PriorityRadioGroup: TRadioGroup
Left = 8
Top = 3
Width = 129
Height = 102
Caption = 'Priority'
TabOrder = 2
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -