⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 jvutilsu.dfm

📁 jvcl driver development envionment
💻 DFM
字号:
object JvUtilsFrm: TJvUtilsFrm
  Left = 283
  Top = 87
  Width = 654
  Height = 485
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = True
  PixelsPerInch = 96
  TextHeight = 13
  object Memo1: TMemo
    Left = 304
    Top = 16
    Width = 329
    Height = 433
    TabOrder = 0
  end
  object Button1: TButton
    Left = 7
    Top = 153
    Width = 280
    Height = 25
    Caption = 'show me some system dirs there ->'
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 7
    Top = 187
    Width = 280
    Height = 25
    Caption = 'turn the monitor off (click to get it back)'
    TabOrder = 2
  end
  object Button3: TButton
    Left = 7
    Top = 221
    Width = 280
    Height = 25
    Caption = 'add this exe file to the recent docs '
    TabOrder = 3
  end
  object Button5: TButton
    Left = 7
    Top = 256
    Width = 280
    Height = 25
    Caption = 'launch the control panel unit  "desk"'
    TabOrder = 4
  end
  object Button6: TButton
    Left = 7
    Top = 290
    Width = 280
    Height = 25
    Caption = 'let the keyboard lights flash'
    TabOrder = 5
    OnClick = Button6Click
  end
  object Button7: TButton
    Left = 7
    Top = 325
    Width = 280
    Height = 25
    Caption = 'get the keyboard state'
    TabOrder = 6
    OnClick = Button7Click
  end
  object Button10: TButton
    Left = 7
    Top = 359
    Width = 280
    Height = 25
    Caption = 'Check if there is a disk in drive A'
    TabOrder = 7
    OnClick = Button10Click
  end
  object CheckBox2: TCheckBox
    Left = 7
    Top = 423
    Width = 150
    Height = 17
    Alignment = taLeftJustify
    Caption = 'hide Tray'
    TabOrder = 8
    OnClick = CheckBox2Click
  end
  object JvFavoritesButton1: TJvFavoritesButton
    Left = 7
    Top = 15
    Width = 280
    Height = 25
    Caption = 'JvFavoritesButton: Click me to see all your favorites'
    TabOrder = 9
  end
  object CheckBox1: TCheckBox
    Left = 7
    Top = 407
    Width = 150
    Height = 17
    Alignment = taLeftJustify
    Caption = 'hide Startmenu'
    TabOrder = 10
    OnClick = CheckBox1Click
  end
  object JvDirectories1: TJvDirectories
    Left = 520
    Top = 160
  end
  object JvKeyboardStates1: TJvKeyboardStates
    SystemKeysEnabled = True
    Left = 520
    Top = 216
  end
end

⌨️ 快捷键说明

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