unit_frmusb.~dfm

来自「控制WINDOWs系统USB开关的源代码」· ~DFM 代码 · 共 53 行

~DFM
53
字号
object FrmUSB: TFrmUSB
  Left = 366
  Top = 250
  Width = 251
  Height = 85
  Caption = 'USB'#20351#29992#31649#29702#22120
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object ButtonEN: TButton
    Left = 32
    Top = 16
    Width = 89
    Height = 25
    Caption = #20851#38381'USB'
    TabOrder = 0
    OnClick = ButtonENClick
  end
  object ButtonDIS: TButton
    Left = 128
    Top = 16
    Width = 89
    Height = 25
    Caption = #21551#29992'USB'
    TabOrder = 1
    OnClick = ButtonDISClick
  end
  object EditKL: TEdit
    Left = 24
    Top = 7
    Width = 201
    Height = 43
    Font.Charset = ANSI_CHARSET
    Font.Color = clRed
    Font.Height = -35
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    PasswordChar = '*'
    TabOrder = 2
    OnChange = EditKLChange
  end
end

⌨️ 快捷键说明

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