deviceform.dfm

来自「用DELPHI写的网卡启动禁用程序」· DFM 代码 · 共 61 行

DFM
61
字号
object DevForm: TDevForm
  Left = 215
  Top = 204
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #32593#21345#39537#21160#31105#27490#21551#29992
  ClientHeight = 210
  ClientWidth = 630
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  Position = poDesktopCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object lbDev: TLabel
    Left = 24
    Top = 16
    Width = 91
    Height = 13
    Caption = #31995#32479#25152#26377#32593#21345#65306
  end
  object btApply: TButton
    Left = 536
    Top = 168
    Width = 75
    Height = 25
    Caption = #24212#29992'(&A)'
    ModalResult = 1
    TabOrder = 0
    OnClick = btApplyClick
  end
  object clbDevList: TCheckListBox
    Left = 24
    Top = 32
    Width = 593
    Height = 129
    ItemHeight = 13
    TabOrder = 1
  end
  object btRefresh: TButton
    Left = 24
    Top = 168
    Width = 75
    Height = 25
    Caption = #21047#26032'(&R)'
    TabOrder = 2
    OnClick = btRefreshClick
  end
  object PowerEnter1: TPowerEnter
    Left = 208
    Top = 176
  end
end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?