changepriority.dfm

来自「全世界知名的Open Source Delphi开发组织JCL的作品。JCL包含」· DFM 代码 · 共 45 行

DFM
45
字号
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 + =
减小字号Ctrl + -
显示快捷键?